Skip to content

Multiple Subagents via Runsubagent #1379

@syedyusufh

Description

@syedyusufh

I have the following Agents each with its set of @Action and @AchievesGoal as mandated by the framework,

  1. JiraExtractAgent
  2. ELKTriageAgent
  3. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions