Engraphis 1.0: the knowledge graph release
Engraphis 1.0 was the first release to bring the memory engine, graph explorer, agent surface, and hosted protocols together as one durable system. It shipped as a universal Python open-core package with an Apache-2.0 local foundation and optional hosted workflows.
What changed
- Galaxy Knowledge Graph. A search-first explorer with deterministic communities makes relationships, evidence, and influence visible instead of hiding them behind recall results.
- Canonical identity and edge history. Schema 4 adds additive identity records and bi-temporal edge-support records for graph evidence that can be audited over time.
- 29-tool MCP surface. The agent interface includes explicit behavior annotations, operation receipts, exact sessions, and scoped memory operations.
- Hosted protocols. Customer-side Cloud Sync, rotating cloud sessions, Analytics, and related workflows connect to the local core without moving the core into a hosted-only product.
- Open-core distribution. The public package runs as a customer-owned installation, while hosted value stays in the optional service boundary.
Try the release
$ pip install "engraphis[server]"
$ engraphis-dashboard
# http://127.0.0.1:8700
The local core is Apache-2.0 and local-first. Read the full changelog for the release's security, session, and hosted-boundary notes.
Make memory inspectable.