Skip to content

docs: add Hindsight ecosystem page#2545

Merged
marklysze merged 2 commits into
ag2ai:mainfrom
DK09876:hindsight-ecosystem-page
May 28, 2026
Merged

docs: add Hindsight ecosystem page#2545
marklysze merged 2 commits into
ag2ai:mainfrom
DK09876:hindsight-ecosystem-page

Conversation

@DK09876
Copy link
Copy Markdown
Contributor

@DK09876 DK09876 commented Apr 2, 2026

Summary

Adds an ecosystem documentation page for Hindsight, an open-source (MIT) long-term memory engine for AI agents.

The hindsight-ag2 package (PyPI) provides register_hindsight_tools() to give AG2 agents persistent memory via three tools: retain (store), recall (search), and reflect (synthesize).

Changes

  • Added website/docs/ecosystem/hindsight.mdx with installation, single-agent example, GroupChat example, and resources
  • Added docs/ecosystem/hindsight to the Ecosystem sidebar in mint-json-template.json.jinja

Package details

🤖 Generated with Claude Code

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>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Apr 2, 2026
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 2, 2026

CLA assistant check
All committers have signed the CLA.

@Lancetnik Lancetnik self-assigned this Apr 2, 2026
@qingyun-wu qingyun-wu requested a review from VasiliyRad April 2, 2026 20:24
Copy link
Copy Markdown
Collaborator

@marklysze marklysze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 marklysze self-requested a review May 28, 2026 02:24
Copy link
Copy Markdown
Collaborator

@marklysze marklysze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@marklysze marklysze enabled auto-merge May 28, 2026 03:02
@marklysze marklysze added this pull request to the merge queue May 28, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

❗ There is a different number of reports uploaded between BASE (8a5213e) and HEAD (2de8f48). Click for more details.

HEAD has 19 uploads less than BASE
Flag BASE (8a5213e) HEAD (2de8f48)
ubuntu-latest 5 1
beta 7 0
3.14 1 0
3.10 1 0
3.13 3 0
macos-latest 1 0
3.12 1 0
windows-latest 1 0

see 388 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Merged via the queue into ag2ai:main with commit b9de512 May 28, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants