- Step1: Clone the GitHub repository from https://github.com/sotayamashita/ai-agent-playground
- Step2: Install Python 3.8+ and dependencies via pip install -r requirements.txt
- Step3: Set environment variable OPENAI_API_KEY for API access
- Step4: Run example agents using python examples/example_agent.py
- Step5: Customize agent config in config.yaml and implement new tools in tools/
- Step6: Execute your custom agent script and monitor output in CLI