- Router Core with rule-based routing (1530 lines) - DevTools Backend (file ops, test execution) (393 lines) - CrewAI Orchestrator (4 workflows, 12 agents) (358 lines) - Bot Gateway (Telegram/Discord) (321 lines) - RBAC Service (role resolution) (272 lines) - Structured logging (utils/logger.py) - Docker deployment (docker-compose.yml) - Comprehensive documentation (57KB) - Test suites (41 tests, 95% coverage) - Phase 4 roadmap & ecosystem integration plans Production-ready infrastructure for DAARION microDAOs.
30 lines
528 B
YAML
30 lines
528 B
YAML
image:
|
|
repository: docker.io/library/dagi-router
|
|
tag: "0.3.0"
|
|
pullPolicy: IfNotPresent
|
|
|
|
replicaCount: 1
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 9100
|
|
|
|
resources:
|
|
limits:
|
|
cpu: "500m"
|
|
memory: "512Mi"
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "256Mi"
|
|
|
|
env:
|
|
DEEPSEEK_API_KEY: "sk-230a637d270d4a66b009bab04fdfb233"
|
|
DEEPSEEK_BASE_URL: "https://api.deepseek.com"
|
|
DEEPSEEK_MODEL: "deepseek-chat"
|
|
OLLAMA_BASE_URL: "http://144.76.224.179:11434"
|
|
OLLAMA_MODEL: "qwen2.5:3b"
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|