@rpcbase/agents-sdk 0.6.0 → 0.7.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.
- package/dist/agents-sdk.css +1 -1
- package/dist/api/chat/handler.d.ts +3 -3
- package/dist/api/chat/handler.d.ts.map +1 -1
- package/dist/api/chat/models.d.ts +2 -2
- package/dist/api/chat/tools.d.ts +1835 -65
- package/dist/api/chat/tools.d.ts.map +1 -1
- package/dist/{chunk-BO2N2NFS-DQxiNvU-.js → chunk-BO2N2NFS-BDR8fnNb.js} +3967 -1844
- package/dist/client-routes.browser.js +1 -1
- package/dist/client-routes.js +1 -1
- package/dist/{data-stream-handler-DdafwSP0.js → data-stream-handler-BW4eCG7d.js} +8513 -7111
- package/dist/{data-stream-handler-Cs_bYM94.js → data-stream-handler-Bd_oM4r9.js} +8513 -7111
- package/dist/{handler-B_ogBIj4.js → handler-DPuJK6ft.js} +1 -1
- package/dist/{highlighted-body-OFNGDK62-DRz4wOlV.js → highlighted-body-OFNGDK62-ChEBPTZ3.js} +1 -1
- package/dist/index.browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/mermaid-GHXKKRXX-fqlMH1Mi.js +2 -0
- package/dist/routes.js +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +22 -19
- package/dist/mermaid-GHXKKRXX-BE7_kWMj.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as e } from "./chunk-BO2N2NFS-
|
|
1
|
+
import { c as e } from "./chunk-BO2N2NFS-BDR8fnNb.js";
|
|
2
2
|
import { r as t } from "./openai-reasoning-kFq60GX9.js";
|
|
3
3
|
import { a as n, i as r, t as i } from "./chatCtx-BWOFI93u.js";
|
|
4
4
|
import { t as a } from "./apiErrors-FdS4Eh1H.js";
|
package/dist/{highlighted-body-OFNGDK62-DRz4wOlV.js → highlighted-body-OFNGDK62-ChEBPTZ3.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as e, n as t, t as n } from "./chunk-BO2N2NFS-
|
|
1
|
+
import { i as e, n as t, t as n } from "./chunk-BO2N2NFS-BDR8fnNb.js";
|
|
2
2
|
import { useContext as r, useEffect as i, useState as a } from "react";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
//#region ../../node_modules/streamdown/dist/highlighted-body-OFNGDK62.js
|
package/dist/index.browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, d as t, f as n, h as r, i, m as a, n as o, p as s, r as c, t as l, u } from "./data-stream-handler-
|
|
1
|
+
import { a as e, d as t, f as n, h as r, i, m as a, n as o, p as s, r as c, t as l, u } from "./data-stream-handler-Bd_oM4r9.js";
|
|
2
2
|
//#region src/index.ts
|
|
3
3
|
var d = () => "hello world";
|
|
4
4
|
//#endregion
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, d as t, f as n, h as r, i, m as a, n as o, p as s, r as c, t as l, u } from "./data-stream-handler-
|
|
1
|
+
import { a as e, d as t, f as n, h as r, i, m as a, n as o, p as s, r as c, t as l, u } from "./data-stream-handler-BW4eCG7d.js";
|
|
2
2
|
//#region src/index.ts
|
|
3
3
|
var d = () => "hello world";
|
|
4
4
|
//#endregion
|
package/dist/routes.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/routes.ts
|
|
2
2
|
var e = Object.entries({ .../* @__PURE__ */ Object.assign({
|
|
3
|
-
"./api/chat/handler.ts": () => import("./handler-
|
|
3
|
+
"./api/chat/handler.ts": () => import("./handler-DPuJK6ft.js").then((e) => e.t),
|
|
4
4
|
"./api/chat/messages/handler.ts": () => import("./handler-D7f8iAy5.js"),
|
|
5
5
|
"./api/chat/messages/trailing/handler.ts": () => import("./handler-P40GjJry.js"),
|
|
6
6
|
"./api/chat/stream/handler.ts": () => import("./handler-lUriE7jY.js"),
|
package/dist/runtime.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rpcbase/agents-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -147,31 +147,33 @@
|
|
|
147
147
|
"zod": "^4"
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@ai-sdk/google": "
|
|
151
|
-
"@ai-sdk/openai": "
|
|
152
|
-
"@ai-sdk/react": "
|
|
153
|
-
"@ai-sdk/xai": "
|
|
150
|
+
"@ai-sdk/google": "4.0.3",
|
|
151
|
+
"@ai-sdk/openai": "4.0.4",
|
|
152
|
+
"@ai-sdk/react": "4.0.10",
|
|
153
|
+
"@ai-sdk/xai": "4.0.3",
|
|
154
154
|
"@codemirror/lang-python": "6.2.1",
|
|
155
|
-
"@codemirror/state": "6.
|
|
155
|
+
"@codemirror/state": "6.7.0",
|
|
156
156
|
"@codemirror/theme-one-dark": "6.1.3",
|
|
157
|
-
"@codemirror/view": "6.43.
|
|
157
|
+
"@codemirror/view": "6.43.4",
|
|
158
158
|
"@rpcbase/api": "latest",
|
|
159
159
|
"@rpcbase/client": "latest",
|
|
160
160
|
"@rpcbase/db": "latest",
|
|
161
161
|
"@rpcbase/router": "latest",
|
|
162
162
|
"@rpcbase/server": "latest",
|
|
163
163
|
"@rpcbase/ui": "latest",
|
|
164
|
-
"@
|
|
165
|
-
"
|
|
164
|
+
"@rpcbase/worker": "latest",
|
|
165
|
+
"@xyflow/react": "12.11.1",
|
|
166
|
+
"ai": "7.0.9",
|
|
166
167
|
"class-variance-authority": "0.7.1",
|
|
167
168
|
"classnames": "2.5.1",
|
|
168
169
|
"codemirror": "6.0.2",
|
|
169
170
|
"diff-match-patch": "1.0.5",
|
|
170
171
|
"embla-carousel-react": "8.6.0",
|
|
171
172
|
"fast-deep-equal": "3.1.3",
|
|
172
|
-
"framer-motion": "12.
|
|
173
|
-
"mongodb": "7.
|
|
174
|
-
"
|
|
173
|
+
"framer-motion": "12.42.2",
|
|
174
|
+
"mongodb": "7.4.0",
|
|
175
|
+
"mongoose": "9.4.1",
|
|
176
|
+
"nanoid": "5.1.16",
|
|
175
177
|
"orderedmap": "2.1.1",
|
|
176
178
|
"papaparse": "5.5.4",
|
|
177
179
|
"prosemirror-example-setup": "1.2.3",
|
|
@@ -184,27 +186,28 @@
|
|
|
184
186
|
"prosemirror-view": "1.41.9",
|
|
185
187
|
"react-data-grid": "7.0.0-beta.59",
|
|
186
188
|
"react-syntax-highlighter": "16.1.1",
|
|
187
|
-
"shiki": "4.
|
|
189
|
+
"shiki": "4.3.0",
|
|
188
190
|
"use-stick-to-bottom": "1.1.6",
|
|
189
191
|
"usehooks-ts": "3.1.1"
|
|
190
192
|
},
|
|
191
193
|
"devDependencies": {
|
|
192
194
|
"@base-ui/react": "1.6.0",
|
|
193
|
-
"@playwright/test": "1.61.
|
|
195
|
+
"@playwright/test": "1.61.1",
|
|
194
196
|
"@rpcbase/vite": "latest",
|
|
195
197
|
"@tailwindcss/typography": "0.5.20",
|
|
196
|
-
"@tailwindcss/vite": "4.3.
|
|
197
|
-
"@types/node": "26.0.
|
|
198
|
+
"@tailwindcss/vite": "4.3.2",
|
|
199
|
+
"@types/node": "26.0.1",
|
|
198
200
|
"@types/papaparse": "5.5.2",
|
|
199
201
|
"@types/react-syntax-highlighter": "15.5.13",
|
|
200
|
-
"@vitejs/plugin-react": "6.0.
|
|
202
|
+
"@vitejs/plugin-react": "6.0.3",
|
|
203
|
+
"axios": "1.13.5",
|
|
201
204
|
"date-fns": "^4",
|
|
202
|
-
"lucide-react": "
|
|
205
|
+
"lucide-react": "1.22.0",
|
|
203
206
|
"react": "19.2.7",
|
|
204
207
|
"react-dom": "19.2.7",
|
|
205
208
|
"rollup": "4.62.2",
|
|
206
209
|
"streamdown": "2.5.0",
|
|
207
|
-
"tailwindcss": "4.3.
|
|
210
|
+
"tailwindcss": "4.3.2",
|
|
208
211
|
"tw-animate-css": "1.4.0",
|
|
209
212
|
"typescript": "6.0.3",
|
|
210
213
|
"vite": "8.0.2"
|