Add memory provider#11
Closed
fivetran-davefowler wants to merge 2 commits into
Closed
Conversation
6729a6c to
add492a
Compare
add492a to
74c0f79
Compare
…, OSI framing - confidence is now FLOAT in [0,1] (was free-form varchar) so consumers can threshold/rank - relationship anchors carry the join inline via from_*/to_* (+ paired array columns) instead of a single-table locator; relationship_name is an optional, unenforced pointer to OSI_RELATIONSHIP when present - tighten anchor validation: reject locator columns that don't belong to the anchor type - document when to use memory and that OSI-native teams should prefer object-local ai_context (memory is the no-semantic-layer path) - add agents-schema-memory workflow + composite action + memory-setup.md to match the other providers; link from README - follow OSI parent/child key convention (documented in code + SPEC) - fix memory_path variable shadowing Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author
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
Adds a tool-agnostic memory provider for durable agent-facing data semantics.
agents-schema memory --memory-file memory.ymlAGENTS.MEMORYandAGENTS.MEMORY_ANCHORmemoryprovider inAGENTS.ROOTproviderinAGENTS.MEMORY; the table family is already thememoryprovider, and multi-tool provenance belongs insourcememories.yamlauthoring shape that maps into the canonical tablesReview
Dataface reviewer pass: APPROVED before the later schema simplification. The latest change is a narrower schema shape and passing tests.
Verification