#
ENJA

tardigrade

clavia-labs/tardigrade

Tardigrade is a TypeScript framework for building durable, modular agents that can run at the edge. Inspired by React, it allows agents to derive views and transitions from event logs, enabling self-improving systems.

29 3MITUpdated 2026-08-25

Overview

Tardigrade is a framework for creating durable and modular agents that operate at the edge. It is inspired by React's declarative approach and allows agents to derive views and transitions from event logs. This makes it possible for agents to self-improve as models become more advanced. The framework is strongly typed, crash-proof, and serverless, making it ideal for building scalable and robust systems.

Capabilities

  • Building durable and modular agents
  • Deriving views and transitions from event logs
  • Strongly typed components with explicit dependencies
  • Crash-proof execution with durable state
  • Serverless deployment with no need for persistent processes

Best for

Tardigrade is useful for building self-improving agents, durable systems that run at the edge, and modular components that can be composed into larger agents. It is also suitable for applications that require logging, replay, and debugging of agent runs.

Works with

CursorOpenCode

Security considerations

The framework does not execute arbitrary code or handle sensitive data directly. It relies on external tools and APIs for execution, and all interactions are logged for debugging and replay purposes.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.