platform
five composable modules · one runtime · open by default
// runtime
agent runtime
a 4MB sandboxed kernel for the agent loop
- ▸model call → tool call → memory write — deterministic replay
- ▸ARM Cortex-M7 / ARMv8 / x86-64 builds
- ▸runs offline; reconciles on reconnect — never loses a step
- ▸signed releases, reproducible builds, sbom included
~/runtime● live
# install on any host (no node, no node toolchain)
$ curl -fsSL https://www2.stech.com/install.sh | sh
$ stech init my-agent --template support
✓ runtime registered as edge-zk7-3a
✓ paired to control plane (1.4s)
✓ scaffolded my-agent/{agent.ts, tools.ts}
next → `stech dev` to iterate locally[*] ── ARCHITECTURE
How it all fits together
ingress
- connectorsany source
- events1M / sec
- endpointshttps · sse · mcp
edge — agent runtime
- agent runtime · 4MBmodel · tool · memory loop
control plane
- twin graphentity · state · time
- guardrailswasm rules
- signals1M traces/s
- co-pilotNL → query
- audit ledgerWORM · regulator
surfaces
- CLI
- web
- mobile
- API