aiagent.club
中文
GitHub

chidori

Observation pool · not formally ranked

This project does not currently meet the main index requirement of two current dimensions across two source types.

Not ranked
Observed adoptionMissing
MomentumCurrent · 2026-09-12
0
AttentionCurrent · 2026-09-12
4
Signal confidence Based on how many independent score dimensions currently have data.
Medium2/3 · 1 source types

Methodology v2.0 · snapshot 2026-09-12 · stale after 2 days

About

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…

Across sources

1.4k Stars
  • Stars 1.4k
  • Forks 59
  • Commits 340
  • Releases 20