// Documentation
Python SDK reference.
cosmonapse Python package - verified against packages/python-sdk. If something here disagrees with the code, the code wins.
SDK · 07
Cortex - back-compat alias
cosmonapse.Cortex is an alias of cosmonapse.Dendrite, and CortexProtocolError aliases DendriteProtocolError. They are preserved for code written against the v0.1 split where the orchestrator was a separate class. New code should use Dendrite directly - every orchestration primitive lives there.
When you read “Cortex” elsewhere in the docs, treat it as “a Dendrite acting as an orchestrator”.
Have a feature in mind?
The protocol, SDKs, and CLI are still pre-1.0. If something here is missing, ambiguous, or wrong - open an issue and propose a change. Every breaking change is debated in DECISIONS.md first.