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>
24 lines
671 B
Plaintext
24 lines
671 B
Plaintext
NODE1 healthcheck (2025-11-30)
|
||
|
||
[city-service]
|
||
CMD: curl -s http://localhost:7001/health
|
||
OUT: {"status":"healthy","service":"city-service"}
|
||
STATUS: OK
|
||
|
||
[gateway]
|
||
CMD: curl -s http://localhost:9300/health
|
||
OUT: (connection refused)
|
||
STATUS: FAIL (service not reachable on localhost:9300)
|
||
|
||
[NATS]
|
||
CMD: nc -z localhost 4222
|
||
OUT: Connection succeeded
|
||
STATUS: OK
|
||
|
||
[Postgres]
|
||
CMD: docker exec dagi-postgres psql -U postgres -d postgres -c 'SELECT 1'
|
||
OUT: 1
|
||
STATUS: OK
|
||
|
||
Notes: matrix/gateway health endpoint недоступний за localhost:9300 і через DNS-імена; потрібно уточнити адресу сервісу або додати health endpoint.
|