Curious how they’re handling state for longer-running agent workflows. We ran into issues pretty quickly once retries + tool chaining got involved. It stopped feeling like a single “agent” and more like a distributed system with weird, hard-to-follow state transitions. We ended up adding a basic event log + replay just to debug runs.
Wondering if they expose anything like that or if it’s more hidden behind the abstraction.
curious_learner•1h ago