MemoGrafterAgent
getGraftRegistry()
Inspect graft provenance registered in the current session.
What it does
Inspect graft provenance registered in the current session.
The operation is scoped to the agent’s current session, so callers do not pass a session identifier on every call.
Signature
TypeScript
getGraftRegistry(): Promise<GraftRegistryEntry[]>Example
example.ts
const grafts = await agent.getGraftRegistry();