- Step1: Clone the repository: git clone https://github.com/Jeomon/Meta-Agent-with-More-Agents.git
- Step2: Navigate into the project directory and install dependencies: pip install -r requirements.txt
- Step3: Configure your OpenAI API key by setting the OPENAI_API_KEY environment variable
- Step4: Define or customize sub-agents in the config file (config.yaml or code)
- Step5: Run the main orchestration script with your task prompt: python main.py --task "Your task here"
- Step6: Review outputs and logs, then iterate on agent definitions or workflows as needed