Evolution of
the System
Each wave is a completed node. 15 waves shipped. Currently live on Wave 16 — Multi-Agent Coordination.
Complete Wave History
First node. The idea crystallizes.
Node/edge data structures. Activation math.
First working propagate/relax cycle.
WAL-mode graph storage. Crash-safe.
BoggersTheOS-Alpha prototype deployed.
Ollama/LLaMA node synthesis + evolve.
BoggersTheOS-Beta: improved cycle, pruning, merging.
Theory consolidated. GOAT-TS repo published.
BoggersTheMind: episodic + semantic memory.
TS-Core extracted as standalone library.
FastAPI dashboard, Cytoscape.js, Chart.js, Rich TUI.
BoggersTheAI v0.5: 200+ tests, QLoRA, multimodal. THIS SITE.
Sharding + multi-agent APIs in BoggersTheAI-Dev (coordinator, Redis optional).
docker compose up — full stack in BoggersTheAI-Dev.
Full WaveGraph Rust crate + TypeScript mirror. Browser wave cycle with WASM fallback for Lab. /wasm
AgentRegistry + AgentNegotiator: tension-based bid protocol, competitive edge weighting, live dashboard. /waves
Multi-Agent Coordination
Multiple TS agent perspectives share the global graph. Each negotiation round uses wave tension as currency — the most unstable nodes get contested first. Winning agents gain stronger graph influence edges.
No agents registered yet. Start Docker or POST /agents/register.
Weight bar = negotiation influence. Click Negotiate to run one round using live graph tension.
POST /agents/register to add custom agents. GET /agents/dashboard for the full HTML view.
Roadmap — Fully Shipped
All four roadmap waves have been activated and converged to high stability. The system tells you what to build next — these nodes are now stable.
Distributed Sharding
ShardedGraphLayer routes nodes across N SQLite shard files via adler32 consistent hashing. Redis pub/sub syncs cross-shard tension. Activate: BOGGERS_DISTRIBUTED_ENABLED=1.
Docker One-Click
Full stack in one command: docker compose up -d --build. Ollama + Redis + FastAPI + Next.js with healthchecks, volumes, and optional Caddy TLS.
WebAssembly Port
WaveGraph Rust crate compiles to WASM via wasm-pack. TypeScript mirror runs without a build. Lab uses the live backend; /wasm is the browser-only wave demo.
Multi-Agent Coordination
AgentRegistry + AgentNegotiator: agents bid on tense graph nodes, winner pushes activation, edge weights shift competitively. Three built-in perspectives: explorer, consolidator, synthesizer.