# OpenAgents Guides **Purpose**: Step-by-step guides for working with OpenAgents Control --- ## Structure ``` openagents-repo/guides/ ├── navigation.md (this file) └── [guide files] ``` --- ## Quick Routes | Task | Path | |------|------| | **Adding agents** | `./adding-agent.md` | | **Testing subagents** | `./testing-subagents.md` | | **View all guides** | `./` | --- ## By Type **Implementation Guides** → How to implement features **Agent Guides** → How to work with agents **Testing Guides** → How to test implementations --- ## Related Context - **OpenAgents Navigation** → `../navigation.md` - **Examples** → `../examples/navigation.md` - **Core Concepts** → `../core-concepts/navigation.md`