I kept rebuilding checkpointing, retries, and run tracking for agents. So I built an open-source runtime around them.
Summary
The author built Tidebase, an open-source runtime for agent workflows that provides checkpointing, retries, and live run state tracking using Postgres, enabling failed runs to resume from where they left off.
Similar Articles
Tidebase: open source auth, credential brokering, checkpoints, queues, schedules, and gates for your agents, in your own Postgres.
Tidebase is an open-source tool that provides authentication, credential brokering, checkpoints, queues, schedules, and gates for AI agents, all backed by Postgres.
Built my own agent runtime after hitting the ceiling with LangGraph — UI as graph nodes, Postgres durability, zero orchestration cost
The author introduces cascaide, a fullstack agent runtime and AI orchestration framework in TypeScript that runs anywhere JS/TS can. It offers UI as graph nodes, durable Postgres checkpointing, zero orchestration cost, and is designed to be self-hosted without vendor lock-in.
We open-sourced an agent runtime built for the part everyone skips: running agents on real hardware, offline
An open-source agent runtime designed for running AI agents on real hardware, offline, with hardware I/O support and a visual builder, supporting multi-provider LLMs and on-device RAG.
I got tired of AI agents silently failing in production, so I built a runtime control layer for them
The author built a runtime control layer to address the problem of AI agents failing silently in production environments.
What’s your agent up to?
We built an open-source retrospective reader for Claude Code to analyze agent behavior, using real execution history to inform runtime governance.