Memory (RAG)
Remote memory operations and protocol-driven local memory requirements
Memory behavior in sdk@0.6.3 is driven by protocol instructions and remote memory endpoints.
Protocol Semantics
During processNPC:
- API can request recall via
memoryRecall - API can request storage via
memoryStore - If either is requested and no memory engine is configured,
processNPCfails fast
