JetBrains Central: An Open System for Agentic Software Development(blog.jetbrains.com)
blog.jetbrains.com
JetBrains Central: An Open System for Agentic Software Development
https://blog.jetbrains.com/blog/2026/03/24/introducing-jetbrains-central-an-open-system-for-agentic-software-development/
1 comments
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.