@absolutejs/agent 0.15.0 → 0.16.0

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -30,7 +30,7 @@ await assertProductionReady(stack); // fails until every production concern is w
30
30
  - `@absolutejs/agent/memory` — scoped, authorized, erasable durable memory
31
31
  - `@absolutejs/agent/inbox` — verified webhooks, schedules, retries, dead letters
32
32
  - `@absolutejs/agent/discovery` — signed well-known documents, cards, text, sitemaps, registry
33
- - `@absolutejs/agent/execution` — certified tenant adapter installations, transactional outbox, retries, reconciliation, compensation
33
+ - `@absolutejs/agent/execution` — certified tenant adapter installations, transactional outbox, retries, signed provider evidence ingestion, reconciliation, compensation
34
34
  - `@absolutejs/agent/mcp`, `/a2a`, `/arazzo`, and `/webmcp` — open interoperability, workflow, and browser transports
35
35
  - `@absolutejs/agent/policy` — versioned policy and AuthZEN adapters
36
36
  - `@absolutejs/agent/wallet` — reservations, idempotent settlement, spending policy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
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",
@@ -133,7 +133,7 @@
133
133
  "dependencies": {
134
134
  "@absolutejs/a2a": "^0.3.0",
135
135
  "@absolutejs/agency": "^0.6.0",
136
- "@absolutejs/agent-conformance": "^0.9.0",
136
+ "@absolutejs/agent-conformance": "^0.10.0",
137
137
  "@absolutejs/agent-control": "^0.5.0",
138
138
  "@absolutejs/agent-discovery": "^0.2.1",
139
139
  "@absolutejs/agent-inbox": "^0.3.0",
@@ -143,7 +143,7 @@
143
143
  "@absolutejs/agent-trust": "^0.2.0",
144
144
  "@absolutejs/arazzo": "^0.1.2",
145
145
  "@absolutejs/auth": "^0.56.14",
146
- "@absolutejs/execution": "^0.7.0",
146
+ "@absolutejs/execution": "^0.8.0",
147
147
  "@absolutejs/manifest": "^0.3.0",
148
148
  "@absolutejs/mcp": "^0.11.0",
149
149
  "@absolutejs/policy": "^0.2.0",