Skip to content

Implement a sequential agent and a parallel agent #863

@dgageot

Description

@dgageot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions