reflex-agent 0.4.1 → 0.6.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/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +76 -76
- package/.next/app-path-routes-manifest.json +4 -4
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +7 -7
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +3 -3
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +2 -2
- package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +3 -3
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +2 -2
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js.nft.json +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
- package/.next/server/app/audit/page.js +1 -1
- package/.next/server/app/audit/page.js.nft.json +1 -1
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding/page.js +3 -3
- package/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/page.js +3 -3
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/new/page.js +3 -3
- package/.next/server/app/roots/new/page.js.nft.json +1 -1
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +5 -5
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/file/page.js +2 -2
- package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- package/.next/server/app/share/[id]/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/page.js +2 -2
- package/.next/server/app/utilities/page.js.nft.json +1 -1
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +4 -4
- package/.next/server/chunks/1004.js +1 -0
- package/.next/server/chunks/106.js +148 -0
- package/.next/server/chunks/1100.js +34 -0
- package/.next/server/chunks/1220.js +115 -0
- package/.next/server/chunks/1271.js +79 -0
- package/.next/server/chunks/1378.js +23 -0
- package/.next/server/chunks/{8312.js → 1469.js} +2 -2
- package/.next/server/chunks/1640.js +29 -0
- package/.next/server/chunks/1811.js +1 -0
- package/.next/server/chunks/1869.js +93 -0
- package/.next/server/chunks/1973.js +166 -0
- package/.next/server/chunks/2249.js +1 -0
- package/.next/server/chunks/2264.js +287 -0
- package/.next/server/chunks/2278.js +1 -0
- package/.next/server/chunks/2318.js +1 -0
- package/.next/server/chunks/2485.js +2 -2
- package/.next/server/chunks/2521.js +1 -0
- package/.next/server/chunks/2552.js +1 -0
- package/.next/server/chunks/2626.js +1 -0
- package/.next/server/chunks/2669.js +104 -0
- package/.next/server/chunks/2673.js +153 -0
- package/.next/server/chunks/2749.js +1 -0
- package/.next/server/chunks/2761.js +90 -0
- package/.next/server/chunks/285.js +72 -17
- package/.next/server/chunks/2886.js +64 -0
- package/.next/server/chunks/{2995.js → 3152.js} +1 -1
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3378.js +1 -0
- package/.next/server/chunks/3475.js +1 -0
- package/.next/server/chunks/352.js +79 -0
- package/.next/server/chunks/360.js +1 -0
- package/.next/server/chunks/3746.js +93 -0
- package/.next/server/chunks/3811.js +5 -0
- package/.next/server/chunks/383.js +80 -0
- package/.next/server/chunks/3870.js +215 -0
- package/.next/server/chunks/3935.js +34 -0
- package/.next/server/chunks/4031.js +2 -2
- package/.next/server/chunks/4046.js +141 -0
- package/.next/server/chunks/416.js +77 -0
- package/.next/server/chunks/4263.js +1 -0
- package/.next/server/chunks/4282.js +1 -0
- package/.next/server/chunks/431.js +1 -0
- package/.next/server/chunks/4339.js +23 -0
- package/.next/server/chunks/4343.js +148 -0
- package/.next/server/chunks/4450.js +80 -0
- package/.next/server/chunks/4457.js +1 -0
- package/.next/server/chunks/4537.js +43 -0
- package/.next/server/chunks/4580.js +1 -0
- package/.next/server/chunks/4653.js +1 -0
- package/.next/server/chunks/4695.js +77 -0
- package/.next/server/chunks/4733.js +1 -0
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4828.js +80 -0
- package/.next/server/chunks/4851.js +1 -0
- package/.next/server/chunks/4863.js +29 -0
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/4959.js +1 -0
- package/.next/server/chunks/5080.js +43 -0
- package/.next/server/chunks/5142.js +1 -0
- package/.next/server/chunks/5236.js +3 -0
- package/.next/server/chunks/539.js +1 -0
- package/.next/server/chunks/5395.js +1 -0
- package/.next/server/chunks/5407.js +9 -0
- package/.next/server/chunks/5558.js +1 -0
- package/.next/server/chunks/5690.js +1 -0
- package/.next/server/chunks/5723.js +1 -0
- package/.next/server/chunks/5753.js +1 -0
- package/.next/server/chunks/5783.js +226 -0
- package/.next/server/chunks/5811.js +1 -0
- package/.next/server/chunks/5822.js +24 -0
- package/.next/server/chunks/6038.js +252 -0
- package/.next/server/chunks/617.js +24 -0
- package/.next/server/chunks/6294.js +1 -0
- package/.next/server/chunks/6332.js +1 -0
- package/.next/server/chunks/6355.js +1 -0
- package/.next/server/chunks/6460.js +5 -0
- package/.next/server/chunks/6483.js +252 -0
- package/.next/server/chunks/6888.js +1 -0
- package/.next/server/chunks/6909.js +71 -16
- package/.next/server/chunks/6923.js +1 -0
- package/.next/server/chunks/6946.js +1 -0
- package/.next/server/chunks/7068.js +1 -0
- package/.next/server/chunks/7118.js +24 -0
- package/.next/server/chunks/7242.js +166 -0
- package/.next/server/chunks/7315.js +1 -0
- package/.next/server/chunks/7356.js +141 -0
- package/.next/server/chunks/7520.js +226 -0
- package/.next/server/chunks/7759.js +1 -0
- package/.next/server/chunks/7800.js +1 -0
- package/.next/server/chunks/7934.js +1 -0
- package/.next/server/chunks/7948.js +1 -0
- package/.next/server/chunks/795.js +115 -0
- package/.next/server/chunks/8015.js +287 -0
- package/.next/server/chunks/8019.js +80 -0
- package/.next/server/chunks/8150.js +1 -0
- package/.next/server/chunks/824.js +1 -0
- package/.next/server/chunks/8326.js +1 -0
- package/.next/server/chunks/8384.js +153 -0
- package/.next/server/chunks/8451.js +1 -0
- package/.next/server/chunks/8674.js +104 -0
- package/.next/server/chunks/8897.js +64 -0
- package/.next/server/chunks/8945.js +1 -0
- package/.next/server/chunks/8948.js +36 -0
- package/.next/server/chunks/8977.js +1 -0
- package/.next/server/chunks/9024.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9269.js +1 -0
- package/.next/server/chunks/9417.js +215 -0
- package/.next/server/chunks/9419.js +36 -0
- package/.next/server/chunks/9490.js +9 -0
- package/.next/server/chunks/9496.js +90 -0
- package/.next/server/chunks/9513.js +24 -0
- package/.next/server/chunks/9537.js +1 -0
- package/.next/server/chunks/9745.js +1 -0
- package/.next/server/chunks/9965.js +1 -0
- package/.next/server/functions-config-manifest.json +3 -3
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/2495-b11b2422a7f01945.js +1 -0
- package/.next/static/chunks/4108.74888011d3aa4cf8.js +1 -0
- package/.next/static/chunks/4546-6b7685845956a69f.js +1 -0
- package/.next/static/chunks/5407-2feacc6f9f69ba5d.js +1 -0
- package/.next/static/chunks/5434-407bb17ca2d631c9.js +1 -0
- package/.next/static/chunks/9348-912a9c1ec1da16dd.js +1 -0
- package/.next/static/chunks/app/layout-9a1dc11fccf70758.js +1 -0
- package/.next/static/chunks/app/onboarding/page-75acce6d5865dd64.js +1 -0
- package/.next/static/chunks/app/page-4f957a9ee1f7e2aa.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-971b4c18ab2192d8.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-4c8addbba297f0f8.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-0ea2bcca25dec0d0.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-6aa86d582b1f2bb0.js +1 -0
- package/.next/static/chunks/app/roots/new/page-b5f8ba6c3cd48d1b.js +1 -0
- package/.next/static/chunks/app/settings/page-5dde78a2421d0f4f.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-162b9b2ab72f796f.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-891588bc6ce662f1.js +1 -0
- package/.next/static/chunks/app/utilities/page-8b0b3a9b569dcbe2.js +1 -0
- package/.next/static/chunks/{webpack-6c7ed0da8ba98645.js → webpack-5087eda6b4198971.js} +1 -1
- package/.next/trace +89 -47
- package/dist/lib/reflex/agents/prompts.js +66 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/1373.js +0 -1
- package/.next/server/chunks/1669.js +0 -1
- package/.next/server/chunks/3004.js +0 -1
- package/.next/server/chunks/3795.js +0 -3
- package/.next/server/chunks/9883.js +0 -1
- package/.next/static/chunks/1477-a74db494f91aeafc.js +0 -1
- package/.next/static/chunks/3496-59013c5bb64c51a9.js +0 -1
- package/.next/static/chunks/4108.71716ca4d2bdad01.js +0 -1
- package/.next/static/chunks/6132-51c867b4544ebefc.js +0 -1
- package/.next/static/chunks/7887-6a5dd2999717777f.js +0 -1
- package/.next/static/chunks/8151-41c02ad988318d11.js +0 -1
- package/.next/static/chunks/app/layout-8e0de66d47e2d411.js +0 -1
- package/.next/static/chunks/app/onboarding/page-1ec2ec3dadef91b8.js +0 -1
- package/.next/static/chunks/app/page-e9b67e9e2ee870ac.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-438c36466499e15f.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-21d327eaa0619f9e.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-cb8185fedf0f5f4d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-40899d4270be9549.js +0 -1
- package/.next/static/chunks/app/roots/new/page-2379e2c4c2a63ce2.js +0 -1
- package/.next/static/chunks/app/settings/page-e3a46803ee1a5992.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-c3b61aff7aa5d75e.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-e378fbede449f071.js +0 -1
- package/.next/static/chunks/app/utilities/page-60d7c81fe67376d2.js +0 -1
- /package/.next/static/{q-lgiDq7RjplLNgYcdvi2 → -HzWlqabyti20irA-SaOJ}/_buildManifest.js +0 -0
- /package/.next/static/{q-lgiDq7RjplLNgYcdvi2 → -HzWlqabyti20irA-SaOJ}/_ssgManifest.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.id=9537,exports.ids=[9537],exports.modules={19537:(a,b,c)=>{c.d(b,{UtilityIframe:()=>s});var d=c(64173),e=c(17240),f=c(53186),g=c(71813),h=c(65177),i=c(66979),j=c(69552),k=c(62261),l=c(73569),m=c(1056),n=c.n(m),o=c(44052),p=c(3265);function q({scope:a,utilityId:b,utilityName:c,rootId:m,requestSnapshot:p,onClose:q}){let s=(0,g.c)("app"),[t,u]=(0,e.useState)(null),[v,w]=(0,e.useState)([]),[x,y]=(0,e.useState)(""),[z,A]=(0,e.useState)(null),[B,C]=(0,e.useTransition)(),[D,E]=(0,e.useState)(!1),F=(0,e.useRef)(null);(0,e.useRef)(null),(0,e.useRef)("");let[G,H]=(0,e.useState)(""),I=()=>{let a=x.trim();a&&m&&t&&(y(""),w(b=>[...b,{role:"user",text:a,ts:new Date().toISOString()}]),C(async()=>{let b;try{b=await Promise.race([p(),new Promise(a=>setTimeout(()=>a(void 0),600))])}catch{}let c=void 0!==b?function(a,b){let c;try{c="string"==typeof b?b:JSON.stringify(b,null,2)}catch{c=String(b)}return c.length>4e3&&(c=c.slice(0,4e3)+"\n…[truncated]"),["[Mini-app context]",c,"[/context]\n",a].join("\n")}(a,b):a;try{let a=await fetch(`/api/roots/${m}/chat/${t}/send`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({message:c})});if(!a.ok){let b=await a.json().catch(()=>({}));o.oR.error(b.error??`HTTP ${a.status}`)}}catch(a){o.oR.error(String(a))}}))};return(0,d.jsxs)("aside",{className:"flex h-full flex-col border-l bg-card",children:[(0,d.jsxs)("header",{className:"border-b px-3 py-2 flex items-center gap-2",children:[(0,d.jsx)(f.A,{className:"h-3.5 w-3.5 text-violet-600"}),(0,d.jsx)("span",{className:"text-sm font-medium",children:s("utilities.helper.title")}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground ml-1",children:s("utilities.helper.hint")}),m&&t&&(0,d.jsx)(n(),{href:`/roots/${m}/chat/${t}`,className:"ml-auto p-1 rounded hover:bg-accent text-muted-foreground hover:text-foreground",title:s("utilities.helper.openFull"),children:(0,d.jsx)(h.A,{className:"h-3.5 w-3.5"})}),q&&(0,d.jsx)("button",{type:"button",onClick:q,className:"p-1 rounded hover:bg-accent "+(m&&t?"":"ml-auto"),title:s("utilities.helper.hide"),children:(0,d.jsx)(i.A,{className:"h-3.5 w-3.5"})})]}),(0,d.jsxs)("div",{ref:F,className:"flex-1 overflow-y-auto px-3 py-2 space-y-2 text-sm",children:[z&&(0,d.jsx)("p",{className:"text-xs text-red-600",children:z}),!z&&0===v.length&&!G&&(0,d.jsxs)("div",{className:"text-xs text-muted-foreground flex items-start gap-2",children:[(0,d.jsx)(j.A,{className:"h-3 w-3 mt-0.5 text-violet-600 shrink-0"}),(0,d.jsx)("span",{children:s("utilities.helper.welcome")})]}),v.map((a,b)=>(0,d.jsx)(r,{role:a.role,text:a.text},b)),D&&G&&(0,d.jsx)(r,{role:"assistant",text:G,streaming:!0}),B&&!D&&(0,d.jsxs)("div",{className:"mr-6 rounded-md bg-muted/40 px-2 py-1.5 text-xs text-muted-foreground inline-flex items-center gap-2",children:[(0,d.jsx)(k.A,{className:"h-3 w-3 animate-spin"}),s("utilities.helper.thinking")]})]}),(0,d.jsxs)("div",{className:"border-t px-3 py-2 flex items-end gap-1.5",children:[(0,d.jsx)("textarea",{value:x,onChange:a=>y(a.target.value),onKeyDown:a=>{"Enter"===a.key&&(a.metaKey||a.ctrlKey)&&(a.preventDefault(),I())},rows:1,placeholder:s("utilities.helper.placeholder"),disabled:B||!!z||!t,className:"flex-1 resize-none rounded border bg-background px-2 py-1 text-xs focus:outline-none focus:ring-1 focus:ring-violet-400 max-h-24"}),(0,d.jsx)("button",{type:"button",onClick:I,disabled:B||!x.trim()||!!z||!t,className:"inline-flex items-center justify-center rounded bg-violet-600 px-2 py-1 text-white hover:bg-violet-700 disabled:opacity-50",children:B?(0,d.jsx)(k.A,{className:"h-3 w-3 animate-spin"}):(0,d.jsx)(l.A,{className:"h-3 w-3"})})]})]})}function r({role:a,text:b,streaming:c}){let e=(0,g.c)("app"),f=b;return("user"===a&&(f=f.replace(/^\s*\[Mini-app context\][\s\S]*?\[\/context\]\s*/,"").trim()),f.trim())?(0,d.jsxs)("div",{className:"user"===a?"ml-6 rounded-md bg-violet-50 dark:bg-violet-950/30 px-2 py-1.5":"mr-6 rounded-md bg-muted/40 px-2 py-1.5 whitespace-pre-wrap",children:[(0,d.jsxs)("div",{className:"text-[10px] uppercase tracking-wider text-muted-foreground mb-0.5",children:[e("user"===a?"utilities.helper.you":"assistant"===a?"utilities.helper.reflex":"utilities.helper.system"),c&&(0,d.jsx)("span",{className:"ml-1 text-violet-600",children:"●"})]}),f]}):null}function s({scope:a,id:b,rootId:c,className:h,title:i,agentChat:j,utilityName:k}){let l=(0,g.c)("app"),m=(0,e.useRef)(null),n=(0,e.useRef)(null),[o,p]=(0,e.useState)(!0),r=c?`?rootId=${encodeURIComponent(c)}`:"",s=`/api/utilities/${a}/${b}/iframe${r}`,t=(0,d.jsx)("iframe",{ref:m,src:s,sandbox:"allow-scripts allow-forms allow-same-origin",className:h??"h-full w-full border-0 bg-white",title:i??`utility-${b}`});return j?(0,d.jsxs)("div",{className:"flex h-full w-full",children:[(0,d.jsxs)("div",{className:"flex-1 min-w-0 relative",children:[t,!o&&(0,d.jsxs)("button",{type:"button",onClick:()=>p(!0),className:"absolute right-3 bottom-3 inline-flex items-center gap-1 rounded-full bg-violet-600 px-3 py-1.5 text-xs text-white shadow-lg hover:bg-violet-700",title:l("utilities.iframe.openHelper"),children:[(0,d.jsx)(f.A,{className:"h-3.5 w-3.5"}),l("utilities.iframe.helper")]})]}),o&&(0,d.jsx)("div",{className:"w-80 shrink-0",children:(0,d.jsx)(q,{scope:a,utilityId:b,...k?{utilityName:k}:{},...c?{rootId:c}:{},requestSnapshot:()=>{let a=m.current?.contentWindow;return a?(n.current&&(clearTimeout(n.current.timer),n.current.resolve(void 0),n.current=null),new Promise(b=>{let c=setTimeout(()=>{n.current?.resolve===b&&(n.current=null,b(void 0))},500);n.current={resolve:b,timer:c};try{a.postMessage({type:"request-snapshot"},"*")}catch{clearTimeout(c),n.current=null,b(void 0)}})):Promise.resolve(void 0)},onClose:()=>p(!1)})})]}):t}p.callServer,p.findSourceMapURL,p.callServer,p.findSourceMapURL},65177:(a,b,c)=>{c.d(b,{A:()=>d});let d=(0,c(42557).A)("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]])},66979:(a,b,c)=>{c.d(b,{A:()=>d});let d=(0,c(42557).A)("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]])},73569:(a,b,c)=>{c.d(b,{A:()=>d});let d=(0,c(42557).A)("Send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]])}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.id=9745,exports.ids=[9745],exports.modules={29745:(a,b,c)=>{c.d(b,{createRadarServices:()=>d.f});var d=c(63697);c(67019)}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.id=9965,exports.ids=[9965],exports.modules={59965:(a,b,c)=>{c.d(b,{createGitGraphServices:()=>d.b});var d=c(56848);c(56308)}};
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
"/api/agents/[agentId]/respond": {},
|
|
5
5
|
"/api/images/[rootId]/[file]": {},
|
|
6
6
|
"/api/oauth/callback": {},
|
|
7
|
-
"/api/oauth/start": {},
|
|
8
7
|
"/api/roots/[id]/attachments": {},
|
|
9
8
|
"/api/roots/[id]/chat/[topicId]/send": {},
|
|
9
|
+
"/api/oauth/start": {},
|
|
10
10
|
"/api/roots/[id]/chat/[topicId]/stop": {},
|
|
11
11
|
"/api/roots/[id]/chat/[topicId]/stream": {},
|
|
12
|
-
"/api/roots/[id]/dashboard": {},
|
|
13
12
|
"/api/roots/[id]/suggestions": {},
|
|
14
13
|
"/api/utilities/[scope]/[id]/bundle.js": {},
|
|
15
|
-
"/api/
|
|
14
|
+
"/api/roots/[id]/dashboard": {},
|
|
16
15
|
"/api/utilities/[scope]/[id]/host-ui.mjs": {},
|
|
16
|
+
"/api/utilities/[scope]/[id]/host-api.mjs": {},
|
|
17
17
|
"/api/utilities/[scope]/[id]/host": {},
|
|
18
18
|
"/api/utilities/[scope]/[id]/iframe": {},
|
|
19
19
|
"/api/utilities/[scope]/[id]/style.css": {}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-
|
|
1
|
+
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-5087eda6b4198971.js","static/chunks/6fe292aa-7126ff9d6732e864.js","static/chunks/146-ccee3b26755b68c8.js","static/chunks/main-app-ebe67847147d19aa.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-5087eda6b4198971.js","static/chunks/framework-aaa7c1a953276299.js","static/chunks/main-bfb98fc1d6aa1d45.js","static/chunks/pages/_app-bf8bc157ace53d59.js"],"/_error":["static/chunks/webpack-5087eda6b4198971.js","static/chunks/framework-aaa7c1a953276299.js","static/chunks/main-bfb98fc1d6aa1d45.js","static/chunks/pages/_error-da89ab2956f0cf38.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"wasm": [],
|
|
18
18
|
"assets": [],
|
|
19
19
|
"env": {
|
|
20
|
-
"__NEXT_BUILD_ID": "
|
|
21
|
-
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "
|
|
22
|
-
"__NEXT_PREVIEW_MODE_ID": "
|
|
23
|
-
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "
|
|
24
|
-
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "
|
|
20
|
+
"__NEXT_BUILD_ID": "-HzWlqabyti20irA-SaOJ",
|
|
21
|
+
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "uYPTZ7mWbl+upUMvuyjvb4jIoNrt40FXMl31nPT1dZg=",
|
|
22
|
+
"__NEXT_PREVIEW_MODE_ID": "377df32947b58d206bacdbef73117bfe",
|
|
23
|
+
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "1a1858484220a5af94856e25775a3031782778dd8b061bb9b74861e2692e0be5",
|
|
24
|
+
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "033119265835fda01d613b3980d0cc70bc99678c843b85217e7da9fd36b019c0"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__REACT_LOADABLE_MANIFEST='{"app/roots/[id]/chat/[topicId]/_components/interaction-cards.tsx -> @/lib/server/oauth-actions":{"id":94108,"files":["static/chunks/4108.
|
|
1
|
+
self.__REACT_LOADABLE_MANIFEST='{"app/roots/[id]/chat/[topicId]/_components/interaction-cards.tsx -> @/lib/server/oauth-actions":{"id":94108,"files":["static/chunks/4108.74888011d3aa4cf8.js"]}}';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-
|
|
1
|
+
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-5087eda6b4198971.js" defer=""></script><script src="/_next/static/chunks/framework-aaa7c1a953276299.js" defer=""></script><script src="/_next/static/chunks/main-bfb98fc1d6aa1d45.js" defer=""></script><script src="/_next/static/chunks/pages/_app-bf8bc157ace53d59.js" defer=""></script><script src="/_next/static/chunks/pages/_error-da89ab2956f0cf38.js" defer=""></script><script src="/_next/static/-HzWlqabyti20irA-SaOJ/_buildManifest.js" defer=""></script><script src="/_next/static/-HzWlqabyti20irA-SaOJ/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"-HzWlqabyti20irA-SaOJ","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
|