v0.2.0-beta.1
Pre-release
Pre-release
·
181 commits
to main
since this release
🚀 AgentScope Runtime v0.2.0-beta.1 Release Notes
The AgentScope Runtime v0.2.0-beta.1 introduces AgentApp, a new way to run and manage agents with improved execution flow.
This release also includes important feature upgrades, bug fixes, and a major branch merge for better long-term maintainability.
🎯 Key Highlights
- New:
AgentApp- A unified interface to build, configure, and run agents directly in AgentScope Runtime
- Updated
run()method for smoother and more reliable agent execution
- Sandbox Reliability: Added HTTP timeout support to avoid hanging operations
- Breaking Change: Merged
developbranch intomain— review changes before upgrading - Logging Improvements: Fixed missing output in
agent_steplogs for better debugging - Cookbook Enhancements:
- Fixed version inconsistencies
- Added helpful hints for Preview Cookbook users
- Documentation & Hotfixes: Updated README and applied minor fixes
🛠️ Included Pull Requests
- #142 — Version bump to
0.2.0b1 - #146 — Cookbook version fix
- #149 — Preview Cookbook hints
- #157 — HTTP timeout for sandbox operations
- #155 — Merge
developintomain(Breaking Change) - #158 — Cookbook version fix
- #159 — README hotfix
- #161 — AgentApp
runmethod update - #145 — Fix missing
agent_steplog output
Full Changelog: v0.1.6 → v0.2.0-beta.1