@absolutejs/agent 0.23.10 → 0.23.12

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,8 @@ await assertProductionReady(stack); // fails until every production concern is w
23
23
  ## Stable subpaths
24
24
 
25
25
  - `@absolutejs/agent/auth` — native auth.md registration, ID-JAG, scoped delegation
26
- - `@absolutejs/agent/actions` — approvals, leases, receipts, kill switches, handoffs
26
+ - `@absolutejs/agent/actions` — terminal approvals/rejections, leases, receipts,
27
+ kill switches, handoffs
27
28
  - `@absolutejs/agent/runtime` — durable runs, checkpoints, budgets, effects
28
29
  - `@absolutejs/agent/sandbox` — deny-by-default HTTP, filesystem, and process grants
29
30
  - `@absolutejs/agent/trust` — provenance, taint propagation, safe context and sinks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.23.10",
3
+ "version": "0.23.12",
4
4
  "description": "The production-grade, provider-neutral agent stack for AbsoluteJS: auth, actions, runtime, sandboxing, trust, memory, inbox, discovery, MCP, A2A, policy, wallet limits, controls, and conformance.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "dependencies": {
139
139
  "@absolutejs/a2a": "^0.3.2",
140
- "@absolutejs/agency": "^0.6.3",
140
+ "@absolutejs/agency": "^0.7.1",
141
141
  "@absolutejs/agent-conformance": "^0.14.0",
142
142
  "@absolutejs/agent-control": "^0.5.3",
143
143
  "@absolutejs/agent-discovery": "^0.2.1",