Commit Graph

5 Commits

Author SHA1 Message Date
ajspig 2d9bf1c779 fix: use unique session ID and update agno to 2.3.26
- 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>
2026-01-15 14:23:50 -05:00
ajspig 5837c7aaea fix: more clean up 2026-01-15 14:04:29 -05:00
ajspig 86cc5f6735 fix: cleaning up app_id and other terminology 2026-01-15 13:53:36 -05:00
ajspig 532675300f fix: formatting toolkits to be more structural and come specifically from the perspective of the agent using it. 2026-01-15 10:19:04 -05:00
ajspig 4886c30f25 feat: add honcho-agno integration package
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
2026-01-12 17:32:44 -05:00