Launching today

StateFabric.dev
Add durable, inspectable state to your AI agents
6 followers
Add durable, inspectable state to your AI agents
6 followers
StateFabric adds durable, inspectable state to AI agents by storing session events and rebuilding working context for each turn. It captures user messages, model outputs, and tool activity outside your runtime, so you can inspect histories, replay behaviour, and resume work without losing facts or open tasks. Use it alongside ADK or your own code via an HTTP API and adapters, and let automatic context compaction supply concise messages, summaries, and tasks to the next turn.




Tried replaying a few sessions and seeing the rebuilt context side by side was genuinely useful for catching where my agent drifted. The automatic compaction summaries kept things tight without me tweaking anything.
The separation of session events from runtime logic is a really sharp design call, makes replay and inspection feel first-class rather than bolted on.