Docs: subsystem honesty pass + CORTEX ecosystem map #1
Rezzyman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings the README into accurate alignment with what cortex-python actually implements today, plus adds the shared ecosystem reference.
Subsystem parity update
The architecture section now explicitly lists which subsystems are implemented in this Python release and which are part of full CORTEX (TypeScript) but not yet ported:
Implemented: ingestion pipeline, hippocampal encoding (DG + CA1), dream cycle, procedural memory, 5-factor hybrid search, temporal validity, CLI.
Not yet in this release: CA3 pattern completion, reconsolidation/labile window, emotional valence (6-dimensional), metacognition, proprioception, autonomous cognition, MCP server, social graph.
Benchmark attribution clarified
The LongMemEval 500/500 and LoCoMo 93.6% scores are correctly attributed to the TypeScript flagship. cortex-python reads and writes the same memory store (wire-compatible Postgres+pgvector schema) but uses 5-factor hybrid search (vs 7-factor in the flagship), so its retrieval has not been independently benchmark-certified.
Search scoring corrected
README now accurately says "5-factor hybrid search" instead of the previously claimed "7-factor" (cortex-python does not yet implement the emotional_boost and ca3_activation scoring factors).
Ecosystem section added
Same three-project comparison table as the other repos, with clear audience framing for when to use cortex-python vs cortex vs cortex-lite.
Beta Was this translation helpful? Give feedback.
All reactions