-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Labels
Description
I have the following Agents each with its set of @Action and @AchievesGoal as mandated by the framework,
- JiraExtractAgent
- ELKTriageAgent
- JiraUpdateAgent
I tried implementing Runsubagent as per the below example but not successful,
https://docs.embabel.com/embabel-agent/guide/0.3.4-SNAPSHOT/#running-subagents-with-runsubagent
Can the example be improved to have 2 levels of sub agents? The example shared is a little easier one wherein the same input and output was used for the Inner and Outer agents.
I'm also thinking, wouldn't the framework do the chaining itself based on the input to the first agent and output from the last agent? Should we always implement a Supervisor agent?
Thanks
Reactions are currently unavailable