all systems operationalv0.17.10
stech/

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
  • connectors
    any source
  • events
    1M / sec
  • endpoints
    https · sse · mcp
edge — agent runtime
  • agent runtime · 4MB
    model · tool · memory loop
control plane
  • twin graph
    entity · state · time
  • guardrails
    wasm rules
  • signals
    1M traces/s
  • co-pilot
    NL → query
  • audit ledger
    WORM · regulator
surfaces
  • CLI
  • web
  • mobile
  • API