Skip to content

v1.0.2

Latest

Choose a tag to compare

@xuehuitian45 xuehuitian45 released this 12 Jan 08:14
· 3 commits to main since this release
08fdb10

What's New

Refactor: Modularized Sandbox Architecture

  • Extracted the sandbox functionality into a dedicated, standalone module: agentscope-runtime-sandbox.
  • Moved extensible capabilities (e.g., FC sandbox, AgentRun Sandbox) from the core module into new extension modules to reduce dependencies.

Added: Flexible AgentApp Configuration

  • You can now configure AgentApp parameters using either:
    • Environment variables, or
    • Command-line arguments
      This enables easier deployment across different environments (e.g., dev, staging, production) without code changes.

New Contributors