agents 0.0.90 → 0.0.91

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Agent
3
- } from "./chunk-DVT5CDUP.js";
3
+ } from "./chunk-CFTLYEEK.js";
4
4
  import "./chunk-IFXSRTKF.js";
5
5
  import "./chunk-BZXOAZUX.js";
6
6
  import "./chunk-VCSB47AK.js";
@@ -16,7 +16,7 @@ import {
16
16
  } from "partyserver";
17
17
  import { parseCronExpression } from "cron-schedule";
18
18
  import { nanoid } from "nanoid";
19
- import { AsyncLocalStorage } from "node:async_hooks";
19
+ import { AsyncLocalStorage } from "async_hooks";
20
20
  function isRPCRequest(msg) {
21
21
  return typeof msg === "object" && msg !== null && "type" in msg && msg.type === "rpc" && "id" in msg && typeof msg.id === "string" && "method" in msg && typeof msg.method === "string" && "args" in msg && Array.isArray(msg.args);
22
22
  }
@@ -780,4 +780,4 @@ export {
780
780
  getAgentByName,
781
781
  StreamingResponse
782
782
  };
783
- //# sourceMappingURL=chunk-DVT5CDUP.js.map
783
+ //# sourceMappingURL=chunk-CFTLYEEK.js.map
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  routeAgentEmail,
7
7
  routeAgentRequest,
8
8
  unstable_callable
9
- } from "./chunk-DVT5CDUP.js";
9
+ } from "./chunk-CFTLYEEK.js";
10
10
  import "./chunk-IFXSRTKF.js";
11
11
  import "./chunk-BZXOAZUX.js";
12
12
  import "./chunk-VCSB47AK.js";
package/dist/mcp/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Agent
3
- } from "../chunk-DVT5CDUP.js";
3
+ } from "../chunk-CFTLYEEK.js";
4
4
  import "../chunk-IFXSRTKF.js";
5
5
  import "../chunk-BZXOAZUX.js";
6
6
  import "../chunk-VCSB47AK.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "main": "src/index.ts",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -82,20 +82,20 @@
82
82
  "license": "MIT",
83
83
  "description": "A home for your AI agents",
84
84
  "dependencies": {
85
- "@modelcontextprotocol/sdk": "^1.11.3",
86
- "ai": "^4.3.15",
85
+ "@modelcontextprotocol/sdk": "^1.11.4",
86
+ "ai": "^4.3.16",
87
87
  "cron-schedule": "^5.0.4",
88
88
  "nanoid": "^5.1.5",
89
89
  "partyserver": "^0.0.71",
90
90
  "partysocket": "1.1.4",
91
- "zod": "^3.24.4"
91
+ "zod": "^3.25.17"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "react": "*"
95
95
  },
96
96
  "devDependencies": {
97
- "@cloudflare/vitest-pool-workers": "^0.8.30",
97
+ "@cloudflare/vitest-pool-workers": "^0.8.31",
98
98
  "react": "*",
99
- "vitest-browser-react": "^0.1.1"
99
+ "vitest-browser-react": "^0.2.0"
100
100
  }
101
101
  }