docs: mark Intelligence Orchestrator Phase 1 complete in TODO

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-18 19:38:14 -04:00
parent ed472ce9a0
commit e6e76e7e4c

View File

@@ -27,14 +27,15 @@
## 🟡 Medium Priority ## 🟡 Medium Priority
### [Intelligence] Orchestrator service — Phase 1 ### [Intelligence] Orchestrator service — Phase 1 ✅ Complete
See `ARCH__Intelligence_Layer.md` for full design. Initial scope: See `ARCH__Intelligence_Layer.md` for full design. Committed: `ed472ce` (2026-03-18)
- [ ] Add Gemini API (google-generativeai SDK) as a library dependency (not CLI) - [x] Add Gemini API (google-generativeai SDK) as a library dependency (not CLI)
- [ ] Create `cortex/routers/orchestrator.py``POST /orchestrate` endpoint - [x] Create `cortex/routers/orchestrator.py``POST /orchestrate` endpoint
- [ ] Basic tool registry: web search (DuckDuckGo), AE API query, file read - [x] Basic tool registry: web search (DuckDuckGo), AE API query, file read, task list
- [ ] ReAct loop: Gemini calls tools, assembles context, hands off to Claude for final response - [x] ReAct loop: Gemini calls tools, assembles context, hands off to Claude for final response
- [ ] `GET /orchestrate/{job_id}` — poll for status/result - [x] `GET /orchestrate/{job_id}` — poll for status/result
- [ ] Cron can trigger via HTTP POST (same endpoint) - [x] Cron can trigger via HTTP POST (same endpoint)
- **Note:** Default model is `gemini-2.5-flash` — free tier key required (AI Studio)
### [Intelligence] Knowledge consolidation — Phase 1 ### [Intelligence] Knowledge consolidation — Phase 1
See `ARCH__Intelligence_Layer.md` for full design. Initial scope: See `ARCH__Intelligence_Layer.md` for full design. Initial scope: