docs: add Hindsight ecosystem page#2545
Conversation
Add documentation for hindsight-ag2, an open-source (MIT) long-term memory engine integration providing retain/recall/reflect tools for AG2 agents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
marklysze
left a comment
There was a problem hiding this comment.
Clean ecosystem doc page. The content is accurate — covers installation, quickstart, and a clear AG2 integration example. The three tools (retain/recall/reflect) are well described. Sidebar entry in mint-json-template.json.jinja matches the new file path. CI clean. ✓
marklysze
left a comment
There was a problem hiding this comment.
Thanks @DK09876 happy to merge through as it works directly with AG2. Please note that we are focused on our beta set of code (autogen/beta) and as this is focused on the "classic" version of AG2 the documentation addition may not be retained when we move to version 1.0. It is currently undecided, hence I'm letting you know just in case.
Codecov Report✅ All modified and coverable lines are covered by tests.
see 388 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Summary
Adds an ecosystem documentation page for Hindsight, an open-source (MIT) long-term memory engine for AI agents.
The
hindsight-ag2package (PyPI) providesregister_hindsight_tools()to give AG2 agents persistent memory via three tools: retain (store), recall (search), and reflect (synthesize).Changes
website/docs/ecosystem/hindsight.mdxwith installation, single-agent example, GroupChat example, and resourcesdocs/ecosystem/hindsightto the Ecosystem sidebar inmint-json-template.json.jinjaPackage details
ag2>=0.9.0,hindsight-client>=0.4.0🤖 Generated with Claude Code