[EPIC][CORE-G] Native/MCP/service adapters: thin transport over the library, structured status, authority preservation, and cancellation #31

Open
opened 2026-09-08 01:57:02 +00:00 by nsaspy · 0 comments
Owner

Parent: #11
Refines: #9

Goal

Expose Symbolic Memory through native tool/MCP/service surfaces without duplicating memory semantics in transport code.

Own adapters for library calls such as:

  • remember/get;
  • symbolize/projection status;
  • semantic query/current/history/explain/source-expand;
  • bounded projection;
  • ingestion/backfill status/control;
  • experience/candidate/promotion-history inspection;
  • federation/admin inspection where explicitly authorized.

All adapters must preserve typed outcomes, namespace/read-write authority, cancellation, provider usage, exact IDs/frontiers/generations and provenance references.

Hard invariants

transport schema != memory semantics
model-visible tool != authority
semantic action != executable host action
prose rendering != canonical result
cancelled transport != hidden background continuation

Acceptance

Direct library and native/MCP calls produce semantically equivalent normalized results for the same principal/store/frontier; unauthorized source expansion fails identically; cancellation publishes no partial semantic state; known recall/query uses zero model calls.

Parent: #11 Refines: #9 ## Goal Expose Symbolic Memory through native tool/MCP/service surfaces without duplicating memory semantics in transport code. Own adapters for library calls such as: - remember/get; - symbolize/projection status; - semantic query/current/history/explain/source-expand; - bounded projection; - ingestion/backfill status/control; - experience/candidate/promotion-history inspection; - federation/admin inspection where explicitly authorized. All adapters must preserve typed outcomes, namespace/read-write authority, cancellation, provider usage, exact IDs/frontiers/generations and provenance references. ## Hard invariants ```text transport schema != memory semantics model-visible tool != authority semantic action != executable host action prose rendering != canonical result cancelled transport != hidden background continuation ``` ## Acceptance Direct library and native/MCP calls produce semantically equivalent normalized results for the same principal/store/frontier; unauthorized source expansion fails identically; cancellation publishes no partial semantic state; known recall/query uses zero model calls.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nsaspy/symbolic-memory#31
No description provided.