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>
28 lines
565 B
Plaintext
28 lines
565 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
httpx==0.25.2
|
|
pydantic==2.5.0
|
|
pyyaml==6.0.1
|
|
python-multipart==0.0.6
|
|
|
|
# HuggingFace dependencies for OCR models
|
|
torch>=2.0.0
|
|
torchvision>=0.15.0
|
|
transformers>=4.35.0
|
|
accelerate>=0.25.0
|
|
pillow>=10.0.0
|
|
tiktoken>=0.5.0
|
|
sentencepiece>=0.1.99
|
|
einops>=0.7.0
|
|
|
|
# STT (Speech-to-Text) dependencies
|
|
faster-whisper>=1.0.0
|
|
openai-whisper>=20231117
|
|
|
|
# Image Generation (Diffusion models)
|
|
diffusers @ git+https://github.com/huggingface/diffusers.git
|
|
safetensors>=0.4.0
|
|
|
|
# Web Scraping & Search
|
|
trafilatura>=1.6.0
|
|
duckduckgo-search>=4.0.0 |