@absolutejs/agent 0.27.0 → 0.28.1
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ await assertProductionReady(stack); // fails until every production concern is w
|
|
|
38
38
|
- `@absolutejs/agent/inbox` — verified webhooks, schedules, retries, dead letters
|
|
39
39
|
- `@absolutejs/agent/discovery` — signed well-known documents, cards, text, sitemaps, registry
|
|
40
40
|
- `@absolutejs/agent/execution` — certified tenant adapter installations, transactional outbox, retries, signed provider evidence ingestion, reconciliation, compensation
|
|
41
|
-
- `@absolutejs/agent/exchange` — experimental, model-blind sensitive-value exchange with
|
|
41
|
+
- `@absolutejs/agent/exchange` — experimental, model-blind sensitive-value exchange with explicit one-time or signed standing-mandate approval, single-use leases, authenticated E2EE, replay defense, revocation, and redacted receipts
|
|
42
42
|
- `@absolutejs/agent/mcp`, `/a2a`, `/arazzo`, and `/webmcp` — open interoperability, workflow, and browser transports
|
|
43
43
|
- `@absolutejs/agent/policy` — versioned policy and AuthZEN adapters
|
|
44
44
|
- `@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.
|
|
3
|
+
"version": "0.28.1",
|
|
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",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"@absolutejs/agent-conformance": "^0.15.0",
|
|
153
153
|
"@absolutejs/agent-control": "^0.5.7",
|
|
154
154
|
"@absolutejs/agent-discovery": "^0.2.2",
|
|
155
|
-
"@absolutejs/agent-exchange": "0.
|
|
155
|
+
"@absolutejs/agent-exchange": "0.4.4",
|
|
156
156
|
"@absolutejs/agent-inbox": "^0.3.4",
|
|
157
157
|
"@absolutejs/agent-memory": "^0.1.6",
|
|
158
158
|
"@absolutejs/agent-runtime": "^0.2.5",
|