Lab — Live Nodes

Run BoggersTheAI
on Your Machine

Local-first. No cloud. No API keys for the core. One Python install and your laptop becomes a running TS instance.

Install in 5 Steps

~5 minutes from zero to running wave cycle.

1
Clone BoggersTheAI
$ git clone https://github.com/BoggersTheFish/BoggersTheAI
$ cd BoggersTheAI
2
Install dependencies
$ pip install -r requirements.txt
# Optional: pip install faster-whisper blip2
3
Configure
$ cp config.example.yaml config.yaml
# Edit config.yaml — set your Ollama model
4
Install Ollama + a model
# https://ollama.ai
$ ollama pull llama3.2:3b
5
Run the system
$ python main.py
# FastAPI dashboard → http://localhost:8000
# TUI opens in terminal

Dashboard Features

FastAPI + Cytoscape.js + Chart.js + Rich TUI — full observability stack.

Live Graph View
Cytoscape.js renders the living graph in real-time — watch activation flow between nodes as the wave cycle runs.
Wave Cycle Monitor
Chart.js plots activation history, tension levels, and cycle stats. See every Propagate → Relax → Evolve step.
Rich TUI
Terminal-first interface with color-coded node states, tension meters, and live cycle logs. No browser required.
Interactive Nodes
Click any node in the dashboard to manually push activation — same as vibe-coding a node. Watch the wave propagate.

Try It Here

A browser-based preview of the wave cycle. Click nodes, push activation, watch propagation.

TS-OS Mini Simulator
cycle #0
TS CoreLLMMemoryWave CycleSelf-ImproveOutputYou

Click nodes to push activation

Node States

Push a Node

Vibe-code

Type any concept, idea, or question. This simulates sending activation to the TS graph — finding the lowest-stability node and pushing it. The OS converges everything else.