Apple
7b8499dd8a
node2: P0 vision restore + P1 security hardening + node-specific router config
...
P0 — Vision:
- swapper_config_node2.yaml: add llava-13b as vision model (vision:true)
/vision/models now returns non-empty list; inference verified ~3.5s
- ollama.url fixed to host.docker.internal:11434 (was localhost, broken in Docker)
P1 — Security:
- Remove NODES_NODA1_SSH_PASSWORD from .env and docker-compose.node2-sofiia.yml
- SSH ED25519 key generated, authorized on NODA1, mounted as /run/secrets/noda1_ssh_key
- sofiia-console reads key via NODES_NODA1_SSH_PRIVATE_KEY env var
- secrets/noda1_id_ed25519 added to .gitignore
P1 — Router:
- services/router/router-config.node2.yml: new node2-specific config
replaces all 172.17.0.1:11434 → host.docker.internal:11434
- docker-compose.node2-sofiia.yml: mount router-config.node2.yml (not root config)
P1 — Ports:
- router (9102), swapper (8890), sofiia-console (8002): bind to 127.0.0.1
- gateway (9300): keep 0.0.0.0 (Telegram webhook requires public access)
Artifacts:
- ops/patch_node2_P0P1_20260227.md — change log
- ops/validation_node2_P0P1_20260227.md — all checks PASS
- ops/node2.env.example — safe env template (no secrets)
- ops/security_hardening_node2.md — SSH key migration guide + firewall
- ops/node2_models_pull.sh — model pull script for P0/P1
Made-with: Cursor
2026-02-27 01:27:38 -08:00
Apple
2f8e471e03
feat(node2): Full DAGI integration - 50 agents synced
...
- Created sync-node2-dagi-agents.py script to sync agents from agents_city_mapping.yaml
- Synced 50 DAGI agents across 10 districts:
- Leadership Hall (4): Solarius, Sofia, PrimeSynth, Nexor
- System Control (6): Monitor, Strategic Sentinels, Vindex, Helix, Aurora, Arbitron
- Engineering Lab (5): ByteForge, Vector, ChainWeaver, Cypher, Canvas
- Marketing Hub (6): Roxy, Mira, Tempo, Harmony, Faye, Storytelling
- Finance Office (4): Financial Analyst, Accountant, Budget Planner, Tax Advisor
- Web3 District (5): Smart Contract Dev, DeFi Analyst, Tokenomics Expert, NFT Specialist, DAO Governance
- Security Bunker (7): Shadelock, Exor, Penetration Tester, Security Monitor, Incident Responder, Shadelock Forensics, Exor Forensics
- Vision Studio (4): Iris, Lumen, Spectra, Video Analyzer
- R&D Lab (6): ProtoMind, LabForge, TestPilot, ModelScout, BreakPoint, GrowCell
- Memory Vault (3): Somnia, Memory Manager, Knowledge Indexer
- Fixed Swapper config to use swapper_config_node2.yaml with 8 models
- Created TASK_PHASE_NODE2_FULL_DAGI_INTEGRATION_v1.md
NODE2 now shows:
- 50 agents in DAGI Router Card
- 8 models in Swapper Service (gpt-oss, phi3, starcoder2, mistral-nemo, gemma2, deepseek-coder, qwen2.5-coder, deepseek-r1)
- Full isolation from NODE1
2025-12-01 08:31:25 -08:00