Agent Zero is a real team member
What I would like to make my Agent Zero do, I need help to set up this scenario. One detail is that each sub-agent can use a different Model. Recommended Final Structure of the /a0/agents/ Directory /a0/agents/ βββ shared_utils/ # Shared functions/utilities (templates, helpers, integrations) β βββ message_template.json β βββ mongo_integration.txt β βββ README.md βββ orchestrator_agent_zero/ # Main orchestrator (defines central prompts and decision logic) β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ architect/ # Specialist agent for solution architecture β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ integration_engineer/ # Agent for technical integrations (e.g., APIs, middlewares) β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ rap_cap_java_json_developer/ # Specialist agent for CAP/RAP and Java/JSON development β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ tech_lead_expert/ # Tech Lead/Senior agent for technical review and guidance β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ analyst/ # Functional and requirements analyst agent β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ critic/ # Critical agent for QA, review, and quality control β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ debugger/ # Agent for debugging and error resolution β βββ system_prompt.txt β βββ user_prompt.txt β βββ README.md βββ orchestration_scripts/ # Central multi-agent orchestration scripts (router, launcher, manager) β βββ orchestrator.py β βββ agent_launcher.py β βββ task_router.py β βββ communication_manager.py β βββ logger.py β βββ shared_utils.py β βββ test_multi_agent_flow.py βββ persistence/ # Abstraction for database integration (MongoDB, etc.) β βββ (relevant scripts/configs) βββ tests/ # Automated unit and multi-agent integration tests βββ ci_cd/ # Continuous integration and delivery pipelines βββ healthcheck.py # Script for system health monitoring and healthcheck