HomePeopleCompaniesAI ModelsOpen SourceAgentsResearchApps
AllFrameworksCoding agentsProtocolsProducts
AgentsProducts 2 Sep 2026 GitHub

agentic-kit: Durable Runtime for AI Agent Runs That Survive Worker Crashes

TLDR

agentic-kit is an open-source runtime that makes AI agent task runs durable by persisting state so a run can survive a worker dying mid-step and resume where it left off. It supports human-in-the-loop pausing, letting an agent park and wait for external input before continuing. The library targets production deployments where long agent tasks must outlive individual server requests.

Read the original