Complete snapshot of /opt/microdao-daarion/ from NODE1 (144.76.224.179).
This represents the actual running production code that has diverged
significantly from the previous main branch.
Key changes from old main:
- Gateway (http_api.py): expanded from ~40KB to 164KB with full agent support
- Router: new /v1/agents/{id}/infer endpoint with vision + DeepSeek routing
- Behavior Policy: SOWA v2.2 (3-level: FULL/ACK/SILENT)
- Agent Registry: config/agent_registry.yml as single source of truth
- 13 agents configured (was 3)
- Memory service integration
- CrewAI teams and roles
Excluded from snapshot: venv/, .env, data/, backups, .tgz archives
Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
576 B
Markdown
20 lines
576 B
Markdown
|
||
---
|
||
|
||
## ✅ COMPLETED 2026-01-28 (Memory Standardization)
|
||
|
||
### Qdrant Collections Standardized
|
||
- Created 4 standard collections per agent: `_messages`, `_docs`, `_memory_items`, `_user_context`
|
||
- Total: 42 collections (9 agents × 4 types + special)
|
||
- Dimension: 1024 (Cohere embed-multilingual-v3.0)
|
||
|
||
### Special Knowledge Bases
|
||
- `druid_legal_kb` - DRUID legal
|
||
- `helion_artifacts` - HELION artifacts
|
||
- `nutra_food_knowledge` - NUTRA nutrients (13 vectors)
|
||
- `cm_text_1024_v1` - Co-Memory shared (932 vectors)
|
||
|
||
### Documentation
|
||
- Created: `docs/AGENT-MEMORY-STANDARD.md`
|
||
|