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
17 lines
908 B
Markdown
17 lines
908 B
Markdown
# 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 for `vector.relink` / graph convergence.
|
|
- `gpu-subagent/` - GPU worker plus local Ollama for `model.chat` and `model.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:
|
|
1. GPU subagent: `docker compose --profile monitoring up -d`
|
|
2. CPU subagent: `docker compose --profile monitoring up -d`
|
|
3. 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.
|