docs(01-02): complete LLM pool and orchestrator plan

This commit is contained in:
2026-03-23 10:08:55 -06:00
parent 8257c554d7
commit 0eae48699f
4 changed files with 177 additions and 10 deletions

View File

@@ -27,8 +27,8 @@ Requirements for beta-ready release. Each maps to roadmap phases.
### LLM Backend
- [ ] **LLM-01**: LiteLLM router abstracts LLM provider selection with fallback routing
- [ ] **LLM-02**: Platform supports Ollama (local) and commercial APIs (Anthropic, OpenAI) as LLM providers
- [x] **LLM-01**: LiteLLM router abstracts LLM provider selection with fallback routing
- [x] **LLM-02**: Platform supports Ollama (local) and commercial APIs (Anthropic, OpenAI) as LLM providers
- [ ] **LLM-03**: Tenant can provide their own API keys for supported LLM providers (BYO keys, encrypted at rest) ⚠️ CONFLICT: listed as v1 here but out-of-scope in PROJECT.md — resolve before Phase 3 planning
### Multi-Tenancy & Security
@@ -107,8 +107,8 @@ Which phases cover which requirements. Updated during roadmap creation.
| AGNT-05 | Phase 2 | Pending |
| AGNT-06 | Phase 2 | Pending |
| AGNT-07 | Phase 3 | Pending |
| LLM-01 | Phase 1 | Pending |
| LLM-02 | Phase 1 | Pending |
| LLM-01 | Phase 1 | Complete |
| LLM-02 | Phase 1 | Complete |
| LLM-03 | Phase 3 | Pending |
| TNNT-01 | Phase 1 | Complete |
| TNNT-02 | Phase 1 | Complete |