feat: root agent hierarchy at Level 1 from both orchestrators

Gemini and OpenAI orchestrators now inject _agent_level=1 into spawn_agent
args so the full 3-level chain works: Persona (L1) → Specialist (L2) →
Support (L3, cannot delegate further).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-06-16 21:07:42 -04:00
parent e8819773ee
commit 6ca588959d
4 changed files with 27 additions and 4 deletions

View File

@@ -77,3 +77,4 @@
- **RAG via Open WebUI** — feed Nextcloud docs into local knowledge collections; possible complement to AE Journals search
- **Multi-host local models** — per-user config already supports multiple hosts; routing logic TBD
- **WhatsApp** — requires Business API account or a bridge; not started
- **Docling** (https://github.com/docling-project/docling) — IBM Research doc parser; converts PDF/DOCX/PPTX/images → clean Markdown/JSON for LLM ingestion; would enhance file attachments and the knowledge import pipeline