update doc

This commit is contained in:
Gaetan Hurel
2025-06-27 09:39:01 +02:00
parent 60cd7c11ed
commit 2029b8d462
2 changed files with 27 additions and 47 deletions

View File

@@ -62,7 +62,10 @@ User Input → Supervisor → Specialized Agents → Aggregated Response
## Files
- `main-multi-agent.py`: Complete multi-agent supervisor implementation
- `loghub/`: Symbolic link to log files directory
- `agents/`: Directory containing specialized agent implementations
- `custom_tools/`: Custom tools used by the agents
- `supervisor.py`: Supervisor agent coordination logic
- `utils.py`: Utility functions and configurations
## Usage