Commit Graph

15 Commits

Author SHA1 Message Date
ajspig 360667f39e fix: adding peer targets 2026-01-22 16:34:25 -05:00
ajspig bbb7980fee fix: minor clarifications 2026-01-22 16:26:36 -05:00
ajspig 23e64cd90a fix: removing unnecessary code and adding config for observing 2026-01-22 16:12:02 -05:00
ajspig 933f3bbfee fix: honcho chat queries the user peer, uses agno architecture 2026-01-22 15:52:33 -05:00
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 dff432f419 fix: making things consistent 2026-01-15 13:31:32 -05:00
ajspig c3dd0baabb fix: adding tools, changing init, general cleanup 2026-01-15 13:14:22 -05:00
ajspig 74c199aae5 fix: focusing on prod env 2026-01-15 10:37:18 -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
ajspig 49f6d75991
Adding n8n integration (#318)
* feat: Adding n8n integration

* fix: minor gramatical and style changes

* fix: matching the markdown with the json

* feat: adding screenshots to n8n

* fix: final modifications

* chore: code rabbit suggestions

* chore: code rabbit suggestions
2026-01-09 17:09:48 -05:00
ajspig 34957d7885
Adding crewAI integration guide (#279)
* docs: adding crewAI integration guide

* docs: adding a honcho_crewai package

* docs: Using session.search and session summaries to enhance the honcho storage class

* docs: updating to use honcho_crewai package

* docs: Added honcho_crewAI tools. Updated honcho_crewai tests to better match the specific integration. Built out the package definition more.

* docs: Adding all the honcho sdk parameters to crewAI tools, also adding tools and a simple example.

* docs: adding logging to HonchoStorage class

* docs: updating mdx file to match examples and fixing explanations

* Docs: removing session summaries from search

* docs: adding files package

* docs: simplifying language specifically for theory-of-mind.

* chore: code rabbit suggestions.

* chore: code rabbit

* fix: removing nanoid crewai dependency

* docs: adding filtering capability to honcho crewai package and tool examples.

* fix: remove factory class in favor of direct class instantiation

* docs: adding hybrid memory example

* fix: fixing redundent calls to honcho for saving message history

* chore: code rabbit fixes
2025-12-01 14:46:14 -05:00
ajspig 2ffa7b7b30
Add LangGraph integration guide (#271) 2025-11-19 17:13:46 -05:00