Skip to content

Compose pipe model #69

@leafyoung

Description

@leafyoung

If I have two models are just composable (one's output is another's input), I hope not to write another model to run them but just specify a so-called "running pipe".

For example,

model B: input: Token, output: B_DTO
model A: input B_DTO, output A_DTO

The running pipe's schema could be

{
"run": "A",
"deps":
{
"A":{"model": "B"),
"B": {"input": {"address": "0x...."}}
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions