Cortexe — Cognitive Operating System SDK. Self-improving agents, declarative infrastructure, AI-to-physical-world compilation.
Project description
Cortexe
The Cognitive Operating System SDK.
Self-improving agents. Declarative infrastructure. AI-to-physical-world compilation.
pip install cortexe # core agent SDK (~100KB)
pip install cortexe[studio] # full Mac Studio CogOS
pip install cortexe[server] # production Hetzner server
pip install cortexe[all] # everything
Status: Pre-Alpha. Core architecture is specified. Implementation is underway. See the Package Architecture paper for the full breakdown.
Quick Start
from cortexe import Agent, StrategyMemory
class MyAgent(Agent):
def observe(self):
return self.read_vital_signs()
def reason(self, state):
return self.strategy_memory.suggest(state)
def act(self, decision):
self.log(decision)
Extras
| Install | What You Get |
|---|---|
pip install cortexe |
Agent SDK, strategy memory, config, NATS |
pip install cortexe[ixcl] |
IxCL parser + compiler |
pip install cortexe[ix] |
Ix Runtime (SRL, Memory Plane, Ephemeral Forge) |
pip install cortexe[mlx] |
Apple Silicon inference |
pip install cortexe[stack] |
24-component business platform |
pip install cortexe[deploy] |
Hetzner provisioning + Nix automation |
pip install cortexe[kernel] |
Full verification pipeline + Z3 |
pip install cortexe[nucleus] |
Governance microkernel |
pip install cortexe[observe] |
Streamlit dashboard + Prometheus |
pip install cortexe[dev] |
Developer workstation bundle |
pip install cortexe[server] |
Production server bundle |
pip install cortexe[studio] |
Full CogOS bundle (Apple Silicon) |
License
AGPL-3.0. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cortexe-0.0.1.tar.gz.
File metadata
- Download URL: cortexe-0.0.1.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6ad8cc7e7824cb9663922d59a5e515103e6e3b0ab229bd5a1305c45207bfad2
|
|
| MD5 |
a699d596ba57861ddf5896f614f7b222
|
|
| BLAKE2b-256 |
9c7fc60006d4baaf4d479a12816a7b093972bc0e77014bd4a0e4a6f9ac91a255
|
File details
Details for the file cortexe-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cortexe-0.0.1-py3-none-any.whl
- Upload date:
- Size: 46.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23677586ef6c18ae23ea5af906f51d0fe7273f466f30cd50a91775800d79b249
|
|
| MD5 |
4487ee9fa244f753d9d3dcff5093a935
|
|
| BLAKE2b-256 |
c1f451457d440a33e2750995fcaad4005d8bdcfc47c14189015f41c842772c89
|