2026-01-24 02:03:12 +00:00
|
|
|
# ADRs - Architecture Decision Records
|
|
|
|
|
|
|
|
|
|
Architecture decision records for the STRATUMIOPS ecosystem.
|
|
|
|
|
|
|
|
|
|
## Active ADRs
|
|
|
|
|
|
feat: add stratum-orchestrator with graph, state, NATS, and Nickel action nodes
New crates: stratum-orchestrator (Cedar authz, Vault secrets, Nu/agent executors,
saga runner), stratum-graph (petgraph DAG + SurrealDB repo), stratum-state
(SurrealDB tracker), platform-nats (NKey auth client), ncl-import-resolver.
Updates: stratum-embeddings (SurrealDB store + persistent cache), stratum-llm
circuit breaker. Adds Nickel action-nodes, schemas, config, Nushell scripts,
docker-compose dev stack, and ADR-003.
2026-02-22 21:33:26 +00:00
|
|
|
| ID | Title | Status |
|
|
|
|
|
| ---------------------------------------- | --------------------------------------------- | -------- |
|
|
|
|
|
| [001](001-stratum-embeddings.md) | Stratum-Embeddings: Unified Embedding Library | Proposed |
|
|
|
|
|
| [002](002-stratum-llm.md) | Stratum-LLM: Unified LLM Provider Library | Proposed |
|
|
|
|
|
| [003](003-stratum-orchestrator.md) | Stratum-Orchestrator: Graph-Driven Workflow Orchestrator | Accepted |
|
2026-01-24 02:03:12 +00:00
|
|
|
|
|
|
|
|
## Statuses
|
|
|
|
|
|
|
|
|
|
- **Proposed**: Under review, pending implementation
|
|
|
|
|
- **Accepted**: Approved and implemented
|
|
|
|
|
- **Deprecated**: Replaced by another ADR
|
|
|
|
|
- **Superseded**: Obsolete, see replacement ADR
|
|
|
|
|
|
|
|
|
|
## Navigation
|
|
|
|
|
|
|
|
|
|
- [Back to architecture](../)
|
|
|
|
|
- [Spanish version](../../../es/architecture/adrs/)
|