Release v0.10.2: Add Strands Compatibility Decorators
Changes
- ✅ Strands Integration: Added @strands_tool decorators to all todo tool functions
- ✅ Agent Compatibility: Enhanced compatibility with AWS Strands framework
- ✅ Graceful Fallback: Decorators work without Strands dependency installed
Features
- Complete todo task management with Strands agent support
- 8 decorated todo functions: add_task, list_tasks, get_task, update_task, delete_task, complete_task, get_task_stats, clear_all_tasks
- Full backward compatibility maintained
Installation
pip install basic-open-agent-tools==0.10.2For Strands integration:
pip install basic-open-agent-tools[strands]==0.10.2This release maintains full compatibility with all existing agent frameworks while adding enhanced Strands support.