ci / test (services/knowledge) (push) Successful in 47s
ci / test (services/agent) (push) Successful in 55s
ci / test (platform/neuroforge) (push) Successful in 56s
ci / docker-build (push) Failing after 1m10s
ci / test (services/control) (push) Successful in 1m26s
release-tag / release-image (push) Successful in 6m43s
908 B
908 B
Distributed Deployment Kits (v1.6.2)
This directory contains three independent deployment kits:
master/- authoritative NeuroForge Master plus Agent, Knowledge, Control, optional SearXNG and optional Prometheus/Grafana.cpu-subagent/- CPU worker forvector.relink/ graph convergence.gpu-subagent/- GPU worker plus local Ollama formodel.chatandmodel.embed.
The generated NEUROFORGE_WORKER_TOKEN is identical in all three .env files. Replace the RFC 5737 example IP addresses (192.0.2.x) with real reachable addresses before starting.
Recommended order:
- GPU subagent:
docker compose --profile monitoring up -d - CPU subagent:
docker compose --profile monitoring up -d - Master: fill GLPI credentials, then
docker compose --profile research --profile monitoring up -d
Only the Master holds authoritative NeuroForge state. Workers are disposable execution nodes.