feat(skills): add hindsight-memory skill for persistent agent memory#372
Closed
benfrank241 wants to merge 2 commits intoNVIDIA:mainfrom
Closed
feat(skills): add hindsight-memory skill for persistent agent memory#372benfrank241 wants to merge 2 commits intoNVIDIA:mainfrom
benfrank241 wants to merge 2 commits intoNVIDIA:mainfrom
Conversation
Adds a new agent skill that teaches sandboxed agents how to use Hindsight for persistent memory across ephemeral sandbox sessions. Includes the skill definition with recall/retain/reflect workflows, a CLI reference, and an example network policy for Hindsight API access. Closes NVIDIA#371 Signed-off-by: Ben <ben.bartholomew@vectorize.io>
|
All contributors have signed the DCO ✍️ ✅ |
Author
|
I have read the DCO document and I hereby sign the DCO. |
Author
|
recheck |
… skill - Fix --budget values: "medium" → "mid" (matches CLI default) - Fix --fact-type values: "observation" → "opinion" (matches CLI) - Fix --context description: it's freeform text, not a structured tag - Fix API endpoints table: add missing POST /memories (retain), fix documents endpoint to GET (list), not POST - Replace deprecated `bank background` with `bank mission` - Fix config setup: use `hindsight configure` instead of writing TOML with shell variable interpolation (which doesn't work) - Add missing reflect flags: --max-tokens, --schema - Add missing recall flags: --include-chunks, --chunk-max-tokens Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
This does not conform to our contributing requirements and is the PR is functionally un-sound. |
Author
|
Thanks for the review @johntmyers. Could you share specific details on what doesn't conform or what's functionally unsound? Happy to fix — just want to make sure I address the right things. A few areas I'm already aware could use improvement:
If there are other issues (policy format, command syntax, style), I'd appreciate knowing so I can get them all in one pass. |
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-memoryagent skill that teaches sandboxed agents how to use Hindsight for persistent memory across ephemeral sandbox sessionsread-writeto Hindsight API), and covers both cloud and self-hosted deploymentsCONTRIBUTING.mdskills table with the new entry under PlatformCloses #371
Changes
.agents/skills/hindsight-memory/SKILL.md.agents/skills/hindsight-memory/cli-reference.md.agents/skills/hindsight-memory/example-policy.yamlCONTRIBUTING.mdhindsight-memoryto the skills inventory tableTest plan
example-policy.yamlvalidates against the policy schema inarchitecture/security-policy.md.agents/skills/directory convention🤖 Generated with Claude Code