@sandagent/manager 0.1.2-beta.3 → 0.2.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Core manager package for SandAgent - manages sandbox and runner lifecycle, defin
11
11
  - **Transcript Writers**: Tools for logging agent execution (JSONL, Memory, Console, Multi)
12
12
  - **Type Definitions**: Shared types for messages, streams, and sandbox operations
13
13
 
14
- This package is typically used as a dependency by higher-level packages like `@sandagent/ai-provider` and sandbox adapters.
14
+ This package is typically used as a dependency by higher-level packages like `@sandagent/sdk` and sandbox adapters.
15
15
 
16
16
  ## Installation
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sandagent/manager",
3
- "version": "0.1.2-beta.3",
3
+ "version": "0.2.0-beta.5",
4
4
  "description": "SandAgent Manager - Manages sandbox and runner lifecycle, defines core interfaces",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",