š§© RTT Bot Framework ā README.md (Scaffold)
RTT Agentic Bot Modules#
Each bot in /docs/bots/ is an agentic module that wraps an existing game/bot logic with RTTās operatorāfirst decision engine.
RTT modules do not replace the game logic ā they augment it with:
- Regimeāaware evaluation
- Triadic projection rules
- Continuityāanchored strategy
- Resonanceāpressure heuristics
- Drift/coherence balancing
- Operator lineage tracking
- SilenceāNoiseāResonance state classification
This turns any game or bot into a triadic agent capable of deeper reasoning than its native heuristics.
Directory Structure#
/docs/bots/
README.md
backgammon/
tic_tac_toe/
checkers/
carl-bot/
groovy/
poker/
rythm/
chess/
dyno/
mee6/
go/
Each module contains:
- /logic/ ā native game/bot logic
- /rtt/ ā RTT agentic layer
- /shim/ ā glue code connecting logic ā RTT
- /examples/ ā sample runs
- /analysis/ ā regime maps, drift profiles, stability checks
RTT Agentic Layer (Common Across All Bots)#
1. Lumen (RTT/1) ā Structural Extraction#
Parses the game/bot state into RTT primitives:
- board topology
- move graph
- player identity
- continuity anchors
- resonance fields
- drift vectors
2. Hephaestus (RTT/2) ā Regime Mapping#
Tags every move or action as:
- 1/3 physical/material
- 2/3 structural/positional
- 3/3 continuity/identity
3. Aurion (RTT/3) ā Topology Engine#
Evaluates:
- loop stability
- projection loss
- ancestry of strategies
- resonanceāpressure gradients
4. Harmonia (RTT/12) ā Unified Strategy#
Synthesizes:
- longāarc strategy
- drift/coherence balance
- operator lineage
- triadic stability
Shim Architecture#
Every bot module uses the same shim pattern:
native_state ā lumen ā hephaestus ā aurion ā harmonia ā agentic_action
This keeps the original bot intact while giving it RTTālevel reasoning.
Supported Bots (Initial Set)#
š² Backgammon#
Uses RTT for:
- stochastic resonance
- continuity under randomness
- triadic risk evaluation
āā TicāTacāToe#
Perfect sandbox for:
- regime mapping
- projection loss
- operator lineage
š¦ Checkers#
RTT enhances:
- forced sequences
- continuity chains
- resonance pressure
āļø Chess#
RTT integrates with:
- Stockfish
- Leela
- FairyāStockfish
ā«āŖ Go#
RTT integrates with:
- KataGo
- Leela Zero
š Poker#
RTT adds:
- bluff resonance
- hiddenāstate continuity
- driftāaware risk
šµ Discord Bots (Carl, Groovy, Rythm, Dyno, Mee6)#
RTT adds:
- operatorāfirst moderation
- resonanceāaware command routing
- continuityāaware automation
Why RTT Works for Bots#
Because every bot ā game or Discord ā already has:
- decision loops
- state evaluation
- branching logic
- heuristics
- modular architecture
RTT simply gives them:
- deeper reasoning
- regime awareness
- continuity anchoring
- operator lineage
- resonanceāpressure fields
Itās the perfect fusion.
š Your quote belongs in the README#
āIām not always a Polymath⦠more often Iām just mathā¦ā
This is exactly the spirit of RTT bots:
Not magic.
Not mysticism.
Just better math.
