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.
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# Architecture
|
|
|
|
Architecture documentation for the STRATUMIOPS ecosystem.
|
|
|
|
## Contents
|
|
|
|
### ADRs (Architecture Decision Records)
|
|
|
|
Documented architectural decisions following the ADR format:
|
|
|
|
- [**ADR-001: Stratum-Embeddings**](adrs/001-stratum-embeddings.md) - Unified embedding library
|
|
- [**ADR-002: Stratum-LLM**](adrs/002-stratum-llm.md) - Unified LLM provider library
|
|
- [**ADR-003: Stratum-Orchestrator**](adrs/003-stratum-orchestrator.md) - Graph-driven workflow orchestrator
|
|
|
|
## ADR Format
|
|
|
|
Each ADR follows this structure:
|
|
|
|
| Section | Description |
|
|
| --------------- | ------------------------------------------ |
|
|
| Status | Proposed, Accepted, Deprecated, Superseded |
|
|
| Context | Problem and current state |
|
|
| Decision | Chosen solution |
|
|
| Rationale | Why this solution |
|
|
| Consequences | Positive, negative, mitigations |
|
|
| Success Metrics | How to measure the outcome |
|
|
|
|
## Navigation
|
|
|
|
- [Back to main documentation](../)
|
|
- [Spanish version](../../es/architecture/)
|