agents 0.0.0-74a8c74 → 0.0.0-7b22285

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents",
3
- "version": "0.0.0-74a8c74",
3
+ "version": "0.0.0-7b22285",
4
4
  "main": "src/index.ts",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -52,6 +52,11 @@
52
52
  "types": "./dist/mcp/client.d.ts",
53
53
  "require": "./dist/mcp/client.js",
54
54
  "import": "./dist/mcp/client.js"
55
+ },
56
+ "./mcp/do-oauth-client-provider": {
57
+ "types": "./dist/mcp/do-oauth-client-provider.d.ts",
58
+ "require": "./dist/mcp/do-oauth-client-provider.js",
59
+ "import": "./dist/mcp/do-oauth-client-provider.js"
55
60
  }
56
61
  },
57
62
  "keywords": [],
@@ -67,12 +72,10 @@
67
72
  "license": "MIT",
68
73
  "description": "A home for your AI agents",
69
74
  "dependencies": {
75
+ "@modelcontextprotocol/sdk": "^1.9.0",
70
76
  "cron-schedule": "^5.0.4",
71
77
  "nanoid": "^5.1.5",
72
78
  "partyserver": "^0.0.66",
73
79
  "partysocket": "1.1.3"
74
- },
75
- "devDependencies": {
76
- "@modelcontextprotocol/sdk": "^1.8.0"
77
80
  }
78
81
  }
package/src/index.ts CHANGED
@@ -15,8 +15,6 @@ import { AsyncLocalStorage } from "node:async_hooks";
15
15
 
16
16
  export type { Connection, WSMessage, ConnectionContext } from "partyserver";
17
17
 
18
- import { WorkflowEntrypoint as CFWorkflowEntrypoint } from "cloudflare:workers";
19
-
20
18
  /**
21
19
  * RPC request message from client
22
20
  */
@@ -119,11 +117,6 @@ export function unstable_callable(metadata: CallableMetadata = {}) {
119
117
  };
120
118
  }
121
119
 
122
- /**
123
- * A class for creating workflow entry points that can be used with Cloudflare Workers
124
- */
125
- export class WorkflowEntrypoint extends CFWorkflowEntrypoint {}
126
-
127
120
  /**
128
121
  * Represents a scheduled task within an Agent
129
122
  * @template T Type of the payload data