Skip to content

Simplify agent wrapping using WorkflowBuilder pattern #55

Description

  • Agents are currently wrapped explicitly in AgentExecutor.
  • Consider using WorkflowBuilder().set_start_executor(...).add_edge(...).build() for simpler wiring.

Acceptance Criteria:

  • Agent wrapping and workflow construction uses the builder pattern where possible.
  • Code is more declarative and easier to follow.
  • Any necessary documentation is updated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions