▛▞ //
01
Running Today
● LIVE · ⧗
Not a whitepaper. These agents are live right now.
What other frameworks leave to you.
Money.Bagz
Agent responding live in Telegram.
TelePromptR
Routes inbound messages by topic and command to the correct agent.
speaker-mesh
Inference bridge. Streaming responses across model backends.
3ox CLI + Vec3Boot
Rust workspace. Build and boot tooling for 3OX agents.
:: ∎
▛▞ //
02 · 6
3OX Faces — Agent Identity & Execution
ρ{identity}.φ{policy}.τ{run}
One fixed shape holds identity, policy, and execution. Models change, 3OX doesn't.
The 6-face contract every agent inherits.
▛▞ // Spark
Spark
sparkfile.md
soul.md
AGENTS.md
soul.md
AGENTS.md
▛▞ // Toolkit
Toolkit
Tools/tools.yml
Skills/skills.md
Skills/skills.md
▛▞ // Links
Links
Routes/
routes.json
routes.json
▛▞ // Pulse
Pulse
3ox.log
receipts/
receipts/
▛▞ // Rules
Rules
limits.toml
write_policy
write_policy
▛▞ // Brains
Brains
brains.rs
→ brains binary
→ brains binary
Spark
Spark
sparkfile.md · soul.md
Brains
Brains
brains.rs → binary
Rules
Rules
limits.toml
Toolkit
Toolkit
tools.yml · skills.md
Links
Links
routes.json
Pulse
Pulse
3ox.log · receipts/
:: ∎
▛▞ //
03 · 7
vec3 Kernel — Runtime Directories
.3ox/.vec3/
Persistent runtime. Survives restarts, crashes, model swaps.
Process, memory, state, and executables inside every 3OX.
.vec3/
├──rc/run.rb, lifecycle entry scripts
├──lib/metatron, warden, elixir modules
├──dev/io, ops, deploy helpers
├──var/wrkdsk, agent.events.jsonl, state
├──bin/CLI tools, brains, 3ox executables
├──mem/agent memory store
└──proc/process registry
:: ∎
Unix is 55 years old. Erlang/OTP is 38. 3OX is built on patterns that survived the mainframe era, the PC era, the cloud era, and the AI era. Models change. Substrates persist.
▛▞ //
04 · 2
Anchors — Identity & Runtime
_meta · _TRON
Two anchors. Provable identity and governed execution.
_meta holds truth. _TRON holds contracts.
::
ANCHOR 02 · RUNTIME
_TRON
systemd/lifecycle/proto/v1/
state.guard.proto · FSM contracts
receipt.emit.proto · single writer
queue.dispatch.proto · phase dispatch
PROTO.LOCK.toml · sealed version
:: ∎
▛▞ //
05 · 7
Service Mesh — Coordination Layer
ρ{route}.φ{govern}.τ{emit}
Internal services. No external dependencies.
TPW Triad governs. Pipeline executes.
TPW Triad — Core Governors
TAPE
Append-only receipt stream. Audit source. Never truncated.
Elixir / OTP
PULSE
Event emitter. Writes receipts, feeds merkle, drives the log.
Ruby
WARDEN
Policy enforcer. Approves transitions, guards write policy.
Rust
execution pipeline
Arc
Inference routing. Directs to the right model or agent.
Queue
Task dispatch. Phase-aware, proto-bound.
Worker
Executes tasks under Warden approval.
Supervisor
Orchestrates via declared contracts only.
:: ∎
▛▞ //
06 · 5
5TRATA — Containment Chain
ρ{contain}.φ{chain}.τ{scope}
Containment from root command down to single agent. Nothing floats unscoped.
Five-layer hierarchy that governs where anything can exist.
L0
CMD
Root command layer. All scopes descend from here. Cross-device authority.
L1
Base
A named environment — ZENS3N.PRO, CITADEL, OBSIDIAN. Owns its 3OX and TRON contracts.
L2
Station
A logical grouping within a Base. Organizes services and routing domains.
L3
Service
A running process — TelePromptR, speaker-mesh, Warden. Bound to proto contracts.
L4
Agent
The leaf. One 3OX, one identity, one persona. Swappable model, fixed contract.
:: ∎
Every agent framework assumes infrastructure exists that doesn't. No persistence. No proof. No internal services. 3OX is that infrastructure.
▛▞ //
07
TRON — Contract-Governed Runtime
replaces cron
Replaces cron with deterministic state transitions.
Six phases. Nothing skipped. Nothing unwitnessed.
TRACK
→
PLAN
→
DRY_RUN
→
FIX
→
EXECUTE
→
SEAL
WARDENapproves every transition
TAPEcarries append-only events
PULSEwrites receipts + merkle
Principlesingle authority per concern
Workerexecutes
Supervisororchestrates via contracts
:: ∎
▛▞ //
08
Boot An Agent
▛▞ // BOOT
Four commands from clone to live agent.
The shortest path to a running 3OX.
- 01Clone and enter
git clone git@github.com:LLMasterDesign/ZENS3N.git - 02Scaffold A 3OX
ruby 3OX.Ai/3OX.BUILDER/setup-3ox.rb ./MyAgent GUARDIAN Sentinel - 03Boot the chain
ruby .3ox/.vec3/rc/run.rb— loads sparkfile → soul → brains → tools → routes → limits → 3ox.log - 04Deploy to VPSSync 3OX, merge TelePromptR config, restart TRON lifecycle services.
:: ∎
▛▞ //
09
Open Source
github.com/LLMasterDesign
Full source. No vendor lock-in. Fork it, own it.
Inspect every line. Trust nothing you can't read.
:: ∎
Your agents will outlast GPT-4, GPT-5, and whatever comes after. 3OX holds its shape.
Stop losing agents every time the model changes.
One 3OX. One identity. Every model. Four commands to a running agent that outlasts any provider, any framework, any era.
Get the repo
Architecture
macOSbrew install bun
Linuxcurl -fsSL https://bun.sh/install | bash
Windowsirm bun.sh/install.ps1 | iex