Summary
Track the Python SDK memory scope DX work implemented in PR #707.
Scope
- Allow
MemoryInterface.set/get/delete to accept explicit scope kwargs.
- Preserve default hierarchical lookup behavior when no explicit scope is supplied.
- Derive non-global scope IDs from execution context when possible.
- Reconcile memory docs with actual scope names and vector search APIs.
- Confirm TypeScript and Go SDKs do not have the same missing-scope-id bug.
Implementation
Implemented by #707.
Summary
Track the Python SDK memory scope DX work implemented in PR #707.
Scope
MemoryInterface.set/get/deleteto accept explicitscopekwargs.Implementation
Implemented by #707.