- README — overview and quick start
- AGENTS.md — coding standards, architecture principles, and strands API reference
- Examples — working examples with Python + YAML
If you encounter a bug or have a feature request:
- Search existing issues to avoid duplicates
- Open a new issue with:
- Clear title describing the problem
- Steps to reproduce (for bugs)
- Minimal
config.yamlthat reproduces the issue - Python version and strands-compose version
If you discover a potential security issue, please see SECURITY.md.
- If you see tool name errors, ensure the sanitizer is included in your hooks list
Import errors:
- Install optional dependencies:
pip install strands-compose[ollama]for Ollama,pip install strands-compose[openai]for OpenAI - Ensure Python 3.11+ is being used
strands-compose is built on top of the Strands Agents SDK. For questions about the underlying agent framework, model providers, or hook system, refer to the Strands documentation.