Concepts

Neocortex memory is built around a few core primitives. Read this section first, then use SDK Functions for implementation details.

Start Here

  • Memory Items: the object you store and retrieve

  • Namespaces: logical isolation for memory groups

  • Ingest: upserting memory into storage

  • Recall: retrieving relevant context for LLM prompts

  • Context: formatted recall output to inject into prompts

  • Delete: explicit cleanup of stored memory

  • Memory Decay: time-based retention and pruning

  • Interactions: reinforcement signals that affect ranking/retention

  • Timestamps: temporal signals used during retrieval and decay

Last updated