09

Memory and context

Core platform1 min read

Keep durable memory scoped, classified, compact, and recoverable.

Platform memory is not raw conversation history. Search is scoped by actor context, updates are schema-validated, and compaction preserves durable facts while removing transient tool noise and sensitive material.

  • Separate user, organization, project, run, and sandbox memory.
  • Redact secrets and classify content before durable storage.
  • Store provenance and timestamps so stale facts can be challenged.
  • Treat sandbox workspace memory as temporary until reviewed and promoted.

Was this page helpful?

Edit on GitHub