@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.
- package/README.md +1 -1
- 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/
|
|
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