-
Notifications
You must be signed in to change notification settings - Fork 335
Implement a sequential agent and a parallel agent #863
Copy link
Copy link
Open
Labels
area/agentFor work that has to do with the general agent loop/agentic features of the appFor work that has to do with the general agent loop/agentic features of the appkind/enhancementNew feature or requestNew feature or request
Description
See #862
- A sequential agent is probably a special case of the loop agent with only 1 iteration. Keeping the exit conditions can be useful
- A parallel agent calls sub agents concurrently, with the same input. It them collects all the outputs and arranges them in the order of the agents, no matter in what order those gave their response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/agentFor work that has to do with the general agent loop/agentic features of the appFor work that has to do with the general agent loop/agentic features of the appkind/enhancementNew feature or requestNew feature or request