| # Agent patterns |
| |
| We have the bones of a few applications that can be used to create agents. These are not fully fleshed out, but they |
| can be used as a starting point for creating your own agents. |
| |
| We have the following templates: |
| |
| ## Multimodal agent |
| |
| [Code template](https://github.com/DAGWorks-Inc/burr/tree/main/examples/templates/multi_modal_agent) |
| |
|  |
| |
| ## Multi-agent collaboration |
| |
| [Code template](https://github.com/DAGWorks-Inc/burr/tree/main/examples/templates/multi_agent_collaboration) |
| |
|  |
| |
| ## Supervisor agent |
| |
| [Code template](https://github.com/DAGWorks-Inc/burr/tree/main/examples/templates/agent_supervisor) |
| |
|  |
| |
| |
| ## Hierarchical teams |
| |
| [Code template](https://github.com/DAGWorks-Inc/burr/tree/main/examples/templates/hierarchical_agent_teams) |
| |
|  |