Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.24 KB

File metadata and controls

34 lines (22 loc) · 1.24 KB

Support

Getting Help

  • README — overview and quick start
  • AGENTS.md — coding standards, architecture principles, and strands API reference
  • Examples — working examples with Python + YAML

Reporting Issues

If you encounter a bug or have a feature request:

  1. Search existing issues to avoid duplicates
  2. Open a new issue with:
    • Clear title describing the problem
    • Steps to reproduce (for bugs)
    • Minimal config.yaml that reproduces the issue
    • Python version and strands-compose version

Security

If you discover a potential security issue, please see SECURITY.md.

Troubleshooting

  • 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 Agents SDK

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.