
Agent frameworks tend to fail in the same frustrating way: a tool call mysteriously breaks, the model retries silently, and by the time you read the logs the trace looks nothing like what actually happened. AgentScope 2.0, the latest release from Alibaba's Tongyi Lab, is a direct response to that pain. The team is pushing transparency, retries, and permission control down to the framework level rather than leaving them as homework for application developers.
AgentScope is already a sizable open-source project, with 25.5k GitHub stars and Apache 2.0 licensing, and it underpins production agents built around Alibaba's Qwen models. Version 2.0 reorganizes the framework around five concrete upgrades: an observable event system, a smarter permission system, a decoupled workspace, built-in retry and fallback, and a unified agent service.
Every step becomes a typed event
The headline change is how agents emit work. Every step the agent takes, text, thinking, tool call, tool result, is observable as a typed stream, so you can render rich, responsive UIs and integrate with AG-UI or A2A without writing adapters. In practice this means the framework gives you structured events like
Don't miss what's next in AI
Join 300,000+ engineers and researchers who get the signal, not the noise.
- Full access to in-depth AI research breakdowns
- Be the first to know what's trending before it hits mainstream
- Daily curated papers, repos, and industry moves
