Eventide
A distributed runtime for LangChain DeepAgents on Kubernetes.
Eventide turns a DeepAgents agent from an in-process Python library into a distributed runtime: sync subagents run as separate Pods, async subagents run as managed Agent Protocol servers, and dynamic fan-out becomes Job batches — all durable across pod crashes through a Postgres checkpoint store.