-
Notifications
You must be signed in to change notification settings - Fork 137
Explore Sequential and Parallel Workflow execution #472
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
base: main
Are you sure you want to change the base?
Conversation
should we maybe draft this? btw, i see schema being mentioned in the yamls, is this also partially implementing support for #430? |
Yeah I'm removing the schema this does too many things. |
Draft PR, so we know when it should be reviewed 😉 |
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
…with structured output support
I think it'd be cool if we supported defining multiple named workflows in the yaml, and also allowed agents to trigger a workflow themselves. It would allow for more complex hybrid scenarios where agents or subagents could trigger workflows at their discretion at any point during a conversation. Amy thoughts around this? |
|
@rumpl let me know what we should do with this. |
Partly implements #27
with Sequential and Parallel execution.
If this is the right direction, will implement loops