@polpo-ai/core 0.15.109 → 0.15.110

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -195,6 +195,16 @@ and revision. Manually managed hydrated volumes can expose the built-in
195
195
  outer sandbox lease finalizes persistent storage once, after all root and nested
196
196
  steps complete.
197
197
 
198
+ Volume catalog entries, agent grants, and runtime selections are separate:
199
+
200
+ - the host volume catalog defines strategy, mount path, and maximum policy;
201
+ - an agent grant authorizes one catalog volume and may narrow its policy;
202
+ - `sandbox.volumes` selects or narrows authorized volumes for one agent or run.
203
+
204
+ Defining `sandbox.volumes` in an agent does not create a host volume or grant.
205
+ On Polpo Cloud, manage those resources with `polpo volumes` before deploying an
206
+ agent that selects them.
207
+
198
208
  ## Model profiles
199
209
 
200
210
  Model profiles give project configuration stable semantic names while keeping
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polpo-ai/core",
3
- "version": "0.15.109",
3
+ "version": "0.15.110",
4
4
  "description": "Pure business logic, types, schemas, and store interfaces for the Polpo AI agent orchestration platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",