Skip to content

v0.2.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@rayrayraykk rayrayraykk released this 04 Nov 08:24
· 181 commits to main since this release
366811c

🚀 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 develop branch into main — review changes before upgrading
  • Logging Improvements: Fixed missing output in agent_step logs 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 develop into main (Breaking Change)
  • #158 — Cookbook version fix
  • #159 — README hotfix
  • #161 — AgentApp run method update
  • #145 — Fix missing agent_step log output

Full Changelog: v0.1.6 → v0.2.0-beta.1