Main‐Script - chin3/Multi-Agent-Research-POC GitHub Wiki
🧾 Main Script
Purpose
Serves as the entry point and orchestrator for the multi-agent workflow.
Functionality
- Initializes the research process with a user question
- Coordinates the flow between agents and tools
- Handles the execution sequence and error cases
- Presents the results to the user
Key Technical Aspects
- Uses
asyncio
for asynchronous execution - Implements a three-step process: search → tool execution → synthesis