Files
microdao-daarion/TODO-CRITICAL-NODA1.md
Apple ef3473db21 snapshot: NODE1 production state 2026-02-09
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>
2026-02-09 08:46:46 -08:00

20 lines
576 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
## ✅ 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`