Sample single and multi-agent impelementation using Strands Agents.
- Python 3.12+
- Dependencies (automatically installed by uv):
strands-agents[ollama]>=1.0.1strands-agents-tools>=0.2.1rich>=14.0.0- AWS credentials (for Bedrock agent)
- Ollama (for Ollama agent)
# Clone the repository
git clone https://github.com/praveenc/strands-agents-examples.git
cd strands-agents-examples/capital_markets
# Activate a virtual environment
pip install uv
uv venv
source .venv/bin/activate
# Install dependencies
uv syncSee usage instructions in capital_markets.
All examples use mock data generators to simulate agent calls to tools and external services.