Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compose pipe model #69

Open
leafyoung opened this issue Apr 14, 2022 · 1 comment
Open

Compose pipe model #69

leafyoung opened this issue Apr 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@leafyoung
Copy link
Member

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...."}}
}
@leafyoung leafyoung changed the title Enable "high-level" model running plan Enable composer model to run other models Apr 18, 2022
@iwyrkore iwyrkore added the enhancement New feature or request label May 4, 2022
@iwyrkore
Copy link
Collaborator

iwyrkore commented May 4, 2022

Compose models coming soon including 'pipe'

@iwyrkore iwyrkore self-assigned this Jun 29, 2022
@iwyrkore iwyrkore changed the title Enable composer model to run other models Compose pipe model Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants