@polpo-ai/sdk 0.15.52 → 0.15.54
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,6 +24,10 @@ const store = new PolpoStore();
|
|
|
24
24
|
const latestPlan = store.getSnapshot().latestRuntimePlanId;
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
With `sandbox.isolation: "fresh"`, Polpo acquires one clean sandbox for the
|
|
28
|
+
outer completion. Deterministic tools and nested Agentic Loop steps share its
|
|
29
|
+
filesystem until that completion finishes.
|
|
30
|
+
|
|
27
31
|
`runtime:plan` SSE payloads can be narrowed with
|
|
28
32
|
`isRuntimePlanSSEEvent`. The store indexes valid, secret-free plans by id and
|
|
29
33
|
retains malformed raw events only in its bounded diagnostics history.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polpo-ai/sdk",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.54",
|
|
4
4
|
"description": "Polpo SDK — typed HTTP client, SSE streaming, and reactive store for AI agent orchestration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"url": "https://github.com/lumea-labs/polpo/issues"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@polpo-ai/core": "0.15.
|
|
58
|
+
"@polpo-ai/core": "0.15.54"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsc",
|