PicoAgents v0.3.1
Added
- Anthropic Claude model client with full API support
- GitHub Models integration example
- Agent-as-tool result strategies for flexible output handling
- Context engineering examples
Changed
- Updated model client tests for better coverage and reliability
- Improved workflow integration tests with proper Pydantic model handling
- Enhanced WebUI workflow view components
Fixed
- Fixed Anthropic model name in tests (claude-3-5-haiku-20241022)
- Fixed CancellationToken import path in workflow tests
- Fixed workflow step progress events test with correct function signatures
- Updated OpenAI test to use gpt-4.1-mini model
Installation
pip install picoagents==0.3.1
# With Anthropic support:
pip install picoagents[anthropic]==0.3.1
# With all features:
pip install picoagents[all]==0.3.1Full Changelog: v0.3.0...v0.3.1