Architecture
Implemented substrate vs public demonstration vs target.
Technical buyers should see what exists in the Continuum monorepo, what the public site demonstrates with fixtures, and what remains target architecture.
| Area | Status | Note |
|---|---|---|
| Source connectors | Under active development | Ingest APIs and filesystem storage exist; broad SaaS connectors planned. |
| Ingestion & parsing | Working now | Worker pipeline for documents/records in monorepo. |
| Metadata preservation | Working now | Object identity, facts, relationships in PostgreSQL. |
| Document identity & revisions | Working now | Revision compare and authority concepts in core/product. |
| Knowledge classes | Demonstrated with synthetic data | Public demo models five classes; full product model expanding. |
| Identity & authorization | Working now | Sessions, memberships, role checks; OIDC skeleton present. |
| Indexing & retrieval | Working now | Hybrid retrieval foundations (exact/FTS/relationships). |
| Conflict detection | Demonstrated with synthetic data | Public demo surfaces conflicts; core conflict entities exist. |
| Grounded generation | Under active development | Deterministic assembly preferred for flagship paths; LLM optional. |
| Citation creation | Working now | Answer structures include sources/locators. |
| Expert-knowledge capture | Under active development | Capture/review surfaces in app; public synthetic note in demo. |
| Decision records | Working now | Decision objects in schema; demo decision memos. |
| Audit records | Working now | Audit events for sensitive actions. |
| Evaluation | Working now | Eval run/history endpoints in product. |
| Observability | Under active development | Health routes and traces; production ops still evolving. |
| Model abstraction | Planned | Provider abstraction intended; not a public multi-model marketplace claim. |
| Action approval boundaries | Working now | Preview/approve/execute with authorization; external execute dry-run posture. |
Planes (product monorepo)
Experience · Identity & Policy · Knowledge & Data · Retrieval & Intelligence · Workflow & Action · Integration · Control. See repository documentation for developer detail. This page intentionally omits secrets and environment values.
Public demo architecture
The public /demo route is a deterministic fixture engine with a structured answer contract and source viewer. It is not a live enterprise deployment.