agents 0.0.0-97e981f → 0.0.0-9901cdb

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 (81) hide show
  1. package/dist/ai-chat-agent.d.ts +16 -17
  2. package/dist/ai-chat-agent.js +532 -351
  3. package/dist/ai-chat-agent.js.map +1 -1
  4. package/dist/ai-chat-v5-migration-gdyLiTd8.js +155 -0
  5. package/dist/ai-chat-v5-migration-gdyLiTd8.js.map +1 -0
  6. package/dist/ai-chat-v5-migration.d.ts +7 -4
  7. package/dist/ai-chat-v5-migration.js +3 -19
  8. package/dist/ai-react.d.ts +20 -23
  9. package/dist/ai-react.js +259 -304
  10. package/dist/ai-react.js.map +1 -1
  11. package/dist/ai-types-BWW4umHY.d.ts +95 -0
  12. package/dist/ai-types-UZlfLOYP.js +20 -0
  13. package/dist/ai-types-UZlfLOYP.js.map +1 -0
  14. package/dist/ai-types.d.ts +6 -91
  15. package/dist/ai-types.js +3 -7
  16. package/dist/client-C-nwz-3N.d.ts +5313 -0
  17. package/dist/client-CZBVDDoO.js +786 -0
  18. package/dist/client-CZBVDDoO.js.map +1 -0
  19. package/dist/client-CmMi85Sj.d.ts +104 -0
  20. package/dist/client-DjR-lC16.js +117 -0
  21. package/dist/client-DjR-lC16.js.map +1 -0
  22. package/dist/client.d.ts +11 -92
  23. package/dist/client.js +4 -12
  24. package/dist/codemode/ai.d.ts +27 -0
  25. package/dist/codemode/ai.js +151 -0
  26. package/dist/codemode/ai.js.map +1 -0
  27. package/dist/do-oauth-client-provider-B2jr6UNq.js +93 -0
  28. package/dist/do-oauth-client-provider-B2jr6UNq.js.map +1 -0
  29. package/dist/do-oauth-client-provider-CCwGwnrA.d.ts +55 -0
  30. package/dist/index-CkQU40oY.d.ts +558 -0
  31. package/dist/index-W4JUkafc.d.ts +54 -0
  32. package/dist/index.d.ts +56 -550
  33. package/dist/index.js +7 -31
  34. package/dist/mcp/client.d.ts +4 -11
  35. package/dist/mcp/client.js +3 -9
  36. package/dist/mcp/do-oauth-client-provider.d.ts +2 -42
  37. package/dist/mcp/do-oauth-client-provider.js +3 -7
  38. package/dist/mcp/index.d.ts +72 -94
  39. package/dist/mcp/index.js +831 -1013
  40. package/dist/mcp/index.js.map +1 -1
  41. package/dist/mcp/x402.d.ts +34 -0
  42. package/dist/mcp/x402.js +194 -0
  43. package/dist/mcp/x402.js.map +1 -0
  44. package/dist/mcp-BEwaCsxO.d.ts +61 -0
  45. package/dist/observability/index.d.ts +3 -46
  46. package/dist/observability/index.js +7 -11
  47. package/dist/react-B4e1rDid.d.ts +113 -0
  48. package/dist/react.d.ts +10 -123
  49. package/dist/react.js +183 -112
  50. package/dist/react.js.map +1 -1
  51. package/dist/schedule.d.ts +13 -10
  52. package/dist/schedule.js +43 -31
  53. package/dist/schedule.js.map +1 -1
  54. package/dist/serializable-gtr9YMhp.d.ts +34 -0
  55. package/dist/serializable.d.ts +7 -32
  56. package/dist/serializable.js +1 -1
  57. package/dist/src-COfG--3R.js +1179 -0
  58. package/dist/src-COfG--3R.js.map +1 -0
  59. package/package.json +36 -11
  60. package/src/index.ts +141 -57
  61. package/dist/ai-chat-v5-migration.js.map +0 -1
  62. package/dist/ai-types.js.map +0 -1
  63. package/dist/chunk-AVYJQSLW.js +0 -17
  64. package/dist/chunk-AVYJQSLW.js.map +0 -1
  65. package/dist/chunk-LL2AFX7V.js +0 -109
  66. package/dist/chunk-LL2AFX7V.js.map +0 -1
  67. package/dist/chunk-MH46VMM4.js +0 -612
  68. package/dist/chunk-MH46VMM4.js.map +0 -1
  69. package/dist/chunk-QEVM4BVL.js +0 -116
  70. package/dist/chunk-QEVM4BVL.js.map +0 -1
  71. package/dist/chunk-UJVEAURM.js +0 -150
  72. package/dist/chunk-UJVEAURM.js.map +0 -1
  73. package/dist/chunk-YDUDMOL6.js +0 -1296
  74. package/dist/chunk-YDUDMOL6.js.map +0 -1
  75. package/dist/client-CvaJdLQA.d.ts +0 -5015
  76. package/dist/client.js.map +0 -1
  77. package/dist/index.js.map +0 -1
  78. package/dist/mcp/client.js.map +0 -1
  79. package/dist/mcp/do-oauth-client-provider.js.map +0 -1
  80. package/dist/observability/index.js.map +0 -1
  81. package/dist/serializable.js.map +0 -1
@@ -1,42 +1,2 @@
1
- import { OAuthClientProvider } from '@modelcontextprotocol/sdk/client/auth.js';
2
- import { OAuthClientMetadata, OAuthClientInformation, OAuthClientInformationFull, OAuthTokens } from '@modelcontextprotocol/sdk/shared/auth.js';
3
-
4
- interface AgentsOAuthProvider extends OAuthClientProvider {
5
- authUrl: string | undefined;
6
- clientId: string | undefined;
7
- serverId: string | undefined;
8
- }
9
- declare class DurableObjectOAuthClientProvider implements AgentsOAuthProvider {
10
- storage: DurableObjectStorage;
11
- clientName: string;
12
- baseRedirectUrl: string;
13
- private _authUrl_;
14
- private _serverId_;
15
- private _clientId_;
16
- constructor(storage: DurableObjectStorage, clientName: string, baseRedirectUrl: string);
17
- get clientMetadata(): OAuthClientMetadata;
18
- get clientUri(): string;
19
- get redirectUrl(): string;
20
- get clientId(): string;
21
- set clientId(clientId_: string);
22
- get serverId(): string;
23
- set serverId(serverId_: string);
24
- keyPrefix(clientId: string): string;
25
- clientInfoKey(clientId: string): string;
26
- clientInformation(): Promise<OAuthClientInformation | undefined>;
27
- saveClientInformation(clientInformation: OAuthClientInformationFull): Promise<void>;
28
- tokenKey(clientId: string): string;
29
- tokens(): Promise<OAuthTokens | undefined>;
30
- saveTokens(tokens: OAuthTokens): Promise<void>;
31
- get authUrl(): string | undefined;
32
- /**
33
- * Because this operates on the server side (but we need browser auth), we send this url back to the user
34
- * and require user interact to initiate the redirect flow
35
- */
36
- redirectToAuthorization(authUrl: URL): Promise<void>;
37
- codeVerifierKey(clientId: string): string;
38
- saveCodeVerifier(verifier: string): Promise<void>;
39
- codeVerifier(): Promise<string>;
40
- }
41
-
42
- export { type AgentsOAuthProvider, DurableObjectOAuthClientProvider };
1
+ import { AgentsOAuthProvider, DurableObjectOAuthClientProvider } from "../do-oauth-client-provider-CCwGwnrA.js";
2
+ export { AgentsOAuthProvider, DurableObjectOAuthClientProvider };
@@ -1,7 +1,3 @@
1
- import {
2
- DurableObjectOAuthClientProvider
3
- } from "../chunk-LL2AFX7V.js";
4
- export {
5
- DurableObjectOAuthClientProvider
6
- };
7
- //# sourceMappingURL=do-oauth-client-provider.js.map
1
+ import { DurableObjectOAuthClientProvider } from "../do-oauth-client-provider-B2jr6UNq.js";
2
+
3
+ export { DurableObjectOAuthClientProvider };
@@ -1,97 +1,75 @@
1
- import { Server } from '@modelcontextprotocol/sdk/server/index.js';
2
- import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
3
- import { JSONRPCMessage, ElicitResult } from '@modelcontextprotocol/sdk/types.js';
4
- export { ElicitRequest, ElicitRequestSchema, ElicitResult } from '@modelcontextprotocol/sdk/types.js';
5
- import { Agent, AgentContext } from '../index.js';
6
- export { S as SSEEdgeClientTransport, a as StreamableHTTPEdgeClientTransport } from '../client-CvaJdLQA.js';
7
- import { Connection, ConnectionContext, WSMessage } from 'partyserver';
8
- import 'cloudflare:workers';
9
- import '@modelcontextprotocol/sdk/client/index.js';
10
- import '../observability/index.js';
11
- import '../ai-types.js';
12
- import 'ai';
13
- import 'zod';
14
- import '@modelcontextprotocol/sdk/shared/protocol.js';
15
- import '@modelcontextprotocol/sdk/client/sse.js';
16
- import '@modelcontextprotocol/sdk/client/streamableHttp.js';
17
- import './do-oauth-client-provider.js';
18
- import '@modelcontextprotocol/sdk/client/auth.js';
19
- import '@modelcontextprotocol/sdk/shared/auth.js';
20
-
21
- type MaybePromise<T> = T | Promise<T>;
22
- type TransportType = "sse" | "streamable-http";
23
- interface CORSOptions {
24
- origin?: string;
25
- methods?: string;
26
- headers?: string;
27
- maxAge?: number;
28
- exposeHeaders?: string;
29
- }
30
- interface ServeOptions {
31
- binding?: string;
32
- corsOptions?: CORSOptions;
33
- transport?: TransportType;
34
- }
1
+ import { BaseTransportType, MCPClientOAuthCallbackConfig, MCPClientOAuthResult, MaybePromise, SSEEdgeClientTransport, ServeOptions, StreamableHTTPEdgeClientTransport } from "../client-C-nwz-3N.js";
2
+ import "../mcp-BEwaCsxO.js";
3
+ import "../do-oauth-client-provider-CCwGwnrA.js";
4
+ import "../index-W4JUkafc.js";
5
+ import "../ai-types-BWW4umHY.js";
6
+ import { Agent, Connection, ConnectionContext } from "../index-CkQU40oY.js";
7
+ import { ElicitRequest, ElicitRequestSchema, ElicitResult, ElicitResult as ElicitResult$1, JSONRPCMessage } from "@modelcontextprotocol/sdk/types.js";
8
+ import { Server } from "@modelcontextprotocol/sdk/server/index.js";
9
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
35
10
 
11
+ //#region src/mcp/index.d.ts
36
12
  declare abstract class McpAgent<Env = unknown, State = unknown, Props extends Record<string, unknown> = Record<string, unknown>> extends Agent<Env, State, Props> {
37
- private _transport?;
38
- private _requestIdToConnectionId;
39
- private _standaloneSseConnectionId?;
40
- props?: Props;
41
- abstract server: MaybePromise<McpServer | Server>;
42
- abstract init(): Promise<void>;
43
- constructor(ctx: AgentContext, env: Env);
44
- setInitializeRequest(initializeRequest: JSONRPCMessage): Promise<void>;
45
- getInitializeRequest(): Promise<JSONRPCMessage | undefined>;
46
- /** Read the transport type for this agent.
47
- * This relies on the naming scheme being `sse:${sessionId}`
48
- * or `streamable-http:${sessionId}`.
49
- */
50
- getTransportType(): TransportType;
51
- /** Get the WebSocket for the standalone SSE if any. Streamable HTTP only. */
52
- private getWebSocketForStandaloneSse;
53
- /** Get the unique WebSocket. SSE transport only. */
54
- private getWebSocket;
55
- /** Get the corresponding WebSocket for a responseId. Streamable HTTP only. */
56
- private getWebSocketForResponseID;
57
- /** Returns a new transport matching the type of the Agent. */
58
- private initTransport;
59
- /** Update and store the props */
60
- updateProps(props?: Props): Promise<void>;
61
- /** Sets up the MCP transport and server every time the Agent is started.*/
62
- onStart(props?: Props): Promise<void>;
63
- /** Validates new WebSocket connections. */
64
- onConnect(conn: Connection, _: ConnectionContext): Promise<void>;
65
- /** Handles MCP Messages for Streamable HTTP. */
66
- onMessage(connection: Connection, event: WSMessage): Promise<void>;
67
- /** Remove clients from our cache when they disconnect */
68
- onClose(conn: Connection, _code: number, _reason: string, _wasClean: boolean): Promise<void>;
69
- /** Handles MCP Messages for the legacy SSE transport. */
70
- onSSEMcpMessage(_sessionId: string, messageBody: unknown): Promise<Error | null>;
71
- /** Elicit user input with a message and schema */
72
- elicitInput(params: {
73
- message: string;
74
- requestedSchema: unknown;
75
- }): Promise<ElicitResult>;
76
- /** Wait for elicitation response through storage polling */
77
- private _waitForElicitationResponse;
78
- /** Handle elicitation responses */
79
- private _handleElicitationResponse;
80
- /** Return a handler for the given path for this MCP.
81
- * Defaults to Streamable HTTP transport.
82
- */
83
- static serve(path: string, { binding, corsOptions, transport }?: ServeOptions): {
84
- fetch<Env>(this: void, request: Request, env: Env, ctx: ExecutionContext): Promise<Response>;
85
- };
86
- /**
87
- * Legacy api
88
- **/
89
- static mount(path: string, opts?: Omit<ServeOptions, "transport">): {
90
- fetch<Env>(this: void, request: Request, env: Env, ctx: ExecutionContext): Promise<Response>;
91
- };
92
- static serveSSE(path: string, opts?: Omit<ServeOptions, "transport">): {
93
- fetch<Env>(this: void, request: Request, env: Env, ctx: ExecutionContext): Promise<Response>;
94
- };
13
+ private _transport?;
14
+ props?: Props;
15
+ abstract server: MaybePromise<McpServer | Server>;
16
+ abstract init(): Promise<void>;
17
+ setInitializeRequest(initializeRequest: JSONRPCMessage): Promise<void>;
18
+ getInitializeRequest(): Promise<JSONRPCMessage | undefined>;
19
+ /** Read the transport type for this agent.
20
+ * This relies on the naming scheme being `sse:${sessionId}`
21
+ * or `streamable-http:${sessionId}`.
22
+ */
23
+ getTransportType(): BaseTransportType;
24
+ /** Read the sessionId for this agent.
25
+ * This relies on the naming scheme being `sse:${sessionId}`
26
+ * or `streamable-http:${sessionId}`.
27
+ */
28
+ getSessionId(): string;
29
+ /** Get the unique WebSocket. SSE transport only. */
30
+ private getWebSocket;
31
+ /** Returns a new transport matching the type of the Agent. */
32
+ private initTransport;
33
+ /** Update and store the props */
34
+ updateProps(props?: Props): Promise<void>;
35
+ reinitializeServer(): Promise<void>;
36
+ /** Sets up the MCP transport and server every time the Agent is started.*/
37
+ onStart(props?: Props): Promise<void>;
38
+ /** Validates new WebSocket connections. */
39
+ onConnect(conn: Connection, {
40
+ request: req
41
+ }: ConnectionContext): Promise<void>;
42
+ /** Handles MCP Messages for the legacy SSE transport. */
43
+ onSSEMcpMessage(_sessionId: string, messageBody: unknown): Promise<Error | null>;
44
+ /** Elicit user input with a message and schema */
45
+ elicitInput(params: {
46
+ message: string;
47
+ requestedSchema: unknown;
48
+ }): Promise<ElicitResult$1>;
49
+ /** Wait for elicitation response through storage polling */
50
+ private _waitForElicitationResponse;
51
+ /** Handle elicitation responses */
52
+ private _handleElicitationResponse;
53
+ /** Return a handler for the given path for this MCP.
54
+ * Defaults to Streamable HTTP transport.
55
+ */
56
+ static serve(path: string, {
57
+ binding,
58
+ corsOptions,
59
+ transport
60
+ }?: ServeOptions): {
61
+ fetch<Env>(this: void, request: Request, env: Env, ctx: ExecutionContext): Promise<Response>;
62
+ };
63
+ /**
64
+ * Legacy api
65
+ **/
66
+ static mount(path: string, opts?: Omit<ServeOptions, "transport">): {
67
+ fetch<Env>(this: void, request: Request, env: Env, ctx: ExecutionContext): Promise<Response>;
68
+ };
69
+ static serveSSE(path: string, opts?: Omit<ServeOptions, "transport">): {
70
+ fetch<Env>(this: void, request: Request, env: Env, ctx: ExecutionContext): Promise<Response>;
71
+ };
95
72
  }
96
-
97
- export { McpAgent };
73
+ //#endregion
74
+ export { type ElicitRequest, ElicitRequestSchema, type ElicitResult, type MCPClientOAuthCallbackConfig, type MCPClientOAuthResult, McpAgent, SSEEdgeClientTransport, StreamableHTTPEdgeClientTransport };
75
+ //# sourceMappingURL=index.d.ts.map