examples/research_bot/README.md
This is a simple example of a multi-agent research bot. To run it:
python -m examples.research_bot.main
The flow is:
planner_agent comes up with a plan to search the web for information. The plan is a list of search queries, with a search term and a reason for each query.search_agent, which uses the Web Search tool to search for that term and summarize the results. These all run in parallel.writer_agent receives the search summaries, and creates a written report.If you're building your own research bot, some ideas to add to this are: