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.
Introducing the Stateful Runtime Environment for Agents in Amazon Bedrock
OpenAI and Amazon have partnered to introduce a Stateful Runtime Environment for agents in Amazon Bedrock, enabling production-grade multi-step agent workflows with built-in state management, reliability, and governance. The runtime runs natively in AWS environments and simplifies complex agentic orchestration for enterprise use cases like customer support, sales operations, and finance processes.