aiagent.club
English
GitHub

chidori

AI Agent 指数 第 629(共 964)

9 综合分
真实使用
动量
关注度
35

项目介绍

The agent framework where every run is durable, replayable, and resumable by default.

Write agents as plain async TypeScript. Every side effect — every LLM call, tool call, and HTTP request — flows through the runtime as a recorded host call. So any run can be checkpointed to disk, replayed for byte-identical output with zero LLM calls, and resumed from any pause — even in a new process after a crash. One Rust binary, an embedded pure-Rust JavaScript engine, and TypeScript + Python SDKs. No Node, no DSL, no native bindings.

Agents are non-deterministic, expensive, and long-running. That combination is what makes them miserable to build:

Most frameworks layer orchestration on top of this…

各数据源

1.4k Star
  • Star 1.4k
  • Fork 56
  • 提交 304
  • 发布 18