Agents
Teams
We can combine multiple Agents to form a team and tackle tasks as a cohesive unit. Here’s a simple example that uses a team of agents to write an article about the top stories on hackernews.
hackernews_team.py
Run the script to see the output.
How to build Agent Teams
- Add a
name
androle
parameter to the member Agents. - Create a Team Leader that can delegate tasks to team-members.
- Use your Agent team just like you would use a regular Agent.
Developer Resources
- View Examples