memory
Manages Agent memory state, synthesis, and retained sync paths.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| memory-service.ts | Memory Service |
| memory-synthesis-service.ts | Memory Synthesis Service |
| agent-state.ts | Agent State |
Dependencies and change boundaries
Declared Host dependencies: auth · experiments · inference · telemetry.
Persistent memory and current context have different lifecycles; retain mode conditions around remote paths.
See Configuration for activation policy and Features for support status.