feat: add Agno integration with Hindsight memory toolkit#596
Open
benfrank241 wants to merge 3 commits intomainfrom
Open
feat: add Agno integration with Hindsight memory toolkit#596benfrank241 wants to merge 3 commits intomainfrom
benfrank241 wants to merge 3 commits intomainfrom
Conversation
Collaborator
nicoloboschi
left a comment
There was a problem hiding this comment.
LGTM
- remove the n8n blog post from the branch
- add the documentation page (in sync with the readme) with the agno icon
- bind this to the release process (release.sh and release gh job)
Add hindsight-agno package providing Hindsight memory tools (retain, recall, reflect) as an Agno Toolkit, following the same pattern as Agno's Mem0Tools. Includes per-user bank isolation, global config, bank auto-creation, and memory_instructions() for system prompt injection. Also adds cookbook documentation page with architecture diagrams, quick start examples, and configuration reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove n8n blog post from the agno integration branch - Add Agno logo icon and map hindsight-agno SDK tag in CookbookGrid - Add hindsight-agno to release.sh PYTHON_PACKAGES array - Add build, publish, artifact upload, and release asset steps in release.yml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aa0ce0d to
4a0662a
Compare
4 tasks
The Agno cookbook application now lives in vectorize-io/hindsight-cookbook/applications/agno-memory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hindsight-agnopackage providing retain/recall/reflect as an AgnoToolkit, following Agno'sMem0Toolspatternbank_id,bank_resolver, orRunContext.user_id), global config viaconfigure(), and bank auto-creationmemory_instructions()helper for injecting recalled memories into system promptsTest plan
cd hindsight-integrations/agno && uv run pytest tests/ -v)uv run ruff check . && uv run ruff format --check .)🤖 Generated with Claude Code