@rpcbase/agents-sdk 0.13.0 → 0.15.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.map +1 -1
- package/dist/api/chat/runtimeConfig.d.ts +12 -0
- package/dist/api/chat/runtimeConfig.d.ts.map +1 -1
- package/dist/api/chat/toolApproval.d.ts +2 -1
- package/dist/api/chat/toolApproval.d.ts.map +1 -1
- package/dist/api/chat/toolApprovalHistory.d.ts +4 -0
- package/dist/api/chat/toolApprovalHistory.d.ts.map +1 -0
- package/dist/api/chatDb.d.ts +5 -0
- package/dist/api/chatDb.d.ts.map +1 -1
- package/dist/api/chatStore.d.ts +5 -0
- package/dist/api/chatStore.d.ts.map +1 -1
- package/dist/{chatDb-CJCdqpjR.js → chatDb-DTjvCb7r.js} +33 -21
- package/dist/{chatDb-DLQOzat8.js → chatDb-DwhaaOmO.js} +33 -21
- package/dist/client-routes.browser.js +1 -1
- package/dist/client-routes.js +1 -1
- package/dist/components/chat.d.ts.map +1 -1
- package/dist/components/message.d.ts.map +1 -1
- package/dist/{data-stream-handler-CF9RENIU.js → data-stream-handler-C-APWWFX.js} +6195 -6141
- package/dist/{data-stream-handler-Bc_AaWm-.js → data-stream-handler-CE4hrlns.js} +6195 -6141
- package/dist/{handler-C-CFaSnD.js → handler-0bIpqvbt.js} +1 -1
- package/dist/{handler-BTWWHJUs.js → handler-B-erVnQ6.js} +1 -1
- package/dist/{handler-D88wEmsv.js → handler-BLKbyYqI.js} +1 -1
- package/dist/{handler-Dmt7P8bu.js → handler-Bj8-MkNf.js} +660 -556
- package/dist/{handler-BMF6eWg5.js → handler-BnDd10G3.js} +1 -1
- package/dist/{handler-DnkxwQzf.js → handler-Bsto5ImB.js} +1 -1
- package/dist/{handler-Cl7-HRxy.js → handler-By4I5hjo.js} +9 -9
- package/dist/{handler-C34eWXJg.js → handler-C3GOpsFS.js} +1 -1
- package/dist/{handler-DilZY3o3.js → handler-CNnPLVlT.js} +1 -1
- package/dist/{handler-DOtL2C2i.js → handler-CsNuMrRb.js} +1 -1
- package/dist/{handler-DiyNUz4m.js → handler-DAcB4fHJ.js} +1 -1
- package/dist/{handler-D003Oipd.js → handler-DUljRc5z.js} +1 -1
- package/dist/{handler-CG2GBD33.js → handler-DtSnDhW2.js} +1 -1
- package/dist/{handler-M3DwIezB.js → handler-M3fJUpy0.js} +773 -657
- package/dist/{handler-DBuF7L41.js → handler-RTP9W4lT.js} +9 -9
- package/dist/{handler-CwoR5Bdv.js → handler-hTPifowr.js} +1 -1
- package/dist/index.browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/lib/agent-loop-rts-stream.d.ts +14 -0
- package/dist/lib/agent-loop-rts-stream.d.ts.map +1 -0
- package/dist/lib/tool-approval-decisions.d.ts +5 -0
- package/dist/lib/tool-approval-decisions.d.ts.map +1 -0
- package/dist/lib/types.d.ts +10 -0
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/models/RBAgentsChatThread.d.ts +1 -0
- package/dist/models/RBAgentsChatThread.d.ts.map +1 -1
- package/dist/models.browser.js +1 -0
- package/dist/models.js +7 -0
- package/dist/routes.browser.js +8 -8
- package/dist/routes.js +8 -8
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +1 -1
- package/dist/tailwind-source.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./apiErrors-DKcH9vz9.js";
|
|
2
|
-
import { a as t, l as n } from "./chatDb-
|
|
2
|
+
import { a as t, l as n } from "./chatDb-DwhaaOmO.js";
|
|
3
3
|
import { z as r } from "zod";
|
|
4
4
|
//#region src/api/chat/messages/index.ts
|
|
5
5
|
var i = "/api/rb/agents/chat/messages";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./apiErrors-DKcH9vz9.js";
|
|
2
|
-
import { h as t, r as n, s as r } from "./chatDb-
|
|
2
|
+
import { h as t, r as n, s as r } from "./chatDb-DwhaaOmO.js";
|
|
3
3
|
import { z as i } from "zod";
|
|
4
4
|
//#region src/api/document/index.ts
|
|
5
5
|
var a = "/api/rb/agents/document";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./apiErrors-Ck5tynNE.js";
|
|
2
|
-
import { h as t, r as n, s as r } from "./chatDb-
|
|
2
|
+
import { h as t, r as n, s as r } from "./chatDb-DTjvCb7r.js";
|
|
3
3
|
import { z as i } from "zod";
|
|
4
4
|
//#region src/api/document/index.ts
|
|
5
5
|
var a = "/api/rb/agents/document";
|