- Generate unique session ID with uuid.uuid4() in multi_tool_example.py
to prevent message accumulation across runs
- Update agno dependency from >=1.4.0 to >=2.3.26
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Agno framework integration following the Toolkit pattern:
- HonchoTools class with 5 memory tools (add_message, get_context,
search_messages, query_user, reset_session)
- Example scripts demonstrating usage with Agno agents
- Comprehensive test suite