Publish & Query
Working Memory -> Shared Working Memory -> Verifiable MemoryCLI shape
dkg context-graph create my-project
CG="<agentAddress>/my-project"
dkg ka import-file notes --input-file ./notes.md -c "$CG"
dkg ka query notes -c "$CG"
dkg context-graph register "$CG"
dkg ka finalize notes -c "$CG"
dkg ka share notes -c "$CG"
dkg ka publish-async notes -c "$CG"Agent shape
Query Knowledge
Free-text Recall
Structured Query
Last updated
Was this helpful?