🛠 AgentState: An open-source proxy for AI agent fault tolerance

AgentState has been introduced — a proxy server that intercepts LLM and tool calls, saving the state in SQLite. This allows for instantaneous agent recovery after failures (cache ~15 ms) and saves tokens.

🌍 It solves the problem of context loss in long agent chains by offering checkpointing mechanisms and Human-in-the-Loop capabilities.

👤 For developers (LangChain, CrewAI), this will reduce operational costs and simplify debugging through the ability to "roll back" to any step.

Source 1: https://github.com/aleenz1102/AgentState