agentscope-extensions-oss provides distributed storage backed by Alibaba Cloud Object Storage Service (OSS), ideal for large-capacity data and Alibaba Cloud ecosystems.
Dependency
One-Line Setup
Components Provided
1. OssAgentStateStore
Agent state persisted to OSS objects.2. OssBaseStore
Workspace filesystem KV storage to OSS objects.3. OssSnapshotSpec
Sandbox snapshots to OSS — the best choice for large workspace archives.Not Provided: SandboxExecutionGuard
Object storage is unsuitable for distributed locking. Mix in a Redis guard:When to Use
Security
- Use RAM Role + STS temporary credentials in production — avoid hardcoded AK/SK
- Configure bucket lifecycle rules (e.g. 7-day auto-expiry) to control storage costs