opper-python-agents
Installation
SKILL.md
Opper Python Agents
Build AI agents with think-act reasoning loops, typed tools, multi-agent composition, memory, and full observability.
Installation
pip install opper-agents
Set your API key:
export OPPER_API_KEY="your-api-key"
Get your API key from platform.opper.ai.
Core Pattern: Agent with Tools
Related skills