ThousandBirdsInc/chidori
The agent framework where every run is durable, replayable, and resumable by default. 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
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
- readme: https://github.com/ThousandBirdsInc/chidori · fetched 2026-08-28 · 2290c9ca9454
- homepage: https://thousandbirdsinc.github.io/chidori/ · fetched 2026-08-29 · 0b5642e9d764
- registry_crates: https://crates.io/api/v1/crates/chidori · fetched 2026-08-29 · 22aab6dd7b48
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ThousandBirdsInc/chidori | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="ThousandBirdsInc/chidori")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem