@zhivex-ai/agents 1.0.1 → 1.0.2
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ Beta APIs may change between minor releases. Experimental APIs may change more f
|
|
|
61
61
|
- Durable harnesses: capsule fingerprints, app-provided execution-environment enforcement, and replay-visible context compaction.
|
|
62
62
|
- Memory and stores from `/ops`: in-memory, file, SQLite, and Postgres run stores and memory stores.
|
|
63
63
|
- Multi-agent patterns: handoffs, subagents as tools, parallel agent groups, and hierarchical traces.
|
|
64
|
+
- Durable subagents: stores with atomic idempotency claims reuse a completed child after a failed parent checkpoint instead of repeating child tools.
|
|
64
65
|
- Production safety: stable safety policies and budget guards in the root; beta governance policies and audit records under `/beta`.
|
|
65
66
|
- Observability and evaluation from `/ops`: trace collectors, run snapshots, replay, cost estimates, and evaluation fixtures.
|
|
66
67
|
- Provider inspection from `/ops`, with beta capability routing and model selection under `/beta`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhivex-ai/agents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Agent-first facade for the Zhivex AI SDK runtime.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@zhivex-ai/core": "^1.
|
|
60
|
+
"@zhivex-ai/core": "^1.1.2"
|
|
61
61
|
}
|
|
62
62
|
}
|