Public product, documentation, and API surfaces for ODEI.
This repository powers the main public runtime around ODEI:
- odei.ai as the research and thesis surface
- api.odei.ai as the production and developer surface
It contains the site shell, public documentation, API runtime, and world model interfaces that expose ODEI's architecture to humans and agents.
ODEI builds constitutional world models for human agency.
The core idea is simple:
- the model is replaceable
- the world model is persistent
- the write path is governed
- the execution path is auditable
This repository is the public-facing expression of that system.
- public pages and product surfaces
- REST API runtime for
api.odei.ai - OpenAPI and integration documentation
- world model visualization and explorer surfaces
- operational assets for deployment and health checks
Some historical and experimental pages still live in this repository, but the canonical surfaces are:
- research and worldview
- product and developer docs
- governed world model APIs
internet
└─ nginx
├─ static public surfaces
└─ API runtime
├─ docs
├─ world model endpoints
├─ guardrail endpoints
└─ operational health surfaces
Behind the public runtime sits the ODEI stack:
- Neo4j world model
- sovereign writes pipeline
- guardian validation
- MCP-connected subsystems
Requirements:
- Node.js 20+
- npm
Typical local workflow:
npm install
npm run devFor production deploy details and operational contracts, see the documentation inside this repository.
| Repository | Role |
|---|---|
| odei-ai.github.io | Research-facing static surface for odei.ai |
| mcp-odei | MCP interface for governed retrieval |
| research | Research papers and architecture notes |
| memory | Memory architecture and graph-native persistence |
Repository-specific. See local license and deployment files.