Skip to content

Release v0.10.2: Add Strands Compatibility Decorators

Choose a tag to compare

@jwesleye jwesleye released this 15 Sep 19:07
· 98 commits to main since this release

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.2

For Strands integration:

pip install basic-open-agent-tools[strands]==0.10.2

This release maintains full compatibility with all existing agent frameworks while adding enhanced Strands support.