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

Add subagent calling to mononode #85

Open
rizar opened this issue Nov 6, 2024 · 1 comment · May be fixed by #99
Open

Add subagent calling to mononode #85

rizar opened this issue Nov 6, 2024 · 1 comment · May be fixed by #99
Assignees

Comments

@rizar
Copy link
Collaborator

rizar commented Nov 6, 2024

@ollmer please feel free to discuss the plan here.

@ollmer ollmer linked a pull request Nov 15, 2024 that will close this issue
@ollmer
Copy link
Collaborator

ollmer commented Nov 15, 2024

my current proposition:

  • add next_agent str field to mononode, that can be set during the node creation
  • default generate_steps() issues Call(next_agent) step in the end if there is no StopStep
  • optional dict field task added to the Call step to pass the arbitrary payload to subagent
  • by default this task set to the content of the last step before the Call one in the mononode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants