Launching today

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

one thing that would make this way more useful for me is a built-in visualizer for the event log, basically a simple timeline view that shows each state transition with the agent and tool call that triggered it. would save a ton of time when debugging weird agent behavior, you know
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