Ross ROSS = Recommend OSS · open-source software intelligence for agents

ThousandBirdsInc/chidori

The agent framework where every run is durable, replayable, and resumable by default. observed · 2026-08-28

github.com/ThousandBirdsInc/chidori · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 95
  • Longevity 81
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 17
  • age_days: 1141
  • days_rel: 35
  • days_push: 7
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1363 stars · 59 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Chidori is an agent framework that runs async TypeScript agents on an embedded pure-Rust JavaScript engine, recording every side effect (LLM calls, tool calls, HTTP requests) as host calls. This makes every run durable, checkpointable to disk, byte-identically replayable with zero LLM calls, and resumable across process crashes.

Use cases

  • build AI agents that survive crashes and resume mid-run
  • replay an agent run deterministically without spending tokens on LLM calls
  • pause an agent run for human approval and resume days later
  • use recorded agent runs as free, fast integration tests
  • debug a multi-step agent run that failed deep in execution
  • run TypeScript agents without Node or V8 using a single Rust binary

When to choose

  • you need deterministic replay and checkpointing for long-running or expensive LLM agent workflows
  • you want human-in-the-loop pauses that persist to disk without keeping a process alive
  • you want to commit recorded agent runs as regression tests
  • you prefer a dependency-free Rust binary over Node-based agent frameworks

When to avoid

  • you need a mature ecosystem with extensive integrations and a large community
  • your agents must perform side effects outside the recorded host-call boundary
  • you primarily work in languages other than TypeScript or Python

Facets

framework · maturity active

agent-framework llm-inference sdk testing caching large-language-models developer-tools rust python cross-platform cli durable-execution checkpointing replay resumable deterministic javascript-engine host-calls prompt-caching ai-agents automation typescript

3 sources

Member repositories

RepositoryRoleHealth v2
ThousandBirdsInc/chidorimain94

For agents

markdown · JSON · MCP: product_card(name="ThousandBirdsInc/chidori")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem