
Statefold
Statefold – Event-sourced state, replay, timetravel
12 followers
Statefold – Event-sourced state, replay, timetravel
12 followers
Framework-agnostic, event-sourced state platform for AI agents (LangGraph, CrewAI, Agno, MCP) - ioteverythin/statefold

A timeline view for replaying agent state changes would be incredibly useful for debugging - being able to scrub through event history visually and see exactly when context was lost or corrupted. Could really speed up troubleshooting when agents start behaving weirdly.
a visual replay debugger would be huge here, basically something where you can scrub through the event log and see the agent's state at each step. would make debugging way less painful than digging through raw event streams
finally something that works with my existing langgraph setup without me rewriting half my codebase, basically plug and play
finally something that lets me swap agent frameworks without rewriting state logic. tried it briefly with langgraph and the event replay actually worked first try.
love that it stays framework-agnostic instead of locking you into one stack, that's the kind of decision that shows they actually thought through how people build these days