Projects Cluster — 8 nodes

The Repository
Graph

Every repo is a node in the TS graph. Pinned = highest stability. Hover to see activation levels. Click to open on GitHub.

View all on GitHub

Core Nodes

(4 pinned)
Pinned
core
ai

BoggersTheAI

The live TS-OS instance. v0.5: 200+ tests, closed-loop QLoRA, multimodal (whisper/BLIP2/TTS), FastAPI dashboard.

stability92%
PythonWave 12
Pinned
theory
research

GOAT-TS

Greatest Of All Time — Thinking System. The theoretical foundation and research notes.

stability85%
PythonWave 8
Pinned
core
engine

TS-Core

Core graph engine: UniversalLivingGraph, WaveCycleRunner, and node/edge primitives.

stability88%
PythonWave 10
Pinned
memory
cognition

BoggersTheMind

Cognitive layer — long-term memory, episodic recall, and metacognition modules.

stability78%
PythonWave 9

All Nodes

(4 repos)
observability
streaming

BoggersThePulse

Real-time event stream and observability layer. The heartbeat of the system.

stability72%
PythonWave 11
os
experimental

BoggersTheOS-Alpha

First OS prototype. Experimental constraint-satisfaction kernel.

stability65%
PythonWave 5
os
beta

BoggersTheOS-Beta

Beta OS iteration with improved wave cycle and persistence layer.

stability75%
PythonWave 7
site
meta

boggersthefish-site

This site — a living TS instance built in Next.js 15. The website IS the system.

stability60%
PythonWave 12

Run Locally in 60 Seconds

git clone https://github.com/BoggersTheFish/BoggersTheAI
cd BoggersTheAI
pip install -r requirements.txt
cp config.example.yaml config.yaml
python main.py
Go to the Lab