mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
docs: refresh published reference docs against current code
- CLAUDE.md + README.md: RAG engine is hybrid retrieval, not HyDE (retired) - usage.md: org chart + agent-IDs table now show all 22 agents (adds secretary-1 + pr-reviewer-1); task-lifecycle diagram adds awaiting_pm_review and the awaiting_ceo_approval escalation - deployment.md: architecture diagram + data-persistence table include ollama, panel, nginx, workspaces, and logs - docs/initiatives + docs/self READMEs: access lists match middleware_docs.py - CLAUDE.md blueprint pointer no longer references the gitignored docs/internal tree
This commit is contained in:
@@ -257,7 +257,7 @@ uv run mypy roboco/
|
||||
| Database | PostgreSQL + SQLAlchemy (async) |
|
||||
| Vector Store | PostgreSQL + pgvector (in-house engine) |
|
||||
| Cache/Queue | Redis |
|
||||
| RAG Engine | in-house (asyncpg + pgvector, HyDE) |
|
||||
| RAG Engine | in-house (asyncpg + pgvector, hybrid retrieval) |
|
||||
| Embeddings | qwen3-embedding:0.6b (Ollama) |
|
||||
| Local LLM | Ollama (glm-5:cloud) |
|
||||
| Cloud LLM | Claude API (Anthropic) |
|
||||
|
||||
Reference in New Issue
Block a user