tree: e7ac7af0ba8494bbca817f871930424dbe5d89b5
  1. agent_supervisor.png
  2. agent_supervisor.py
  3. hierarchical_agent_teams.png
  4. hierarchical_agent_teams.py
  5. multi_agent_collaboration.png
  6. multi_agent_collaboration.py
  7. multi_modal_agent.png
  8. multi_modal_agent.py
  9. README.md
examples/templates/README.md

Templates

Some bones of a Burr application to get you started.

multi_modal_agent

Simple example of a multi-modal agent that can switch between different modalities.

multi_modal_agent)

multi_agent_collaboration

Example of a multi-agent system where agents can collaborate to solve a task.

multi_agent_collaboration

agent_supervisor

Example of a multi-agent system where agents are supervised by a supervisor agent.

agent_supervisor

hierarchical_agent_teams

Example of a multi-agent system where agents are organized in hierarchical teams. Recursively each team mirrors the agent_supervisor example above.

Note: we're working on a better API to express this so you can also see the entire hierarchy in the diagram.

hierarchical_agent_teams