@absolutejs/agent 0.1.0 → 0.2.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 +5 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -39,3 +39,8 @@ await assertProductionReady(stack); // fails until every production concern is w
39
39
  The package deliberately does not introduce an Absolute-only wire protocol.
40
40
  Applications expose standard MCP, A2A, OAuth, RFC 9728/RFC 8414, auth.md, and
41
41
  AuthZEN surfaces while Absolute supplies provider-neutral implementation seams.
42
+
43
+ `/auth.md` is the open auth.md registration profile's conventional discovery
44
+ route. Absolute Auth generates it from the application's authoritative OAuth
45
+ metadata and implements the flow natively; it is not a WorkOS adapter and does
46
+ not require a WorkOS service.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.1.0",
3
+ "version": "0.2.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",
@@ -116,19 +116,19 @@
116
116
  "release": "bun run format && bun run check:package && npm publish --access public"
117
117
  },
118
118
  "dependencies": {
119
- "@absolutejs/a2a": "^0.1.0",
120
- "@absolutejs/agency": "^0.4.0",
121
- "@absolutejs/agent-conformance": "^0.3.0",
122
- "@absolutejs/agent-control": "^0.1.0",
123
- "@absolutejs/agent-discovery": "^0.1.0",
119
+ "@absolutejs/a2a": "^0.2.0",
120
+ "@absolutejs/agency": "^0.5.0",
121
+ "@absolutejs/agent-conformance": "^0.4.0",
122
+ "@absolutejs/agent-control": "^0.3.0",
123
+ "@absolutejs/agent-discovery": "^0.2.0",
124
124
  "@absolutejs/agent-inbox": "^0.1.0",
125
125
  "@absolutejs/agent-memory": "^0.1.0",
126
126
  "@absolutejs/agent-runtime": "^0.1.0",
127
127
  "@absolutejs/agent-sandbox": "^0.1.0",
128
128
  "@absolutejs/agent-trust": "^0.1.0",
129
- "@absolutejs/auth": "^0.55.0",
129
+ "@absolutejs/auth": "^0.55.9",
130
130
  "@absolutejs/manifest": "^0.3.0",
131
- "@absolutejs/mcp": "^0.9.0",
131
+ "@absolutejs/mcp": "^0.10.1",
132
132
  "@absolutejs/policy": "^0.2.0",
133
133
  "@absolutejs/wallet": "^0.3.0",
134
134
  "@sinclair/typebox": "^0.34.0"