agents 0.11.0 → 0.11.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/dist/client.d.ts +1 -1
- package/dist/{index-Cubsi2Qv.d.ts → index-Biv6K70p.d.ts} +9 -1
- package/dist/{index-CrOzHA2T.d.ts → index-C_XD19E3.d.ts} +138 -56
- package/dist/index.d.ts +27 -23
- package/dist/index.js +57 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp/client.d.ts +1 -1
- package/dist/mcp/index.d.ts +1 -1
- package/dist/observability/index.d.ts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/workflows.d.ts +1 -1
- package/package.json +7 -7
package/dist/mcp/client.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { B as
|
|
1
|
+
import { B as MCPConnectionResult, G as RegisterServerOptions, H as MCPOAuthCallbackResult, I as MCPClientManager, K as getNamespacedData, L as MCPClientManagerOptions, R as MCPClientOAuthCallbackConfig, U as MCPServerFilter, V as MCPDiscoverResult, W as MCPServerOptions, z as MCPClientOAuthResult } from "../index-C_XD19E3.js";
|
|
2
2
|
export { MCPClientManager, MCPClientManagerOptions, MCPClientOAuthCallbackConfig, MCPClientOAuthResult, MCPConnectionResult, MCPDiscoverResult, MCPOAuthCallbackResult, MCPServerFilter, MCPServerOptions, RegisterServerOptions, getNamespacedData };
|
package/dist/mcp/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as ElicitRequestSchema, B as MCPConnectionResult, J as RPCClientTransportOptions, Q as ElicitRequest, R as MCPClientOAuthCallbackConfig, V as MCPDiscoverResult, W as MCPServerOptions, X as RPCServerTransportOptions, Y as RPCServerTransport, Z as RPC_DO_PREFIX, at as McpAuthContext, ct as WorkerTransport, dt as StreamableHTTPEdgeClientTransport, et as ElicitResult, ft as McpClientOptions, it as experimental_createMcpHandler, lt as WorkerTransportOptions, nt as CreateMcpHandlerOptions, ot as getMcpAuthContext, q as RPCClientTransport, rt as createMcpHandler, st as TransportState, tt as McpAgent, ut as SSEEdgeClientTransport, z as MCPClientOAuthResult } from "../index-C_XD19E3.js";
|
|
2
2
|
export { CreateMcpHandlerOptions, ElicitRequest, ElicitRequestSchema, ElicitResult, MCPClientOAuthCallbackConfig, MCPClientOAuthResult, MCPConnectionResult, MCPDiscoverResult, MCPServerOptions, McpAgent, McpAuthContext, McpClientOptions, RPCClientTransport, RPCClientTransportOptions, RPCServerTransport, RPCServerTransportOptions, RPC_DO_PREFIX, SSEEdgeClientTransport, StreamableHTTPEdgeClientTransport, TransportState, WorkerTransport, WorkerTransportOptions, createMcpHandler, experimental_createMcpHandler, getMcpAuthContext };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as genericObservability, i as channels, n as Observability, o as subscribe, r as ObservabilityEvent, t as ChannelEventMap } from "../index-
|
|
1
|
+
import { a as genericObservability, i as channels, n as Observability, o as subscribe, r as ObservabilityEvent, t as ChannelEventMap } from "../index-Biv6K70p.js";
|
|
2
2
|
export { ChannelEventMap, Observability, ObservabilityEvent, channels, genericObservability, subscribe };
|
package/dist/react.d.ts
CHANGED
package/dist/workflows.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"durable objects"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
|
-
"version": "0.11.
|
|
12
|
+
"version": "0.11.1",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|
|
15
15
|
"directory": "packages/agents",
|
|
@@ -32,30 +32,30 @@
|
|
|
32
32
|
"json-schema": "^0.4.0",
|
|
33
33
|
"json-schema-to-typescript": "^15.0.4",
|
|
34
34
|
"mimetext": "^3.0.28",
|
|
35
|
-
"nanoid": "^5.1.
|
|
35
|
+
"nanoid": "^5.1.9",
|
|
36
36
|
"partyserver": "^0.4.1",
|
|
37
37
|
"partysocket": "1.1.16",
|
|
38
38
|
"picomatch": "^4.0.4",
|
|
39
39
|
"yargs": "^18.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@ai-sdk/openai": "^3.0.
|
|
43
|
-
"@ai-sdk/react": "^3.0.
|
|
42
|
+
"@ai-sdk/openai": "^3.0.53",
|
|
43
|
+
"@ai-sdk/react": "^3.0.166",
|
|
44
44
|
"@cloudflare/workers-oauth-provider": "^0.4.0",
|
|
45
45
|
"@tanstack/ai": "^0.10.2",
|
|
46
46
|
"@types/react": "^19.2.14",
|
|
47
47
|
"@types/yargs": "^17.0.35",
|
|
48
48
|
"@x402/core": "^2.10.0",
|
|
49
49
|
"@x402/evm": "^2.10.0",
|
|
50
|
-
"ai": "^6.0.
|
|
50
|
+
"ai": "^6.0.164",
|
|
51
51
|
"react": "^19.2.5",
|
|
52
52
|
"vitest-browser-react": "^2.2.0",
|
|
53
53
|
"zod": "^4.3.6"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@ai-sdk/react": "^3.0.0",
|
|
57
|
-
"@cloudflare/ai-chat": "
|
|
58
|
-
"@cloudflare/codemode": "
|
|
57
|
+
"@cloudflare/ai-chat": ">=0.0.8 <1.0.0",
|
|
58
|
+
"@cloudflare/codemode": ">=0.0.7 <1.0.0",
|
|
59
59
|
"@tanstack/ai": "^0.10.2",
|
|
60
60
|
"@x402/core": "^2.0.0",
|
|
61
61
|
"@x402/evm": "^2.0.0",
|