Skip to main content

Three moats

Future orchestration in Pytxo routes through three layers — not around them.

MoatCodenameFunction
Context arbitrageSignal CoreScaffold file context so agents spend tokens on work, not noise
Copy-on-write sandboxBlast ShieldIsolate writes until explicit approval
Concurrency guardRace ShieldLock-free registry + stdin buffering across swarms

Implementation status varies by crate — see the repo layout and crate READMEs for what ships today vs planned.

Signal Core Blast Shield Race Shield
│ │ │
└────────── orchestration plane ──────────┘

PTY agents

Each moat has a dedicated concept page with behavior details and configuration knobs.