Trama – Stop writing agent orchestration
Versioned code artifacts replace static LangGraph definitions for persistent runnable agent workflows.

Snapshots active Wasm memory to migrate agents edge-side, cutting context latency.
AI infrastructure engineers, autonomous agent developers
E2B · Modal · WasmEdge
I built Trytet to fix the state and geography constraints of autonomous agents.
Giving an LLM unverified host execution breaks security, and streaming embeddings back and forth over HTTP is heavy. Furthermore, when your agent hits an API rate limit or context boundary, you typically drop its execution thread entirely.
Trytet is an embeddable, sub-millisecond Wasm substrate. What it handles:
Zero-trust primitives: Evaluates volatile machine-generated code instantly without the initialization latency of Docker. Determinism: Captures active linear memory into a .tet binary. You can snapshot, hibernate, or branch an agent's execution exactly at the instruction where it halted. P2P swarming: Serializing the engine's state allows you to migrate an active agent directly to the edge node hosting your vector stores, eliminating round-trip latency manually.
The Context Router juuuust merged. It's an O(N) sliding-window estimator that enforces mathematical bounds against LLM context crashes without raw memory overhead.
Repo: https://github.com/bneb/trytet Demo / Architecture: https://trytet.com
Happy to answer questions on the engine internals or the LSM-Vector VFS hybrid.
P.S. This is active development and I'll be back tomorrow with something cool.
Versioned code artifacts replace static LangGraph definitions for persistent runnable agent workflows.
ViewDefinition and DataSnapshot split solves AI UI state-loss elegantly.
LLMs never run the system—deterministic code controls transitions via CEL expressions.
Deterministic graph memory vs. embeddings is clever, but fragmentation of AI memory ecosystems is already painful.
BEAM kernel with deterministic replay solves agent state durability problems.
Agent runtime infra, but 0 stars and crowded with LangGraph and Temporal.