@sandagent/manager 0.2.7 → 0.2.8

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Core manager package for SandAgent - manages sandbox and runner lifecycle, defines core interfaces.
4
4
 
5
+ This package is the core runtime that wires **sandbox adapters** + a **runner spec** into an AI SDK UI stream you can consume from your server or CLI.
6
+
5
7
  ## Overview
6
8
 
7
9
  `@sandagent/manager` is the foundational package that provides:
@@ -19,7 +21,7 @@ This package is typically used as a dependency by higher-level packages like `@s
19
21
  npm install @sandagent/manager
20
22
  ```
21
23
 
22
- ## Usage
24
+ ## Quickstart
23
25
 
24
26
  ### Basic Usage
25
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sandagent/manager",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "SandAgent Manager - Manages sandbox and runner lifecycle, defines core interfaces",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",