Jesús Pérez 0ae853c2fa
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: create stratum-embeddings and stratum-llm crates, docs
2026-01-24 02:03:12 +00:00

31 lines
1.0 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 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/)