@evolvingmachines/sdk 0.0.40 → 0.0.42
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/index.cjs +61 -61
- package/dist/index.d.cts +105 -180
- package/dist/index.d.ts +105 -180
- package/dist/index.js +61 -61
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import {EventEmitter}from'events';import ri from'ajv';import {randomBytes,randomUUID,publicEncrypt,constants,createHash}from'crypto';import Zs from'zod-to-json-schema';import*as A from'fs';import {createWriteStream}from'fs';import*as re from'path';import {join,dirname,isAbsolute,normalize,resolve,relative}from'path';import {mkdir,appendFile,rm,readFile,writeFile,unlink,copyFile}from'fs/promises';import {homedir,tmpdir}from'os';import {Composio,AuthScheme}from'@composio/core';import {exec,execFile}from'child_process';import {promisify}from'util';import {z as z$1}from'zod';export{E2BProvider,createE2BProvider}from'@evolvingmachines/e2b';export{DaytonaProvider,createDaytonaProvider}from'@evolvingmachines/daytona';export{ModalProvider,createModalProvider}from'@evolvingmachines/modal';import {Readable}from'stream';import {pipeline}from'stream/promises';var ys={CLAUDE:"claude",CODEX:"codex",GEMINI:"gemini",QWEN:"qwen",KIMI:"kimi",OPENCODE:"opencode",DROID:"droid"},Ge={strict:{coerceTypes:false,removeAdditional:false,useDefaults:false,allErrors:true},loose:{coerceTypes:"array",removeAdditional:false,useDefaults:true,allErrors:true}};var ze={claude:{image:"evolve-all",apiKeyEnv:"ANTHROPIC_API_KEY",oauthEnv:"CLAUDE_CODE_OAUTH_TOKEN",baseUrlEnv:"ANTHROPIC_BASE_URL",customHeadersEnv:"ANTHROPIC_CUSTOM_HEADERS",defaultModel:"opus",models:[{alias:"opus",modelId:"claude-opus-4-7",description:"Complex reasoning, R&D, architecting"},{alias:"sonnet",modelId:"claude-sonnet-4-6",description:"Daily coding, features, tests"},{alias:"haiku",modelId:"claude-haiku-4-5-20251001",description:"Quick tasks, syntax correction"},{alias:"opus[1m]",modelId:"opus[1m]",description:"Complex reasoning with 1M context window"},{alias:"sonnet[1m]",modelId:"sonnet[1m]",description:"Daily coding with 1M context window"}],systemPromptFile:"CLAUDE.md",mcpConfig:{settingsDir:"~/.claude",filename:"settings.json",format:"json",projectConfig:true},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.claude/skills"},buildCommand:({prompt:t,model:e,isResume:n})=>`echo "${t}" | claude -p ${n?"--continue ":""}--model ${e} --output-format stream-json --verbose --dangerously-skip-permissions`},codex:{image:"evolve-all",apiKeyEnv:"OPENAI_API_KEY",oauthEnv:"CODEX_OAUTH_FILE_PATH",oauthFileName:"auth.json",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"gpt-5.4",models:[{alias:"gpt-5.5",modelId:"gpt-5.5",description:"Newest frontier model"},{alias:"gpt-5.4",modelId:"gpt-5.4",description:"Flagship for professional work"},{alias:"gpt-5.4-mini",modelId:"gpt-5.4-mini",description:"Fast, efficient mini model"},{alias:"gpt-5.3-codex",modelId:"gpt-5.3-codex",description:"Industry-leading code-optimized"},{alias:"gpt-5.2",modelId:"gpt-5.2",description:"Previous general-purpose model"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.codex",filename:"config.toml",format:"toml"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.codex/skills"},spendTrackingEnvs:{sessionTagEnv:"EVOLVE_LITELLM_CUSTOMER_ID",runTagEnv:"EVOLVE_LITELLM_TAGS"},setupCommand:`printf '%s\\n' "$OPENAI_API_KEY" | codex login --with-api-key`,buildCommand:({prompt:t,model:e,isResume:n,reasoningEffort:s})=>{let i=s?` -c model_reasoning_effort="${s}"`:"";return `printf '%s' "${t}" | codex exec --model ${e}${i} --dangerously-bypass-approvals-and-sandbox --skip-git-repo-check --json${n?" resume --last":""}`}},gemini:{image:"evolve-all",apiKeyEnv:"GEMINI_API_KEY",oauthEnv:"GEMINI_OAUTH_FILE_PATH",oauthFileName:"oauth_creds.json",oauthActivationEnv:{key:"GOOGLE_GENAI_USE_GCA",value:"true"},baseUrlEnv:"GOOGLE_GEMINI_BASE_URL",defaultModel:"gemini-3.1-pro-preview",models:[{alias:"gemini-3.1-pro-preview",modelId:"gemini-3.1-pro-preview",description:"Latest pro, complex agentic + coding"},{alias:"gemini-3.1-flash-lite-preview",modelId:"gemini-3.1-flash-lite-preview",description:"Cost-efficient, low latency"},{alias:"gemini-3.5-flash",modelId:"gemini-3.5-flash",description:"Latest Flash model"},{alias:"gemini-3-flash-preview",modelId:"gemini-3-flash-preview",description:"Frontier flash performance"},{alias:"gemini-2.5-pro",modelId:"gemini-2.5-pro",description:"Complex tasks, deep reasoning"},{alias:"gemini-2.5-flash",modelId:"gemini-2.5-flash",description:"Balance speed/reasoning"},{alias:"gemini-2.5-flash-lite",modelId:"gemini-2.5-flash-lite",description:"Simple tasks, fastest"}],systemPromptFile:"GEMINI.md",mcpConfig:{settingsDir:"~/.gemini",filename:"settings.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.gemini/skills"},customHeadersEnv:"GEMINI_CLI_CUSTOM_HEADERS",customHeadersFormat:"comma",gatewayPath:"/gemini",buildCommand:({prompt:t,model:e,isResume:n})=>`gemini "${t}" ${n?"--resume latest ":""}--model ${e} --yolo --output-format stream-json`},qwen:{image:"evolve-all",apiKeyEnv:"OPENAI_API_KEY",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"qwen3.6-plus",models:[{alias:"qwen3.6-plus",modelId:"qwen3.6-plus",description:"Latest flagship (Apr 2026)"},{alias:"qwen3.5-plus",modelId:"qwen3.5-plus",description:"Previous flagship, thinking-enabled"},{alias:"qwen3-max-2026-01-23",modelId:"qwen3-max-2026-01-23",description:"Max model with thinking"},{alias:"qwen3-coder-next",modelId:"qwen3-coder-next",description:"Recommended coder: balances quality/speed/cost"},{alias:"qwen3-coder-plus",modelId:"qwen3-coder-plus",description:"Max-quality coder for complex tasks"},{alias:"qwen3-coder-flash",modelId:"qwen3-coder-flash",description:"Fast coder with context cache"},{alias:"qwen3-vl-plus",modelId:"qwen3-vl-plus",description:"Vision + language, multimodal"}],systemPromptFile:"QWEN.md",mcpConfig:{settingsDir:"~/.qwen",filename:"settings.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.qwen/skills"},spendTrackingJsonConfig:{headersPath:"model.generationConfig.customHeaders"},gatewayModelAliases:{"qwen3.6-plus":"dashscope/qwen3.6-plus","qwen3.5-plus":"dashscope/qwen3.5-plus","qwen3-max-2026-01-23":"dashscope/qwen3-max-2026-01-23","qwen3-coder-next":"dashscope/qwen3-coder-next","qwen3-coder-plus":"dashscope/qwen3-coder-plus","qwen3-coder-flash":"dashscope/qwen3-coder-flash","qwen3-vl-plus":"dashscope/qwen3-vl-plus"},defaultBaseUrl:"https://dashscope-intl.aliyuncs.com/compatible-mode/v1",buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:s})=>{let i=n?"--continue ":"",r=s||e.startsWith("dashscope/")?e:`dashscope/${e}`;return `qwen "${t}" ${i}--auth-type openai --model ${r} --yolo --output-format stream-json`}},kimi:{image:"evolve-all",apiKeyEnv:"KIMI_API_KEY",baseUrlEnv:"KIMI_BASE_URL",defaultModel:"kimi-k2.6",models:[{alias:"kimi-k2.6",modelId:"moonshot/kimi-k2.6",description:"Latest: long-horizon coding, swarm orchestration"},{alias:"kimi-k2.5",modelId:"moonshot/kimi-k2.5",description:"Previous multimodal flagship"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.kimi",filename:"mcp.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.kimi/skills"},defaultBaseUrl:"https://api.moonshot.ai/v1",spendTrackingTomlProvider:{configPath:"~/.kimi/evolve-config.toml",providerName:"evolve-gateway",modelName:"evolve-default",maxContextSize:262144},gatewayModelAliases:{"kimi-k2.6":"moonshot/kimi-k2.6","kimi-k2.5":"moonshot/kimi-k2.5"},buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:s})=>`printf '%s' "${t}" | KIMI_MODEL_NAME=${e} kimi --print --output-format stream-json --yolo ${s?"":"--config-file /home/user/.kimi/evolve-config.toml "}${n?"--continue ":""}`},opencode:{image:"evolve-all",apiKeyEnv:"OPENROUTER_API_KEY",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"openrouter/anthropic/claude-sonnet-4.6",providerEnvMap:{openrouter:{keyEnv:"OPENROUTER_API_KEY"}},gatewayConfigEnv:"OPENCODE_CONFIG_CONTENT",models:[{alias:"openrouter/anthropic/claude-sonnet-4.6",modelId:"openrouter/anthropic/claude-sonnet-4.6",description:"Anthropic Sonnet via OpenRouter"},{alias:"openrouter/anthropic/claude-opus-4.7",modelId:"openrouter/anthropic/claude-opus-4.7",description:"Anthropic Opus via OpenRouter"},{alias:"openrouter/anthropic/claude-haiku-4.5",modelId:"openrouter/anthropic/claude-haiku-4.5",description:"Anthropic Haiku via OpenRouter"},{alias:"openrouter/openai/gpt-5.5",modelId:"openrouter/openai/gpt-5.5",description:"OpenAI GPT-5.5 via OpenRouter"},{alias:"openrouter/openai/gpt-5.4",modelId:"openrouter/openai/gpt-5.4",description:"OpenAI GPT-5.4 via OpenRouter"},{alias:"openrouter/openai/gpt-5.4-mini",modelId:"openrouter/openai/gpt-5.4-mini",description:"OpenAI GPT-5.4 Mini via OpenRouter"},{alias:"openrouter/openai/gpt-5.3-codex",modelId:"openrouter/openai/gpt-5.3-codex",description:"OpenAI Codex via OpenRouter"},{alias:"openrouter/openai/gpt-5.2",modelId:"openrouter/openai/gpt-5.2",description:"OpenAI GPT-5.2 via OpenRouter"},{alias:"openrouter/google/gemini-3.1-pro-preview",modelId:"openrouter/google/gemini-3.1-pro-preview",description:"Gemini 3.1 Pro via OpenRouter"},{alias:"openrouter/google/gemini-3.5-flash",modelId:"openrouter/google/gemini-3.5-flash",description:"Gemini 3.5 Flash via OpenRouter"},{alias:"openrouter/google/gemini-3-flash-preview",modelId:"openrouter/google/gemini-3-flash-preview",description:"Gemini 3 Flash via OpenRouter"},{alias:"openrouter/qwen/qwen3-coder-next",modelId:"openrouter/qwen/qwen3-coder-next",description:"Qwen Coder Next via OpenRouter"},{alias:"openrouter/qwen/qwen3-coder-plus",modelId:"openrouter/qwen/qwen3-coder-plus",description:"Qwen Coder via OpenRouter"},{alias:"openrouter/moonshotai/kimi-k2.6",modelId:"openrouter/moonshotai/kimi-k2.6",description:"Kimi K2.6 via OpenRouter"},{alias:"openrouter/moonshotai/kimi-k2.5",modelId:"openrouter/moonshotai/kimi-k2.5",description:"Kimi K2.5 via OpenRouter"},{alias:"openrouter/z-ai/glm-5",modelId:"openrouter/z-ai/glm-5",description:"Zhipu GLM-5 via OpenRouter"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:".",filename:"opencode.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.agents/skills"},checkpointDirs:["~/.local/share/opencode","~/.config/opencode","~/.local/state/opencode"],buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:s})=>{let i=n?"--continue ":"",r=e.startsWith("openrouter/")?e:`openrouter/${e}`;return s?`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${i}--model ${r} --format json "${t}" < /dev/null`:`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${i}--model litellm/${r} --format json "${t}" < /dev/null`}},droid:{image:"evolve-all",apiKeyEnv:"FACTORY_API_KEY",defaultModel:"gpt-5.5",models:[{alias:"claude-opus-4-7",modelId:"claude-opus-4-7",description:"Factory-managed Claude Opus 4.7"},{alias:"claude-opus-4-7-fast",modelId:"claude-opus-4-7-fast",description:"Factory-managed Claude Opus 4.7 Fast Mode"},{alias:"claude-sonnet-4-6",modelId:"claude-sonnet-4-6",description:"Factory-managed Claude Sonnet 4.6"},{alias:"claude-opus-4-6",modelId:"claude-opus-4-6",description:"Factory-managed Claude Opus 4.6"},{alias:"claude-opus-4-6-fast",modelId:"claude-opus-4-6-fast",description:"Factory-managed Claude Opus 4.6 Fast Mode"},{alias:"claude-opus-4-5",modelId:"claude-opus-4-5-20251101",description:"Factory-managed Claude Opus 4.5"},{alias:"claude-sonnet-4-5",modelId:"claude-sonnet-4-5-20250929",description:"Factory-managed Claude Sonnet 4.5"},{alias:"claude-haiku-4-5",modelId:"claude-haiku-4-5-20251001",description:"Factory-managed Claude Haiku 4.5"},{alias:"gpt-5.5",modelId:"gpt-5.5",description:"Factory-managed GPT-5.5"},{alias:"gpt-5.5-fast",modelId:"gpt-5.5-fast",description:"Factory-managed GPT-5.5 Fast Mode"},{alias:"gpt-5.5-pro",modelId:"gpt-5.5-pro",description:"Factory-managed GPT-5.5 Pro"},{alias:"gpt-5.4",modelId:"gpt-5.4",description:"Factory-managed GPT-5.4"},{alias:"gpt-5.4-fast",modelId:"gpt-5.4-fast",description:"Factory-managed GPT-5.4 Fast Mode"},{alias:"gpt-5.4-mini",modelId:"gpt-5.4-mini",description:"Factory-managed GPT-5.4 Mini"},{alias:"gpt-5.3-codex",modelId:"gpt-5.3-codex",description:"Factory-managed GPT-5.3-Codex"},{alias:"gpt-5.3-codex-fast",modelId:"gpt-5.3-codex-fast",description:"Factory-managed GPT-5.3-Codex Fast"},{alias:"gpt-5.2",modelId:"gpt-5.2",description:"Factory-managed GPT-5.2"},{alias:"gpt-5.2-codex",modelId:"gpt-5.2-codex",description:"Factory-managed GPT-5.2-Codex"},{alias:"gemini-3.1-pro-preview",modelId:"gemini-3.1-pro-preview",description:"Factory-managed Gemini 3.1 Pro"},{alias:"gemini-3-pro-preview",modelId:"gemini-3-pro-preview",description:"Factory-managed Gemini 3 Pro"},{alias:"gemini-3-flash-preview",modelId:"gemini-3-flash-preview",description:"Factory-managed Gemini 3 Flash"},{alias:"kimi-k2.6",modelId:"kimi-k2.6",description:"Factory-managed Droid Core Kimi K2.6"},{alias:"kimi-k2.5",modelId:"kimi-k2.5",description:"Factory-managed Droid Core Kimi K2.5"},{alias:"deepseek-v4-pro",modelId:"deepseek-v4-pro",description:"Factory-managed Droid Core DeepSeek V4 Pro"},{alias:"minimax-m2.7",modelId:"minimax-m2.7",description:"Factory-managed Droid Core MiniMax M2.7"},{alias:"minimax-m2.5",modelId:"minimax-m2.5",description:"Factory-managed Droid Core MiniMax M2.5"},{alias:"glm-5.1",modelId:"glm-5.1",description:"Factory-managed Droid Core GLM-5.1"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.factory",filename:"mcp.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.factory/skills"},skipApiKeyEnvInGateway:true,gatewayModelAliases:{"kimi-k2.6":"moonshot/kimi-k2.6","kimi-k2.5":"moonshot/kimi-k2.5","deepseek-v4-pro":"deepseek/deepseek-v4-pro","minimax-m2.7":"minimax/minimax-m2.7","minimax-m2.5":"minimax/minimax-m2.5","glm-5.1":"openrouter/z-ai/glm-5.1"},droidGatewaySettings:{settingsPath:"~/.factory/evolve-settings.json",displayName:"Evolve Gateway",provider:"generic-chat-completion-api",maxOutputTokens:32768},checkpointDirs:["~/.factory"],buildCommand:({prompt:t,model:e,isResume:n,sessionId:s,reasoningEffort:i,isDirectMode:r})=>{let l=r?"":"--settings /home/user/.factory/evolve-settings.json ",a=r?e:"custom:Evolve-Gateway-0",c=i&&r?` --reasoning-effort ${i}`:"",d=n&&s?`--session-id ${We(s)} `:"";return `printf '%s' ${We(t)} | droid ${l}exec ${d}--skip-permissions-unsafe --cwd /home/user/workspace --output-format stream-json --model ${We(a)}${c}`}}};function $(t){let e=ze[t];if(!e)throw new Error(`Unknown agent type: ${t}`);return e}function ws(t){return t in ze}function V(t){return t.replace(/^~/,"/home/user")}function We(t){return `'${t.replace(/'/g,"'\\''")}'`}function N(t){let e=$(t);return `${V(e.mcpConfig.settingsDir)}/${e.mcpConfig.filename}`}function K(t){let e=$(t);return V(e.mcpConfig.settingsDir)}function D(t){if(t instanceof Error){let e=t.message.toLowerCase();return e.includes("not found")||e.includes("enoent")||e.includes("no such file")||e.includes("does not exist")}return false}function Je(t,e){let n=[e.command,e.url].filter(Boolean);if(n.length===0)throw new Error(`MCP server "${t}" must specify command or url`);if(n.length>1)throw new Error(`MCP server "${t}" cannot specify both command and url`)}function ne(t){for(let[e,n]of Object.entries(t))Je(e,n);}function se(t){return t.type?t.type:t.command?"stdio":"sse"}function vs(t){let e=se(t);return {...t,type:e}}function bs(t){let{type:e,url:n,...s}=t;return se(t)==="http"&&n?{httpUrl:n,...s}:n?{url:n,...s}:s}function Cs(t){return {type:se(t),...t}}function Ss(t){let{type:e,...n}=t;return n.command?{...n,transport:"stdio"}:n.url&&(e==="http"||e==="sse")?{...n,transport:e}:n}function xs(t){let e=se(t),{type:n,httpHeaders:s,envHttpHeaders:i,bearerTokenEnvVar:r,envVars:l,...a}=t;if(e==="stdio"&&t.command)return {type:"stdio",...a};if(t.url){let c={...a,type:e==="sse"?"sse":"http",url:t.url},d=t.headers??s;return d&&Object.keys(d).length>0&&(c.headers=d),c}return {type:e==="stdio"?"stdio":"http",...a}}async function qe(t,e,n,s){ne(n);let i=K(e),r=N(e);await t.files.makeDir(i);let l={};try{let c=await t.files.read(r);typeof c=="string"&&(l=JSON.parse(c));}catch(c){if(!D(c))throw c}let a=Object.fromEntries(Object.entries(n).map(([c,d])=>[c,s(d)]));await t.files.write(r,JSON.stringify({...l,mcpServers:a},null,2));}async function fe(t,e,n){ne(n);let s=K("claude"),i=N("claude"),r=Object.fromEntries(Object.entries(n).map(([a,c])=>[a,Cs(c)]));await t.files.write(`${e}/.mcp.json`,JSON.stringify({mcpServers:r},null,2)),await t.files.makeDir(s);let l={};try{let a=await t.files.read(i);typeof a=="string"&&(l=JSON.parse(a));}catch(a){if(!D(a))throw a}l.enableAllProjectMcpServers=true,await t.files.write(i,JSON.stringify(l,null,2));}async function he(t,e){await qe(t,"gemini",e,vs);}async function ye(t,e){await qe(t,"qwen",e,bs);}async function we(t,e,n,s){let i=K(e),r=N(e);await t.files.makeDir(i);let l={};try{let p=await t.files.read(r);typeof p=="string"&&(l=JSON.parse(p));}catch(p){if(!D(p))throw p}let a=n.split("."),c=l;for(let p=0;p<a.length-1;p++){let u=a[p];(typeof c[u]!="object"||c[u]===null)&&(c[u]={}),c=c[u];}let d=a[a.length-1],o=typeof c[d]=="object"&&c[d]!==null?c[d]:{};c[d]={...o,...s},await t.files.write(r,JSON.stringify(l,null,2));}async function He(t,e){await qe(t,"kimi",e,Ss);}async function ve(t,e,n){ne(n);let s=`${e}/.factory`,i=`${s}/mcp.json`;await t.files.makeDir(s);let r={};try{let a=await t.files.read(i);typeof a=="string"&&(r=JSON.parse(a));}catch(a){if(!D(a))throw a}let l=Object.fromEntries(Object.entries(n).map(([a,c])=>[a,xs(c)]));await t.files.write(i,JSON.stringify({...r,mcpServers:l},null,2));}async function be(t,e,n){let s=V(e.settingsPath),i=s.slice(0,s.lastIndexOf("/"));await t.files.makeDir(i);let r={cloudSessionSync:false,customModels:[{model:e.model,displayName:e.displayName,baseUrl:e.baseUrl,apiKey:`\${${e.apiKeyEnv}}`,provider:e.provider,...e.maxOutputTokens!==void 0&&{maxOutputTokens:e.maxOutputTokens},extraHeaders:n}]};await t.files.write(s,JSON.stringify(r,null,2));}async function Ye(t,e,n){ne(n);let s=`${e}/opencode.json`,i={};try{let l=await t.files.read(s);typeof l=="string"&&(i=JSON.parse(l));}catch(l){if(!D(l))throw l}let r=Object.fromEntries(Object.entries(n).map(([l,a])=>[l,ks(a)]));await t.files.write(s,JSON.stringify({...i,mcp:r},null,2));}function ks(t){let e=se(t);if(e==="stdio"&&t.command){let s={type:"local",command:t.args?[t.command,...t.args]:[t.command]};return t.env&&Object.keys(t.env).length>0&&(s.environment=t.env),s}if(t.url){let n={type:"remote",url:t.url};return t.headers&&Object.keys(t.headers).length>0&&(n.headers=t.headers),n}return {type:e==="stdio"?"local":"remote",...t}}function q(t=""){let e=process.env.EVOLVE_GATEWAY_URL||"https://swarmkit-gateway-692833842999.us-central1.run.app";if(!t)return e;let n=t.startsWith("/")?t:`/${t}`;return `${e}${n}`}function Ce(t=""){let e=process.env.EVOLVE_DASHBOARD_URL||E;if(!t)return e;let n=t.startsWith("/")?t:`/${t}`;return `${e.replace(/\/$/,"")}${n}`}function Ze(){return Ce("/api/managed/e2b")}function Dt(t){return {"browser-use":{type:"http",url:q("/browser_use/mcp"),headers:{"x-litellm-api-key":`Bearer ${t}`}}}}var O="EVOLVE_API_KEY",Se="E2B_API_KEY",xe="DAYTONA_API_KEY",ke="MODAL_TOKEN_ID",Qe="MODAL_TOKEN_SECRET",Bt="claude",oe=36e5,Ut=4,Xe=100,Ft="/home/user/workspace",E=process.env.EVOLVE_DASHBOARD_URL||"https://dashboard.evolvingmachines.ai",I="x-litellm-customer-id",B="x-litellm-tags",G="run:",Lt=".evolve-sdk/observability/sessions",Nt=100,Kt=5e3,_e=3,et=1e3;function T(t){return typeof t=="string"?`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`:Array.isArray(t)?`[${t.map(e=>T(e)).join(", ")}]`:typeof t=="object"&&t!==null?`{ ${Object.entries(t).map(([n,s])=>`${n} = ${T(s)}`).join(", ")} }`:typeof t=="boolean"?t?"true":"false":String(t)}async function Ee(t,e){for(let[c,d]of Object.entries(e))Je(c,d);let n=K("codex"),s=N("codex");await t.files.makeDir(n);let i="";try{let c=await t.files.read(s);typeof c=="string"&&(i=c);}catch(c){if(!D(c))throw c}let r=[],l=[];i.includes("experimental_use_rmcp_client")||(r.push("# Enable improved RMCP client (recommended)"),r.push("experimental_use_rmcp_client = true")),i.includes("[mcp_servers]")||l.push("[mcp_servers]","");for(let[c,d]of Object.entries(e)){if(i.includes(`[mcp_servers.${c}]`))continue;l.push(`[mcp_servers.${c}]`);let o=d.type??(d.command?"stdio":"http");if(o==="http"||o==="sse"||!!d.url){if(!d.url)throw new Error(`MCP server "${c}" is missing url for ${o} transport`);l.push(`url = ${T(d.url)}`),d.bearerTokenEnvVar&&l.push(`bearer_token_env_var = ${T(d.bearerTokenEnvVar)}`);let u=d.httpHeaders??d.headers;u&&Object.keys(u).length>0&&l.push(`http_headers = ${T(u)}`),d.envHttpHeaders&&Object.keys(d.envHttpHeaders).length>0&&l.push(`env_http_headers = ${T(d.envHttpHeaders)}`);}else l.push(`command = ${T(d.command)}`),d.args&&d.args.length>0&&l.push(`args = ${T(d.args)}`),d.cwd&&l.push(`cwd = ${T(d.cwd)}`);d.env&&Object.keys(d.env).length>0&&l.push(`env = ${T(d.env)}`),d.envVars&&d.envVars.length>0&&l.push(`env_vars = ${T(d.envVars)}`),l.push("");}let a=[i.trim(),r.join(`
|
|
2
|
-
`),
|
|
3
|
-
`)].filter(
|
|
1
|
+
import {EventEmitter}from'events';import ti from'ajv';import {randomBytes,randomUUID,publicEncrypt,constants,createHash}from'crypto';import zr from'zod-to-json-schema';import*as M from'fs';import {createWriteStream}from'fs';import*as oe from'path';import {join,dirname,isAbsolute,normalize,resolve,relative}from'path';import {mkdir,appendFile,rm,readFile,writeFile,unlink,copyFile}from'fs/promises';import {homedir,tmpdir}from'os';import {exec,execFile}from'child_process';import {promisify}from'util';import {z as z$1}from'zod';export{E2BProvider,createE2BProvider}from'@evolvingmachines/e2b';export{DaytonaProvider,createDaytonaProvider}from'@evolvingmachines/daytona';export{ModalProvider,createModalProvider}from'@evolvingmachines/modal';import {Readable}from'stream';import {pipeline}from'stream/promises';var ur={CLAUDE:"claude",CODEX:"codex",GEMINI:"gemini",QWEN:"qwen",KIMI:"kimi",OPENCODE:"opencode",DROID:"droid"},We={strict:{coerceTypes:false,removeAdditional:false,useDefaults:false,allErrors:true},loose:{coerceTypes:"array",removeAdditional:false,useDefaults:true,allErrors:true}};var Je={claude:{image:"evolve-all",apiKeyEnv:"ANTHROPIC_API_KEY",oauthEnv:"CLAUDE_CODE_OAUTH_TOKEN",baseUrlEnv:"ANTHROPIC_BASE_URL",customHeadersEnv:"ANTHROPIC_CUSTOM_HEADERS",defaultModel:"opus",models:[{alias:"opus",modelId:"claude-opus-4-7",description:"Complex reasoning, R&D, architecting"},{alias:"sonnet",modelId:"claude-sonnet-4-6",description:"Daily coding, features, tests"},{alias:"haiku",modelId:"claude-haiku-4-5-20251001",description:"Quick tasks, syntax correction"},{alias:"opus[1m]",modelId:"opus[1m]",description:"Complex reasoning with 1M context window"},{alias:"sonnet[1m]",modelId:"sonnet[1m]",description:"Daily coding with 1M context window"}],systemPromptFile:"CLAUDE.md",mcpConfig:{settingsDir:"~/.claude",filename:"settings.json",format:"json",projectConfig:true},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.claude/skills"},buildCommand:({prompt:t,model:e,isResume:n})=>`echo "${t}" | claude -p ${n?"--continue ":""}--model ${e} --output-format stream-json --verbose --dangerously-skip-permissions`},codex:{image:"evolve-all",apiKeyEnv:"OPENAI_API_KEY",oauthEnv:"CODEX_OAUTH_FILE_PATH",oauthFileName:"auth.json",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"gpt-5.4",models:[{alias:"gpt-5.5",modelId:"gpt-5.5",description:"Newest frontier model"},{alias:"gpt-5.4",modelId:"gpt-5.4",description:"Flagship for professional work"},{alias:"gpt-5.4-mini",modelId:"gpt-5.4-mini",description:"Fast, efficient mini model"},{alias:"gpt-5.3-codex",modelId:"gpt-5.3-codex",description:"Industry-leading code-optimized"},{alias:"gpt-5.2",modelId:"gpt-5.2",description:"Previous general-purpose model"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.codex",filename:"config.toml",format:"toml"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.codex/skills"},spendTrackingEnvs:{sessionTagEnv:"EVOLVE_LITELLM_CUSTOMER_ID",runTagEnv:"EVOLVE_LITELLM_TAGS"},setupCommand:`printf '%s\\n' "$OPENAI_API_KEY" | codex login --with-api-key`,buildCommand:({prompt:t,model:e,isResume:n,reasoningEffort:r})=>{let o=r?` -c model_reasoning_effort="${r}"`:"";return `printf '%s' "${t}" | codex exec --model ${e}${o} --dangerously-bypass-approvals-and-sandbox --skip-git-repo-check --json${n?" resume --last":""}`}},gemini:{image:"evolve-all",apiKeyEnv:"GEMINI_API_KEY",oauthEnv:"GEMINI_OAUTH_FILE_PATH",oauthFileName:"oauth_creds.json",oauthActivationEnv:{key:"GOOGLE_GENAI_USE_GCA",value:"true"},baseUrlEnv:"GOOGLE_GEMINI_BASE_URL",defaultModel:"gemini-3.1-pro-preview",models:[{alias:"gemini-3.1-pro-preview",modelId:"gemini-3.1-pro-preview",description:"Latest pro, complex agentic + coding"},{alias:"gemini-3.1-flash-lite-preview",modelId:"gemini-3.1-flash-lite-preview",description:"Cost-efficient, low latency"},{alias:"gemini-3.5-flash",modelId:"gemini-3.5-flash",description:"Latest Flash model"},{alias:"gemini-3-flash-preview",modelId:"gemini-3-flash-preview",description:"Frontier flash performance"},{alias:"gemini-2.5-pro",modelId:"gemini-2.5-pro",description:"Complex tasks, deep reasoning"},{alias:"gemini-2.5-flash",modelId:"gemini-2.5-flash",description:"Balance speed/reasoning"},{alias:"gemini-2.5-flash-lite",modelId:"gemini-2.5-flash-lite",description:"Simple tasks, fastest"}],systemPromptFile:"GEMINI.md",mcpConfig:{settingsDir:"~/.gemini",filename:"settings.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.gemini/skills"},customHeadersEnv:"GEMINI_CLI_CUSTOM_HEADERS",customHeadersFormat:"comma",gatewayPath:"/gemini",buildCommand:({prompt:t,model:e,isResume:n})=>`gemini "${t}" ${n?"--resume latest ":""}--model ${e} --yolo --output-format stream-json`},qwen:{image:"evolve-all",apiKeyEnv:"OPENAI_API_KEY",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"qwen3.6-plus",models:[{alias:"qwen3.6-plus",modelId:"qwen3.6-plus",description:"Latest flagship (Apr 2026)"},{alias:"qwen3.5-plus",modelId:"qwen3.5-plus",description:"Previous flagship, thinking-enabled"},{alias:"qwen3-max-2026-01-23",modelId:"qwen3-max-2026-01-23",description:"Max model with thinking"},{alias:"qwen3-coder-next",modelId:"qwen3-coder-next",description:"Recommended coder: balances quality/speed/cost"},{alias:"qwen3-coder-plus",modelId:"qwen3-coder-plus",description:"Max-quality coder for complex tasks"},{alias:"qwen3-coder-flash",modelId:"qwen3-coder-flash",description:"Fast coder with context cache"},{alias:"qwen3-vl-plus",modelId:"qwen3-vl-plus",description:"Vision + language, multimodal"}],systemPromptFile:"QWEN.md",mcpConfig:{settingsDir:"~/.qwen",filename:"settings.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.qwen/skills"},spendTrackingJsonConfig:{headersPath:"model.generationConfig.customHeaders"},gatewayModelAliases:{"qwen3.6-plus":"dashscope/qwen3.6-plus","qwen3.5-plus":"dashscope/qwen3.5-plus","qwen3-max-2026-01-23":"dashscope/qwen3-max-2026-01-23","qwen3-coder-next":"dashscope/qwen3-coder-next","qwen3-coder-plus":"dashscope/qwen3-coder-plus","qwen3-coder-flash":"dashscope/qwen3-coder-flash","qwen3-vl-plus":"dashscope/qwen3-vl-plus"},defaultBaseUrl:"https://dashscope-intl.aliyuncs.com/compatible-mode/v1",buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:r})=>{let o=n?"--continue ":"",i=r||e.startsWith("dashscope/")?e:`dashscope/${e}`;return `qwen "${t}" ${o}--auth-type openai --model ${i} --yolo --output-format stream-json`}},kimi:{image:"evolve-all",apiKeyEnv:"KIMI_API_KEY",baseUrlEnv:"KIMI_BASE_URL",defaultModel:"kimi-k2.6",models:[{alias:"kimi-k2.6",modelId:"moonshot/kimi-k2.6",description:"Latest: long-horizon coding, swarm orchestration"},{alias:"kimi-k2.5",modelId:"moonshot/kimi-k2.5",description:"Previous multimodal flagship"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.kimi",filename:"mcp.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.kimi/skills"},defaultBaseUrl:"https://api.moonshot.ai/v1",spendTrackingTomlProvider:{configPath:"~/.kimi/evolve-config.toml",providerName:"evolve-gateway",modelName:"evolve-default",maxContextSize:262144},gatewayModelAliases:{"kimi-k2.6":"moonshot/kimi-k2.6","kimi-k2.5":"moonshot/kimi-k2.5"},buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:r})=>`printf '%s' "${t}" | KIMI_MODEL_NAME=${e} kimi --print --output-format stream-json --yolo ${r?"":"--config-file /home/user/.kimi/evolve-config.toml "}${n?"--continue ":""}`},opencode:{image:"evolve-all",apiKeyEnv:"OPENROUTER_API_KEY",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"openrouter/anthropic/claude-sonnet-4.6",providerEnvMap:{openrouter:{keyEnv:"OPENROUTER_API_KEY"}},gatewayConfigEnv:"OPENCODE_CONFIG_CONTENT",models:[{alias:"openrouter/anthropic/claude-sonnet-4.6",modelId:"openrouter/anthropic/claude-sonnet-4.6",description:"Anthropic Sonnet via OpenRouter"},{alias:"openrouter/anthropic/claude-opus-4.7",modelId:"openrouter/anthropic/claude-opus-4.7",description:"Anthropic Opus via OpenRouter"},{alias:"openrouter/anthropic/claude-haiku-4.5",modelId:"openrouter/anthropic/claude-haiku-4.5",description:"Anthropic Haiku via OpenRouter"},{alias:"openrouter/openai/gpt-5.5",modelId:"openrouter/openai/gpt-5.5",description:"OpenAI GPT-5.5 via OpenRouter"},{alias:"openrouter/openai/gpt-5.4",modelId:"openrouter/openai/gpt-5.4",description:"OpenAI GPT-5.4 via OpenRouter"},{alias:"openrouter/openai/gpt-5.4-mini",modelId:"openrouter/openai/gpt-5.4-mini",description:"OpenAI GPT-5.4 Mini via OpenRouter"},{alias:"openrouter/openai/gpt-5.3-codex",modelId:"openrouter/openai/gpt-5.3-codex",description:"OpenAI Codex via OpenRouter"},{alias:"openrouter/openai/gpt-5.2",modelId:"openrouter/openai/gpt-5.2",description:"OpenAI GPT-5.2 via OpenRouter"},{alias:"openrouter/google/gemini-3.1-pro-preview",modelId:"openrouter/google/gemini-3.1-pro-preview",description:"Gemini 3.1 Pro via OpenRouter"},{alias:"openrouter/google/gemini-3.5-flash",modelId:"openrouter/google/gemini-3.5-flash",description:"Gemini 3.5 Flash via OpenRouter"},{alias:"openrouter/google/gemini-3-flash-preview",modelId:"openrouter/google/gemini-3-flash-preview",description:"Gemini 3 Flash via OpenRouter"},{alias:"openrouter/qwen/qwen3-coder-next",modelId:"openrouter/qwen/qwen3-coder-next",description:"Qwen Coder Next via OpenRouter"},{alias:"openrouter/qwen/qwen3-coder-plus",modelId:"openrouter/qwen/qwen3-coder-plus",description:"Qwen Coder via OpenRouter"},{alias:"openrouter/moonshotai/kimi-k2.6",modelId:"openrouter/moonshotai/kimi-k2.6",description:"Kimi K2.6 via OpenRouter"},{alias:"openrouter/moonshotai/kimi-k2.5",modelId:"openrouter/moonshotai/kimi-k2.5",description:"Kimi K2.5 via OpenRouter"},{alias:"openrouter/z-ai/glm-5",modelId:"openrouter/z-ai/glm-5",description:"Zhipu GLM-5 via OpenRouter"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:".",filename:"opencode.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.agents/skills"},checkpointDirs:["~/.local/share/opencode","~/.config/opencode","~/.local/state/opencode"],buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:r})=>{let o=n?"--continue ":"",i=e.startsWith("openrouter/")?e:`openrouter/${e}`;return r?`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${o}--model ${i} --format json "${t}" < /dev/null`:`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${o}--model litellm/${i} --format json "${t}" < /dev/null`}},droid:{image:"evolve-all",apiKeyEnv:"FACTORY_API_KEY",defaultModel:"gpt-5.5",models:[{alias:"claude-opus-4-7",modelId:"claude-opus-4-7",description:"Factory-managed Claude Opus 4.7"},{alias:"claude-opus-4-7-fast",modelId:"claude-opus-4-7-fast",description:"Factory-managed Claude Opus 4.7 Fast Mode"},{alias:"claude-sonnet-4-6",modelId:"claude-sonnet-4-6",description:"Factory-managed Claude Sonnet 4.6"},{alias:"claude-opus-4-6",modelId:"claude-opus-4-6",description:"Factory-managed Claude Opus 4.6"},{alias:"claude-opus-4-6-fast",modelId:"claude-opus-4-6-fast",description:"Factory-managed Claude Opus 4.6 Fast Mode"},{alias:"claude-opus-4-5",modelId:"claude-opus-4-5-20251101",description:"Factory-managed Claude Opus 4.5"},{alias:"claude-sonnet-4-5",modelId:"claude-sonnet-4-5-20250929",description:"Factory-managed Claude Sonnet 4.5"},{alias:"claude-haiku-4-5",modelId:"claude-haiku-4-5-20251001",description:"Factory-managed Claude Haiku 4.5"},{alias:"gpt-5.5",modelId:"gpt-5.5",description:"Factory-managed GPT-5.5"},{alias:"gpt-5.5-fast",modelId:"gpt-5.5-fast",description:"Factory-managed GPT-5.5 Fast Mode"},{alias:"gpt-5.5-pro",modelId:"gpt-5.5-pro",description:"Factory-managed GPT-5.5 Pro"},{alias:"gpt-5.4",modelId:"gpt-5.4",description:"Factory-managed GPT-5.4"},{alias:"gpt-5.4-fast",modelId:"gpt-5.4-fast",description:"Factory-managed GPT-5.4 Fast Mode"},{alias:"gpt-5.4-mini",modelId:"gpt-5.4-mini",description:"Factory-managed GPT-5.4 Mini"},{alias:"gpt-5.3-codex",modelId:"gpt-5.3-codex",description:"Factory-managed GPT-5.3-Codex"},{alias:"gpt-5.3-codex-fast",modelId:"gpt-5.3-codex-fast",description:"Factory-managed GPT-5.3-Codex Fast"},{alias:"gpt-5.2",modelId:"gpt-5.2",description:"Factory-managed GPT-5.2"},{alias:"gpt-5.2-codex",modelId:"gpt-5.2-codex",description:"Factory-managed GPT-5.2-Codex"},{alias:"gemini-3.1-pro-preview",modelId:"gemini-3.1-pro-preview",description:"Factory-managed Gemini 3.1 Pro"},{alias:"gemini-3-pro-preview",modelId:"gemini-3-pro-preview",description:"Factory-managed Gemini 3 Pro"},{alias:"gemini-3-flash-preview",modelId:"gemini-3-flash-preview",description:"Factory-managed Gemini 3 Flash"},{alias:"kimi-k2.6",modelId:"kimi-k2.6",description:"Factory-managed Droid Core Kimi K2.6"},{alias:"kimi-k2.5",modelId:"kimi-k2.5",description:"Factory-managed Droid Core Kimi K2.5"},{alias:"deepseek-v4-pro",modelId:"deepseek-v4-pro",description:"Factory-managed Droid Core DeepSeek V4 Pro"},{alias:"minimax-m2.7",modelId:"minimax-m2.7",description:"Factory-managed Droid Core MiniMax M2.7"},{alias:"minimax-m2.5",modelId:"minimax-m2.5",description:"Factory-managed Droid Core MiniMax M2.5"},{alias:"glm-5.1",modelId:"glm-5.1",description:"Factory-managed Droid Core GLM-5.1"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.factory",filename:"mcp.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.factory/skills"},skipApiKeyEnvInGateway:true,gatewayModelAliases:{"kimi-k2.6":"moonshot/kimi-k2.6","kimi-k2.5":"moonshot/kimi-k2.5","deepseek-v4-pro":"deepseek/deepseek-v4-pro","minimax-m2.7":"minimax/minimax-m2.7","minimax-m2.5":"minimax/minimax-m2.5","glm-5.1":"openrouter/z-ai/glm-5.1"},droidGatewaySettings:{settingsPath:"~/.factory/evolve-settings.json",displayName:"Evolve Gateway",provider:"generic-chat-completion-api",maxOutputTokens:32768},checkpointDirs:["~/.factory"],buildCommand:({prompt:t,model:e,isResume:n,sessionId:r,reasoningEffort:o,isDirectMode:i})=>{let c=i?"":"--settings /home/user/.factory/evolve-settings.json ",a=i?e:"custom:Evolve-Gateway-0",l=o&&i?` --reasoning-effort ${o}`:"",d=n&&r?`--session-id ${ze(r)} `:"";return `printf '%s' ${ze(t)} | droid ${c}exec ${d}--skip-permissions-unsafe --cwd /home/user/workspace --output-format stream-json --model ${ze(a)}${l}`}}};function $(t){let e=Je[t];if(!e)throw new Error(`Unknown agent type: ${t}`);return e}function gr(t){return t in Je}function V(t){return t.replace(/^~/,"/home/user")}function ze(t){return `'${t.replace(/'/g,"'\\''")}'`}function N(t){let e=$(t);return `${V(e.mcpConfig.settingsDir)}/${e.mcpConfig.filename}`}function K(t){let e=$(t);return V(e.mcpConfig.settingsDir)}function D(t){if(t instanceof Error){let e=t.message.toLowerCase();return e.includes("not found")||e.includes("enoent")||e.includes("no such file")||e.includes("does not exist")}return false}function qe(t,e){let n=[e.command,e.url].filter(Boolean);if(n.length===0)throw new Error(`MCP server "${t}" must specify command or url`);if(n.length>1)throw new Error(`MCP server "${t}" cannot specify both command and url`)}function ne(t){for(let[e,n]of Object.entries(t))qe(e,n);}function re(t){return t.type?t.type:t.command?"stdio":"sse"}function fr(t){let e=re(t);return {...t,type:e}}function mr(t){let{type:e,url:n,...r}=t;return re(t)==="http"&&n?{httpUrl:n,...r}:n?{url:n,...r}:r}function hr(t){return {type:re(t),...t}}function yr(t){let{type:e,...n}=t;return n.command?{...n,transport:"stdio"}:n.url&&(e==="http"||e==="sse")?{...n,transport:e}:n}function wr(t){let e=re(t),{type:n,httpHeaders:r,envHttpHeaders:o,bearerTokenEnvVar:i,envVars:c,...a}=t;if(e==="stdio"&&t.command)return {type:"stdio",...a};if(t.url){let l={...a,type:e==="sse"?"sse":"http",url:t.url},d=t.headers??r;return d&&Object.keys(d).length>0&&(l.headers=d),l}return {type:e==="stdio"?"stdio":"http",...a}}async function He(t,e,n,r){ne(n);let o=K(e),i=N(e);await t.files.makeDir(o);let c={};try{let l=await t.files.read(i);typeof l=="string"&&(c=JSON.parse(l));}catch(l){if(!D(l))throw l}let a=Object.fromEntries(Object.entries(n).map(([l,d])=>[l,r(d)]));await t.files.write(i,JSON.stringify({...c,mcpServers:a},null,2));}async function we(t,e,n){ne(n);let r=K("claude"),o=N("claude"),i=Object.fromEntries(Object.entries(n).map(([a,l])=>[a,hr(l)]));await t.files.write(`${e}/.mcp.json`,JSON.stringify({mcpServers:i},null,2)),await t.files.makeDir(r);let c={};try{let a=await t.files.read(o);typeof a=="string"&&(c=JSON.parse(a));}catch(a){if(!D(a))throw a}c.enableAllProjectMcpServers=true,await t.files.write(o,JSON.stringify(c,null,2));}async function ve(t,e){await He(t,"gemini",e,fr);}async function be(t,e){await He(t,"qwen",e,mr);}async function Se(t,e,n,r){let o=K(e),i=N(e);await t.files.makeDir(o);let c={};try{let p=await t.files.read(i);typeof p=="string"&&(c=JSON.parse(p));}catch(p){if(!D(p))throw p}let a=n.split("."),l=c;for(let p=0;p<a.length-1;p++){let u=a[p];(typeof l[u]!="object"||l[u]===null)&&(l[u]={}),l=l[u];}let d=a[a.length-1],s=typeof l[d]=="object"&&l[d]!==null?l[d]:{};l[d]={...s,...r},await t.files.write(i,JSON.stringify(c,null,2));}async function Ye(t,e){await He(t,"kimi",e,yr);}async function xe(t,e,n){ne(n);let r=`${e}/.factory`,o=`${r}/mcp.json`;await t.files.makeDir(r);let i={};try{let a=await t.files.read(o);typeof a=="string"&&(i=JSON.parse(a));}catch(a){if(!D(a))throw a}let c=Object.fromEntries(Object.entries(n).map(([a,l])=>[a,wr(l)]));await t.files.write(o,JSON.stringify({...i,mcpServers:c},null,2));}async function ke(t,e,n){let r=V(e.settingsPath),o=r.slice(0,r.lastIndexOf("/"));await t.files.makeDir(o);let i={cloudSessionSync:false,customModels:[{model:e.model,displayName:e.displayName,baseUrl:e.baseUrl,apiKey:`\${${e.apiKeyEnv}}`,provider:e.provider,...e.maxOutputTokens!==void 0&&{maxOutputTokens:e.maxOutputTokens},extraHeaders:n}]};await t.files.write(r,JSON.stringify(i,null,2));}async function Ze(t,e,n){ne(n);let r=`${e}/opencode.json`,o={};try{let c=await t.files.read(r);typeof c=="string"&&(o=JSON.parse(c));}catch(c){if(!D(c))throw c}let i=Object.fromEntries(Object.entries(n).map(([c,a])=>[c,vr(a)]));await t.files.write(r,JSON.stringify({...o,mcp:i},null,2));}function vr(t){let e=re(t);if(e==="stdio"&&t.command){let r={type:"local",command:t.args?[t.command,...t.args]:[t.command]};return t.env&&Object.keys(t.env).length>0&&(r.environment=t.env),r}if(t.url){let n={type:"remote",url:t.url};return t.headers&&Object.keys(t.headers).length>0&&(n.headers=t.headers),n}return {type:e==="stdio"?"local":"remote",...t}}function q(t=""){let e=process.env.EVOLVE_GATEWAY_URL||"https://swarmkit-gateway-692833842999.us-central1.run.app";if(!t)return e;let n=t.startsWith("/")?t:`/${t}`;return `${e}${n}`}function Ce(t=""){let e=process.env.EVOLVE_DASHBOARD_URL||E;if(!t)return e;let n=t.startsWith("/")?t:`/${t}`;return `${e.replace(/\/$/,"")}${n}`}function Qe(){return Ce("/api/managed/e2b")}function Mt(t){return {"browser-use":{type:"http",url:q("/browser_use/mcp"),headers:{"x-litellm-api-key":`Bearer ${t}`}}}}var T="EVOLVE_API_KEY",_e="E2B_API_KEY",Ee="DAYTONA_API_KEY",Te="MODAL_TOKEN_ID",Xe="MODAL_TOKEN_SECRET",$t="claude",se=36e5,Dt=4,et=100,Bt="/home/user/workspace",E=process.env.EVOLVE_DASHBOARD_URL||"https://dashboard.evolvingmachines.ai",O="x-litellm-customer-id",B="x-litellm-tags",G="run:",Ut=".evolve-sdk/observability/sessions",Lt=100,Ft=5e3,Ie=3,tt=1e3;function I(t){return typeof t=="string"?`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`:Array.isArray(t)?`[${t.map(e=>I(e)).join(", ")}]`:typeof t=="object"&&t!==null?`{ ${Object.entries(t).map(([n,r])=>`${n} = ${I(r)}`).join(", ")} }`:typeof t=="boolean"?t?"true":"false":String(t)}async function Re(t,e){for(let[l,d]of Object.entries(e))qe(l,d);let n=K("codex"),r=N("codex");await t.files.makeDir(n);let o="";try{let l=await t.files.read(r);typeof l=="string"&&(o=l);}catch(l){if(!D(l))throw l}let i=[],c=[];o.includes("experimental_use_rmcp_client")||(i.push("# Enable improved RMCP client (recommended)"),i.push("experimental_use_rmcp_client = true")),o.includes("[mcp_servers]")||c.push("[mcp_servers]","");for(let[l,d]of Object.entries(e)){if(o.includes(`[mcp_servers.${l}]`))continue;c.push(`[mcp_servers.${l}]`);let s=d.type??(d.command?"stdio":"http");if(s==="http"||s==="sse"||!!d.url){if(!d.url)throw new Error(`MCP server "${l}" is missing url for ${s} transport`);c.push(`url = ${I(d.url)}`),d.bearerTokenEnvVar&&c.push(`bearer_token_env_var = ${I(d.bearerTokenEnvVar)}`);let u=d.httpHeaders??d.headers;u&&Object.keys(u).length>0&&c.push(`http_headers = ${I(u)}`),d.envHttpHeaders&&Object.keys(d.envHttpHeaders).length>0&&c.push(`env_http_headers = ${I(d.envHttpHeaders)}`);}else c.push(`command = ${I(d.command)}`),d.args&&d.args.length>0&&c.push(`args = ${I(d.args)}`),d.cwd&&c.push(`cwd = ${I(d.cwd)}`);d.env&&Object.keys(d.env).length>0&&c.push(`env = ${I(d.env)}`),d.envVars&&d.envVars.length>0&&c.push(`env_vars = ${I(d.envVars)}`),c.push("");}let a=[o.trim(),i.join(`
|
|
2
|
+
`),c.join(`
|
|
3
|
+
`)].filter(l=>l.length>0);await t.files.write(r,a.join(`
|
|
4
4
|
|
|
5
5
|
`)+`
|
|
6
|
-
`);}async function
|
|
6
|
+
`);}async function nt(t,e,n){let r=K("codex"),o=N("codex");await t.files.makeDir(r);let i="";try{let m=await t.files.read(o);typeof m=="string"&&(i=m);}catch(m){if(!D(m))throw m}let c=i.search(/^\[/m),a=c>=0?i.slice(0,c):i,l=c>=0?i.slice(c):"",d=i.includes("[model_providers.evolve-gateway]"),s=/^model_provider\s*=\s*"evolve-gateway"/m.test(a);if(d&&s)return;i=(a.replace(/^model_provider\s*=\s*.*$/m,"").replace(/\n{3,}/g,`
|
|
7
7
|
|
|
8
|
-
`)+
|
|
9
|
-
`),
|
|
8
|
+
`)+l).replace(/^\n+/,"");let u='model_provider = "evolve-gateway"',g=d?"":["[model_providers.evolve-gateway]",'name = "Evolve Gateway"',`base_url = ${I(e)}`,'env_key = "OPENAI_API_KEY"',`env_http_headers = ${I({[O]:n.sessionTagEnv,[B]:n.runTagEnv})}`].join(`
|
|
9
|
+
`),f;if(!i.trim())f=g?`${u}
|
|
10
10
|
|
|
11
11
|
${g}
|
|
12
12
|
`:`${u}
|
|
13
|
-
`;else {let
|
|
13
|
+
`;else {let m=i.search(/^\[/m);m>0?f=i.slice(0,m)+u+`
|
|
14
14
|
|
|
15
|
-
`+
|
|
15
|
+
`+i.slice(m).trimEnd():m===0?f=u+`
|
|
16
16
|
|
|
17
|
-
`+
|
|
17
|
+
`+i.trimEnd():f=i.trimEnd()+`
|
|
18
18
|
|
|
19
|
-
`+u,g&&(
|
|
19
|
+
`+u,g&&(f=f.trimEnd()+`
|
|
20
20
|
|
|
21
|
-
`+g),
|
|
22
|
-
`;}await t.files.write(
|
|
21
|
+
`+g),f+=`
|
|
22
|
+
`;}await t.files.write(o,f);}async function rt(t,e,n){let r=V(e.configPath),o=r.slice(0,r.lastIndexOf("/"));await t.files.makeDir(o);let i=[`default_model = ${I(e.modelName)}`,"",`[providers.${e.providerName}]`,'type = "kimi"','base_url = ""','api_key = ""',`custom_headers = ${I(n)}`,"",`[models.${e.modelName}]`,`provider = ${I(e.providerName)}`,'model = ""',`max_context_size = ${e.maxContextSize}`].join(`
|
|
23
23
|
`)+`
|
|
24
|
-
`;await t.files.write(
|
|
25
|
-
`+
|
|
24
|
+
`;await t.files.write(r,i);}async function st(t,e,n,r){if(!(!r||Object.keys(r).length===0))switch(t){case "claude":await we(e,n,r);break;case "codex":await Re(e,r);break;case "gemini":await ve(e,r);break;case "qwen":await be(e,r);break;case "kimi":await Ye(e,r);break;case "opencode":await Ze(e,n,r);break;case "droid":await xe(e,n,r);break;default:throw new Error(`Unknown agent type for MCP config: ${t}`)}}function Pe(){let t={};return function(d){let s;try{s=JSON.parse(d);}catch{return null}if(s._meta||s._prompt)return null;let p=s.session_id;switch(s.type){case "system":return null;case "assistant":return e(s.message?.content,"assistant",p);case "user":{let u=s.message?.content;return typeof u=="string"||Array.isArray(u)&&u.length===1&&u[0].type==="text"?null:e(u,"user",p)}case "result":return null;default:return null}};function e(l,d,s){if(typeof l=="string")return d==="user"?null:[{sessionId:s,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:l}}}];if(!l||!Array.isArray(l))return null;let p=[];for(let u of l){let g=null;switch(u.type){case "text":case "text_delta":if(d==="user")break;g={sessionUpdate:"agent_message_chunk",content:{type:"text",text:u.text}};break;case "image":if(d==="user")break;g={sessionUpdate:"agent_message_chunk",content:{type:"image",data:u.source?.type==="base64"?u.source.data:"",mimeType:u.source?.type==="base64"?u.source.media_type:"",uri:u.source?.type==="url"?u.source.url:void 0}};break;case "thinking":case "thinking_delta":g={sessionUpdate:"agent_thought_chunk",content:{type:"text",text:u.thinking}};break;case "tool_use":case "server_tool_use":case "mcp_tool_use":{if(t[u.id]=u,u.name==="TodoWrite")Array.isArray(u.input?.todos)&&(g={sessionUpdate:"plan",entries:c(u.input)});else {let f=n(u);g={sessionUpdate:"tool_call",toolCallId:u.id,status:"pending",...f};}break}case "tool_result":case "tool_search_tool_result":case "web_fetch_tool_result":case "web_search_tool_result":case "code_execution_tool_result":case "bash_code_execution_tool_result":case "text_editor_code_execution_tool_result":case "mcp_tool_result":{let f=t[u.tool_use_id];if(!f||(delete t[u.tool_use_id],f.name==="TodoWrite"))break;g={sessionUpdate:"tool_call_update",toolCallId:u.tool_use_id,status:"is_error"in u&&u.is_error?"failed":"completed",...r(u,f)};break}}g&&p.push({sessionId:s,update:g});}return p.length>0?p:null}function n(l){let d=l.name,s=l.input||{};switch(d){case "Task":return {title:s.description||"Task",kind:"think",content:s.prompt?[{type:"content",content:{type:"text",text:s.prompt}}]:[],rawInput:s};case "NotebookRead":return {title:s.notebook_path?`Read Notebook ${s.notebook_path}`:"Read Notebook",kind:"read",content:[],locations:s.notebook_path?[{path:s.notebook_path}]:[],rawInput:s};case "NotebookEdit":return {title:s.notebook_path?`Edit Notebook ${s.notebook_path}`:"Edit Notebook",kind:"edit",content:s.new_source?[{type:"content",content:{type:"text",text:s.new_source}}]:[],locations:s.notebook_path?[{path:s.notebook_path}]:[],rawInput:s};case "Bash":return {title:s.command?"`"+s.command.replaceAll("`","\\`")+"`":"Terminal",kind:"execute",content:s.description?[{type:"content",content:{type:"text",text:s.description}}]:[],rawInput:s};case "BashOutput":return {title:"Tail Logs",kind:"execute",content:[],rawInput:s};case "KillShell":return {title:"Kill Process",kind:"execute",content:[],rawInput:s};case "Read":{let p="";return s.limit?p=" ("+((s.offset??0)+1)+" - "+((s.offset??0)+s.limit)+")":s.offset&&(p=" (from line "+(s.offset+1)+")"),{title:"Read "+(s.file_path??"File")+p,kind:"read",content:[],locations:s.file_path?[{path:s.file_path,line:s.offset??0}]:[],rawInput:s}}case "LS":return {title:s.path?`List \`${s.path}\` directory`:"List current directory",kind:"search",content:[],locations:[],rawInput:s};case "Edit":{let p=s.file_path;return {title:p?`Edit \`${p}\``:"Edit",kind:"edit",content:p?[{type:"diff",path:p,oldText:s.old_string??null,newText:s.new_string??""}]:[],locations:p?[{path:p}]:[],rawInput:s}}case "Write":return {title:s.file_path?`Write ${s.file_path}`:"Write",kind:"edit",content:s.file_path?[{type:"diff",path:s.file_path,oldText:null,newText:s.content??""}]:[],locations:s.file_path?[{path:s.file_path}]:[],rawInput:s};case "Glob":{let p="Find";return s.path&&(p+=` \`${s.path}\``),s.pattern&&(p+=` \`${s.pattern}\``),{title:p,kind:"search",content:[],locations:s.path?[{path:s.path}]:[],rawInput:s}}case "Grep":{let p="grep";return s["-i"]&&(p+=" -i"),s["-n"]&&(p+=" -n"),s["-A"]!==void 0&&(p+=` -A ${s["-A"]}`),s["-B"]!==void 0&&(p+=` -B ${s["-B"]}`),s["-C"]!==void 0&&(p+=` -C ${s["-C"]}`),s.output_mode==="files_with_matches"?p+=" -l":s.output_mode==="count"&&(p+=" -c"),s.head_limit!==void 0&&(p+=` | head -${s.head_limit}`),s.glob&&(p+=` --include="${s.glob}"`),s.type&&(p+=` --type=${s.type}`),s.multiline&&(p+=" -P"),p+=` "${s.pattern??""}"`,s.path&&(p+=` ${s.path}`),{title:p,kind:"search",content:[],rawInput:s}}case "WebFetch":return {title:s.url?`Fetch ${s.url}`:"Fetch",kind:"fetch",content:s.prompt?[{type:"content",content:{type:"text",text:s.prompt}}]:[],rawInput:s};case "WebSearch":{let p=`"${s.query??""}"`;return s.allowed_domains?.length>0&&(p+=` (allowed: ${s.allowed_domains.join(", ")})`),s.blocked_domains?.length>0&&(p+=` (blocked: ${s.blocked_domains.join(", ")})`),{title:p,kind:"fetch",content:[],rawInput:s}}case "TodoWrite":return {title:Array.isArray(s.todos)?`Update TODOs: ${s.todos.map(p=>p.content).join(", ")}`:"Update TODOs",kind:"think",content:[],rawInput:s};case "ExitPlanMode":return {title:"Ready to code?",kind:"switch_mode",content:s.plan?[{type:"content",content:{type:"text",text:s.plan}}]:[],rawInput:s};default:if(d?.startsWith("mcp__")){let p=d.split("__"),u=p[1]||"mcp",g=p.slice(2).join("__")||d;return {title:`${u}: ${g}`,kind:"other",content:[],rawInput:s}}return {title:d||"Unknown Tool",kind:"other",content:[],rawInput:s}}}function r(l,d){let s=l.content;switch(d?.name){case "Read":return Array.isArray(s)&&s.length>0?{content:s.map(p=>({type:"content",content:p.type==="text"?{type:"text",text:a(p.text)}:i(p,false)}))}:typeof s=="string"&&s.length>0?{content:[{type:"content",content:{type:"text",text:a(s)}}]}:{};case "Edit":case "Write":case "Bash":return o(s,l.is_error||false);case "ExitPlanMode":return {title:"Exited Plan Mode"};default:return o(s,"is_error"in l?l.is_error:false)}}function o(l,d=false){return Array.isArray(l)&&l.length>0?{content:l.map(s=>({type:"content",content:i(s,d)}))}:typeof l=="string"&&l.length>0?{content:[{type:"content",content:{type:"text",text:d?"```\n"+l+"\n```":l}}]}:{}}function i(l,d){if(l.type==="text")return d?{type:"text",text:"```\n"+l.text+"\n```"}:{type:"text",text:l.text};if(l.type==="image"){if(l.data&&l.mimeType)return {type:"image",data:l.data,mimeType:l.mimeType};if(l.source?.type==="base64")return {type:"image",data:l.source.data||"",mimeType:l.source.media_type||""};if(l.source?.type==="url")return {type:"image",data:"",mimeType:"",uri:l.source.url}}return l}function c(l){return l.todos.map(d=>({content:d.content,status:d.status||"pending",priority:"medium"}))}function a(l){let d="```",s=Array.from(l.matchAll(/^```+/gm));for(let[p]of s)for(;p.length>=d.length;)d+="`";return d+`
|
|
25
|
+
`+l+(l.endsWith(`
|
|
26
26
|
`)?"":`
|
|
27
|
-
`)+d}}function
|
|
27
|
+
`)+d}}function Oe(){return function(l){let d;try{d=JSON.parse(l);}catch{return null}if(d._meta||d._prompt)return null;let s=[];switch(d.type){case "thread.started":case "turn.started":case "turn.completed":return null;case "item.started":{let p=d.item;if(!p)return null;let u=e(p);u&&s.push({update:u});break}case "item.updated":{let p=d.item;if(!p)return null;let u=n(p);u&&s.push({update:u});break}case "item.completed":{let p=d.item;if(!p)return null;let u=r(p);u&&s.push({update:u});break}default:return null}return s.length>0?s:null};function e(a){let l=a.id;switch(a.type){case "mcp_tool_call":return {type:"mcp_tool_call",name:`${a.server}:${a.tool}`},{sessionUpdate:"tool_call",toolCallId:l,title:`${a.server}: ${a.tool}`,kind:"other",status:"in_progress",rawInput:a.arguments,content:[]};case "command_execution":return {type:"command_execution",name:a.command},{sessionUpdate:"tool_call",toolCallId:l,title:a.command?`\`${a.command}\``:"Execute Command",kind:"execute",status:"in_progress",rawInput:{command:a.command},content:[]};case "web_search":return {type:"web_search",name:a.query},{sessionUpdate:"tool_call",toolCallId:l,title:`Search: ${a.query??""}`,kind:"fetch",status:"in_progress",content:[]};case "todo_list":return {sessionUpdate:"plan",entries:c(a.items)};default:return null}}function n(a){return a.type==="todo_list"?{sessionUpdate:"plan",entries:c(a.items)}:null}function r(a){let l=a.id;switch(a.type){case "reasoning":return {sessionUpdate:"agent_thought_chunk",content:{type:"text",text:a.text??a.summary?.join(`
|
|
28
28
|
`)??a.content?.join(`
|
|
29
|
-
`)??""}};case "agent_message":return {sessionUpdate:"agent_message_chunk",content:{type:"text",text:a.text??""}};case "mcp_tool_call":{let o
|
|
30
|
-
${
|
|
31
|
-
\`\`\``:
|
|
29
|
+
`)??""}};case "agent_message":return {sessionUpdate:"agent_message_chunk",content:{type:"text",text:a.text??""}};case "mcp_tool_call":{let s=o(a.result),p=a.status==="failed"||a.error?"failed":"completed";return {sessionUpdate:"tool_call_update",toolCallId:l,status:p,content:s}}case "command_execution":{let s=a.aggregated_output?[{type:"content",content:{type:"text",text:a.aggregated_output}}]:[],p=a.status==="completed"||a.exit_code===0?"completed":"failed";return {sessionUpdate:"tool_call_update",toolCallId:l,status:p,content:s}}case "file_change":{let s=a.changes??[],p=s.map(g=>({path:g.path})),u=s.length===1?`${s[0].kind==="add"?"Create":"Edit"} ${s[0].path}`:`Edit ${s.length} files`;return {sessionUpdate:"tool_call",toolCallId:l,title:u,kind:"edit",status:a.status==="completed"?"completed":"failed",content:s.map(g=>({type:"diff",path:g.path,oldText:g.kind==="add"?null:"",newText:""})),locations:p}}case "web_search":return {sessionUpdate:"tool_call",toolCallId:l,title:`Search: ${a.query??""}`,kind:"fetch",status:"completed",content:[]};case "todo_list":return {sessionUpdate:"plan",entries:c(a.items)};default:return null}}function o(a){return a?.content?Array.isArray(a.content)?a.content.map(l=>({type:"content",content:i(l)})):typeof a.content=="string"?[{type:"content",content:{type:"text",text:a.content}}]:[]:[]}function i(a){return a.type==="text"?{type:"text",text:a.text??""}:a.type==="image"?{type:"image",data:a.data??"",mimeType:a.mime_type??a.mimeType??"",uri:a.uri}:a}function c(a){if(!Array.isArray(a))return [];let l=false;return a.map(d=>{let s;return d.completed?s="completed":l?s="pending":(s="in_progress",l=true),{content:d.text??"",status:s,priority:"medium"}})}}var br={applypatch:"edit",apply_patch:"edit",create:"edit",edit:"edit",grep:"search",glob:"search",ls:"search",read:"read",write:"edit",execute:"execute",execute_cli:"execute",fetchurl:"fetch",fetch_url:"fetch",webfetch:"fetch",web_fetch:"fetch",websearch:"fetch",web_search:"fetch",skill:"execute",task:"think",todowrite:"other",todo_write:"other"},Sr=new Set(["assistant_text_complete","thinking_text_complete","droid_working_state_changed","permission_resolved","settings_updated","session_title_updated","mcp_status_changed","session_token_usage_changed","mission_state_changed","mission_features_changed","mission_progress_entry","mission_heartbeat","mission_worker_started","mission_worker_completed","mcp_auth_required","mcp_auth_completed","structured_output"]);function Ae(){let t=new Map,e,n=false,r="";return function(i){let c;try{c=JSON.parse(i);}catch{return null}if(!jt(c))return null;let a=xr(c);if(a.sessionId&&(e=a.sessionId),a.errorText)return [j(e,a.errorText)];if(a.resultText)return r=a.resultText,n=true,[j(e,a.resultText)];if(a.handled)return null;let d=kr(c)??c,s=Kt(d);s&&(e=s);let p=[],u=k(d,"type");switch(u){case "system":return null;case "message":{let g=k(d,"role"),f=k(d,"text")||it(d.content);if(!f)break;g==="assistant"&&(n=true,r=f,p.push(j(e,f)));break}case "completion":{let g=k(d,"finalText")||k(d,"result");g&&(!n||g!==r)&&(n=true,r=g,p.push(j(e,g)));break}case "assistant_text_delta":{let g=k(d,"textDelta")||k(d,"text");g&&(n=true,r+=g,p.push(j(e,g)));break}case "thinking_text_delta":{let g=k(d,"textDelta")||k(d,"text");g&&p.push({sessionId:e,update:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:g}}});break}case "assistant":{let g=k(d,"text")||it(R(d.message)?.content);g&&(n=true,r=g,p.push(j(e,g)));break}case "tool_call":case "tool_call_delta":{let g=R(d.toolUse)??R(d.tool_use)??d,f=Nt(g,t);f&&p.push({sessionId:e,update:f});break}case "tool_result":{let g=_r(d,t);g&&p.push({sessionId:e,update:g});break}case "tool_progress_update":case "tool_progress":{let g=Er(d);g&&p.push({sessionId:e,update:g});break}case "create_message":{for(let g of Cr(d,t)){if(g.sessionUpdate==="agent_message_chunk"){let f=g.content.type==="text"?g.content.text:"";if(n&&f===r)continue;n=true,r=f;}p.push({sessionId:e,update:g});}break}case "result":{let g=ie(d.result??d.text??d.error);g&&(n=true,r=g,p.push(j(e,g)));break}case "error":{let g=ie(d.message??d.error??d);g&&p.push(j(e,g));break}default:if(u&&!Sr.has(u))return null}return p.length>0?p:null}}function xr(t){if(t.type!=="response")return {handled:false};let e=R(t.result),n=R(t.error),r=Kt(e??t);if(n)return {handled:true,sessionId:r,errorText:ie(n.message??n)};let o=e?k(e,"finalText")||k(e,"result"):"";return {handled:true,sessionId:r,resultText:o}}function kr(t){return t.method!=="droid.session_notification"?null:R(R(t.params)?.notification)}function Cr(t,e){let n=R(t.message);if(!n)return [];let r=[],o=n.content;if(Array.isArray(o))for(let i of o){let c=R(i);if(c&&c.type==="tool_use"){let a=Nt(c,e);a&&r.push(a);}}if(n.role==="assistant"){let i=it(o);i&&r.push({sessionUpdate:"agent_message_chunk",content:{type:"text",text:i}});}return r}function Nt(t,e){let n=k(t,"id")||k(t,"toolUseId")||k(t,"tool_use_id"),r=k(t,"name")||k(t,"toolName")||k(t,"tool_name")||"Tool";if(!n)return null;e.set(n,r);let o=R(t.input)??R(t.toolInput)??R(t.arguments)??{};if(Vt(r)==="todowrite"){let d=Tr(o);if(d)return d}let{title:i,kind:c,content:a,locations:l}=Ir(r,o);return {sessionUpdate:"tool_call",toolCallId:n,title:i,kind:c,status:"pending",rawInput:o,content:a,locations:l}}function _r(t,e){let n=k(t,"toolUseId")||k(t,"tool_use_id")||k(t,"tool_id");if(!n)return null;let r=k(t,"toolName")||k(t,"tool_name")||e.get(n);return e.delete(n),{sessionUpdate:"tool_call_update",toolCallId:n,status:t.isError===true||t.is_error===true?"failed":"completed",title:r,content:ot(t.content??t.result??t.error)}}function Er(t){let e=k(t,"toolUseId")||k(t,"tool_use_id")||k(t,"tool_id");if(!e)return null;let n=R(t.update),r=ie(t.content??n?.text??n?.status??n?.details);return {sessionUpdate:"tool_call_update",toolCallId:e,status:"in_progress",content:r?ot(r):void 0}}function Tr(t){let e=t.todos;if(!Array.isArray(e))return null;let n=e.flatMap(r=>{let o=R(r);if(!o)return [];let i=k(o,"content"),c=Rr(k(o,"status")),a=Pr(k(o,"priority"));return i?[{content:i,status:c,priority:a}]:[]});return n.length>0?{sessionUpdate:"plan",entries:n}:null}function Ir(t,e){let n=br[Vt(t)]||"other",r=k(e,"path")||k(e,"filePath")||k(e,"file_path")||k(e,"absolute_path"),o=k(e,"command"),i=k(e,"url"),c=r||o||i;return {title:c?`${t} ${c}`:t,kind:n,content:Object.keys(e).length>0?ot(e):[],locations:r?[{path:r}]:[]}}function Kt(t){if(t)return k(t,"session_id")||k(t,"sessionId")}function j(t,e){return {sessionId:t,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:e}}}}function it(t){return typeof t=="string"?t:Array.isArray(t)?t.map(e=>{let n=R(e);return n?k(n,"text")||k(n,"content"):""}).filter(Boolean).join(""):""}function ot(t){let e=ie(t);return e?[{type:"content",content:{type:"text",text:e}}]:[]}function ie(t){if(typeof t=="string")return t;if(t==null)return "";try{return JSON.stringify(t)}catch{return String(t)}}function jt(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function R(t){return jt(t)?t:null}function k(t,e){let n=t[e];return typeof n=="string"?n:""}function Vt(t){return t.replace(/[-_\s]/g,"").toLowerCase()}function Rr(t){return t==="in_progress"||t==="completed"?t:"pending"}function Pr(t){return t==="high"||t==="low"?t:"medium"}var Or={read_file:"read",read_many_files:"read",write_file:"edit",replace:"edit",edit_file:"edit",run_shell_command:"execute",shell:"execute",glob:"search",grep:"search",search_file_content:"search",list_directory:"search",brave_web_search:"fetch",web_search:"fetch",google_web_search:"fetch",web_fetch:"fetch",delegate_to_agent:"think",write_todos:"other",save_memory:"other",activate_skill:"other"};function Me(){return function(c){let a;try{a=JSON.parse(c);}catch{return null}if(a._meta||a._prompt)return null;let l=a.session_id,d=[];switch(a.type){case "init":case "result":return null;case "message":{let s=t(a);s&&d.push({sessionId:l,update:s});break}case "tool_use":{let s=e(a);s&&d.push({sessionId:l,update:s});break}case "tool_result":{let s=n(a);s&&d.push({sessionId:l,update:s});break}case "error":{let s=r(a);s&&d.push({sessionId:l,update:s});break}default:return null}return d.length>0?d:null};function t(i){let c=i.role,a=i.content;return a?c==="assistant"?{sessionUpdate:"agent_message_chunk",content:{type:"text",text:a}}:c==="user"?{sessionUpdate:"user_message_chunk",content:{type:"text",text:a}}:null:null}function e(i){let c=i.tool_id,a=i.tool_name,l=i.parameters||{},{title:d,kind:s,content:p,locations:u}=o(a,l);return {sessionUpdate:"tool_call",toolCallId:c,title:d,kind:s,status:"pending",rawInput:l,content:p,locations:u}}function n(i){let c=i.tool_id,a=i.status,l=i.output,d=i.error,s=[];return l&&typeof l=="string"&&l.length>0&&s.push({type:"content",content:{type:"text",text:a==="error"?`\`\`\`
|
|
30
|
+
${l}
|
|
31
|
+
\`\`\``:l}}),d?.message&&!l&&s.push({type:"content",content:{type:"text",text:`\`\`\`
|
|
32
32
|
${d.message}
|
|
33
|
-
\`\`\``}}),{sessionUpdate:"tool_call_update",toolCallId:l,status:a==="success"?"completed":"failed",content:o}}function s(r){let l=r.severity,a=r.message;return a?{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`${l==="warning"?"\u26A0\uFE0F Warning":"\u274C Error"}: ${a}`}}:null}function i(r,l){let a=Bs[r]||"other",c=[],d=[],o=r;switch(r){case "read_file":o=`Read ${l.absolute_path||l.file_path||"file"}`,(l.absolute_path||l.file_path)&&d.push({path:l.absolute_path||l.file_path});break;case "write_file":o=`Write ${l.file_path||"file"}`,l.file_path&&(d.push({path:l.file_path}),c.push({type:"diff",path:l.file_path,oldText:null,newText:l.content||""}));break;case "edit_file":o=`Edit ${l.file_path||"file"}`,l.file_path&&d.push({path:l.file_path});break;case "replace":o=`Edit ${l.file_path||"file"}`,l.file_path&&(d.push({path:l.file_path}),(l.old_string!==void 0||l.new_string!==void 0)&&c.push({type:"diff",path:l.file_path,oldText:l.old_string||"",newText:l.new_string||""}));break;case "run_shell_command":case "shell":o=l.command?`\`${l.command}\``:"Run command",l.description&&c.push({type:"content",content:{type:"text",text:l.description}});break;case "brave_web_search":case "web_search":case "google_web_search":o=l.query?`"${l.query}"`:"Web search";break;case "web_fetch":o=l.prompt?`Fetch: ${l.prompt.substring(0,50)}...`:"Web fetch";break;case "glob":o=`Find ${l.pattern||"files"}`,l.dir_path&&d.push({path:l.dir_path});break;case "grep":case "search_file_content":o=`grep "${l.pattern||l.query||""}"`;break;case "list_directory":o=`List ${l.dir_path||l.path||"directory"}`,(l.dir_path||l.path)&&d.push({path:l.dir_path||l.path});break;case "read_many_files":o=`Read ${l.include?.length||"multiple"} files`,Array.isArray(l.include)&&l.include.forEach(p=>d.push({path:p}));break;case "delegate_to_agent":o=l.agent_name?`Agent: ${l.agent_name}`:"Delegate to agent";break;case "write_todos":o="Update todos";break;case "save_memory":o=l.fact?`Remember: "${l.fact.substring(0,40)}..."`:"Save memory";break;case "activate_skill":o=l.name?`Activate skill: ${l.name}`:"Activate skill";break;default:o=r;}return {title:o,kind:a,content:c,locations:d}}}var Us={ReadFile:"read",ReadMediaFile:"read",WriteFile:"edit",StrReplaceFile:"edit",Shell:"execute",Glob:"search",Grep:"search",SearchWeb:"fetch",FetchURL:"fetch",Task:"think",Think:"think",CreateSubagent:"think",SetTodoList:"other"};function at(t){return /<system>\s*ERROR:/i.test(t)||t.includes("<error>")||t.includes("ToolError")}function Jt(t){let e=/^data:([^;,]+)((?:;[^,]*)*),(.+)$/i.exec(t);if(!e)return null;let n=e[1]||"",s=e[2]||"",i=e[3]||"";return /;base64/i.test(s)?{mimeType:n,data:i}:null}function ct(t){if(!t||typeof t!="object")return null;if(t.type==="text"&&typeof t.text=="string"&&t.text.length>0)return {type:"content",content:{type:"text",text:t.text}};if(t.type==="image_url"&&typeof t.image_url?.url=="string"){let e=t.image_url.url,n=Jt(e);return n?{type:"content",content:{type:"image",data:n.data,mimeType:n.mimeType}}:{type:"content",content:{type:"image",data:"",mimeType:"",uri:e}}}return t.type==="video_url"&&typeof t.video_url?.url=="string"?{type:"content",content:{type:"text",text:`[video] ${t.video_url.url}`}}:t.type==="audio_url"&&typeof t.audio_url?.url=="string"?{type:"content",content:{type:"text",text:`[audio] ${t.audio_url.url}`}}:null}function rt(t){let e=[];if(typeof t=="string")return t.length>0&&e.push({type:"content",content:{type:"text",text:t}}),e;if(Array.isArray(t)){for(let n of t){if(typeof n=="string"&&n.length>0){e.push({type:"content",content:{type:"text",text:n}});continue}let s=ct(n);s&&e.push(s);}return e}if(t&&typeof t=="object"){let n=ct(t);n&&e.push(n);}return e}function Fs(t){return t.some(e=>e.type==="content"&&e.content.type==="text"&&at(e.content.text))}function Ls(t){if(!t||typeof t!="object")return null;if(t.type==="think"&&typeof t.think=="string"&&t.think.length>0)return {update:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:t.think}}};if(t.type==="text"&&typeof t.text=="string"&&t.text.length>0)return {update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:t.text}}};if(t.type==="image_url"&&typeof t.image_url?.url=="string"){let e=t.image_url.url,n=Jt(e);return n?{update:{sessionUpdate:"agent_message_chunk",content:{type:"image",data:n.data,mimeType:n.mimeType}}}:{update:{sessionUpdate:"agent_message_chunk",content:{type:"image",data:"",mimeType:"",uri:e}}}}return t.type==="video_url"&&typeof t.video_url?.url=="string"?{update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`[video] ${t.video_url.url}`}}}:t.type==="audio_url"&&typeof t.audio_url?.url=="string"?{update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`[audio] ${t.audio_url.url}`}}}:null}function Ns(t){return t==="in_progress"?"in_progress":t==="done"||t==="completed"?"completed":"pending"}function zt(t){if(!t||typeof t!="object")return [];let e=t.todos;return Array.isArray(e)?e.map(n=>{if(!n||typeof n!="object")return null;let s=n.title;if(typeof s!="string"||s.length===0)return null;let i=n.status;return {content:s,status:Ns(i),priority:"medium"}}).filter(n=>n!==null):[]}function lt(){let t=new Set,e=0;function n(a,c){return typeof a=="string"&&a.length>0?a:(e+=1,`kimi_${c.replace(/[^a-zA-Z0-9_]/g,"_")||"tool"}_${e}`)}return function(c){let d;try{d=JSON.parse(c);}catch{return null}if(!d||typeof d!="object"||"_meta"in d||"_prompt"in d)return null;let o=d.role;return o==="assistant"?s(d):o==="tool"?i(d):typeof d.type=="string"&&"payload"in d?r(d):null};function s(a){let c=[],d=a.content,o=a.tool_calls;if(typeof d=="string"&&d.length>0)c.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:d}}});else if(Array.isArray(d))for(let p of d){let u=Ls(p);u&&c.push(u);}if(Array.isArray(o))for(let p of o){if(!p||typeof p!="object")continue;let u=p.function;if(!u)continue;let g=u.name??"",m=n(p.id,g),f;try{f=u.arguments?JSON.parse(u.arguments):{};}catch{f=u.arguments;}if(g==="SetTodoList"){let C=zt(f);C.length>0&&c.push({update:{sessionUpdate:"plan",entries:C}}),t.add(m);continue}let{title:h,kind:y,toolContent:w,locations:S}=l(g,typeof f=="object"&&f!==null?f:{});c.push({update:{sessionUpdate:"tool_call",toolCallId:m,title:h,kind:y,status:"pending",rawInput:f,content:w,locations:S}});}return c.length>0?c:null}function i(a){let c=a.tool_call_id;if(typeof c!="string"||c.length===0)return null;if(t.has(c))return t.delete(c),null;let d=a.content,o=[],p=false;if(typeof d=="string")p=at(d),d.length>0&&o.push({type:"content",content:{type:"text",text:d}});else if(Array.isArray(d))for(let u of d){let g=ct(u);g&&(g.type==="content"&&g.content.type==="text"&&at(g.content.text)&&(p=true),o.push(g));}return [{update:{sessionUpdate:"tool_call_update",toolCallId:c,status:p?"failed":"completed",content:o}}]}function r(a){let c=a.type,d=a.payload??{},o=[];switch(c){case "TextPart":{let p=d.text;typeof p=="string"&&p.length>0&&o.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:p}}});break}case "ThinkPart":{let p=d.think;typeof p=="string"&&p.length>0&&o.push({update:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:p}}});break}case "ToolCall":{let p=d.function?.name??"",u=n(d.id,p),g=d.function;if(!g)break;let m;try{m=g.arguments?JSON.parse(g.arguments):{};}catch{m=g.arguments;}if(p==="SetTodoList"){let S=zt(m);S.length>0&&o.push({update:{sessionUpdate:"plan",entries:S}}),t.add(u);break}let{title:f,kind:h,toolContent:y,locations:w}=l(p,typeof m=="object"&&m!==null?m:{});o.push({update:{sessionUpdate:"tool_call",toolCallId:u,title:f,kind:h,status:"pending",rawInput:m,content:y,locations:w}});break}case "ToolResult":{let p=d.tool_call_id;if(typeof p!="string"||p.length===0)break;if(t.has(p)){t.delete(p);break}let u=d.return_value??d.content,g=[],m=d.is_error===true;if(u&&typeof u=="object"&&!Array.isArray(u)){let f=u;m=m||f.type==="ToolError"||f.is_error===true,g.push(...rt(f.output)),g.length===0&&typeof f.message=="string"&&f.message.length>0&&g.push({type:"content",content:{type:"text",text:f.message}}),g.length===0&&g.push(...rt(u));}else g.push(...rt(u));m=m||Fs(g),o.push({update:{sessionUpdate:"tool_call_update",toolCallId:p,status:m?"failed":"completed",content:g}});break}default:return null}return o.length>0?o:null}function l(a,c){let d=Us[a]||"other",o=[],p=[],u=a;switch(a){case "ReadFile":{let g=c.path??c.file_path;u=`Read ${g||"file"}`,g&&p.push({path:g});break}case "ReadMediaFile":{let g=c.path??c.file_path;u=`Read media ${g||"file"}`,g&&p.push({path:g});break}case "WriteFile":{let g=c.path??c.file_path;u=`Write ${g||"file"}`,g&&(p.push({path:g}),typeof c.content=="string"&&o.push({type:"diff",path:g,oldText:null,newText:c.content}));break}case "StrReplaceFile":{let g=c.path??c.file_path;u=`Edit ${g||"file"}`,g&&p.push({path:g});break}case "Shell":u=c.command?`\`${c.command}\``:"Run command";break;case "Glob":u=`Find ${c.pattern||"files"}`,c.path&&p.push({path:c.path});break;case "Grep":u=`grep "${c.pattern||""}"`,c.path&&p.push({path:c.path});break;case "SearchWeb":u=c.query?`"${c.query}"`:"Web search";break;case "FetchURL":u=c.url?`Fetch ${c.url}`:"Web fetch";break;case "Task":u=c.description||"Subagent task";break;case "Think":u=c.thought||"Thinking";break;case "CreateSubagent":u=c.name?`Subagent: ${c.name}`:"Create subagent";break;case "SetTodoList":u="Update todos";break;default:u=a;}return {title:u,kind:d,toolContent:o,locations:p}}}var Ks={read:"read",write:"edit",edit:"edit",multiedit:"edit",apply_patch:"edit",bash:"execute",glob:"search",grep:"search",list:"search",codesearch:"search",lsp:"search",webfetch:"fetch",websearch:"fetch",task:"think",batch:"think",plan_enter:"switch_mode",plan_exit:"switch_mode",todoread:"other",todowrite:"other",skill:"other",question:"other"};function js(t){let e=/^data:([^;,]+)?((?:;[^,]+)*),(.*)$/s.exec(t);if(!e)return null;let n=e[1]||"",s=e[2]||"",i=e[3]||"";return /;base64/i.test(s)?{mimeType:n,data:i}:null}function Vs(t){if(typeof t!="string")return "pending";switch(t.toLowerCase()){case "in_progress":case "in-progress":case "running":return "in_progress";case "completed":case "done":case "cancelled":return "completed";default:return "pending"}}function Gs(t){return t==="high"||t==="medium"||t==="low"?t:"medium"}function qt(t){return Array.isArray(t)?t.map(e=>{if(!e||typeof e!="object")return null;let n=e.content;return typeof n!="string"||n.length===0?null:{content:n,status:Vs(e.status),priority:Gs(e.priority)}}).filter(e=>e!==null):[]}function Ws(t){if(!t||typeof t!="object")return null;let e=t,n=typeof e.mime=="string"?e.mime:"",s=typeof e.url=="string"?e.url:"";if(n.startsWith("image/")){if(s.length>0){let a=js(s);return a?{type:"content",content:{type:"image",data:a.data,mimeType:a.mimeType||n}}:{type:"content",content:{type:"image",data:"",mimeType:n,uri:s}}}return null}return {type:"content",content:{type:"text",text:`[attachment] ${(typeof e.filename=="string"?e.filename:"")||"attachment"} (${n||"file"})`}}}function zs(t,e){if(t==="error")return typeof e.error=="string"?e.error:null;if(typeof e.output=="string")return e.output;if(e.output===void 0||e.output===null)return null;try{return JSON.stringify(e.output)}catch{return String(e.output)}}function Js(t,e){return t==="error"?"failed":t==="running"?"in_progress":t==="pending"?"pending":typeof e=="number"&&e!==0?"failed":"completed"}function dt(){return function(l){let a;try{a=JSON.parse(l);}catch{return null}if(!a||typeof a!="object")return null;let c=a.sessionID,d=[];switch(a.type){case "step_start":case "step_finish":return null;case "text":{let o=t(a);o&&d.push({sessionId:c,update:o});break}case "reasoning":{let o=e(a);o&&d.push({sessionId:c,update:o});break}case "tool_use":{let o=n(a);for(let p of o)d.push({sessionId:c,update:p});break}case "error":{let o=s(a);o&&d.push({sessionId:c,update:o});break}default:return null}return d.length>0?d:null};function t(r){let l=r.part?.text;return typeof l!="string"||l.length===0?null:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:l}}}function e(r){let l=r.part?.text;return typeof l!="string"||l.length===0?null:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:l}}}function n(r){let l=r.part;if(!l)return [];let a=typeof l.callID=="string"?l.callID:"";if(a.length===0)return [];let c=typeof l.tool=="string"?l.tool.toLowerCase():"",d=typeof l.state=="object"&&l.state?l.state:{},o=typeof d.input=="object"&&d.input?d.input:{},p=d.status,u=d.title??d.metadata?.description??c,g=d.metadata?.exit,{kind:m,content:f,locations:h}=i(c,o),y=[];if(y.push({sessionUpdate:"tool_call",toolCallId:a,title:u,kind:m,status:"pending",rawInput:o,content:f,locations:h}),c==="todowrite"){let v=qt(o.todos);if(v.length===0&&typeof d.output=="string")try{v=qt(JSON.parse(d.output));}catch{}v.length>0&&y.push({sessionUpdate:"plan",entries:v});}let w=Js(p,g);if(w==="pending")return y;let S=zs(p,d),C=[];if(typeof S=="string"&&S.length>0&&C.push({type:"content",content:{type:"text",text:w==="failed"?`\`\`\`
|
|
34
|
-
${
|
|
35
|
-
\`\`\``:
|
|
33
|
+
\`\`\``}}),{sessionUpdate:"tool_call_update",toolCallId:c,status:a==="success"?"completed":"failed",content:s}}function r(i){let c=i.severity,a=i.message;return a?{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`${c==="warning"?"\u26A0\uFE0F Warning":"\u274C Error"}: ${a}`}}:null}function o(i,c){let a=Or[i]||"other",l=[],d=[],s=i;switch(i){case "read_file":s=`Read ${c.absolute_path||c.file_path||"file"}`,(c.absolute_path||c.file_path)&&d.push({path:c.absolute_path||c.file_path});break;case "write_file":s=`Write ${c.file_path||"file"}`,c.file_path&&(d.push({path:c.file_path}),l.push({type:"diff",path:c.file_path,oldText:null,newText:c.content||""}));break;case "edit_file":s=`Edit ${c.file_path||"file"}`,c.file_path&&d.push({path:c.file_path});break;case "replace":s=`Edit ${c.file_path||"file"}`,c.file_path&&(d.push({path:c.file_path}),(c.old_string!==void 0||c.new_string!==void 0)&&l.push({type:"diff",path:c.file_path,oldText:c.old_string||"",newText:c.new_string||""}));break;case "run_shell_command":case "shell":s=c.command?`\`${c.command}\``:"Run command",c.description&&l.push({type:"content",content:{type:"text",text:c.description}});break;case "brave_web_search":case "web_search":case "google_web_search":s=c.query?`"${c.query}"`:"Web search";break;case "web_fetch":s=c.prompt?`Fetch: ${c.prompt.substring(0,50)}...`:"Web fetch";break;case "glob":s=`Find ${c.pattern||"files"}`,c.dir_path&&d.push({path:c.dir_path});break;case "grep":case "search_file_content":s=`grep "${c.pattern||c.query||""}"`;break;case "list_directory":s=`List ${c.dir_path||c.path||"directory"}`,(c.dir_path||c.path)&&d.push({path:c.dir_path||c.path});break;case "read_many_files":s=`Read ${c.include?.length||"multiple"} files`,Array.isArray(c.include)&&c.include.forEach(p=>d.push({path:p}));break;case "delegate_to_agent":s=c.agent_name?`Agent: ${c.agent_name}`:"Delegate to agent";break;case "write_todos":s="Update todos";break;case "save_memory":s=c.fact?`Remember: "${c.fact.substring(0,40)}..."`:"Save memory";break;case "activate_skill":s=c.name?`Activate skill: ${c.name}`:"Activate skill";break;default:s=i;}return {title:s,kind:a,content:l,locations:d}}}var Ar={ReadFile:"read",ReadMediaFile:"read",WriteFile:"edit",StrReplaceFile:"edit",Shell:"execute",Glob:"search",Grep:"search",SearchWeb:"fetch",FetchURL:"fetch",Task:"think",Think:"think",CreateSubagent:"think",SetTodoList:"other"};function ct(t){return /<system>\s*ERROR:/i.test(t)||t.includes("<error>")||t.includes("ToolError")}function Wt(t){let e=/^data:([^;,]+)((?:;[^,]*)*),(.+)$/i.exec(t);if(!e)return null;let n=e[1]||"",r=e[2]||"",o=e[3]||"";return /;base64/i.test(r)?{mimeType:n,data:o}:null}function lt(t){if(!t||typeof t!="object")return null;if(t.type==="text"&&typeof t.text=="string"&&t.text.length>0)return {type:"content",content:{type:"text",text:t.text}};if(t.type==="image_url"&&typeof t.image_url?.url=="string"){let e=t.image_url.url,n=Wt(e);return n?{type:"content",content:{type:"image",data:n.data,mimeType:n.mimeType}}:{type:"content",content:{type:"image",data:"",mimeType:"",uri:e}}}return t.type==="video_url"&&typeof t.video_url?.url=="string"?{type:"content",content:{type:"text",text:`[video] ${t.video_url.url}`}}:t.type==="audio_url"&&typeof t.audio_url?.url=="string"?{type:"content",content:{type:"text",text:`[audio] ${t.audio_url.url}`}}:null}function at(t){let e=[];if(typeof t=="string")return t.length>0&&e.push({type:"content",content:{type:"text",text:t}}),e;if(Array.isArray(t)){for(let n of t){if(typeof n=="string"&&n.length>0){e.push({type:"content",content:{type:"text",text:n}});continue}let r=lt(n);r&&e.push(r);}return e}if(t&&typeof t=="object"){let n=lt(t);n&&e.push(n);}return e}function Mr(t){return t.some(e=>e.type==="content"&&e.content.type==="text"&&ct(e.content.text))}function $r(t){if(!t||typeof t!="object")return null;if(t.type==="think"&&typeof t.think=="string"&&t.think.length>0)return {update:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:t.think}}};if(t.type==="text"&&typeof t.text=="string"&&t.text.length>0)return {update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:t.text}}};if(t.type==="image_url"&&typeof t.image_url?.url=="string"){let e=t.image_url.url,n=Wt(e);return n?{update:{sessionUpdate:"agent_message_chunk",content:{type:"image",data:n.data,mimeType:n.mimeType}}}:{update:{sessionUpdate:"agent_message_chunk",content:{type:"image",data:"",mimeType:"",uri:e}}}}return t.type==="video_url"&&typeof t.video_url?.url=="string"?{update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`[video] ${t.video_url.url}`}}}:t.type==="audio_url"&&typeof t.audio_url?.url=="string"?{update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`[audio] ${t.audio_url.url}`}}}:null}function Dr(t){return t==="in_progress"?"in_progress":t==="done"||t==="completed"?"completed":"pending"}function Gt(t){if(!t||typeof t!="object")return [];let e=t.todos;return Array.isArray(e)?e.map(n=>{if(!n||typeof n!="object")return null;let r=n.title;if(typeof r!="string"||r.length===0)return null;let o=n.status;return {content:r,status:Dr(o),priority:"medium"}}).filter(n=>n!==null):[]}function dt(){let t=new Set,e=0;function n(a,l){return typeof a=="string"&&a.length>0?a:(e+=1,`kimi_${l.replace(/[^a-zA-Z0-9_]/g,"_")||"tool"}_${e}`)}return function(l){let d;try{d=JSON.parse(l);}catch{return null}if(!d||typeof d!="object"||"_meta"in d||"_prompt"in d)return null;let s=d.role;return s==="assistant"?r(d):s==="tool"?o(d):typeof d.type=="string"&&"payload"in d?i(d):null};function r(a){let l=[],d=a.content,s=a.tool_calls;if(typeof d=="string"&&d.length>0)l.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:d}}});else if(Array.isArray(d))for(let p of d){let u=$r(p);u&&l.push(u);}if(Array.isArray(s))for(let p of s){if(!p||typeof p!="object")continue;let u=p.function;if(!u)continue;let g=u.name??"",f=n(p.id,g),m;try{m=u.arguments?JSON.parse(u.arguments):{};}catch{m=u.arguments;}if(g==="SetTodoList"){let S=Gt(m);S.length>0&&l.push({update:{sessionUpdate:"plan",entries:S}}),t.add(f);continue}let{title:h,kind:y,toolContent:w,locations:x}=c(g,typeof m=="object"&&m!==null?m:{});l.push({update:{sessionUpdate:"tool_call",toolCallId:f,title:h,kind:y,status:"pending",rawInput:m,content:w,locations:x}});}return l.length>0?l:null}function o(a){let l=a.tool_call_id;if(typeof l!="string"||l.length===0)return null;if(t.has(l))return t.delete(l),null;let d=a.content,s=[],p=false;if(typeof d=="string")p=ct(d),d.length>0&&s.push({type:"content",content:{type:"text",text:d}});else if(Array.isArray(d))for(let u of d){let g=lt(u);g&&(g.type==="content"&&g.content.type==="text"&&ct(g.content.text)&&(p=true),s.push(g));}return [{update:{sessionUpdate:"tool_call_update",toolCallId:l,status:p?"failed":"completed",content:s}}]}function i(a){let l=a.type,d=a.payload??{},s=[];switch(l){case "TextPart":{let p=d.text;typeof p=="string"&&p.length>0&&s.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:p}}});break}case "ThinkPart":{let p=d.think;typeof p=="string"&&p.length>0&&s.push({update:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:p}}});break}case "ToolCall":{let p=d.function?.name??"",u=n(d.id,p),g=d.function;if(!g)break;let f;try{f=g.arguments?JSON.parse(g.arguments):{};}catch{f=g.arguments;}if(p==="SetTodoList"){let x=Gt(f);x.length>0&&s.push({update:{sessionUpdate:"plan",entries:x}}),t.add(u);break}let{title:m,kind:h,toolContent:y,locations:w}=c(p,typeof f=="object"&&f!==null?f:{});s.push({update:{sessionUpdate:"tool_call",toolCallId:u,title:m,kind:h,status:"pending",rawInput:f,content:y,locations:w}});break}case "ToolResult":{let p=d.tool_call_id;if(typeof p!="string"||p.length===0)break;if(t.has(p)){t.delete(p);break}let u=d.return_value??d.content,g=[],f=d.is_error===true;if(u&&typeof u=="object"&&!Array.isArray(u)){let m=u;f=f||m.type==="ToolError"||m.is_error===true,g.push(...at(m.output)),g.length===0&&typeof m.message=="string"&&m.message.length>0&&g.push({type:"content",content:{type:"text",text:m.message}}),g.length===0&&g.push(...at(u));}else g.push(...at(u));f=f||Mr(g),s.push({update:{sessionUpdate:"tool_call_update",toolCallId:p,status:f?"failed":"completed",content:g}});break}default:return null}return s.length>0?s:null}function c(a,l){let d=Ar[a]||"other",s=[],p=[],u=a;switch(a){case "ReadFile":{let g=l.path??l.file_path;u=`Read ${g||"file"}`,g&&p.push({path:g});break}case "ReadMediaFile":{let g=l.path??l.file_path;u=`Read media ${g||"file"}`,g&&p.push({path:g});break}case "WriteFile":{let g=l.path??l.file_path;u=`Write ${g||"file"}`,g&&(p.push({path:g}),typeof l.content=="string"&&s.push({type:"diff",path:g,oldText:null,newText:l.content}));break}case "StrReplaceFile":{let g=l.path??l.file_path;u=`Edit ${g||"file"}`,g&&p.push({path:g});break}case "Shell":u=l.command?`\`${l.command}\``:"Run command";break;case "Glob":u=`Find ${l.pattern||"files"}`,l.path&&p.push({path:l.path});break;case "Grep":u=`grep "${l.pattern||""}"`,l.path&&p.push({path:l.path});break;case "SearchWeb":u=l.query?`"${l.query}"`:"Web search";break;case "FetchURL":u=l.url?`Fetch ${l.url}`:"Web fetch";break;case "Task":u=l.description||"Subagent task";break;case "Think":u=l.thought||"Thinking";break;case "CreateSubagent":u=l.name?`Subagent: ${l.name}`:"Create subagent";break;case "SetTodoList":u="Update todos";break;default:u=a;}return {title:u,kind:d,toolContent:s,locations:p}}}var Br={read:"read",write:"edit",edit:"edit",multiedit:"edit",apply_patch:"edit",bash:"execute",glob:"search",grep:"search",list:"search",codesearch:"search",lsp:"search",webfetch:"fetch",websearch:"fetch",task:"think",batch:"think",plan_enter:"switch_mode",plan_exit:"switch_mode",todoread:"other",todowrite:"other",skill:"other",question:"other"};function Ur(t){let e=/^data:([^;,]+)?((?:;[^,]+)*),(.*)$/s.exec(t);if(!e)return null;let n=e[1]||"",r=e[2]||"",o=e[3]||"";return /;base64/i.test(r)?{mimeType:n,data:o}:null}function Lr(t){if(typeof t!="string")return "pending";switch(t.toLowerCase()){case "in_progress":case "in-progress":case "running":return "in_progress";case "completed":case "done":case "cancelled":return "completed";default:return "pending"}}function Fr(t){return t==="high"||t==="medium"||t==="low"?t:"medium"}function zt(t){return Array.isArray(t)?t.map(e=>{if(!e||typeof e!="object")return null;let n=e.content;return typeof n!="string"||n.length===0?null:{content:n,status:Lr(e.status),priority:Fr(e.priority)}}).filter(e=>e!==null):[]}function Nr(t){if(!t||typeof t!="object")return null;let e=t,n=typeof e.mime=="string"?e.mime:"",r=typeof e.url=="string"?e.url:"";if(n.startsWith("image/")){if(r.length>0){let a=Ur(r);return a?{type:"content",content:{type:"image",data:a.data,mimeType:a.mimeType||n}}:{type:"content",content:{type:"image",data:"",mimeType:n,uri:r}}}return null}return {type:"content",content:{type:"text",text:`[attachment] ${(typeof e.filename=="string"?e.filename:"")||"attachment"} (${n||"file"})`}}}function Kr(t,e){if(t==="error")return typeof e.error=="string"?e.error:null;if(typeof e.output=="string")return e.output;if(e.output===void 0||e.output===null)return null;try{return JSON.stringify(e.output)}catch{return String(e.output)}}function jr(t,e){return t==="error"?"failed":t==="running"?"in_progress":t==="pending"?"pending":typeof e=="number"&&e!==0?"failed":"completed"}function pt(){return function(c){let a;try{a=JSON.parse(c);}catch{return null}if(!a||typeof a!="object")return null;let l=a.sessionID,d=[];switch(a.type){case "step_start":case "step_finish":return null;case "text":{let s=t(a);s&&d.push({sessionId:l,update:s});break}case "reasoning":{let s=e(a);s&&d.push({sessionId:l,update:s});break}case "tool_use":{let s=n(a);for(let p of s)d.push({sessionId:l,update:p});break}case "error":{let s=r(a);s&&d.push({sessionId:l,update:s});break}default:return null}return d.length>0?d:null};function t(i){let c=i.part?.text;return typeof c!="string"||c.length===0?null:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:c}}}function e(i){let c=i.part?.text;return typeof c!="string"||c.length===0?null:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:c}}}function n(i){let c=i.part;if(!c)return [];let a=typeof c.callID=="string"?c.callID:"";if(a.length===0)return [];let l=typeof c.tool=="string"?c.tool.toLowerCase():"",d=typeof c.state=="object"&&c.state?c.state:{},s=typeof d.input=="object"&&d.input?d.input:{},p=d.status,u=d.title??d.metadata?.description??l,g=d.metadata?.exit,{kind:f,content:m,locations:h}=o(l,s),y=[];if(y.push({sessionUpdate:"tool_call",toolCallId:a,title:u,kind:f,status:"pending",rawInput:s,content:m,locations:h}),l==="todowrite"){let v=zt(s.todos);if(v.length===0&&typeof d.output=="string")try{v=zt(JSON.parse(d.output));}catch{}v.length>0&&y.push({sessionUpdate:"plan",entries:v});}let w=jr(p,g);if(w==="pending")return y;let x=Kr(p,d),S=[];if(typeof x=="string"&&x.length>0&&S.push({type:"content",content:{type:"text",text:w==="failed"?`\`\`\`
|
|
34
|
+
${x}
|
|
35
|
+
\`\`\``:x}}),Array.isArray(d.attachments))for(let v of d.attachments){let b=Nr(v);b&&S.push(b);}return y.push({sessionUpdate:"tool_call_update",toolCallId:a,status:w,content:S}),y}function r(i){let c=i.error?.name??"Error",a=i.error?.data?.message??i.error?.message??"Unknown error";return {sessionUpdate:"agent_message_chunk",content:{type:"text",text:`\u274C ${c}: ${a}`}}}function o(i,c){let a=Br[i]||"other",l=[],d=[];switch(i){case "read":{let s=c.filePath??c.path;if(s){let p=c.offset;d.push({path:s,line:typeof p=="number"&&Number.isFinite(p)?Math.max(0,p-1):void 0});}break}case "write":{let s=c.filePath??c.path;s&&(d.push({path:s}),typeof c.content=="string"&&l.push({type:"diff",path:s,oldText:null,newText:c.content}));break}case "edit":case "multiedit":{let s=c.filePath??c.path;s&&(d.push({path:s}),i==="edit"&&(c.oldString!==void 0||c.newString!==void 0)&&l.push({type:"diff",path:s,oldText:c.oldString??"",newText:c.newString??""}));break}case "apply_patch":break;case "bash":{let s=c.command;s&&c.description?l.push({type:"content",content:{type:"text",text:c.description}}):s&&l.push({type:"content",content:{type:"text",text:s}});break}case "glob":case "list":{let s=c.path;s&&d.push({path:s});break}case "grep":{let s=c.path;s&&d.push({path:s});break}case "codesearch":case "websearch":{let s=c.query;s&&l.push({type:"content",content:{type:"text",text:s}});break}case "webfetch":{let s=c.url;s&&l.push({type:"content",content:{type:"text",text:s}});break}case "task":{let s=c.description;s&&l.push({type:"content",content:{type:"text",text:s}});break}}return {kind:a,content:l,locations:d}}}var Vr={Read:"read",read_file:"read",Write:"edit",Edit:"edit",write_file:"edit",edit_file:"edit",Bash:"execute",BashOutput:"execute",KillShell:"execute",shell:"execute",run_shell_command:"execute",WebFetch:"fetch",WebSearch:"fetch",brave_web_search:"fetch",Glob:"search",Grep:"search",LS:"search",list_directory:"search",Task:"think",TodoWrite:"other",ExitPlanMode:"switch_mode"};function $e(){let t=new Map,e=new Map;return function(s){let p;try{p=JSON.parse(s);}catch{return null}if(!p||typeof p!="object")return null;let u=p;if("_meta"in u||"_prompt"in u)return null;let g=u.session_id||void 0,f=[];switch(u.type){case "assistant":{let m=n(u);for(let h of m)f.push({sessionId:g,update:h});break}case "stream_event":{let m=r(u);for(let h of m)f.push({sessionId:g,update:h});break}case "user":{let m=o(u);for(let h of m)f.push({sessionId:g,update:h});break}case "system":case "result":return null;default:return null}return f.length>0?f:null};function n(d){let s=[],p=d.message?.content;if(!Array.isArray(p))return s;for(let u of p){let g=i(u);s.push(...g);}return s}function r(d){let s=[],p=d.event;if(!p)return s;switch(p.type){case "content_block_start":{let u=p.index??0,g=p.content_block;g&&(t.set(u,g),g.type==="tool_use"&&e.set(u,""));break}case "content_block_delta":{let u=p.index??0,g=p.delta,f=t.get(u);if(g?.type==="text_delta"&&g.text)s.push({sessionUpdate:"agent_message_chunk",content:{type:"text",text:g.text}});else if(g?.type==="thinking_delta"&&g.thinking)s.push({sessionUpdate:"agent_thought_chunk",content:{type:"text",text:g.thinking}});else if(g?.type==="input_json_delta"&&g.partial_json&&f?.type==="tool_use"){let m=e.get(u)||"";e.set(u,m+g.partial_json);}break}case "content_block_stop":{let u=p.index??0,g=t.get(u);if(g&&!(g.type==="text"&&g.text)){if(!(g.type==="thinking"&&g.thinking)){if(g.type==="tool_use"){let f=g,m=e.get(u)||"";e.delete(u);let h=f.input;if(m)try{h=JSON.parse(m);}catch{}let y={...f,input:h},w=c(y);w&&s.push(w);}else if(g.type==="tool_result"){let f=a(g);f&&s.push(f);}}}t.delete(u);break}}return s}function o(d){let s=d.message?.content,p=[];if(typeof s=="string")return p.push({sessionUpdate:"user_message_chunk",content:{type:"text",text:s}}),p;if(Array.isArray(s)){for(let u of s)if(u.type==="text")p.push({sessionUpdate:"user_message_chunk",content:{type:"text",text:u.text}});else if(u.type==="tool_result"){let g=a(u);g&&p.push(g);}}return p}function i(d){switch(d.type){case "text":return d.text?[{sessionUpdate:"agent_message_chunk",content:{type:"text",text:d.text}}]:[];case "thinking":return d.thinking?[{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:d.thinking}}]:[];case "tool_use":{let s=c(d);return s?[s]:[]}case "tool_result":{let s=a(d);return s?[s]:[]}}}function c(d){let s=d.id,p=d.name,u=d.input;if(p==="TodoWrite"&&Array.isArray(u?.todos))return {sessionUpdate:"plan",entries:u.todos.map(y=>({content:y.content,status:y.status||"pending",priority:"medium"}))};let{title:g,kind:f,content:m,locations:h}=l(p,u||{});return {sessionUpdate:"tool_call",toolCallId:s,title:g,kind:f,status:"pending",rawInput:u,content:m,locations:h}}function a(d){let s=d.tool_use_id,p=d.is_error??false,u=d.content,g=[];if(typeof u=="string"&&u.length>0)g.push({type:"content",content:{type:"text",text:p?`\`\`\`
|
|
36
36
|
${u}
|
|
37
|
-
\`\`\``:u}});else if(Array.isArray(u)){for(let
|
|
38
|
-
${
|
|
39
|
-
\`\`\``:
|
|
40
|
-
`),
|
|
41
|
-
Try reinstalling: npm install @evolvingmachines/sdk`):
|
|
42
|
-
Try installing: npm install @evolvingmachines/daytona`):
|
|
43
|
-
Try installing: npm install @evolvingmachines/modal`):
|
|
44
|
-
Try reinstalling: npm install @evolvingmachines/sdk`):
|
|
45
|
-
1. Set ${
|
|
46
|
-
2. Set ${
|
|
47
|
-
3. Set ${
|
|
48
|
-
4. Set ${
|
|
49
|
-
5. Pass sandbox explicitly: .withSandbox(provider)`)}function
|
|
37
|
+
\`\`\``:u}});else if(Array.isArray(u)){for(let f of u)if(f.type==="text"){let m=f.text;g.push({type:"content",content:{type:"text",text:p?`\`\`\`
|
|
38
|
+
${m}
|
|
39
|
+
\`\`\``:m}});}}return {sessionUpdate:"tool_call_update",toolCallId:s,status:p?"failed":"completed",content:g}}function l(d,s){let p=Vr[d]||"other",u=[],g=[],f=d;switch(d){case "Read":case "read_file":f=`Read ${s.file_path||s.absolute_path||"file"}`,(s.file_path||s.absolute_path)&&g.push({path:s.file_path||s.absolute_path});break;case "Write":case "write_file":f=`Write ${s.file_path||"file"}`,s.file_path&&(g.push({path:s.file_path}),u.push({type:"diff",path:s.file_path,oldText:null,newText:s.content||""}));break;case "Edit":case "edit_file":f=`Edit ${s.file_path||"file"}`,s.file_path&&g.push({path:s.file_path});break;case "Bash":case "shell":case "run_shell_command":f=s.command?`\`${s.command}\``:"Run command",s.description&&u.push({type:"content",content:{type:"text",text:s.description}});break;case "WebFetch":f=s.url?`Fetch ${s.url}`:"Web fetch";break;case "WebSearch":case "brave_web_search":f=s.query?`"${s.query}"`:"Web search";break;case "Glob":f=`Find ${s.pattern||"files"}`,s.path&&g.push({path:s.path});break;case "Grep":f=`grep "${s.pattern||""}"`;break;case "LS":case "list_directory":f=`List ${s.path||"directory"}`,s.path&&g.push({path:s.path});break;case "Task":f=s.description||"Subagent task";break;case "TodoWrite":f="Update todos";break;case "ExitPlanMode":f="Exit plan mode";break;default:f=d;}return {title:f,kind:p,content:u,locations:g}}}function Jt(t){return $e()(t)}function W(t){switch(t){case "claude":return Pe();case "codex":return Oe();case "gemini":return Me();case "qwen":return $e();case "kimi":return dt();case "opencode":return pt();case "droid":return Ae();default:return ()=>null}}function Gr(t,e){let n=e.trim();return n?W(t)(n):null}function Wr(t,e){let n=[],r=e.split(`
|
|
40
|
+
`),o=W(t);for(let i of r){let c=i.trim();if(!c)continue;let a=o(c);a&&n.push(...a);}return n}function A(t){return t!==null&&typeof t=="object"&&"safeParse"in t&&typeof t.safeParse=="function"}function H(t){return JSON.stringify(zr(t,{target:"jsonSchema7"}),null,2)}function Y(t){return JSON.stringify(t,null,2)}function qt(t,e=false){let n={};function r(o,i){for(let c of M.readdirSync(o)){let a=oe.join(o,c),l=i?`${i}/${c}`:c;M.statSync(a).isDirectory()?e&&r(a,l):n[l]=M.readFileSync(a);}}return r(t,""),n}function Ht(t,e){for(let[n,r]of Object.entries(e)){let o=oe.join(t,n),i=oe.dirname(o);M.mkdirSync(i,{recursive:true});let c;r instanceof ArrayBuffer||r instanceof Uint8Array?c=Buffer.from(r):c=r,M.writeFileSync(o,c);}}function Jr(t){let e=t.replace(/^~/,process.env.HOME||"");if(!M.existsSync(e))throw new Error(`OAuth file not found: ${e}`);return M.readFileSync(e,"utf-8")}function Be(t){let e=t?.type??$t,n=$(e);if(t?.oauthToken){if(e!=="claude")throw new Error(`oauthToken is only supported for claude agent (Claude Max subscription), not ${e}. Use providerApiKey for ${e} instead.`);return {type:e,apiKey:t.oauthToken,isDirectMode:true,isOAuth:true,model:t.model,reasoningEffort:t.reasoningEffort}}if(t?.providerApiKey){let c=n.baseUrlEnv?process.env[n.baseUrlEnv]:void 0,a=t.providerBaseUrl??c??n.defaultBaseUrl;return {type:e,apiKey:t.providerApiKey,baseUrl:a,isDirectMode:true,model:t.model,reasoningEffort:t.reasoningEffort}}if(t?.apiKey)return {type:e,apiKey:t.apiKey,isDirectMode:false,model:t.model,reasoningEffort:t.reasoningEffort};let r=process.env[T];if(r)return {type:e,apiKey:r,isDirectMode:false,model:t?.model,reasoningEffort:t?.reasoningEffort};if(n.providerEnvMap){let a=(t?.model??n.defaultModel)?.split("/")[0],l=a?n.providerEnvMap[a]:void 0,d=l?process.env[l.keyEnv]:void 0;if(d){let p=(n.baseUrlEnv?process.env[n.baseUrlEnv]:void 0)??n.defaultBaseUrl;return {type:e,apiKey:d,baseUrl:p,isDirectMode:true,model:t?.model,reasoningEffort:t?.reasoningEffort}}}let o=process.env[n.apiKeyEnv];if(o){let a=(n.baseUrlEnv?process.env[n.baseUrlEnv]:void 0)??n.defaultBaseUrl;return {type:e,apiKey:o,baseUrl:a,isDirectMode:true,model:t?.model,reasoningEffort:t?.reasoningEffort}}if(n.oauthEnv){let c=process.env[n.oauthEnv];if(c){if(n.oauthFileName){let a=Jr(c);return {type:e,apiKey:"__oauth_file__",isDirectMode:true,isOAuth:true,oauthFileContent:a,model:t?.model,reasoningEffort:t?.reasoningEffort}}return {type:e,apiKey:c,isDirectMode:true,isOAuth:true,model:t?.model,reasoningEffort:t?.reasoningEffort}}}let i=n.oauthEnv?n.oauthFileName?`, or ${n.oauthEnv}`:`, oauthToken, or ${n.oauthEnv}`:"";throw new Error(`No API key found for ${e}. Set apiKey (gateway), providerApiKey (direct)${i}, or ${T} / ${n.apiKeyEnv} env var.`)}async function ut(){let t=process.env[_e];if(t)try{let{createE2BProvider:i}=await import('@evolvingmachines/e2b');return process.env.E2B_API_URL===Qe()&&delete process.env.E2B_API_URL,i({apiKey:t})}catch(i){let c=i;throw c.message?.includes("Cannot find module")||c.message?.includes("MODULE_NOT_FOUND")?new Error(`${_e} is set but @evolvingmachines/e2b failed to load.
|
|
41
|
+
Try reinstalling: npm install @evolvingmachines/sdk`):c}let e=process.env[Ee];if(e)try{let{createDaytonaProvider:i}=await import('@evolvingmachines/daytona');return i({apiKey:e})}catch(i){let c=i;throw c.message?.includes("Cannot find module")||c.message?.includes("MODULE_NOT_FOUND")?new Error(`${Ee} is set but @evolvingmachines/daytona failed to load.
|
|
42
|
+
Try installing: npm install @evolvingmachines/daytona`):c}let n=process.env[Te],r=process.env[Xe];if(n&&r)try{let{createModalProvider:i}=await import('@evolvingmachines/modal');return i({tokenId:n,tokenSecret:r})}catch(i){let c=i;throw c.message?.includes("Cannot find module")||c.message?.includes("MODULE_NOT_FOUND")?new Error(`${Te} is set but @evolvingmachines/modal failed to load.
|
|
43
|
+
Try installing: npm install @evolvingmachines/modal`):c}let o=process.env[T];if(o)try{let{createE2BProvider:i}=await import('@evolvingmachines/e2b');return i({apiKey:o,apiUrl:Qe()})}catch(i){let c=i;throw c.message?.includes("Cannot find module")||c.message?.includes("MODULE_NOT_FOUND")?new Error(`${T} is set but @evolvingmachines/e2b failed to load.
|
|
44
|
+
Try reinstalling: npm install @evolvingmachines/sdk`):c}throw new Error(`No sandbox provider configured. Either:
|
|
45
|
+
1. Set ${T} environment variable (recommended, get key at https://dashboard.evolvingmachines.ai)
|
|
46
|
+
2. Set ${_e} environment variable (direct E2B access, get key at https://e2b.dev)
|
|
47
|
+
3. Set ${Ee} environment variable (direct Daytona access, get key at https://app.daytona.io)
|
|
48
|
+
4. Set ${Te} and ${Xe} environment variables (direct Modal access, get tokens at https://modal.com/settings/tokens)
|
|
49
|
+
5. Pass sandbox explicitly: .withSandbox(provider)`)}function qr(t){return new Promise(e=>setTimeout(e,t))}async function P(t,e,n=0){let r=Hr(e),o=e?.onItemRetry,i=null,c=0,a=r.backoffMs;for(;c<r.maxAttempts;){if(c++,i=await t(c),!r.retryOn(i))return i;if(c>=r.maxAttempts)break;if(o){let l=i.error??"Unknown error";o(n,c,l);}await qr(a),a*=r.backoffMultiplier;}return i}function Hr(t){return {maxAttempts:t?.maxAttempts??3,backoffMs:t?.backoffMs??1e3,backoffMultiplier:t?.backoffMultiplier??2,retryOn:t?.retryOn??(e=>e.status==="error")}}var Yt=`## FILESYSTEM INSTRUCTIONS:
|
|
50
50
|
|
|
51
51
|
You are running in a sandbox environment.
|
|
52
52
|
|
|
@@ -79,7 +79,7 @@ Examples:
|
|
|
79
79
|
- "Generate a bar chart" \u2192 \`output/revenue_chart.png\`
|
|
80
80
|
- "Write a Python script" \u2192 \`output/parser.py\`
|
|
81
81
|
- "Convert this to JSON" \u2192 \`output/data.json\`
|
|
82
|
-
`;var
|
|
82
|
+
`;var Zt=`## FILESYSTEM INSTRUCTIONS:
|
|
83
83
|
|
|
84
84
|
You are running in a sandbox environment.
|
|
85
85
|
|
|
@@ -113,9 +113,9 @@ Examples:
|
|
|
113
113
|
- "Generate a bar chart" \u2192 \`output/revenue_chart.png\`
|
|
114
114
|
- "Write a Python script" \u2192 \`output/parser.py\`
|
|
115
115
|
- "Convert this to JSON" \u2192 \`output/data.json\`
|
|
116
|
-
`;var
|
|
116
|
+
`;var Qt=`## SYSTEM PROMPT
|
|
117
117
|
|
|
118
|
-
{{systemPrompt}}`;var
|
|
118
|
+
{{systemPrompt}}`;var Xt=`## STRUCTURED OUTPUT
|
|
119
119
|
|
|
120
120
|
Your final result MUST be saved to \`output/result.json\` following this schema:
|
|
121
121
|
|
|
@@ -133,13 +133,13 @@ You are free to:
|
|
|
133
133
|
But your final \`output/result.json\` MUST conform to the schema above.
|
|
134
134
|
|
|
135
135
|
### OUTPUT RESULTS (DELIVERABLES) MUST BE WRITTEN to \`output/result.json\` as files.
|
|
136
|
-
### Never just state results as text.`;var
|
|
136
|
+
### Never just state results as text.`;var en=`## BROWSER AUTOMATION
|
|
137
137
|
|
|
138
138
|
Actionbook is preconfigured for remote browser automation in this environment. When browser automation is needed, start sessions with \`actionbook browser start --session s1\`, then use normal Actionbook browser commands. Do not override the configured browser mode or browser endpoint unless the user explicitly asks.
|
|
139
|
-
`;var
|
|
139
|
+
`;var tn=`## Browser Automation
|
|
140
140
|
|
|
141
141
|
The agent-browser CDP connection is already configured. Use normal \`agent-browser\` commands when browser automation is needed.
|
|
142
|
-
`;var
|
|
142
|
+
`;var nn=`### 1. YOUR ROLE: BEST OF N JUDGE
|
|
143
143
|
|
|
144
144
|
You are a judge. {{candidateCount}} AI workers attempted the same task independently. Your job is to analyze their solution attempts and pick the best one based on the evaluation criteria below.
|
|
145
145
|
|
|
@@ -202,14 +202,14 @@ The output must satisfy:
|
|
|
202
202
|
**IMPORTANT:** Be thorough and fair. Cite specific evidence. If the output generally achieves the goal with minor issues, consider passing. Only fail if there are significant problems that violate the criteria.
|
|
203
203
|
|
|
204
204
|
If failing, provide specific, actionable feedback explaining what needs to be fixed.
|
|
205
|
-
`;var
|
|
205
|
+
`;var sn=`### CONTEXT STRUCTURE
|
|
206
206
|
|
|
207
207
|
\`\`\`
|
|
208
208
|
{{fileTree}}
|
|
209
209
|
\`\`\`
|
|
210
210
|
|
|
211
211
|
Examine all files within each item folder before producing your output.
|
|
212
|
-
`;var
|
|
212
|
+
`;var on="Evaluate the candidates and select the best one. You MUST save your decision to the file `output/result.json`.\n";var an="Verify the worker output against the criteria. You MUST save your decision to the file `output/result.json`.\n";var cn=`{{originalPrompt}}
|
|
213
213
|
|
|
214
214
|
## IMPORTANT: Previous Attempt Failed Verification
|
|
215
215
|
|
|
@@ -218,38 +218,38 @@ Your previous attempt did not pass quality verification. Please address this fee
|
|
|
218
218
|
{{feedback}}
|
|
219
219
|
|
|
220
220
|
Make sure your output addresses all the feedback points above.
|
|
221
|
-
`;var pn=Qt,un=Xt,
|
|
221
|
+
`;var ln=Yt,dn=Zt,pn=Qt,un=Xt,gt=en,gn=tn,ft=nn,fn=on,mt=rn,mn=an,hn=sn,ht=cn;function U(t,e){let n=t;for(let[r,o]of Object.entries(e))n=n.replace(new RegExp(`\\{\\{${r}\\}\\}`,"g"),o);return n}function yt(t){let e=t.mode==="swe"?dn:ln,n=U(e,{workingDir:t.workingDir}).trim();if(t.browserPrompt&&(n+=`
|
|
222
222
|
|
|
223
223
|
|
|
224
224
|
${t.browserPrompt.trim()}`),t.systemPrompt&&(n+=`
|
|
225
225
|
|
|
226
226
|
|
|
227
|
-
${U(
|
|
227
|
+
${U(pn,{systemPrompt:t.systemPrompt}).trim()}`),t.schema){let r=A(t.schema)?H(t.schema):Y(t.schema);n+=`
|
|
228
228
|
|
|
229
229
|
|
|
230
|
-
${U(
|
|
231
|
-
(empty)`;let n="worker_task/system_prompt.txt"in t,
|
|
232
|
-
`)}var
|
|
230
|
+
${U(un,{schema:r}).trim()}`;}return n}function Ue(t){let e=[...new Set(Object.keys(t).map(l=>l.split("/")[0]))].sort((l,d)=>l==="worker_task"?-1:d==="worker_task"?1:l.localeCompare(d));if(!e.length)return `context/
|
|
231
|
+
(empty)`;let n="worker_task/system_prompt.txt"in t,r="worker_task/schema.json"in t,o=Object.keys(t).some(l=>l.startsWith("worker_task/input/")),i=[];e.forEach((l,d)=>{let s=d===e.length-1,p=s?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ",u=s?" ":"\u2502 ";if(l==="worker_task"){i.push({line:`${p}${l}/`,comment:"task given to worker"});let g=[];n&&g.push({name:"system_prompt.txt",comment:"worker system prompt"}),g.push({name:"user_prompt.txt",comment:"worker task prompt"}),r&&g.push({name:"schema.json",comment:"expected output schema"}),o&&g.push({name:"input/",comment:"worker input files"}),g.forEach((f,m)=>{let y=m===g.length-1?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ";i.push({line:`${u}${y}${f.name}`,comment:f.comment});});}else if(l.startsWith("candidate_")){let g=l.replace("candidate_","");i.push({line:`${p}${l}/`,comment:`worker ${g} solution`});}else if(l==="worker_output")i.push({line:`${p}${l}/`,comment:"output to verify"});else if(l.startsWith("item_")){let g=l.replace("item_","");i.push({line:`${p}${l}/`,comment:`input ${g}`});}else i.push({line:`${p}${l}/`,comment:""});});let c=Math.max(...i.map(l=>l.line.length)),a=["context/"];for(let l of i)if(l.comment){let d=" ".repeat(c-l.line.length+3);a.push(`${l.line}${d}# ${l.comment}`);}else a.push(l.line);return a.join(`
|
|
232
|
+
`)}var yn=join(homedir(),Ut),ae=class{tag;timestamp;provider;agent;model;sandboxId;apiKey;dashboardUrl;localFilePath;observability;parser;isClosed=false;metaWritten=false;localQueue=Promise.resolve();dirReady=mkdir(yn,{recursive:true}).catch(()=>{});eventBuffer=[];dashboardQueue=Promise.resolve();flushTimer;constructor(e){this.validateConfig(e),this.provider=e.provider,this.agent=e.agent,this.model=e.model,this.sandboxId=e.sandboxId,this.apiKey=e.apiKey,this.dashboardUrl=Ce(),this.observability=e.observability,this.tag=e.tag||`${e.tagPrefix||"evolve"}-${randomBytes(8).toString("hex")}`,this.timestamp=new Date().toISOString();let n=this.timestamp.replace(/[:.]/g,"-"),r=`${this.tag}_${this.provider}_${this.sandboxId}_${this.agent}_${n}.jsonl`;this.localFilePath=join(yn,r),this.parser=W(e.agent);}getTag(){return this.tag}getTimestamp(){return this.timestamp}writePrompt(e){this.isClosed||this.write({_prompt:{text:e}});}writeEventParsed(e,n){if(!this.isClosed&&(this.writeLocalLine(e),this.apiKey&&n))for(let r of n)this.bufferForDashboard(r);}writeEvent(e){if(!this.isClosed&&(this.writeLocalLine(e),this.apiKey)){let n=this.parser(e);if(n)for(let r of n)this.bufferForDashboard(r);}}async flush(){await this.localQueue,await this.dashboardQueue,this.apiKey&&this.eventBuffer.length>0&&(this.flushDashboard(),await this.dashboardQueue);}async close(){this.isClosed||(this.isClosed=true,this.flushTimer&&(clearTimeout(this.flushTimer),this.flushTimer=void 0),this.write({_sessionEnd:{timestamp:new Date().toISOString()}}),await this.flush());}writeLocalLine(e){this.metaWritten||this.writeMeta();let n=e.endsWith(`
|
|
233
233
|
`)?e:e+`
|
|
234
234
|
`;this.localQueue=this.localQueue.then(()=>this.appendLocal(n)).catch(()=>{});}bufferForDashboard(e){this.eventBuffer.push(e),this.scheduleFlush();}write(e){this.metaWritten||this.writeMeta();let n=JSON.stringify(e)+`
|
|
235
235
|
`;this.localQueue=this.localQueue.then(()=>this.appendLocal(n)).catch(()=>{}),this.apiKey&&(this.eventBuffer.push(e),this.scheduleFlush());}writeMeta(){let e={_meta:{tag:this.tag,provider:this.provider,agent:this.agent,model:this.model,sandbox_id:this.sandboxId,timestamp:this.timestamp,...this.filterUndefined(this.observability)}},n=JSON.stringify(e)+`
|
|
236
|
-
`;this.localQueue=this.localQueue.then(()=>this.appendLocal(n)).catch(()=>{}),this.apiKey&&this.eventBuffer.push(e),this.metaWritten=true;}async appendLocal(e){try{await this.dirReady,await appendFile(this.localFilePath,e,"utf-8");}catch(n){console.debug("[SessionLogger] Local write failed:",n);}}scheduleFlush(){if(this.eventBuffer.length>=Nt){this.flushDashboard();return}!this.flushTimer&&!this.isClosed&&(this.flushTimer=setTimeout(()=>{this.flushTimer=void 0,this.flushDashboard();},Kt));}flushDashboard(){if(!this.apiKey||this.eventBuffer.length===0)return;let e=this.eventBuffer.splice(0);this.dashboardQueue=this.dashboardQueue.then(()=>this.sendToDashboard(e)).catch(()=>{});}async sendToDashboard(e){let n={tag:this.tag,provider:this.provider,agent:this.agent,model:this.model,sandboxId:this.sandboxId,timestamp:this.timestamp,...this.filterUndefined(this.observability),events:e};for(let s=1;s<=_e;s++)try{let i=await fetch(`${this.dashboardUrl}/api/sessions/ingest`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`},body:JSON.stringify(n),signal:AbortSignal.timeout(1e4)});if(i.ok)return;if(i.status===429||i.status===401||i.status>=500){if(s===_e){console.debug(`[SessionLogger] Dashboard ${i.status} after ${s} retries, requeueing`),this.requeueEvents(e);return}await this.delay(et*s);continue}console.debug(`[SessionLogger] Dashboard ${i.status}, dropping events`);return}catch(i){s===_e?(console.debug("[SessionLogger] Dashboard sync failed after retries, requeueing:",i),this.requeueEvents(e)):await this.delay(et*s);}}requeueEvents(e){this.eventBuffer.unshift(...e);}validateConfig(e){let n=Ce();if(e.apiKey&&!n.startsWith("https://")&&!n.includes("localhost")&&!n.includes("127.0.0.1"))throw new Error("Dashboard URL must use HTTPS when API key is provided")}delay(e){return new Promise(n=>setTimeout(n,e))}filterUndefined(e){return e?Object.fromEntries(Object.entries(e).filter(([,n])=>n!==void 0)):{}}};var De="COMPOSIO_API_KEY";function Cn(t){return new Composio({apiKey:process.env[De]})}function yt(t){if(!t?.trim())throw new Error("userId is required and cannot be empty")}async function Be(t,e,n){yt(t);let s=Cn(),i={};return e?.toolkits&&(i.toolkits=e.toolkits),e?.tools&&(i.tools=e.tools),e?.authConfigs&&(i.authConfigs=e.authConfigs),e?.connectedAccounts&&(i.connectedAccounts=e.connectedAccounts),e?.manageConnections!==void 0&&(i.manageConnections=e.manageConnections),await s.create(t,Object.keys(i).length>0?i:void 0)}async function Sn(t,e,n,s){yt(t);let i=Cn(),a=(await i.toolkits.get(e)).authConfigDetails?.find(c=>c.mode==="API_KEY");if(!a)throw new Error(`Toolkit "${e}" does not support API key authentication. Get an OAuth URL via Evolve.composio.auth() instead.`);await i.connectedAccounts.initiate(t,a.name,{config:AuthScheme.APIKey({api_key:n})});}async function wt(t,e){if(yt(t),e?.keys)for(let[s,i]of Object.entries(e.keys))try{await Sn(t,s,i);}catch(r){throw new Error(`Failed to create API key connection for "${s}": ${r.message}`)}let n=await Be(t,{toolkits:e?.toolkits,tools:e?.tools,authConfigs:e?.authConfigs,connectedAccounts:e?.connectedAccounts,manageConnections:e?.manageConnections});return {url:n.mcp.url,headers:n.mcp.headers}}function xn(t){if(!t?.trim())throw new Error("userId is required and cannot be empty")}function Co(){return new Composio({apiKey:process.env[De]})}async function kn(t,e){xn(t);let s=await(await Be(t,{manageConnections:false})).authorize(e);return {url:s.redirectUrl,connectionId:s.id}}async function _n(t,e){let n=await vt(t),s={};for(let i of n)s[i.toolkit]=i.connected;return e?s[e]??false:s}async function vt(t){return xn(t),(await Co().connectedAccounts.list({userIds:[t],statuses:["ACTIVE"]})).items.map(s=>({toolkit:s.toolkit.slug,connected:s.status==="ACTIVE",accountId:s.id}))}var bt={auth:kn,status:_n,connections:vt};promisify(exec);var kt=promisify(execFile),Rn=Symbol.for("evolve:awsSdkCache"),Pn=Symbol.for("evolve:s3ClientCache");var Mo=3600,Ao=["node_modules","__pycache__","*.pyc",".cache",".npm",".pip",".venv","venv"];function $o(t){if(t.startsWith("s3://")){let i=t.slice(5),r=i.indexOf("/");return r===-1?{bucket:i,prefix:""}:{bucket:i.slice(0,r),prefix:i.slice(r+1).replace(/\/+$/,"")}}let e=new URL(t),n=e.hostname,s=e.pathname.split("/").filter(Boolean);if(n.includes(".s3.")&&n.endsWith(".amazonaws.com"))return {bucket:n.split(".s3.")[0],prefix:s.join("/")};if(s.length===0)throw new Error(`Invalid storage URL: no bucket in path. Expected https://endpoint/bucket/prefix, got ${t}`);return {bucket:s[0],prefix:s.slice(1).join("/"),endpoint:`${e.protocol}//${e.host}`}}function Le(t,e,n,s){if(!t?.url&&!t?.bucket){if(!e)throw new Error("Storage requires either a URL (BYOK mode) or gateway API key. Use .withStorage({ url: 's3://bucket/prefix' }) or configure EVOLVE_API_KEY for gateway mode.");return {bucket:"",prefix:"",region:t?.region||"us-east-1",mode:"gateway",gatewayUrl:n,gatewayApiKey:s}}let i=t?.bucket||"",r=t?.prefix||"",l=t?.endpoint;if(t?.url){let a=$o(t.url);i=i||a.bucket,r=r||a.prefix,l=l||a.endpoint;}if(!i)throw new Error("Storage bucket is required. Provide url (s3://bucket/prefix) or explicit bucket name.");return {bucket:i,prefix:r,region:t?.region||process.env.AWS_REGION||"us-east-1",endpoint:l,credentials:t?.credentials,mode:"byok"}}function In(t){if(t.includes(".."))throw new Error(`settingsDir must not contain '..': ${t}`);let e;if(t.startsWith("~/"))e=t.slice(2);else if(t.startsWith("/home/user/"))e=t.slice(11);else if(t.startsWith("."))e=t;else throw new Error(`Unexpected settingsDir: ${t}. Expected ~/ or /home/user/ prefix.`);if(!e||e.startsWith("/"))throw new Error(`settingsDir resolves to invalid path: ${t}`);return e}function Do(t){if(t.includes(".."))throw new Error(`workingDir must not contain '..': ${t}`);if(!t.startsWith("/home/user/"))throw new Error(`Unexpected workingDir: ${t}. Must start with /home/user/.`);let e=t.slice(11).replace(/\/+$/,"");if(!e||e.startsWith("/")||e.includes("//"))throw new Error(`workingDir resolves to invalid path: ${t}`);return e}function Ue(t){return "'"+t.replace(/'/g,"'\\''")+"'"}function Bo(t,e){let n=$(t),s=Do(e),i=n.checkpointDirs?.length?n.checkpointDirs.map(a=>In(a)):[In(n.mcpConfig.settingsDir)],r=[...Ao.map(a=>`--exclude=${Ue(a)}`),`--exclude=${Ue(s+"/temp")}`].join(" "),l=[Ue(s+"/"),...i.map(a=>Ue(a+"/"))].join(" ");return [`tar -czf /tmp/evolve-ckpt.tar.gz -C /home/user ${r} ${l}`,"sha256sum /tmp/evolve-ckpt.tar.gz | awk '{print $1}'"].join(" && ")}async function Q(){let t=globalThis[Rn];if(t)return t;let e="@aws-sdk/client-s3",n="@aws-sdk/s3-request-presigner";try{let[s,i]=await Promise.all([Function("m","return import(m)")(e),Function("m","return import(m)")(n)]);return globalThis[Rn]={s3:s,presigner:i},{s3:s,presigner:i}}catch{throw new Error("Storage requires @aws-sdk/client-s3 and @aws-sdk/s3-request-presigner. Install: npm i @aws-sdk/client-s3 @aws-sdk/s3-request-presigner")}}async function le(t){let e=t.credentials?`${t.credentials.accessKeyId}:${t.credentials.secretAccessKey.slice(-4)}`:"env",n=`${t.bucket}:${t.region}:${t.endpoint||""}:${e}`,s=globalThis[Pn];if(s?.key===n)return s.client;let{s3:i}=await Q(),r=new i.S3Client({region:t.region,...t.endpoint&&{endpoint:t.endpoint,forcePathStyle:true},...t.credentials&&{credentials:t.credentials}});return globalThis[Pn]={client:r,key:n},r}async function Ln(t,e,n){let{s3:s,presigner:i}=await Q(),r=await le(t),l=n==="put"?new s.PutObjectCommand({Bucket:t.bucket,Key:e,ContentType:"application/gzip"}):new s.GetObjectCommand({Bucket:t.bucket,Key:e});return i.getSignedUrl(r,l,{expiresIn:Mo})}async function On(t,e){let{s3:n}=await Q(),s=await le(t);try{return await s.send(new n.HeadObjectCommand({Bucket:t.bucket,Key:e})),!0}catch(i){let r=i?.name||i?.message||"";if(i?.$metadata?.httpStatusCode===404||r==="NotFound"||r==="NoSuchKey")return false;throw i}}async function Nn(t,e){let{s3:n}=await Q(),r=await(await(await le(t)).send(new n.GetObjectCommand({Bucket:t.bucket,Key:e}))).Body?.transformToString();if(!r)throw new Error(`Empty response from S3 key: ${e}`);return JSON.parse(r)}async function Uo(t,e,n){let{s3:s}=await Q();await(await le(t)).send(new s.PutObjectCommand({Bucket:t.bucket,Key:e,Body:JSON.stringify(n,null,2),ContentType:"application/json"}));}function Kn(t,e){return `${t.prefix?`${t.prefix}/`:""}data/${e}/archive.tar.gz`}function jn(t,e){return `${t.prefix?`${t.prefix}/`:""}checkpoints/${e}.json`}function Fo(){let t=Date.now().toString(36),e=Math.random().toString(36).slice(2,10);return `ckpt_${t}_${e}`}async function Vn(t,e,n,s){let i=await fetch(`${t.gatewayUrl}/api/checkpoints/presign`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t.gatewayApiKey}`},body:JSON.stringify({tag:e,hash:n,action:s})});if(!i.ok){let r=await i.text().catch(()=>"");throw new Error(`Gateway presign failed (${i.status}): ${r}`)}return i.json()}async function Lo(t,e){let n=await fetch(`${t.gatewayUrl}/api/checkpoints`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t.gatewayApiKey}`},body:JSON.stringify(e)});if(!n.ok){let s=await n.text().catch(()=>"");throw new Error(`Gateway checkpoint create failed (${n.status}): ${s}`)}return n.json()}async function No(t,e){let n=await fetch(`${t.gatewayUrl}/api/checkpoints/${encodeURIComponent(e)}`,{method:"GET",headers:{Authorization:`Bearer ${t.gatewayApiKey}`}});if(!n.ok){if(n.status===404)throw new Error(`Checkpoint ${e} not found`);let s=await n.text().catch(()=>"");throw new Error(`Gateway checkpoint get failed (${n.status}): ${s}`)}return n.json()}async function _t(t,e,n,s,i){let r=new Date().toISOString(),l=Bo(n,s),a=await t.commands.run(l,{timeoutMs:12e4});if(a.exitCode!==0)throw new Error(`Checkpoint tar failed: ${a.stderr}`);let c=a.stdout.trim().split(`
|
|
237
|
-
`).pop()?.trim();if(!
|
|
238
|
-
`).pop()?.trim();if(
|
|
239
|
-
`)){if(!
|
|
240
|
-
${n}`)}function
|
|
236
|
+
`;this.localQueue=this.localQueue.then(()=>this.appendLocal(n)).catch(()=>{}),this.apiKey&&this.eventBuffer.push(e),this.metaWritten=true;}async appendLocal(e){try{await this.dirReady,await appendFile(this.localFilePath,e,"utf-8");}catch(n){console.debug("[SessionLogger] Local write failed:",n);}}scheduleFlush(){if(this.eventBuffer.length>=Lt){this.flushDashboard();return}!this.flushTimer&&!this.isClosed&&(this.flushTimer=setTimeout(()=>{this.flushTimer=void 0,this.flushDashboard();},Ft));}flushDashboard(){if(!this.apiKey||this.eventBuffer.length===0)return;let e=this.eventBuffer.splice(0);this.dashboardQueue=this.dashboardQueue.then(()=>this.sendToDashboard(e)).catch(()=>{});}async sendToDashboard(e){let n={tag:this.tag,provider:this.provider,agent:this.agent,model:this.model,sandboxId:this.sandboxId,timestamp:this.timestamp,...this.filterUndefined(this.observability),events:e};for(let r=1;r<=Ie;r++)try{let o=await fetch(`${this.dashboardUrl}/api/sessions/ingest`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`},body:JSON.stringify(n),signal:AbortSignal.timeout(1e4)});if(o.ok)return;if(o.status===429||o.status===401||o.status>=500){if(r===Ie){console.debug(`[SessionLogger] Dashboard ${o.status} after ${r} retries, requeueing`),this.requeueEvents(e);return}await this.delay(tt*r);continue}console.debug(`[SessionLogger] Dashboard ${o.status}, dropping events`);return}catch(o){r===Ie?(console.debug("[SessionLogger] Dashboard sync failed after retries, requeueing:",o),this.requeueEvents(e)):await this.delay(tt*r);}}requeueEvents(e){this.eventBuffer.unshift(...e);}validateConfig(e){let n=Ce();if(e.apiKey&&!n.startsWith("https://")&&!n.includes("localhost")&&!n.includes("127.0.0.1"))throw new Error("Dashboard URL must use HTTPS when API key is provided")}delay(e){return new Promise(n=>setTimeout(n,e))}filterUndefined(e){return e?Object.fromEntries(Object.entries(e).filter(([,n])=>n!==void 0)):{}}};function ce(t){return (t||process.env.EVOLVE_DASHBOARD_URL||E).replace(/\/$/,"")}function le(t){let e=t||process.env.EVOLVE_API_KEY;if(!e)throw new Error("EVOLVE_API_KEY is required for managed integrations");return e}async function de(t){return await t.text().catch(()=>"")}function wt(t){let e=t?.trim();if(!e)throw new Error('Integration userId is required; use "root" for dashboard-owned accounts');return e}function us(t){let e=Array.from(new Set((t??[]).map(n=>n.trim()).filter(Boolean)));if(e.length===0)throw new Error("withIntegrations() requires at least one app");return e}async function vn(t){let e=await fetch(`${ce(t.dashboardUrl)}/api/integration-sessions`,{method:"POST",headers:{Authorization:`Bearer ${le(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({userId:wt(t.userId),apps:us(t.apps),tools:t.tools,accounts:t.accounts,keys:t.keys,authConfigs:t.authConfigs,sessionTag:t.sessionTag}),signal:AbortSignal.timeout(3e4)});if(!e.ok)throw new Error(`Managed integrations session create failed (${e.status}): ${await de(e)}`);let n=await e.json();if(!n.mcp?.url)throw new Error("Managed integrations response missing mcp.url");return {url:n.mcp.url,headers:n.mcp.headers??{}}}async function gs(t){let e=await fetch(`${ce(t.dashboardUrl)}/api/integrations/connect`,{method:"POST",headers:{Authorization:`Bearer ${le(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({userId:wt(t.userId),app:t.app,accountLabel:t.accountLabel}),signal:AbortSignal.timeout(3e4)});if(!e.ok)throw new Error(`Managed integration connect failed (${e.status}): ${await de(e)}`);return await e.json()}async function fs(t){let e=Array.from(new Set((t.userIds??[]).map(c=>wt(c))));if(e.length===0)throw new Error("Integration accounts.list() requires at least one userId");let n=new URLSearchParams({userIds:e.join(",")});t.app&&n.set("app",t.app),t.statuses?.length&&n.set("statuses",t.statuses.join(","));let r={Authorization:`Bearer ${le(t.apiKey)}`,accept:"application/json"},o=await fetch(`${ce(t.dashboardUrl)}/api/integrations/status?${n}`,{headers:r,signal:AbortSignal.timeout(3e4)});if(!o.ok)throw new Error(`Managed integration status failed (${o.status}): ${await de(o)}`);return ((await o.json()).accounts??[]).map(c=>({userId:String(c.userId??""),app:String(c.app??""),appName:typeof c.appName=="string"?c.appName:void 0,appIcon:typeof c.appIcon=="string"?c.appIcon:void 0,accountLabel:typeof c.accountLabel=="string"?c.accountLabel:void 0,status:String(c.status??""),accountId:typeof c.accountId=="string"?c.accountId:void 0,updatedAt:typeof c.updatedAt=="string"?c.updatedAt:void 0}))}async function ms(t){let e=await fetch(`${ce(t.dashboardUrl)}/api/integrations/accounts/update`,{method:"POST",headers:{Authorization:`Bearer ${le(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({accountId:t.accountId,accountLabel:t.accountLabel}),signal:AbortSignal.timeout(3e4)});if(!e.ok)throw new Error(`Managed integration account update failed (${e.status}): ${await de(e)}`);return await e.json()}async function hs(t){let e=await fetch(`${ce(t.dashboardUrl)}/api/integrations/disconnect`,{method:"POST",headers:{Authorization:`Bearer ${le(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({accountId:t.accountId}),signal:AbortSignal.timeout(3e4)});if(!e.ok)throw new Error(`Managed integration account delete failed (${e.status}): ${await de(e)}`);return await e.json()}var bn={auth:gs,accounts:{list:fs,update:ms,delete:hs}};promisify(exec);var xt=promisify(execFile),kn=Symbol.for("evolve:awsSdkCache"),Cn=Symbol.for("evolve:s3ClientCache");var Ts=3600,Is=["node_modules","__pycache__","*.pyc",".cache",".npm",".pip",".venv","venv"];function Rs(t){if(t.startsWith("s3://")){let o=t.slice(5),i=o.indexOf("/");return i===-1?{bucket:o,prefix:""}:{bucket:o.slice(0,i),prefix:o.slice(i+1).replace(/\/+$/,"")}}let e=new URL(t),n=e.hostname,r=e.pathname.split("/").filter(Boolean);if(n.includes(".s3.")&&n.endsWith(".amazonaws.com"))return {bucket:n.split(".s3.")[0],prefix:r.join("/")};if(r.length===0)throw new Error(`Invalid storage URL: no bucket in path. Expected https://endpoint/bucket/prefix, got ${t}`);return {bucket:r[0],prefix:r.slice(1).join("/"),endpoint:`${e.protocol}//${e.host}`}}function Ne(t,e,n,r){if(!t?.url&&!t?.bucket){if(!e)throw new Error("Storage requires either a URL (BYOK mode) or gateway API key. Use .withStorage({ url: 's3://bucket/prefix' }) or configure EVOLVE_API_KEY for gateway mode.");return {bucket:"",prefix:"",region:t?.region||"us-east-1",mode:"gateway",gatewayUrl:n,gatewayApiKey:r}}let o=t?.bucket||"",i=t?.prefix||"",c=t?.endpoint;if(t?.url){let a=Rs(t.url);o=o||a.bucket,i=i||a.prefix,c=c||a.endpoint;}if(!o)throw new Error("Storage bucket is required. Provide url (s3://bucket/prefix) or explicit bucket name.");return {bucket:o,prefix:i,region:t?.region||process.env.AWS_REGION||"us-east-1",endpoint:c,credentials:t?.credentials,mode:"byok"}}function _n(t){if(t.includes(".."))throw new Error(`settingsDir must not contain '..': ${t}`);let e;if(t.startsWith("~/"))e=t.slice(2);else if(t.startsWith("/home/user/"))e=t.slice(11);else if(t.startsWith("."))e=t;else throw new Error(`Unexpected settingsDir: ${t}. Expected ~/ or /home/user/ prefix.`);if(!e||e.startsWith("/"))throw new Error(`settingsDir resolves to invalid path: ${t}`);return e}function Ps(t){if(t.includes(".."))throw new Error(`workingDir must not contain '..': ${t}`);if(!t.startsWith("/home/user/"))throw new Error(`Unexpected workingDir: ${t}. Must start with /home/user/.`);let e=t.slice(11).replace(/\/+$/,"");if(!e||e.startsWith("/")||e.includes("//"))throw new Error(`workingDir resolves to invalid path: ${t}`);return e}function Le(t){return "'"+t.replace(/'/g,"'\\''")+"'"}function Os(t,e){let n=$(t),r=Ps(e),o=n.checkpointDirs?.length?n.checkpointDirs.map(a=>_n(a)):[_n(n.mcpConfig.settingsDir)],i=[...Is.map(a=>`--exclude=${Le(a)}`),`--exclude=${Le(r+"/temp")}`].join(" "),c=[Le(r+"/"),...o.map(a=>Le(a+"/"))].join(" ");return [`tar -czf /tmp/evolve-ckpt.tar.gz -C /home/user ${i} ${c}`,"sha256sum /tmp/evolve-ckpt.tar.gz | awk '{print $1}'"].join(" && ")}async function Q(){let t=globalThis[kn];if(t)return t;let e="@aws-sdk/client-s3",n="@aws-sdk/s3-request-presigner";try{let[r,o]=await Promise.all([Function("m","return import(m)")(e),Function("m","return import(m)")(n)]);return globalThis[kn]={s3:r,presigner:o},{s3:r,presigner:o}}catch{throw new Error("Storage requires @aws-sdk/client-s3 and @aws-sdk/s3-request-presigner. Install: npm i @aws-sdk/client-s3 @aws-sdk/s3-request-presigner")}}async function ue(t){let e=t.credentials?`${t.credentials.accessKeyId}:${t.credentials.secretAccessKey.slice(-4)}`:"env",n=`${t.bucket}:${t.region}:${t.endpoint||""}:${e}`,r=globalThis[Cn];if(r?.key===n)return r.client;let{s3:o}=await Q(),i=new o.S3Client({region:t.region,...t.endpoint&&{endpoint:t.endpoint,forcePathStyle:true},...t.credentials&&{credentials:t.credentials}});return globalThis[Cn]={client:i,key:n},i}async function $n(t,e,n){let{s3:r,presigner:o}=await Q(),i=await ue(t),c=n==="put"?new r.PutObjectCommand({Bucket:t.bucket,Key:e,ContentType:"application/gzip"}):new r.GetObjectCommand({Bucket:t.bucket,Key:e});return o.getSignedUrl(i,c,{expiresIn:Ts})}async function En(t,e){let{s3:n}=await Q(),r=await ue(t);try{return await r.send(new n.HeadObjectCommand({Bucket:t.bucket,Key:e})),!0}catch(o){let i=o?.name||o?.message||"";if(o?.$metadata?.httpStatusCode===404||i==="NotFound"||i==="NoSuchKey")return false;throw o}}async function Dn(t,e){let{s3:n}=await Q(),i=await(await(await ue(t)).send(new n.GetObjectCommand({Bucket:t.bucket,Key:e}))).Body?.transformToString();if(!i)throw new Error(`Empty response from S3 key: ${e}`);return JSON.parse(i)}async function As(t,e,n){let{s3:r}=await Q();await(await ue(t)).send(new r.PutObjectCommand({Bucket:t.bucket,Key:e,Body:JSON.stringify(n,null,2),ContentType:"application/json"}));}function Bn(t,e){return `${t.prefix?`${t.prefix}/`:""}data/${e}/archive.tar.gz`}function Un(t,e){return `${t.prefix?`${t.prefix}/`:""}checkpoints/${e}.json`}function Ms(){let t=Date.now().toString(36),e=Math.random().toString(36).slice(2,10);return `ckpt_${t}_${e}`}async function Ln(t,e,n,r){let o=await fetch(`${t.gatewayUrl}/api/checkpoints/presign`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t.gatewayApiKey}`},body:JSON.stringify({tag:e,hash:n,action:r})});if(!o.ok){let i=await o.text().catch(()=>"");throw new Error(`Gateway presign failed (${o.status}): ${i}`)}return o.json()}async function $s(t,e){let n=await fetch(`${t.gatewayUrl}/api/checkpoints`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t.gatewayApiKey}`},body:JSON.stringify(e)});if(!n.ok){let r=await n.text().catch(()=>"");throw new Error(`Gateway checkpoint create failed (${n.status}): ${r}`)}return n.json()}async function Ds(t,e){let n=await fetch(`${t.gatewayUrl}/api/checkpoints/${encodeURIComponent(e)}`,{method:"GET",headers:{Authorization:`Bearer ${t.gatewayApiKey}`}});if(!n.ok){if(n.status===404)throw new Error(`Checkpoint ${e} not found`);let r=await n.text().catch(()=>"");throw new Error(`Gateway checkpoint get failed (${n.status}): ${r}`)}return n.json()}async function kt(t,e,n,r,o){let i=new Date().toISOString(),c=Os(n,r),a=await t.commands.run(c,{timeoutMs:12e4});if(a.exitCode!==0)throw new Error(`Checkpoint tar failed: ${a.stderr}`);let l=a.stdout.trim().split(`
|
|
237
|
+
`).pop()?.trim();if(!l||l.length!==64)throw new Error(`Invalid checkpoint hash: ${l}`);let d=await t.commands.run("stat -c '%s' /tmp/evolve-ckpt.tar.gz 2>/dev/null || stat -f '%z' /tmp/evolve-ckpt.tar.gz",{timeoutMs:1e4}),s=parseInt(d.stdout.trim(),10),p=Number.isNaN(s)?void 0:s,u;try{if(e.mode==="byok"){let g=Bn(e,l);if(!await En(e,g)){let h=await $n(e,g,"put"),y=await t.commands.run(`curl -sf -X PUT -H "Content-Type: application/gzip" --upload-file /tmp/evolve-ckpt.tar.gz "${h}"`,{timeoutMs:3e5});if(y.exitCode!==0)throw new Error(`Checkpoint upload failed: ${y.stderr}`);if(!await En(e,g))throw new Error("Checkpoint upload verification failed (HeadObject)")}u=Ms();let m={id:u,hash:l,tag:o.tag,timestamp:i,sizeBytes:p,agentType:n,model:o.model,workspaceMode:o.workspaceMode,parentId:o.parentId,comment:o.comment,sandboxId:t.sandboxId};await As(e,Un(e,u),m);}else {let g=await Ln(e,o.tag,l,"put");if(!g.alreadyExists){let m=await t.commands.run(`curl -sf -X PUT -H "Content-Type: application/gzip" --upload-file /tmp/evolve-ckpt.tar.gz "${g.url}"`,{timeoutMs:3e5});if(m.exitCode!==0)throw new Error(`Checkpoint upload failed: ${m.stderr}`)}u=(await $s(e,{tag:o.tag,hash:l,sizeBytes:p??0,agentType:n,model:o.model,workspaceMode:o.workspaceMode,parentId:o.parentId,comment:o.comment})).id;}}finally{await t.commands.run("rm -f /tmp/evolve-ckpt.tar.gz",{timeoutMs:1e4});}return {id:u,hash:l,tag:o.tag,timestamp:i,sizeBytes:p,agentType:n,model:o.model,workspaceMode:o.workspaceMode,parentId:o.parentId,comment:o.comment}}async function Fn(t,e,n){let r=await _t(e,n),o=r.hash,i={agentType:r.agentType,workspaceMode:r.workspaceMode},c=await Vn(e,r),a=await t.commands.run(`curl -sf -o /tmp/evolve-restore.tar.gz "${c}" && sha256sum /tmp/evolve-restore.tar.gz | awk '{print $1}'`,{timeoutMs:3e5});if(a.exitCode!==0)throw new Error(`Checkpoint download failed: ${a.stderr}`);let l=a.stdout.trim().split(`
|
|
238
|
+
`).pop()?.trim();if(l!==o)throw await t.commands.run("rm -f /tmp/evolve-restore.tar.gz",{timeoutMs:1e4}),new Error(`Checkpoint integrity check failed (expected ${o}, got ${l})`);let d=await t.commands.run("tar -xzf /tmp/evolve-restore.tar.gz -C /home/user && rm -f /tmp/evolve-restore.tar.gz",{timeoutMs:12e4});if(d.exitCode!==0)throw new Error(`Checkpoint extraction failed: ${d.stderr}`);return i}function Nn(t,e){let n=e?.gatewayApiKey||process.env.EVOLVE_API_KEY,r=e?.gatewayUrl||E,o=!t.url&&!t.bucket&&!!n;return Ne(t,o,r,n)}async function Kn(t,e){let{s3:n}=await Q(),r=await ue(t),i=`${t.prefix?`${t.prefix}/`:""}checkpoints/`,c=[],a;do{let u={Bucket:t.bucket,Prefix:i,...a&&{ContinuationToken:a}},g=await r.send(new n.ListObjectsV2Command(u));if(g.Contents)for(let f of g.Contents)f.Key?.endsWith(".json")&&f.LastModified&&c.push({key:f.Key,lastModified:f.LastModified});a=g.IsTruncated?g.NextContinuationToken:void 0;}while(a);if(c.length===0)return [];c.sort((u,g)=>{let f=g.lastModified.getTime()-u.lastModified.getTime();return f!==0?f:g.key<u.key?-1:g.key>u.key?1:0});let d=!!e?.tag?c:e?.limit?c.slice(0,e.limit):c,p=(await Promise.all(d.map(async u=>{try{return await Dn(t,u.key)}catch{return null}}))).filter(u=>u!==null);return e?.tag&&(p=p.filter(u=>u.tag===e.tag)),e?.limit&&p.length>e.limit&&(p=p.slice(0,e.limit)),p}async function jn(t,e){let n=new URLSearchParams;e?.limit&&n.set("limit",String(e.limit)),e?.tag&&n.set("tag",e.tag);let r=`${t.gatewayUrl}/api/checkpoints${n.toString()?`?${n}`:""}`,o=await fetch(r,{method:"GET",headers:{Authorization:`Bearer ${t.gatewayApiKey}`}});if(!o.ok){let i=await o.text().catch(()=>"");throw new Error(`Gateway list checkpoints failed (${o.status}): ${i}`)}return o.json()}function Bs(t){return t&&t>0?Math.min(t,500):100}async function Ct(t,e){return t.mode==="byok"?(await Kn(t,{limit:1,tag:e?.tag}))[0]??null:(await jn(t,{limit:1,tag:e?.tag}))[0]??null}async function _t(t,e){if(t.mode==="byok"){let n=Un(t,e);try{return await Dn(t,n)}catch(r){throw Us(r)?new Error(`Checkpoint ${e} not found`):r}}else return await Ds(t,e)}async function Tn(t,e,n){if(e==="latest"){let r=await Ct(t,{tag:n});if(!r)throw new Error("No checkpoints found");return r.id}return e}async function Vn(t,e){if(t.mode==="byok")return $n(t,Bn(t,e.hash),"get");{let n=await Ln(t,e.tag,e.hash,"get");if(!n.url)throw new Error("Gateway presign returned no download URL");return n.url}}function Gn(t){return !(!t||isAbsolute(t)||t.startsWith("-")||normalize(t).startsWith("..")||t.includes("\0"))}function In(t,e){let n=resolve(t,e),r=resolve(t),o=relative(r,n);if(o.startsWith("..")||isAbsolute(o))throw new Error(`Path traversal detected: "${e}" resolves outside target directory`)}function Us(t){let e=t.name,n=t.message;return t?.$metadata?.httpStatusCode===404||e==="NoSuchKey"||e==="NotFound"||n==="NoSuchKey"}function vt(t){let e=t.filter(n=>!Gn(n));if(e.length>0)throw new Error(`Archive contains unsafe path(s): ${e.slice(0,3).join(", ")}`);return t}var Wn=10*1024*1024,Rn=false;async function zn(){if(!Rn)try{await xt("tar",["--version"]),Rn=!0;}catch{throw new Error("The 'tar' command is not available on this system. Storage download/extract requires tar (available on macOS, Linux, and Windows with Git Bash or WSL).")}}async function Pn(t,e){let n=await _t(t,e),r=await Vn(t,n),o=e.replace(/[^a-zA-Z0-9_-]/g,"_"),i=join(tmpdir(),`evolve-dl-${o}-${Date.now()}.tar.gz`),c=await fetch(r);if(!c.ok)throw new Error(`Checkpoint download failed (${c.status})`);if(!c.body)throw new Error("Checkpoint download returned empty body");let a=createHash("sha256"),l=createWriteStream(i);try{let s=c.body.getReader();await new Promise((p,u)=>{l.on("error",u),l.on("finish",p);async function g(){for(;;){let{done:f,value:m}=await s.read();if(f){l.end();break}a.update(m),l.write(m)||await new Promise(h=>l.once("drain",h));}}g().catch(u);});}catch(s){throw l.destroy(),await unlink(i).catch(()=>{}),s}let d=a.digest("hex");if(d!==n.hash)throw await unlink(i).catch(()=>{}),new Error(`Checkpoint integrity check failed (expected ${n.hash}, got ${d})`);return {tmpPath:i,metadata:n}}async function On(t){await zn();let{stdout:e}=await xt("tar",["-tvzf",t],{maxBuffer:Wn}),n=new Set,r=[],o=[];for(let i of e.trim().split(`
|
|
239
|
+
`)){if(!i||i.startsWith("total "))continue;let c=i[0];if(c!=="-"&&c!=="d"&&c!=="l")throw new Error(`Archive contains unsupported entry type: "${c}"`);let a=i.match(/\d{2}:\d{2}\s+(.+)/)??i.match(/[A-Z][a-z]{2}\s+\d{1,2}\s+\d{4}\s+(.+)/);if(!a)continue;let l=a[1];if(c==="l"){let d=l.indexOf(" -> ");d!==-1&&(l=l.slice(0,d)),n.add(l);}else c==="d"?r.push(l.replace(/\/$/,"")):o.push(l);}return vt(r),vt([...n]),vt(o)}async function bt(t,e,n){await zn(),await mkdir(e,{recursive:true});let r=["-xzf",t,"--no-same-owner","--no-same-permissions","-C",e];n?.length&&r.push("--",...n),await xt("tar",r,{maxBuffer:Wn});}function Ls(t){let e="^",n=0;for(;n<t.length;){let r=t[n];r==="*"&&t[n+1]==="*"?t[n+2]==="/"?(e+="(?:.*/)?",n+=3):(e+=".*",n+=2):r==="*"?(e+="[^/]*",n++):r==="?"?(e+="[^/]",n++):".+^${}()|[]\\".includes(r)?(e+="\\"+r,n++):(e+=r,n++);}return e+="$",new RegExp(e)}function Et(t,e){let n=Nn(t,e);return Jn(n)}function Fs(t){let e=Nn(t||{});return Jn(e)}function Jn(t){return {async listCheckpoints(e){let n=Bs(e?.limit);return t.mode==="byok"?Kn(t,{limit:n,tag:e?.tag}):jn(t,{limit:n,tag:e?.tag})},async getCheckpoint(e){return _t(t,e)},async downloadCheckpoint(e,n){let r=n?.extract!==false,o=n?.to||process.cwd(),i=await Tn(t,e),{tmpPath:c,metadata:a}=await Pn(t,i);try{if(r)return await mkdir(o,{recursive:!0}),await On(c),await bt(c,o),o;{await mkdir(o,{recursive:!0});let l=join(o,`checkpoint-${a.id}.tar.gz`);return await copyFile(c,l),l}}finally{await unlink(c).catch(()=>{});}},async downloadFiles(e,n){let r=await Tn(t,e),{tmpPath:o}=await Pn(t,r),i;try{let c=await On(o),a;if(n?.files){let d=n.files.filter(p=>!Gn(p));if(d.length>0)throw new Error(`Unsafe file path requested: ${d[0]}`);let s=new Set(n.files);a=c.filter(p=>s.has(p));}else if(n?.glob){let d=n.glob.map(Ls);a=c.filter(s=>d.some(p=>p.test(s)));}else a=c;if(a.length===0)return {};i=join(tmpdir(),`evolve-extract-${Date.now()}`);try{await bt(o,i,a);}catch(d){let s=d?.message??"";if(!s.includes("E2BIG")&&!s.includes("Argument list too long")&&!s.includes("ENAMETOOLONG"))throw d;await rm(i,{recursive:!0,force:!0}).catch(()=>{}),i=join(tmpdir(),`evolve-extract-${Date.now()}`),await bt(o,i);}let l={};return await Promise.all(a.map(async d=>{In(i,d),l[d]=await readFile(join(i,d));})),n?.to&&(await mkdir(n.to,{recursive:!0}),await Promise.all(Object.entries(l).map(async([d,s])=>{In(n.to,d);let p=join(n.to,d);await mkdir(dirname(p),{recursive:!0}),await writeFile(p,s);}))),l}finally{i&&await rm(i,{recursive:true,force:true}).catch(()=>{}),await unlink(o).catch(()=>{});}}}}function L(t){return `'${t.replace(/'/g,"'\\''")}'`}function Ke(t){return typeof t=="string"&&t.length>0}function X(t,e,n){let r=t[e];if(!Ke(r))throw new Error(`withPlugins() for ${n} requires ${e}`);return r}function Ns(t,e){let n=e.stderr||e.stdout||`exit code ${e.exitCode}`;return new Error(`Plugin setup failed while running: ${t}
|
|
240
|
+
${n}`)}function Ks(t,e){switch(t){case "droid":{let n=X(e,"marketplace",t),r=X(e,"plugin",t);return [`droid plugin marketplace add ${L(n)}`,`droid plugin install ${L(r)} --scope user`]}case "claude":{let n=X(e,"marketplace",t),r=X(e,"plugin",t);return [`claude plugin marketplace add ${L(n)} --scope user`,`claude plugin install ${L(r)} --scope user`]}case "gemini":{let n=X(e,"source",t),r=e,o=[`gemini extensions install ${L(n)}`];return Ke(r.ref)&&o.push(`--ref ${L(r.ref)}`),r.autoUpdate===true&&o.push("--auto-update"),r.preRelease===true&&o.push("--pre-release"),o.push("--consent"),r.skipSettings===true&&o.push("--skip-settings"),[o.join(" ")]}case "codex":{if("plugin"in e)throw new Error("withPlugins() for codex registers marketplaces only; codex has no plugin install command");let n=X(e,"marketplace",t),r=e,o=[`codex plugin marketplace add ${L(n)}`];if(Ke(r.ref)&&o.push(`--ref ${L(r.ref)}`),Array.isArray(r.sparse))for(let i of r.sparse){if(!Ke(i))throw new Error("withPlugins() for codex requires sparse entries to be non-empty strings");o.push(`--sparse ${L(i)}`);}return [o.join(" ")]}default:throw new Error(`withPlugins() is not supported for ${t}`)}}async function qn(t,e,n){if(n?.length)for(let r of n){let o=Ks(t,r);for(let i of o){let c=await e.commands.run(i,{timeoutMs:12e4});if(c.exitCode!==0)throw Ns(i,c)}}}var js=["actionbook","active-research","extract"],Vs=["agent-browser"],Gs={actionbook:js,"agent-browser":Vs},Zn="/home/user/.agent-browser",Hn=`${Zn}/config.json`,Qn="/home/user/.actionbook",Ws=`${Qn}/config.toml`;function Yn(t){return t==="actionbook"||t==="agent-browser"}function zs(t){return t.remote===true}function Xn(t){if(typeof t=="string"){if(t==="browser-use")return {provider:"browser-use",managed:false};if(Yn(t))return {provider:t,managed:false};throw new Error("Unsupported browser configuration")}if(Yn(t.provider))return {provider:t.provider,managed:zs(t)};throw new Error("Unsupported browser configuration")}function er(t,e){return Array.from(new Set([...e??[],...Gs[t]]))}function Tt(t,e){return t==="actionbook"?{envs:{},files:[{path:Ws,data:`version = 1
|
|
241
241
|
|
|
242
242
|
[browser]
|
|
243
243
|
mode = "cloud"
|
|
244
244
|
cdp_endpoint = ${JSON.stringify(e.cdpUrl)}
|
|
245
|
-
`}],directories:[
|
|
246
|
-
`}],directories:[
|
|
247
|
-
`)}var pe=class{agentConfig;options;sandbox;hasRun=false;workingDir;lastRunTimestamp;registry;sessionTag;previousSessionTag;sessionLogger;activeCommand;activeProcessId=null;activeOperationId=null;activeOperationKind=null;nextOperationId=0;interruptedOperations=new Set;sandboxState;agentState="idle";droidSessionId;managedBrowserSession;skills;storage;lastCheckpointId;zodSchema;jsonSchema;schemaOptions;compiledValidator;constructor(e,n={}){if(this.agentConfig=e,this.options=n,this.workingDir=n.workingDirectory||Ft,this.sandboxState=n.sandboxId?"ready":"stopped",this.skills=n.skills,this.storage=n.storage,n.schema)if(M(n.schema))this.zodSchema=n.schema,n.schemaOptions&&console.warn("[Evolve] schemaOptions ignored for Zod schemas - use .passthrough(), .strip(), z.coerce instead");else {this.jsonSchema=n.schema,this.schemaOptions=n.schemaOptions;try{let s=this.createAjvValidator();this.compiledValidator=s.compile(this.jsonSchema);}catch(s){throw new Error(`Invalid JSON Schema: ${s.message}`)}}this.registry=$(e.type),this.sessionTag=us(n.sessionTagPrefix||"evolve");}browserRuntimeInfo(){if(this.managedBrowserSession)return {liveUrl:this.managedBrowserSession.liveUrl,sessionId:this.managedBrowserSession.sessionId,sessionTag:this.managedBrowserSession.sessionTag}}browserResponseInfo(){if(this.managedBrowserSession)return {liveUrl:this.managedBrowserSession.liveUrl}}emitLifecycle(e,n){let s=this.browserRuntimeInfo();e?.onLifecycle?.({sandboxId:this.getSession(),sandbox:this.sandboxState,agent:this.agentState,timestamp:new Date().toISOString(),reason:n,...s?{browser:s}:{}});}invalidateActiveOperation(){this.activeCommand=void 0,this.activeProcessId=null,this.activeOperationId=null,this.activeOperationKind=null;}beginOperation(e,n,s,i){let r=++this.nextOperationId;return this.activeOperationId=r,this.activeOperationKind=e,this.activeCommand=n,this.activeProcessId=n.processId,this.sandboxState="running",this.agentState="running",this.emitLifecycle(s,i),r}finalizeOperation(e,n,s,i="idle",r="ready"){return this.activeOperationId!==e?false:(this.invalidateActiveOperation(),this.sandboxState=r,this.agentState=i,this.emitLifecycle(n,s),true)}watchBackgroundOperation(e,n,s,i,r){let l=n==="run"?"run_background_complete":"command_background_complete",a=n==="run"?"run_background_failed":"command_background_failed",c=n==="run"?"run_interrupted":"command_interrupted";s.wait().then(async d=>{if(this.interruptedOperations.delete(e)||d.exitCode===130){this.finalizeOperation(e,i,c,"interrupted");return}n==="run"&&r&&await this.writeDroidSessionState(r);let p=d.exitCode===0?l:a,u=d.exitCode===0?"idle":"error";this.finalizeOperation(e,i,p,u);}).catch(()=>{this.interruptedOperations.delete(e),this.finalizeOperation(e,i,a,"error");});}createAjvValidator(){let n={...Ge[this.schemaOptions?.mode||"loose"],...this.schemaOptions?.coerceTypes!==void 0&&{coerceTypes:this.schemaOptions.coerceTypes},...this.schemaOptions?.removeAdditional!==void 0&&{removeAdditional:this.schemaOptions.removeAdditional},...this.schemaOptions?.useDefaults!==void 0&&{useDefaults:this.schemaOptions.useDefaults},...this.schemaOptions?.allErrors!==void 0&&{allErrors:this.schemaOptions.allErrors}};return new ri({...n,strict:false})}async getSandbox(e){if(this.sandbox)return this.sandbox;if(!this.options.sandboxProvider)throw new Error("No sandbox provider configured");let n=this.options.sandboxProvider;this.sandboxState="booting",this.emitLifecycle(e,"sandbox_boot");try{if(this.options.sandboxId)(this.options.mcpServers||this.options.plugins||this.options.context||this.options.files||this.options.systemPrompt||this.options.managedBrowser||this.options.browserCredentials)&&console.warn("[Evolve] Connecting to existing sandbox - ignoring mcpServers, plugins, context, files, systemPrompt, managed browser setup, and browser credentials"),this.sandbox=await n.connect(this.options.sandboxId),this.hasRun=!0,await this.loadDroidSessionState(this.sandbox),this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(e,"sandbox_connected");else {await this.ensureManagedBrowserSession(e);let s=this.buildEnvironmentVariables();this.sandbox=await n.create({envs:s,workingDirectory:this.workingDir}),await this.setupManagedBrowser(this.sandbox),await this.setupAgentAuth(this.sandbox),await this.setupAgentPlugins(this.sandbox),await this.setupWorkspace(this.sandbox),this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(e,"sandbox_ready");}}catch(s){throw await this.closeManagedBrowserSession().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(e,"sandbox_error"),s}return this.sandbox}buildEnvironmentVariables(){let e={};if(this.agentConfig.oauthFileContent)this.registry.oauthActivationEnv&&(e[this.registry.oauthActivationEnv.key]=this.registry.oauthActivationEnv.value);else if(!(this.registry.skipApiKeyEnvInGateway&&!this.agentConfig.isDirectMode))if(this.registry.providerEnvMap&&!this.agentConfig.isDirectMode)for(let n of Object.values(this.registry.providerEnvMap))e[n.keyEnv]=this.agentConfig.apiKey;else {let n=this.agentConfig.model?.split("/")[0],s=n?this.registry.providerEnvMap?.[n]:void 0,i=s?s.keyEnv:this.registry.apiKeyEnv,r=this.agentConfig.isOAuth&&this.registry.oauthEnv?this.registry.oauthEnv:i;e[r]=this.agentConfig.apiKey;}if(this.agentConfig.isDirectMode&&!this.agentConfig.isOAuth)this.agentConfig.baseUrl&&this.registry.baseUrlEnv&&(e[this.registry.baseUrlEnv]=this.agentConfig.baseUrl);else if(!this.agentConfig.isDirectMode){let n=q(this.registry.gatewayPath);this.registry.gatewayConfigEnv?e[this.registry.gatewayConfigEnv]=this.buildGatewayConfigJson({[I]:this.sessionTag}):this.registry.baseUrlEnv&&(e[this.registry.baseUrlEnv]=n),e.EVOLVE_API_KEY=this.agentConfig.apiKey;}if(this.managedBrowserSession&&this.options.managedBrowser&&Object.assign(e,Pt(this.options.managedBrowser.provider,this.managedBrowserSession).envs),this.options.secrets&&Object.assign(e,this.options.secrets),!this.agentConfig.isDirectMode&&this.registry.customHeadersEnv){let n=this.registry.customHeadersEnv,s=this.registry.customHeadersFormat||"newline";e[n]=gs(e[n],{[I]:this.sessionTag},s);}return !this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&(e[this.registry.spendTrackingEnvs.sessionTagEnv]=this.sessionTag),e}async ensureManagedBrowserSession(e){this.managedBrowserSession||!this.options.managedBrowser||(this.managedBrowserSession=await cs(this.options.managedBrowser,this.sessionTag,{browserCredentials:this.options.browserCredentials!==void 0}),this.emitLifecycle(e,"browser_ready"));}async setupManagedBrowser(e){if(!this.managedBrowserSession||!this.options.managedBrowser)return;let n=Pt(this.options.managedBrowser.provider,this.managedBrowserSession);for(let s of n.directories)await e.files.makeDir(s);for(let s of n.files)await e.files.write(s.path,s.data);}async closeManagedBrowserSession(){if(!this.managedBrowserSession||!this.options.managedBrowser)return;let e=this.managedBrowserSession;this.managedBrowserSession=void 0;try{await ls(this.options.managedBrowser,e);}catch(n){console.warn(`[Evolve] Managed browser cleanup failed: ${n.message}`);}}buildGatewayConfigJson(e){let n=q(this.registry.gatewayPath),s=this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),i={},r=this.options.secrets?.[this.registry.gatewayConfigEnv];if(r)try{i=JSON.parse(r);}catch{}let l=i.provider??{},a=l.litellm??{},c=a.options??{},d=a.models??{},o=d[s]??{},p=o.headers??{};return i.provider={...l,litellm:{...a,npm:"@ai-sdk/openai-compatible",options:{...c,baseURL:`${n}/v1`,apiKey:this.agentConfig.apiKey},models:{...d,[s]:{...o,name:s,headers:{...p,...e}}}}},JSON.stringify(i)}buildRunEnvs(e){if(this.agentConfig.isDirectMode)return;let n=this.registry.customHeadersEnv;if(n){let i=this.options.secrets?.[n],r=this.registry.customHeadersFormat||"newline";return {[n]:gs(i,{[I]:this.sessionTag,[B]:`${G}${e}`},r)}}let s=this.registry.spendTrackingEnvs;if(s)return {[s.sessionTagEnv]:this.sessionTag,[s.runTagEnv]:`${G}${e}`};if(this.registry.gatewayConfigEnv)return {[this.registry.gatewayConfigEnv]:this.buildGatewayConfigJson({[I]:this.sessionTag,[B]:`${G}${e}`})}}captureDroidSession(e,n){if(this.agentConfig.type!=="droid")return;let s=n?.find(r=>typeof r.sessionId=="string"&&r.sessionId.length>0)?.sessionId;if(s){this.droidSessionId=s;return}let i=this.extractDroidSessionId(e);i&&(this.droidSessionId=i);}extractDroidSessionId(e){try{return this.findDroidSessionId(JSON.parse(e))}catch{return}}findDroidSessionId(e){if(!e||typeof e!="object"||Array.isArray(e))return;let n=e,s=n.sessionId??n.session_id;return typeof s=="string"&&s.length>0?s:this.findDroidSessionId(n.result)??this.findDroidSessionId(n.params)??this.findDroidSessionId(n.notification)}async loadDroidSessionState(e){if(!(this.agentConfig.type!=="droid"||this.droidSessionId))try{let n=await e.files.read(ps);if(typeof n!="string")return;let s=JSON.parse(n);typeof s.sessionId=="string"&&s.sessionId.length>0&&(this.droidSessionId=s.sessionId);}catch{}}async writeDroidSessionState(e){this.agentConfig.type!=="droid"||!this.droidSessionId||(await e.files.makeDir("/home/user/.factory"),await e.files.write(ps,JSON.stringify({sessionId:this.droidSessionId},null,2)));}resolveGatewayModel(e){return this.agentConfig.isDirectMode?e:this.registry.gatewayModelAliases?.[e]??e}resolveCommandModel(e){return (this.agentConfig.isDirectMode?this.registry.directModelAliases:this.registry.gatewayModelAliases)?.[e]??e}async setupAgentAuth(e){if(this.agentConfig.oauthFileContent&&this.registry.oauthFileName){let n=this.registry.mcpConfig.settingsDir.replace(/^~/,"/home/user");await e.files.makeDir(n),await e.files.write(`${n}/${this.registry.oauthFileName}`,this.agentConfig.oauthFileContent);return}this.registry.setupCommand&&await e.commands.run(this.registry.setupCommand,{timeoutMs:3e4});}async setupAgentPlugins(e){await Xn(this.agentConfig.type,e,this.options.plugins);}async setupWorkspace(e,n){let s=this.options.workspaceMode||"knowledge",i=s==="swe"?`${this.workingDir}/repo ${this.workingDir}/context ${this.workingDir}/scripts ${this.workingDir}/temp ${this.workingDir}/output`:`${this.workingDir}/context ${this.workingDir}/scripts ${this.workingDir}/temp ${this.workingDir}/output`;if(await e.commands.run(`mkdir -p ${i}`,{timeoutMs:3e4}),!n?.skipSystemPrompt){let l=ht({workingDir:this.workingDir,systemPrompt:this.options.systemPrompt,browserPrompt:this.options.browserPrompt,schema:this.zodSchema||this.jsonSchema,mode:s}),a=`${this.workingDir}/${this.registry.systemPromptFile}`;await e.files.write(a,l);}this.options.context&&await this.uploadContextFiles(e,this.options.context),this.options.files&&await this.uploadWorkspaceFiles(e,this.options.files);let r={...this.options.mcpServers};if(this.options.composio){let l=await wt(this.options.composio.userId,this.options.composio.config);r={...r,composio:{type:"http",url:l.url,headers:l.headers}};}if(this.options.browserCredentials){if(!this.options.managedBrowser||this.options.managedBrowser.provider!=="agent-browser")throw new Error("Browser credentials require managed remote agent-browser.");if(!this.managedBrowserSession?.id||!this.managedBrowserSession.sessionTag||!this.managedBrowserSession.browserAuthGrantToken)throw new Error("Managed browser session is missing browser credential grant data.");let l=await ds({apiKey:this.options.browserCredentials.apiKey,dashboardUrl:this.options.browserCredentials.dashboardUrl,browserSessionId:this.managedBrowserSession.id,sessionTag:this.managedBrowserSession.sessionTag,grantToken:this.managedBrowserSession.browserAuthGrantToken,config:this.options.browserCredentials.config});r={...r,[It]:l};}Object.keys(r).length>0&&await st(this.agentConfig.type,e,this.workingDir,r),!this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&this.agentConfig.type==="codex"&&await tt(e,this.agentConfig.baseUrl||q(),this.registry.spendTrackingEnvs),!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await we(e,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[I]:this.sessionTag}),this.skills?.length&&await this.setupSkills(e);}async setupSkills(e){if(!this.skills?.length)return;let{skillsConfig:n}=this.registry,{sourceDir:s,targetDir:i}=n;await e.files.makeDir(i);for(let r of this.skills){let l=`cp -r ${s}/${r} ${i}/ 2>/dev/null || true`;await e.commands.run(l,{timeoutMs:3e4});}}async uploadContextFiles(e,n){let s=Object.entries(n).map(([r,l])=>({path:`${this.workingDir}/context/${r}`,data:l}));if(s.length===0)return;let i=new Set(s.map(r=>r.path.substring(0,r.path.lastIndexOf("/"))).filter(Boolean));i.size>0&&await e.commands.run(`mkdir -p ${Array.from(i).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(s);}async uploadWorkspaceFiles(e,n){let s=Object.entries(n).map(([r,l])=>({path:r.startsWith("/")?r:`${this.workingDir}/${r}`,data:l}));if(s.length===0)return;let i=new Set(s.map(r=>r.path.substring(0,r.path.lastIndexOf("/"))).filter(Boolean));i.size>0&&await e.commands.run(`mkdir -p ${Array.from(i).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(s);}buildCommand(e){return this.registry.buildCommand({prompt:this.agentConfig.type==="droid"?e:li(e),model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),isResume:this.hasRun,sessionId:this.agentConfig.type==="droid"?this.droidSessionId:void 0,reasoningEffort:this.agentConfig.reasoningEffort,isDirectMode:this.agentConfig.isDirectMode,skills:this.skills})}async run(e,n){let{prompt:s,timeoutMs:i=oe,background:r=false,checkpointComment:l}=e,{from:a}=e;if(this.activeCommand)throw new Error("Agent is already running. Call interrupt(), wait for the active/background run to finish, or create a new Evolve instance.");if(a&&(this.sandbox||this.options.sandboxId))throw new Error("Cannot restore into existing sandbox. Call kill() first, or create a new Evolve instance.");if(a==="latest"){if(!this.storage)throw new Error('Storage not configured. Call .withStorage() before using from: "latest".');let v=await Et(this.storage);if(!v)throw new Error('No checkpoints found for from: "latest".');a=v.id;}if(a){if(!this.storage)throw new Error("Storage not configured. Call .withStorage() before using 'from'.");if(!this.options.sandboxProvider)throw new Error("No sandbox provider configured");await this.ensureManagedBrowserSession(n);let v=this.buildEnvironmentVariables();this.sandboxState="booting",this.emitLifecycle(n,"sandbox_boot");try{this.sandbox=await this.options.sandboxProvider.create({envs:v,workingDirectory:this.workingDir});let b=await Gn(this.sandbox,this.storage,a);if(await this.setupManagedBrowser(this.sandbox),b.agentType&&b.agentType!==this.agentConfig.type)throw new Error(`Cannot restore checkpoint: agent type mismatch (checkpoint: ${b.agentType}, current: ${this.agentConfig.type})`);let k=this.options.workspaceMode||"knowledge";if(b.workspaceMode&&b.workspaceMode!==k)throw new Error(`Cannot restore checkpoint: workspace mode mismatch (checkpoint: ${b.workspaceMode}, current: ${k})`);await this.setupAgentAuth(this.sandbox),await this.setupAgentPlugins(this.sandbox);let _=!!(this.options.systemPrompt||this.options.browserPrompt||this.zodSchema||this.jsonSchema);await this.setupWorkspace(this.sandbox,{skipSystemPrompt:!_}),await this.loadDroidSessionState(this.sandbox),this.hasRun=!0,this.lastCheckpointId=a,this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(n,"sandbox_ready");}catch(b){throw this.sandbox&&(await this.sandbox.kill().catch(()=>{}),this.sandbox=void 0),await this.closeManagedBrowserSession().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(n,"sandbox_error"),b}}let c=await this.getSandbox(n);if(await this.loadDroidSessionState(c),this.lastRunTimestamp=Date.now(),!this.sessionLogger){let v=this.options.sandboxProvider;this.sessionLogger=new ae({provider:v?.name||v?.providerType||"unknown",agent:this.agentConfig.type,model:this.agentConfig.model||this.registry.defaultModel,sandboxId:c.sandboxId,tag:this.sessionTag,apiKey:this.agentConfig.isDirectMode?void 0:this.agentConfig.apiKey,observability:{...this.options.observability,...this.managedBrowserSession&&this.options.managedBrowser?{browser_provider:this.options.managedBrowser.provider,browser_session_id:this.managedBrowserSession.id,dashboard_session_id:this.managedBrowserSession.sessionId,browser_session_tag:this.managedBrowserSession.sessionTag,browser_live_url:this.managedBrowserSession.liveUrl}:{}}});}this.sessionLogger.writePrompt(s);let d=this.buildCommand(s),o=randomUUID(),p=this.buildRunEnvs(o);!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await we(c,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[I]:this.sessionTag,[B]:`${G}${o}`}),!this.agentConfig.isDirectMode&&this.registry.spendTrackingTomlProvider&&await nt(c,this.registry.spendTrackingTomlProvider,{[I]:this.sessionTag,[B]:`${G}${o}`}),!this.agentConfig.isDirectMode&&this.registry.droidGatewaySettings&&await be(c,{...this.registry.droidGatewaySettings,model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),baseUrl:`${q()}/v1`,apiKeyEnv:"EVOLVE_API_KEY"},{[I]:this.sessionTag,[B]:`${G}${o}`});let u="",g=W(this.agentConfig.type),m=v=>{u+=v;let b=u.split(`
|
|
248
|
-
`);u=b.pop()??"";for(let
|
|
249
|
-
`),_&&n?.onContent)for(let
|
|
250
|
-
`),v&&n?.onContent)for(let b of v)n.onContent(b);}await this.writeDroidSessionState(
|
|
251
|
-
`).filter(Boolean),a=this.lastRunTimestamp?Math.floor(this.lastRunTimestamp/1e3)-2:0,c=[],d=`${s}/`;for(let m of l){let[f,h]=m.split("|");if(!f||!h)continue;let y=parseInt(h,10);a>0&&y<a||c.push(f);}let o={},p=await Promise.all(c.map(async m=>{try{let f=await n.files.read(m);return {relativePath:m.startsWith(d)?m.slice(d.length):m.split("/").pop()||m,content:f}}catch{return null}}));for(let m of p)m&&(o[m.relativePath]=m.content);if(!this.zodSchema&&!this.jsonSchema)return {files:o,data:null};let u=o["result.json"];if(!u)return {files:o,data:null,error:"Schema provided but agent did not create output/result.json"};let g=typeof u=="string"?u:new TextDecoder().decode(u);try{let m=JSON.parse(g);if(this.zodSchema){let f=this.zodSchema.safeParse(m);return f.success?{files:o,data:f.data}:{files:o,data:null,error:`Schema validation failed: ${f.error.message}`,rawData:g}}if(this.compiledValidator){if(this.compiledValidator(m))return {files:o,data:m};{let h=this.compiledValidator.errors?.map(y=>`${y.instancePath} ${y.message}`).join(", ")||"Unknown validation error";return {files:o,data:null,error:`Schema validation failed: ${h}`,rawData:g}}}return {files:o,data:null}}catch(m){return {files:o,data:null,error:`Failed to parse result.json: ${m.message}`,rawData:g}}}async checkpoint(e){if(!this.storage)throw new Error("Storage not configured. Call .withStorage().");if(!this.sandbox)throw new Error("No active sandbox. Call run() first.");let n=await _t(this.sandbox,this.storage,this.agentConfig.type,this.workingDir,{tag:this.sessionTag,model:this.agentConfig.model||this.registry.defaultModel,workspaceMode:this.options.workspaceMode||"knowledge",comment:e?.comment,parentId:this.lastCheckpointId});return this.lastCheckpointId=n.id,n}getSession(){return this.sandbox?.sandboxId||this.options.sandboxId||null}async setSession(e){if(this.activeCommand&&!await this.interrupt())throw new Error("Cannot switch session while an active process is running and could not be interrupted.");await this.rotateSession(),await this.closeManagedBrowserSession(),this.options.sandboxId=e,this.sandbox=void 0,this.interruptedOperations.clear(),this.invalidateActiveOperation(),this.sandboxState="ready",this.agentState="idle",this.hasRun=true,this.lastCheckpointId=void 0;}async pause(e){this.sandbox&&(this.activeCommand&&await this.interrupt(e),await this.sandbox.pause(),this.sandboxState="paused",this.agentState="idle",this.emitLifecycle(e,"sandbox_pause"));}async resume(e){this.sandbox&&this.options.sandboxProvider&&(this.sandbox=await this.options.sandboxProvider.connect(this.sandbox.sandboxId),this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(e,"sandbox_resume"));}async interrupt(e){if(!this.activeCommand&&!this.activeProcessId)return false;let n=this.activeOperationId,s=this.activeOperationKind,i=false;try{this.activeCommand?i=await this.activeCommand.kill():this.sandbox&&this.activeProcessId&&(i=await this.sandbox.commands.kill(this.activeProcessId));}catch{i=false;}if(!i)return this.sandboxState="running",this.agentState="running",false;n!==null&&this.interruptedOperations.add(n),this.invalidateActiveOperation(),this.sandboxState="ready",this.agentState="interrupted";let r=s==="run"?"run_interrupted":"command_interrupted";return this.emitLifecycle(e,r),i}status(){let e=this.browserRuntimeInfo();return {sandboxId:this.getSession(),sandbox:this.sandboxState,agent:this.agentState,activeProcessId:this.activeProcessId,hasRun:this.hasRun,timestamp:new Date().toISOString(),...e?{browser:e}:{}}}async kill(e){await this.rotateSession();let n;try{this.activeCommand&&await this.interrupt(e),this.sandbox&&(await this.sandbox.kill(),this.sandbox=void 0);}catch(s){n=s;}finally{await this.closeManagedBrowserSession();}if(n)throw n;this.options.sandboxId=void 0,this.interruptedOperations.clear(),this.invalidateActiveOperation(),this.sandboxState="stopped",this.agentState="idle",this.hasRun=false,this.lastCheckpointId=void 0,this.emitLifecycle(e,"sandbox_killed");}async getHost(e){return (await this.getSandbox()).getHost(e)}getAgentType(){return this.agentConfig.type}getSessionTag(){return !this.sandbox&&!this.sessionLogger?null:this.sessionTag}getSessionTimestamp(){return this.sessionLogger?.getTimestamp()||null}async flushObservability(){await this.sessionLogger?.flush();}async rotateSession(){let e=!!this.sessionLogger;this.sessionLogger&&(await this.sessionLogger.close(),this.sessionLogger=void 0),e&&(this.previousSessionTag=this.sessionTag),this.sessionTag=us(this.options.sessionTagPrefix||"evolve");}async fetchSpend(e){if(this.agentConfig.isDirectMode)throw new Error("Cost tracking requires gateway mode (set EVOLVE_API_KEY).");let n=this.agentConfig.apiKey;if(!n)throw new Error("Cost tracking requires an API key.");let s=process.env.EVOLVE_DASHBOARD_URL||E,i=await fetch(`${s}/api/sessions/spend?${e}`,{headers:{Authorization:`Bearer ${n}`},signal:AbortSignal.timeout(1e4)});if(!i.ok){let r=await i.text().catch(()=>"");throw new Error(`Spend query failed (${i.status}): ${r}`)}return i}resolveSpendTag(){if(this.sandbox||this.sessionLogger)return this.sessionTag;if(this.previousSessionTag)return this.previousSessionTag;throw new Error("No session to query. Call run() first.")}normalizeRunCost(e,n){return {...e,asOf:e.asOf??n.asOf,isComplete:e.isComplete??n.isComplete,truncated:e.truncated??n.truncated}}normalizeSessionCost(e){let n={asOf:e.asOf,isComplete:e.isComplete,truncated:e.truncated};return {...e,runs:e.runs.map(s=>this.normalizeRunCost(s,n))}}async getSessionCost(){let e=this.resolveSpendTag(),n=new URLSearchParams({tag:e}),i=await(await this.fetchSpend(n)).json();return this.normalizeSessionCost(i)}async getRunCost(e){let n=this.resolveSpendTag();if("runId"in e){let l=new URLSearchParams({tag:n,runId:e.runId}),c=await(await this.fetchSpend(l)).json();return this.normalizeRunCost(c,{asOf:new Date().toISOString(),isComplete:false,truncated:false})}let s=await this.getSessionCost(),i=e.index>0?e.index-1:s.runs.length+e.index,r=s.runs[i];if(!r)throw new Error(`Run index ${e.index} out of range. Session has ${s.runs.length} run(s).`);return r}};var ue=class extends EventEmitter{config={};agent;fallbackSandboxState="stopped";fallbackAgentState="idle";fallbackHasRun=false;constructor(){super();}on(e,n){return super.on(e,n)}off(e,n){return super.off(e,n)}emit(e,...n){return super.emit(e,...n)}withAgent(e){return e&&(this.config.agent=e,this._cachedGatewayOverrides=null),this}withSandbox(e){return this.config.sandbox=e,this}withWorkingDirectory(e){return this.config.workingDirectory=e,this}withWorkspaceMode(e){return this.config.workspaceMode=e,this}withSecrets(e){return this.config.secrets={...this.config.secrets,...e},this}withSession(e){return this.config.sandboxId=e,this.agent||(this.fallbackSandboxState="ready",this.fallbackAgentState="idle",this.fallbackHasRun=true),this}withSystemPrompt(e){return this.config.systemPrompt=e,this}withContext(e){return this.config.context={...this.config.context,...e},this}withFiles(e){return this.config.files={...this.config.files,...e},this}withMcpServers(e){return this.config.mcpServers={...this.config.mcpServers,...e},this}withBrowser(e={provider:"agent-browser",remote:true}){return e===false?delete this.config.browser:this.config.browser=e,this}withBrowserCredentials(e={}){return this.config.browserCredentials=e,this}withPlugins(e){let n=Array.isArray(e)?e:[e];return this.config.plugins=[...this.config.plugins??[],...n],this}withSkills(e){return this.config.skills=e,this}withSchema(e,n){return this.config.schema=e,n&&(M(e)?console.warn("[Evolve] schemaOptions ignored for Zod schemas - use .passthrough(), .strip(), z.coerce instead"):this.config.schemaOptions=n),this}withSessionTagPrefix(e){return this.config.sessionTagPrefix=e,this}withObservability(e){return this.config.observability={...this.config.observability,...e},this}withComposio(e,n){return this.config.composio={userId:e,config:n},this}withStorage(e){return this.config.storage=e||{},this}static composio=bt;static browserCredentials=Ot;async initializeAgent(){let e=Ae(this.config.agent),n=this.config.sandbox??await pt(),s={},i,r,l=this.config.skills,a;if(this.config.browser){let o=os(this.config.browser);if(a=o,o.provider==="browser-use"){if(e.isDirectMode)throw new Error('withBrowser("browser-use") requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.');s=Dt(e.apiKey);}if((o.provider==="actionbook"||o.provider==="agent-browser")&&(l=is(o.provider,l),o.managed)){if(e.isDirectMode)throw new Error(`Managed browser provider "${o.provider}" requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.`);i=o.provider==="actionbook"?ut:fn,r={provider:o.provider,apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||E};}}if(this.config.browserCredentials!==void 0){if(this.config.sandboxId)throw new Error("withBrowserCredentials() cannot be used with withSession(); browser login tokens are run-scoped.");if(e.isDirectMode)throw new Error("withBrowserCredentials() requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.");if(!a||a.provider!=="agent-browser"||!a.managed)throw new Error('withBrowserCredentials() requires .withBrowser() or .withBrowser({ provider: "agent-browser", remote: true }).');if(this.config.mcpServers?.["browser-login"])throw new Error('withBrowserCredentials() reserves the "browser-login" MCP server name.')}let c=this.config.storage!==void 0?Le(this.config.storage,!e.isDirectMode,E,e.isDirectMode?void 0:e.apiKey):void 0,d={sandboxProvider:n,secrets:this.config.secrets,sandboxId:this.config.sandboxId,workingDirectory:this.config.workingDirectory,workspaceMode:this.config.workspaceMode,systemPrompt:this.config.systemPrompt,context:this.config.context,files:this.config.files,mcpServers:{...s,...this.config.mcpServers},browserPrompt:i,managedBrowser:r,browserCredentials:this.config.browserCredentials!==void 0?{apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||E,config:this.config.browserCredentials}:void 0,plugins:this.config.plugins,skills:l,schema:this.config.schema,schemaOptions:this.config.schemaOptions,sessionTagPrefix:this.config.sessionTagPrefix,observability:this.config.observability,composio:this.config.composio,storage:c};this.agent=new pe(e,d);}createStreamCallbacks(){let e=this.listenerCount("stdout")>0,n=this.listenerCount("stderr")>0,s=this.listenerCount("content")>0,i=this.listenerCount("lifecycle")>0;return {onStdout:e?r=>this.emit("stdout",r):void 0,onStderr:n?r=>this.emit("stderr",r):void 0,onContent:s?r=>this.emit("content",r):void 0,onLifecycle:i?r=>this.emit("lifecycle",r):void 0}}emitLifecycleFromStatus(e){if(this.listenerCount("lifecycle")===0)return;let n=this.status();this.emit("lifecycle",{sandboxId:n.sandboxId,sandbox:n.sandbox,agent:n.agent,timestamp:new Date().toISOString(),reason:e,...n.browser?{browser:n.browser}:{}});}async run({prompt:e,timeoutMs:n,background:s,from:i,checkpointComment:r}){if(i&&this.config.sandboxId)throw new Error("Cannot use 'from' with 'withSession()' \u2014 restore requires a fresh sandbox.");this.agent||await this.initializeAgent();let l=this.createStreamCallbacks();return this.agent.run({prompt:e,timeoutMs:n,background:s,from:i,checkpointComment:r},l)}async executeCommand(e,n={}){this.agent||await this.initializeAgent();let s=this.createStreamCallbacks();return this.agent.executeCommand(e,n,s)}async interrupt(){if(!this.agent)return false;let e=this.createStreamCallbacks();return this.agent.interrupt(e)}async uploadContext(e){return this.agent||await this.initializeAgent(),this.agent.uploadContext(e)}async uploadFiles(e){return this.agent||await this.initializeAgent(),this.agent.uploadFiles(e)}async getOutputFiles(e=false){if(!this.agent)throw new Error("Agent not initialized. Call run() first.");return this.agent.getOutputFiles(e)}async checkpoint(e){if(!this.agent)throw new Error("Agent not initialized. Call run() first.");return this.agent.checkpoint(e)}_cachedGatewayOverrides=null;resolveGatewayOverrides(){if(this._cachedGatewayOverrides!==null)return this._cachedGatewayOverrides||void 0;try{let e=Ae(this.config.agent);if(!e.isDirectMode)return this._cachedGatewayOverrides={gatewayUrl:E,gatewayApiKey:e.apiKey},this._cachedGatewayOverrides}catch{}this._cachedGatewayOverrides=void 0;}async listCheckpoints(e){if(this.config.storage===void 0)throw new Error("Storage not configured. Call .withStorage().");return Rt(this.config.storage,this.resolveGatewayOverrides()||{}).listCheckpoints(e)}storage(){if(this.config.storage===void 0)throw new Error("Storage not configured. Call .withStorage().");return Rt(this.config.storage,this.resolveGatewayOverrides()||{})}getSession(){return this.agent?this.agent.getSession():this.config.sandboxId??null}async setSession(e){this.agent?await this.agent.setSession(e):(this.fallbackSandboxState="ready",this.fallbackAgentState="idle",this.fallbackHasRun=true),this.config.sandboxId=e;}status(){return this.agent?this.agent.status():{sandboxId:this.config.sandboxId??null,sandbox:this.fallbackSandboxState,agent:this.fallbackAgentState,activeProcessId:null,hasRun:this.fallbackHasRun,timestamp:new Date().toISOString()}}async pause(){if(this.agent){let e=this.createStreamCallbacks();await this.agent.pause(e);return}this.config.sandboxId&&this.config.sandbox&&(await(await this.config.sandbox.connect(this.config.sandboxId)).pause(),this.fallbackSandboxState="paused",this.fallbackAgentState="idle",this.emitLifecycleFromStatus("sandbox_pause"));}async resume(){if(this.agent){let e=this.createStreamCallbacks();await this.agent.resume(e);return}this.config.sandboxId&&this.config.sandbox&&(await this.config.sandbox.connect(this.config.sandboxId),this.fallbackSandboxState="ready",this.fallbackAgentState="idle",this.emitLifecycleFromStatus("sandbox_resume"));}async kill(){if(this.agent){let e=this.createStreamCallbacks();await this.agent.kill(e),this.config.sandboxId=void 0,this.fallbackSandboxState="stopped",this.fallbackAgentState="idle",this.fallbackHasRun=false;return}this.config.sandboxId&&this.config.sandbox&&(await(await this.config.sandbox.connect(this.config.sandboxId)).kill(),this.fallbackSandboxState="stopped",this.fallbackAgentState="idle",this.fallbackHasRun=false,this.emitLifecycleFromStatus("sandbox_killed"),this.config.sandboxId=void 0);}async getHost(e){return this.agent||await this.initializeAgent(),this.agent.getHost(e)}getSessionTag(){return this.agent?.getSessionTag()||null}getSessionTimestamp(){return this.agent?.getSessionTimestamp()||null}async flushObservability(){await this.agent?.flushObservability();}async getSessionCost(){if(!this.agent)throw new Error("No agent initialized. Call run() first.");return this.agent.getSessionCost()}async getRunCost(e){if(!this.agent)throw new Error("No agent initialized. Call run() first.");return this.agent.getRunCost(e)}};var ee=class{permits;queue=[];constructor(e){if(e<1)throw new Error("Semaphore max must be >= 1");this.permits=e;}async use(e){await this.acquire();try{return await e()}finally{this.release();}}acquire(){return this.permits>0?(this.permits--,Promise.resolve()):new Promise(e=>this.queue.push(e))}release(){this.queue.length>0?this.queue.shift()():this.permits++;}};var z=Symbol.for("evolve.SwarmResult"),te=class t extends Array{get success(){return this.filter(e=>e.status==="success")}get filtered(){return this.filter(e=>e.status==="filtered")}get error(){return this.filter(e=>e.status==="error")}static from(e){let n=new t;return n.push(...e),n}};var Mt=class t{config;semaphore;constructor(e={}){let n=e.concurrency??Ut;if(n>Xe)throw new Error(`concurrency=${n} exceeds max ${Xe}. For higher parallelism, scale horizontally with multiple processes.`);this.config={agent:e.agent,sandbox:e.sandbox,tag:e.tag??"swarm",concurrency:n,timeoutMs:e.timeoutMs??oe,workspaceMode:e.workspaceMode??"knowledge",retry:e.retry,mcpServers:e.mcpServers,skills:e.skills,composio:e.composio},this.semaphore=new ee(this.config.concurrency);}async map(e){let{items:n,prompt:s,bestOf:i,verify:r}=e,l=e.retry??this.config.retry,a=this.generateOperationId(),c=e.timeoutMs??this.config.timeoutMs;if(i&&r)throw new Error("map() cannot use both bestOf and verify options simultaneously");let d=await Promise.all(n.map((o,p)=>i?this.executeMapItemWithBestOf(o,s,p,a,e,c,l):r?this.executeMapItemWithVerify(o,s,p,a,e,c,l):l?P(u=>this.executeMapItem(o,s,p,a,e,c,u),l,p):this.executeMapItem(o,s,p,a,e,c)));return te.from(d)}async filter(e){let{items:n,prompt:s,condition:i,verify:r}=e,l=e.retry??this.config.retry,a=this.generateOperationId(),c=e.timeoutMs??this.config.timeoutMs,d=await Promise.all(n.map((p,u)=>r?this.executeFilterItemWithVerify(p,s,u,a,e,c,l):l?P(g=>this.executeFilterItem(p,s,u,a,e,c,g),l,u):this.executeFilterItem(p,s,u,a,e,c))),o=[];for(let p of d)if(p.status==="error")o.push(p);else if(p.data!==null)try{i(p.data)?o.push(p):o.push({...p,status:"filtered"});}catch(u){o.push({...p,status:"error",data:null,error:`Condition function threw: ${u.message}`});}return te.from(o)}async reduce(e){let{items:n,prompt:s,verify:i}=e,r=e.retry??this.config.retry,l=this.generateOperationId(),a=e.timeoutMs??this.config.timeoutMs,c=[],d=[];n.forEach((C,v)=>{c.push(this.getFiles(C)),d.push(this.getIndex(C,v));});let o={};c.forEach((C,v)=>{Object.entries(C).forEach(([b,k])=>{o[`item_${d[v]}/${b}`]=k;});});let p=$e(o),u=U(wn,{fileTree:p}),g=e.systemPrompt?`${u}
|
|
245
|
+
`}],directories:[Qn]}:{envs:{AGENT_BROWSER_CONFIG:Hn},files:[{path:Hn,data:`${JSON.stringify({cdp:e.cdpUrl},null,2)}
|
|
246
|
+
`}],directories:[Zn]}}function tr(t){return (t?.dashboardUrl||E).replace(/\/$/,"")}async function nr(t){return await t.text().catch(()=>"")}async function rr(t,e,n={}){let r=await fetch(`${tr(t)}/api/browser-sessions`,{method:"POST",headers:{Authorization:`Bearer ${t.apiKey}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({sessionTag:e,options:{remote:true},browserAuth:n.browserCredentials===true}),signal:AbortSignal.timeout(3e4)});if(!r.ok)throw new Error(`Managed browser session create failed (${r.status}): ${await nr(r)}`);let o=await r.json();if(!o.id||!o.sessionId||!o.cdpUrl||!o.liveUrl)throw new Error("Managed browser session response missing id, sessionId, cdpUrl, or liveUrl");return {id:o.id,sessionId:o.sessionId,sessionTag:o.sessionTag,cdpUrl:o.cdpUrl,liveUrl:o.liveUrl,browserAuthGrantToken:o.browserAuthGrantToken}}async function sr(t,e){let n=await fetch(`${tr(t)}/api/browser-sessions/${encodeURIComponent(e.id)}`,{method:"DELETE",headers:{Authorization:`Bearer ${t.apiKey}`,accept:"application/json"},signal:AbortSignal.timeout(5e3)});if(!n.ok&&n.status!==404)throw new Error(`Managed browser session stop failed (${n.status}): ${await nr(n)}`)}var Hs="RSA-OAEP-256",It="browser-login";function Ys(t){return (t||process.env.EVOLVE_DASHBOARD_URL||E).replace(/\/$/,"")}function Zs(t){let e=t||process.env.EVOLVE_API_KEY;if(!e)throw new Error("Browser credentials require EVOLVE_API_KEY or an explicit apiKey");return e}async function Qs(t){return await t.text().catch(()=>"")}async function ge(t,e,n={}){let r=await fetch(`${Ys(t?.dashboardUrl)}${e}`,{...n,headers:{Authorization:`Bearer ${Zs(t?.apiKey)}`,accept:"application/json",...n.body?{"content-type":"application/json"}:{},...n.headers||{}}});if(!r.ok)throw new Error(`Browser credentials request failed (${r.status}): ${await Qs(r)}`);return await r.json()}async function Xs(t,e){let n=await ge(t,"/api/browser-credentials/public-key"),r=publicEncrypt({key:n.publicKey,padding:constants.RSA_PKCS1_OAEP_PADDING,oaepHash:"sha256"},Buffer.from(e,"utf8"));return {algorithm:Hs,keyId:n.id,ciphertext:r.toString("base64url")}}var je=class{constructor(e={}){this.config=e;}toMetadata(e){let{account_label:n,...r}=e;return {...r,accountLabel:n}}async list(e={}){let n=new URLSearchParams;e.website&&n.set("website",e.website),e.limit!==void 0&&n.set("limit",String(e.limit)),e.offset!==void 0&&n.set("offset",String(e.offset));let r=n.toString()?`?${n.toString()}`:"",o=await ge(this.config,`/api/browser-credentials${r}`);return {credentials:o.credentials.map(i=>this.toMetadata(i)),total:o.total,count:o.count,offset:o.offset,hasMore:o.has_more??o.offset+o.count<o.total}}async create(e){let n=await Xs(this.config,e.password),r=await ge(this.config,"/api/browser-credentials",{method:"POST",body:JSON.stringify({website:e.website,account_label:e.accountLabel,email:e.email,encryptedPassword:n})});return {status:r.status,credential:this.toMetadata(r.credential)}}async delete(e){let n="id"in e?e:{website:e.website,account_label:e.accountLabel};return await ge(this.config,"/api/browser-credentials",{method:"DELETE",body:JSON.stringify(n)})}};function Rt(t={}){return new je(t)}async function ir(t){return (await ge({apiKey:t.apiKey,dashboardUrl:t.dashboardUrl},"/api/browser-login/mcp-config",{method:"POST",body:JSON.stringify({browserSessionId:t.browserSessionId,sessionTag:t.sessionTag,grantToken:t.grantToken,allow:ei(t.config)})})).server}function ei(t){return t?.allow?.map(e=>({website:e.website,...e.accountLabel||e.account_label?{account_label:e.accountLabel||e.account_label}:{}}))}var or="/home/user/.factory/evolve-session.json";function si(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\$/g,"\\$").replace(/`/g,"\\`")}function ar(t){return `${t}-${randomBytes(8).toString("hex")}`}function cr(t,e,n="newline"){let r=new Map;if(t){let o=n==="comma"?t.split(/,(?=\s*[^,:]+:)/):t.split(/\r?\n/);for(let i of o){let c=i.trim();if(!c)continue;let a=c.indexOf(":");if(a<=0)continue;let l=c.slice(0,a).trim(),d=c.slice(a+1).trim();r.set(l.toLowerCase(),`${l}: ${d}`);}}for(let[o,i]of Object.entries(e)){let c=o.toLowerCase();if(c===B&&r.has(c)&&n==="newline"){let a=r.get(c),l=a.slice(a.indexOf(":")+1).trim();r.set(c,`${o}: ${l},${i}`);}else r.set(c,`${o}: ${i}`);}return Array.from(r.values()).join(n==="comma"?", ":`
|
|
247
|
+
`)}var fe=class{agentConfig;options;sandbox;hasRun=false;workingDir;lastRunTimestamp;registry;sessionTag;previousSessionTag;sessionLogger;activeCommand;activeProcessId=null;activeOperationId=null;activeOperationKind=null;nextOperationId=0;interruptedOperations=new Set;sandboxState;agentState="idle";droidSessionId;managedBrowserSession;skills;storage;lastCheckpointId;zodSchema;jsonSchema;schemaOptions;compiledValidator;constructor(e,n={}){if(this.agentConfig=e,this.options=n,this.workingDir=n.workingDirectory||Bt,this.sandboxState=n.sandboxId?"ready":"stopped",this.skills=n.skills,this.storage=n.storage,n.schema)if(A(n.schema))this.zodSchema=n.schema,n.schemaOptions&&console.warn("[Evolve] schemaOptions ignored for Zod schemas - use .passthrough(), .strip(), z.coerce instead");else {this.jsonSchema=n.schema,this.schemaOptions=n.schemaOptions;try{let r=this.createAjvValidator();this.compiledValidator=r.compile(this.jsonSchema);}catch(r){throw new Error(`Invalid JSON Schema: ${r.message}`)}}this.registry=$(e.type),this.sessionTag=ar(n.sessionTagPrefix||"evolve");}browserRuntimeInfo(){if(this.managedBrowserSession)return {liveUrl:this.managedBrowserSession.liveUrl,sessionId:this.managedBrowserSession.sessionId,sessionTag:this.managedBrowserSession.sessionTag}}browserResponseInfo(){if(this.managedBrowserSession)return {liveUrl:this.managedBrowserSession.liveUrl}}emitLifecycle(e,n){let r=this.browserRuntimeInfo();e?.onLifecycle?.({sandboxId:this.getSession(),sandbox:this.sandboxState,agent:this.agentState,timestamp:new Date().toISOString(),reason:n,...r?{browser:r}:{}});}invalidateActiveOperation(){this.activeCommand=void 0,this.activeProcessId=null,this.activeOperationId=null,this.activeOperationKind=null;}beginOperation(e,n,r,o){let i=++this.nextOperationId;return this.activeOperationId=i,this.activeOperationKind=e,this.activeCommand=n,this.activeProcessId=n.processId,this.sandboxState="running",this.agentState="running",this.emitLifecycle(r,o),i}finalizeOperation(e,n,r,o="idle",i="ready"){return this.activeOperationId!==e?false:(this.invalidateActiveOperation(),this.sandboxState=i,this.agentState=o,this.emitLifecycle(n,r),true)}watchBackgroundOperation(e,n,r,o,i){let c=n==="run"?"run_background_complete":"command_background_complete",a=n==="run"?"run_background_failed":"command_background_failed",l=n==="run"?"run_interrupted":"command_interrupted";r.wait().then(async d=>{if(this.interruptedOperations.delete(e)||d.exitCode===130){this.finalizeOperation(e,o,l,"interrupted");return}n==="run"&&i&&await this.writeDroidSessionState(i);let p=d.exitCode===0?c:a,u=d.exitCode===0?"idle":"error";this.finalizeOperation(e,o,p,u);}).catch(()=>{this.interruptedOperations.delete(e),this.finalizeOperation(e,o,a,"error");});}createAjvValidator(){let n={...We[this.schemaOptions?.mode||"loose"],...this.schemaOptions?.coerceTypes!==void 0&&{coerceTypes:this.schemaOptions.coerceTypes},...this.schemaOptions?.removeAdditional!==void 0&&{removeAdditional:this.schemaOptions.removeAdditional},...this.schemaOptions?.useDefaults!==void 0&&{useDefaults:this.schemaOptions.useDefaults},...this.schemaOptions?.allErrors!==void 0&&{allErrors:this.schemaOptions.allErrors}};return new ti({...n,strict:false})}async getSandbox(e){if(this.sandbox)return this.sandbox;if(!this.options.sandboxProvider)throw new Error("No sandbox provider configured");let n=this.options.sandboxProvider;this.sandboxState="booting",this.emitLifecycle(e,"sandbox_boot");try{if(this.options.sandboxId)(this.options.mcpServers||this.options.integrations||this.options.plugins||this.options.context||this.options.files||this.options.systemPrompt||this.options.managedBrowser||this.options.browserCredentials)&&console.warn("[Evolve] Connecting to existing sandbox - ignoring mcpServers, integrations, plugins, context, files, systemPrompt, managed browser setup, and browser credentials"),this.sandbox=await n.connect(this.options.sandboxId),this.hasRun=!0,await this.loadDroidSessionState(this.sandbox),this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(e,"sandbox_connected");else {await this.ensureManagedBrowserSession(e);let r=this.buildEnvironmentVariables();this.sandbox=await n.create({envs:r,workingDirectory:this.workingDir}),await this.setupManagedBrowser(this.sandbox),await this.setupAgentAuth(this.sandbox),await this.setupAgentPlugins(this.sandbox),await this.setupWorkspace(this.sandbox),this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(e,"sandbox_ready");}}catch(r){throw await this.closeManagedBrowserSession().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(e,"sandbox_error"),r}return this.sandbox}buildEnvironmentVariables(){let e={};if(this.agentConfig.oauthFileContent)this.registry.oauthActivationEnv&&(e[this.registry.oauthActivationEnv.key]=this.registry.oauthActivationEnv.value);else if(!(this.registry.skipApiKeyEnvInGateway&&!this.agentConfig.isDirectMode))if(this.registry.providerEnvMap&&!this.agentConfig.isDirectMode)for(let n of Object.values(this.registry.providerEnvMap))e[n.keyEnv]=this.agentConfig.apiKey;else {let n=this.agentConfig.model?.split("/")[0],r=n?this.registry.providerEnvMap?.[n]:void 0,o=r?r.keyEnv:this.registry.apiKeyEnv,i=this.agentConfig.isOAuth&&this.registry.oauthEnv?this.registry.oauthEnv:o;e[i]=this.agentConfig.apiKey;}if(this.agentConfig.isDirectMode&&!this.agentConfig.isOAuth)this.agentConfig.baseUrl&&this.registry.baseUrlEnv&&(e[this.registry.baseUrlEnv]=this.agentConfig.baseUrl);else if(!this.agentConfig.isDirectMode){let n=q(this.registry.gatewayPath);this.registry.gatewayConfigEnv?e[this.registry.gatewayConfigEnv]=this.buildGatewayConfigJson({[O]:this.sessionTag}):this.registry.baseUrlEnv&&(e[this.registry.baseUrlEnv]=n),e.EVOLVE_API_KEY=this.agentConfig.apiKey;}if(this.managedBrowserSession&&this.options.managedBrowser&&Object.assign(e,Tt(this.options.managedBrowser.provider,this.managedBrowserSession).envs),this.options.secrets){if(Object.prototype.hasOwnProperty.call(this.options.secrets,T))throw new Error(`${T} is reserved for Evolve-managed sandbox services and cannot be set with secrets`);Object.assign(e,this.options.secrets);}if(!this.agentConfig.isDirectMode&&this.registry.customHeadersEnv){let n=this.registry.customHeadersEnv,r=this.registry.customHeadersFormat||"newline";e[n]=cr(e[n],{[O]:this.sessionTag},r);}return !this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&(e[this.registry.spendTrackingEnvs.sessionTagEnv]=this.sessionTag),e}async ensureManagedBrowserSession(e){this.managedBrowserSession||!this.options.managedBrowser||(this.managedBrowserSession=await rr(this.options.managedBrowser,this.sessionTag,{browserCredentials:this.options.browserCredentials!==void 0}),this.emitLifecycle(e,"browser_ready"));}async setupManagedBrowser(e){if(!this.managedBrowserSession||!this.options.managedBrowser)return;let n=Tt(this.options.managedBrowser.provider,this.managedBrowserSession);for(let r of n.directories)await e.files.makeDir(r);for(let r of n.files)await e.files.write(r.path,r.data);}async closeManagedBrowserSession(){if(!this.managedBrowserSession||!this.options.managedBrowser)return;let e=this.managedBrowserSession;this.managedBrowserSession=void 0;try{await sr(this.options.managedBrowser,e);}catch(n){console.warn(`[Evolve] Managed browser cleanup failed: ${n.message}`);}}buildGatewayConfigJson(e){let n=q(this.registry.gatewayPath),r=this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),o={},i=this.options.secrets?.[this.registry.gatewayConfigEnv];if(i)try{o=JSON.parse(i);}catch{}let c=o.provider??{},a=c.litellm??{},l=a.options??{},d=a.models??{},s=d[r]??{},p=s.headers??{};return o.provider={...c,litellm:{...a,npm:"@ai-sdk/openai-compatible",options:{...l,baseURL:`${n}/v1`,apiKey:this.agentConfig.apiKey},models:{...d,[r]:{...s,name:r,headers:{...p,...e}}}}},JSON.stringify(o)}buildRunEnvs(e){if(this.agentConfig.isDirectMode)return;let n=this.registry.customHeadersEnv;if(n){let o=this.options.secrets?.[n],i=this.registry.customHeadersFormat||"newline";return {[n]:cr(o,{[O]:this.sessionTag,[B]:`${G}${e}`},i)}}let r=this.registry.spendTrackingEnvs;if(r)return {[r.sessionTagEnv]:this.sessionTag,[r.runTagEnv]:`${G}${e}`};if(this.registry.gatewayConfigEnv)return {[this.registry.gatewayConfigEnv]:this.buildGatewayConfigJson({[O]:this.sessionTag,[B]:`${G}${e}`})}}captureDroidSession(e,n){if(this.agentConfig.type!=="droid")return;let r=n?.find(i=>typeof i.sessionId=="string"&&i.sessionId.length>0)?.sessionId;if(r){this.droidSessionId=r;return}let o=this.extractDroidSessionId(e);o&&(this.droidSessionId=o);}extractDroidSessionId(e){try{return this.findDroidSessionId(JSON.parse(e))}catch{return}}findDroidSessionId(e){if(!e||typeof e!="object"||Array.isArray(e))return;let n=e,r=n.sessionId??n.session_id;return typeof r=="string"&&r.length>0?r:this.findDroidSessionId(n.result)??this.findDroidSessionId(n.params)??this.findDroidSessionId(n.notification)}async loadDroidSessionState(e){if(!(this.agentConfig.type!=="droid"||this.droidSessionId))try{let n=await e.files.read(or);if(typeof n!="string")return;let r=JSON.parse(n);typeof r.sessionId=="string"&&r.sessionId.length>0&&(this.droidSessionId=r.sessionId);}catch{}}async writeDroidSessionState(e){this.agentConfig.type!=="droid"||!this.droidSessionId||(await e.files.makeDir("/home/user/.factory"),await e.files.write(or,JSON.stringify({sessionId:this.droidSessionId},null,2)));}resolveGatewayModel(e){return this.agentConfig.isDirectMode?e:this.registry.gatewayModelAliases?.[e]??e}resolveCommandModel(e){return (this.agentConfig.isDirectMode?this.registry.directModelAliases:this.registry.gatewayModelAliases)?.[e]??e}async setupAgentAuth(e){if(this.agentConfig.oauthFileContent&&this.registry.oauthFileName){let n=this.registry.mcpConfig.settingsDir.replace(/^~/,"/home/user");await e.files.makeDir(n),await e.files.write(`${n}/${this.registry.oauthFileName}`,this.agentConfig.oauthFileContent);return}this.registry.setupCommand&&await e.commands.run(this.registry.setupCommand,{timeoutMs:3e4});}async setupAgentPlugins(e){await qn(this.agentConfig.type,e,this.options.plugins);}async setupWorkspace(e,n){let r=this.options.workspaceMode||"knowledge",o=r==="swe"?`${this.workingDir}/repo ${this.workingDir}/context ${this.workingDir}/scripts ${this.workingDir}/temp ${this.workingDir}/output`:`${this.workingDir}/context ${this.workingDir}/scripts ${this.workingDir}/temp ${this.workingDir}/output`;if(await e.commands.run(`mkdir -p ${o}`,{timeoutMs:3e4}),!n?.skipSystemPrompt){let c=yt({workingDir:this.workingDir,systemPrompt:this.options.systemPrompt,browserPrompt:this.options.browserPrompt,schema:this.zodSchema||this.jsonSchema,mode:r}),a=`${this.workingDir}/${this.registry.systemPromptFile}`;await e.files.write(a,c);}this.options.context&&await this.uploadContextFiles(e,this.options.context),this.options.files&&await this.uploadWorkspaceFiles(e,this.options.files);let i={...this.options.mcpServers};if(this.options.integrations){let c=await vn({...this.options.integrations,sessionTag:this.sessionTag});i={...i,integrations:{type:"http",url:c.url,headers:c.headers}};}if(this.options.browserCredentials){if(!this.options.managedBrowser||this.options.managedBrowser.provider!=="agent-browser")throw new Error("Browser credentials require managed remote agent-browser.");if(!this.managedBrowserSession?.id||!this.managedBrowserSession.sessionTag||!this.managedBrowserSession.browserAuthGrantToken)throw new Error("Managed browser session is missing browser credential grant data.");let c=await ir({apiKey:this.options.browserCredentials.apiKey,dashboardUrl:this.options.browserCredentials.dashboardUrl,browserSessionId:this.managedBrowserSession.id,sessionTag:this.managedBrowserSession.sessionTag,grantToken:this.managedBrowserSession.browserAuthGrantToken,config:this.options.browserCredentials.config});i={...i,[It]:c};}Object.keys(i).length>0&&await st(this.agentConfig.type,e,this.workingDir,i),!this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&this.agentConfig.type==="codex"&&await nt(e,this.agentConfig.baseUrl||q(),this.registry.spendTrackingEnvs),!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await Se(e,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[O]:this.sessionTag}),this.skills?.length&&await this.setupSkills(e);}async setupSkills(e){if(!this.skills?.length)return;let{skillsConfig:n}=this.registry,{sourceDir:r,targetDir:o}=n;await e.files.makeDir(o);for(let i of this.skills){let c=`cp -r ${r}/${i} ${o}/ 2>/dev/null || true`;await e.commands.run(c,{timeoutMs:3e4});}}async uploadContextFiles(e,n){let r=Object.entries(n).map(([i,c])=>({path:`${this.workingDir}/context/${i}`,data:c}));if(r.length===0)return;let o=new Set(r.map(i=>i.path.substring(0,i.path.lastIndexOf("/"))).filter(Boolean));o.size>0&&await e.commands.run(`mkdir -p ${Array.from(o).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(r);}async uploadWorkspaceFiles(e,n){let r=Object.entries(n).map(([i,c])=>({path:i.startsWith("/")?i:`${this.workingDir}/${i}`,data:c}));if(r.length===0)return;let o=new Set(r.map(i=>i.path.substring(0,i.path.lastIndexOf("/"))).filter(Boolean));o.size>0&&await e.commands.run(`mkdir -p ${Array.from(o).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(r);}buildCommand(e){return this.registry.buildCommand({prompt:this.agentConfig.type==="droid"?e:si(e),model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),isResume:this.hasRun,sessionId:this.agentConfig.type==="droid"?this.droidSessionId:void 0,reasoningEffort:this.agentConfig.reasoningEffort,isDirectMode:this.agentConfig.isDirectMode,skills:this.skills})}async run(e,n){let{prompt:r,timeoutMs:o=se,background:i=false,checkpointComment:c}=e,{from:a}=e;if(this.activeCommand)throw new Error("Agent is already running. Call interrupt(), wait for the active/background run to finish, or create a new Evolve instance.");if(a&&(this.sandbox||this.options.sandboxId))throw new Error("Cannot restore into existing sandbox. Call kill() first, or create a new Evolve instance.");if(a==="latest"){if(!this.storage)throw new Error('Storage not configured. Call .withStorage() before using from: "latest".');let v=await Ct(this.storage);if(!v)throw new Error('No checkpoints found for from: "latest".');a=v.id;}if(a){if(!this.storage)throw new Error("Storage not configured. Call .withStorage() before using 'from'.");if(!this.options.sandboxProvider)throw new Error("No sandbox provider configured");await this.ensureManagedBrowserSession(n);let v=this.buildEnvironmentVariables();this.sandboxState="booting",this.emitLifecycle(n,"sandbox_boot");try{this.sandbox=await this.options.sandboxProvider.create({envs:v,workingDirectory:this.workingDir});let b=await Fn(this.sandbox,this.storage,a);if(await this.setupManagedBrowser(this.sandbox),b.agentType&&b.agentType!==this.agentConfig.type)throw new Error(`Cannot restore checkpoint: agent type mismatch (checkpoint: ${b.agentType}, current: ${this.agentConfig.type})`);let C=this.options.workspaceMode||"knowledge";if(b.workspaceMode&&b.workspaceMode!==C)throw new Error(`Cannot restore checkpoint: workspace mode mismatch (checkpoint: ${b.workspaceMode}, current: ${C})`);await this.setupAgentAuth(this.sandbox),await this.setupAgentPlugins(this.sandbox);let _=!!(this.options.systemPrompt||this.options.browserPrompt||this.zodSchema||this.jsonSchema);await this.setupWorkspace(this.sandbox,{skipSystemPrompt:!_}),await this.loadDroidSessionState(this.sandbox),this.hasRun=!0,this.lastCheckpointId=a,this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(n,"sandbox_ready");}catch(b){throw this.sandbox&&(await this.sandbox.kill().catch(()=>{}),this.sandbox=void 0),await this.closeManagedBrowserSession().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(n,"sandbox_error"),b}}let l=await this.getSandbox(n);if(await this.loadDroidSessionState(l),this.lastRunTimestamp=Date.now(),!this.sessionLogger){let v=this.options.sandboxProvider;this.sessionLogger=new ae({provider:v?.name||v?.providerType||"unknown",agent:this.agentConfig.type,model:this.agentConfig.model||this.registry.defaultModel,sandboxId:l.sandboxId,tag:this.sessionTag,apiKey:this.agentConfig.isDirectMode?void 0:this.agentConfig.apiKey,observability:{...this.options.observability,...this.managedBrowserSession&&this.options.managedBrowser?{browser_provider:this.options.managedBrowser.provider,browser_session_id:this.managedBrowserSession.id,dashboard_session_id:this.managedBrowserSession.sessionId,browser_session_tag:this.managedBrowserSession.sessionTag,browser_live_url:this.managedBrowserSession.liveUrl}:{}}});}this.sessionLogger.writePrompt(r);let d=this.buildCommand(r),s=randomUUID(),p=this.buildRunEnvs(s);!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await Se(l,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[O]:this.sessionTag,[B]:`${G}${s}`}),!this.agentConfig.isDirectMode&&this.registry.spendTrackingTomlProvider&&await rt(l,this.registry.spendTrackingTomlProvider,{[O]:this.sessionTag,[B]:`${G}${s}`}),!this.agentConfig.isDirectMode&&this.registry.droidGatewaySettings&&await ke(l,{...this.registry.droidGatewaySettings,model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),baseUrl:`${q()}/v1`,apiKeyEnv:"EVOLVE_API_KEY"},{[O]:this.sessionTag,[B]:`${G}${s}`});let u="",g=W(this.agentConfig.type),f=v=>{u+=v;let b=u.split(`
|
|
248
|
+
`);u=b.pop()??"";for(let C of b){if(!C.trim())continue;let _=g(C);if(this.captureDroidSession(C,_),this.sessionLogger?.writeEventParsed(C,_),n?.onStdout?.(C+`
|
|
249
|
+
`),_&&n?.onContent)for(let F of _)n.onContent(F);}},m=v=>{n?.onStderr?.(v);},h=await l.commands.spawn(d,{cwd:this.workingDir,timeoutMs:o,envs:p,onStdout:f,onStderr:m}),y=this.beginOperation("run",h,n,"run_start");if(this.hasRun=true,i)return this.watchBackgroundOperation(y,"run",h,n,l),{sandboxId:l.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),runId:s,exitCode:0,stdout:`Background process started with ID ${h.processId}`,stderr:""};let w;try{w=await h.wait();}catch(v){throw this.interruptedOperations.delete(y),this.finalizeOperation(y,n,"run_failed","error"),v}if(this.interruptedOperations.delete(y)||w.exitCode===130?this.finalizeOperation(y,n,"run_interrupted","interrupted"):w.exitCode===0?this.finalizeOperation(y,n,"run_complete","idle"):this.finalizeOperation(y,n,"run_failed","error"),u.trim()){let v=g(u);if(this.captureDroidSession(u,v),this.sessionLogger?.writeEventParsed(u,v),n?.onStdout?.(u+`
|
|
250
|
+
`),v&&n?.onContent)for(let b of v)n.onContent(b);}await this.writeDroidSessionState(l),this.sessionLogger&&!i&&await Promise.race([this.sessionLogger.flush(),new Promise(v=>setTimeout(v,2e3))]);let S;if(this.storage&&!i&&w.exitCode===0)try{S=await kt(l,this.storage,this.agentConfig.type,this.workingDir,{tag:this.sessionTag,model:this.agentConfig.model||this.registry.defaultModel,workspaceMode:this.options.workspaceMode||"knowledge",comment:c,parentId:this.lastCheckpointId}),this.lastCheckpointId=S.id;}catch(v){console.warn(`[Evolve] Auto-checkpoint failed: ${v.message}`);}return {sandboxId:l.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),runId:s,exitCode:w.exitCode,stdout:w.stdout,stderr:w.stderr,checkpoint:S}}async executeCommand(e,n={},r){let{timeoutMs:o=se,background:i=false}=n;if(this.activeCommand)throw new Error("Agent is already running. Call interrupt(), wait for the active/background command to finish, or create a new Evolve instance.");let c=await this.getSandbox(r);this.lastRunTimestamp=Date.now();let a="",l="",d=m=>{a+=m,r?.onStdout?.(m);},s=m=>{l+=m,r?.onStderr?.(m);},p=await c.commands.spawn(e,{cwd:this.workingDir,timeoutMs:o,onStdout:d,onStderr:s}),u=this.beginOperation("command",p,r,"command_start");if(i)return this.watchBackgroundOperation(u,"command",p,r),{sandboxId:c.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),exitCode:0,stdout:`Background process started with ID ${p.processId}`,stderr:""};let g;try{g=await p.wait();}catch(m){throw this.interruptedOperations.delete(u),this.finalizeOperation(u,r,"command_failed","error"),m}return this.interruptedOperations.delete(u)||g.exitCode===130?this.finalizeOperation(u,r,"command_interrupted","interrupted"):g.exitCode===0?this.finalizeOperation(u,r,"command_complete","idle"):this.finalizeOperation(u,r,"command_failed","error"),{sandboxId:c.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),exitCode:g.exitCode,stdout:a||g.stdout||"",stderr:l||g.stderr||""}}async uploadContext(e){let n=await this.getSandbox();await this.uploadContextFiles(n,e);}async uploadFiles(e){let n=await this.getSandbox();await this.uploadWorkspaceFiles(n,e);}async getOutputFiles(e=false){let n=await this.getSandbox(),r=`${this.workingDir}/output`,o=e?"":"-maxdepth 1",c=(await n.commands.run(`find ${r} ${o} -type f -exec stat -c '%n|%Z' {} \\; 2>/dev/null || true`,{timeoutMs:3e4})).stdout.split(`
|
|
251
|
+
`).filter(Boolean),a=this.lastRunTimestamp?Math.floor(this.lastRunTimestamp/1e3)-2:0,l=[],d=`${r}/`;for(let f of c){let[m,h]=f.split("|");if(!m||!h)continue;let y=parseInt(h,10);a>0&&y<a||l.push(m);}let s={},p=await Promise.all(l.map(async f=>{try{let m=await n.files.read(f);return {relativePath:f.startsWith(d)?f.slice(d.length):f.split("/").pop()||f,content:m}}catch{return null}}));for(let f of p)f&&(s[f.relativePath]=f.content);if(!this.zodSchema&&!this.jsonSchema)return {files:s,data:null};let u=s["result.json"];if(!u)return {files:s,data:null,error:"Schema provided but agent did not create output/result.json"};let g=typeof u=="string"?u:new TextDecoder().decode(u);try{let f=JSON.parse(g);if(this.zodSchema){let m=this.zodSchema.safeParse(f);return m.success?{files:s,data:m.data}:{files:s,data:null,error:`Schema validation failed: ${m.error.message}`,rawData:g}}if(this.compiledValidator){if(this.compiledValidator(f))return {files:s,data:f};{let h=this.compiledValidator.errors?.map(y=>`${y.instancePath} ${y.message}`).join(", ")||"Unknown validation error";return {files:s,data:null,error:`Schema validation failed: ${h}`,rawData:g}}}return {files:s,data:null}}catch(f){return {files:s,data:null,error:`Failed to parse result.json: ${f.message}`,rawData:g}}}async checkpoint(e){if(!this.storage)throw new Error("Storage not configured. Call .withStorage().");if(!this.sandbox)throw new Error("No active sandbox. Call run() first.");let n=await kt(this.sandbox,this.storage,this.agentConfig.type,this.workingDir,{tag:this.sessionTag,model:this.agentConfig.model||this.registry.defaultModel,workspaceMode:this.options.workspaceMode||"knowledge",comment:e?.comment,parentId:this.lastCheckpointId});return this.lastCheckpointId=n.id,n}getSession(){return this.sandbox?.sandboxId||this.options.sandboxId||null}async setSession(e){if(this.activeCommand&&!await this.interrupt())throw new Error("Cannot switch session while an active process is running and could not be interrupted.");await this.rotateSession(),await this.closeManagedBrowserSession(),this.options.sandboxId=e,this.sandbox=void 0,this.interruptedOperations.clear(),this.invalidateActiveOperation(),this.sandboxState="ready",this.agentState="idle",this.hasRun=true,this.lastCheckpointId=void 0;}async pause(e){this.sandbox&&(this.activeCommand&&await this.interrupt(e),await this.sandbox.pause(),this.sandboxState="paused",this.agentState="idle",this.emitLifecycle(e,"sandbox_pause"));}async resume(e){this.sandbox&&this.options.sandboxProvider&&(this.sandbox=await this.options.sandboxProvider.connect(this.sandbox.sandboxId),this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(e,"sandbox_resume"));}async interrupt(e){if(!this.activeCommand&&!this.activeProcessId)return false;let n=this.activeOperationId,r=this.activeOperationKind,o=false;try{this.activeCommand?o=await this.activeCommand.kill():this.sandbox&&this.activeProcessId&&(o=await this.sandbox.commands.kill(this.activeProcessId));}catch{o=false;}if(!o)return this.sandboxState="running",this.agentState="running",false;n!==null&&this.interruptedOperations.add(n),this.invalidateActiveOperation(),this.sandboxState="ready",this.agentState="interrupted";let i=r==="run"?"run_interrupted":"command_interrupted";return this.emitLifecycle(e,i),o}status(){let e=this.browserRuntimeInfo();return {sandboxId:this.getSession(),sandbox:this.sandboxState,agent:this.agentState,activeProcessId:this.activeProcessId,hasRun:this.hasRun,timestamp:new Date().toISOString(),...e?{browser:e}:{}}}async kill(e){await this.rotateSession();let n;try{this.activeCommand&&await this.interrupt(e),this.sandbox&&(await this.sandbox.kill(),this.sandbox=void 0);}catch(r){n=r;}finally{await this.closeManagedBrowserSession();}if(n)throw n;this.options.sandboxId=void 0,this.interruptedOperations.clear(),this.invalidateActiveOperation(),this.sandboxState="stopped",this.agentState="idle",this.hasRun=false,this.lastCheckpointId=void 0,this.emitLifecycle(e,"sandbox_killed");}async getHost(e){return (await this.getSandbox()).getHost(e)}getAgentType(){return this.agentConfig.type}getSessionTag(){return !this.sandbox&&!this.sessionLogger?null:this.sessionTag}getSessionTimestamp(){return this.sessionLogger?.getTimestamp()||null}async flushObservability(){await this.sessionLogger?.flush();}async rotateSession(){let e=!!this.sessionLogger;this.sessionLogger&&(await this.sessionLogger.close(),this.sessionLogger=void 0),e&&(this.previousSessionTag=this.sessionTag),this.sessionTag=ar(this.options.sessionTagPrefix||"evolve");}async fetchSpend(e){if(this.agentConfig.isDirectMode)throw new Error("Cost tracking requires gateway mode (set EVOLVE_API_KEY).");let n=this.agentConfig.apiKey;if(!n)throw new Error("Cost tracking requires an API key.");let r=process.env.EVOLVE_DASHBOARD_URL||E,o=await fetch(`${r}/api/sessions/spend?${e}`,{headers:{Authorization:`Bearer ${n}`},signal:AbortSignal.timeout(1e4)});if(!o.ok){let i=await o.text().catch(()=>"");throw new Error(`Spend query failed (${o.status}): ${i}`)}return o}resolveSpendTag(){if(this.sandbox||this.sessionLogger)return this.sessionTag;if(this.previousSessionTag)return this.previousSessionTag;throw new Error("No session to query. Call run() first.")}normalizeRunCost(e,n){return {...e,asOf:e.asOf??n.asOf,isComplete:e.isComplete??n.isComplete,truncated:e.truncated??n.truncated}}normalizeSessionCost(e){let n={asOf:e.asOf,isComplete:e.isComplete,truncated:e.truncated};return {...e,runs:e.runs.map(r=>this.normalizeRunCost(r,n))}}async getSessionCost(){let e=this.resolveSpendTag(),n=new URLSearchParams({tag:e}),o=await(await this.fetchSpend(n)).json();return this.normalizeSessionCost(o)}async getRunCost(e){let n=this.resolveSpendTag();if("runId"in e){let c=new URLSearchParams({tag:n,runId:e.runId}),l=await(await this.fetchSpend(c)).json();return this.normalizeRunCost(l,{asOf:new Date().toISOString(),isComplete:false,truncated:false})}let r=await this.getSessionCost(),o=e.index>0?e.index-1:r.runs.length+e.index,i=r.runs[o];if(!i)throw new Error(`Run index ${e.index} out of range. Session has ${r.runs.length} run(s).`);return i}};var me=class extends EventEmitter{config={};agent;fallbackSandboxState="stopped";fallbackAgentState="idle";fallbackHasRun=false;constructor(){super();}on(e,n){return super.on(e,n)}off(e,n){return super.off(e,n)}emit(e,...n){return super.emit(e,...n)}withAgent(e){return e&&(this.config.agent=e,this._cachedGatewayOverrides=null),this}withSandbox(e){return this.config.sandbox=e,this}withWorkingDirectory(e){return this.config.workingDirectory=e,this}withWorkspaceMode(e){return this.config.workspaceMode=e,this}withSecrets(e){if(Object.prototype.hasOwnProperty.call(e,T))throw new Error(`${T} is reserved for Evolve-managed sandbox services and cannot be set with withSecrets()`);return this.config.secrets={...this.config.secrets,...e},this}withSession(e){return this.config.sandboxId=e,this.agent||(this.fallbackSandboxState="ready",this.fallbackAgentState="idle",this.fallbackHasRun=true),this}withSystemPrompt(e){return this.config.systemPrompt=e,this}withContext(e){return this.config.context={...this.config.context,...e},this}withFiles(e){return this.config.files={...this.config.files,...e},this}withMcpServers(e){return this.config.mcpServers={...this.config.mcpServers,...e},this}withBrowser(e={provider:"agent-browser",remote:true}){return e===false?delete this.config.browser:this.config.browser=e,this}withBrowserCredentials(e={}){return this.config.browserCredentials=e,this}withPlugins(e){let n=Array.isArray(e)?e:[e];return this.config.plugins=[...this.config.plugins??[],...n],this}withSkills(e){return this.config.skills=e,this}withSchema(e,n){return this.config.schema=e,n&&(A(e)?console.warn("[Evolve] schemaOptions ignored for Zod schemas - use .passthrough(), .strip(), z.coerce instead"):this.config.schemaOptions=n),this}withSessionTagPrefix(e){return this.config.sessionTagPrefix=e,this}withObservability(e){return this.config.observability={...this.config.observability,...e},this}withIntegrations(e){return this.config.integrations=e,this}withStorage(e){return this.config.storage=e||{},this}static integrations=bn;static browserCredentials=Rt;async initializeAgent(){let e=Be(this.config.agent),n=this.config.sandbox??await ut();if(this.config.integrations&&e.isDirectMode)throw new Error("withIntegrations() is available only in gateway mode with EVOLVE_API_KEY");let r={},o,i,c=this.config.skills,a;if(this.config.browser){let s=Xn(this.config.browser);if(a=s,s.provider==="browser-use"){if(e.isDirectMode)throw new Error('withBrowser("browser-use") requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.');r=Mt(e.apiKey);}if((s.provider==="actionbook"||s.provider==="agent-browser")&&(c=er(s.provider,c),s.managed)){if(e.isDirectMode)throw new Error(`Managed browser provider "${s.provider}" requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.`);o=s.provider==="actionbook"?gt:gn,i={provider:s.provider,apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||E};}}if(this.config.browserCredentials!==void 0){if(this.config.sandboxId)throw new Error("withBrowserCredentials() cannot be used with withSession(); browser login tokens are run-scoped.");if(e.isDirectMode)throw new Error("withBrowserCredentials() requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.");if(!a||a.provider!=="agent-browser"||!a.managed)throw new Error('withBrowserCredentials() requires .withBrowser() or .withBrowser({ provider: "agent-browser", remote: true }).');if(this.config.mcpServers?.["browser-login"])throw new Error('withBrowserCredentials() reserves the "browser-login" MCP server name.')}let l=this.config.storage!==void 0?Ne(this.config.storage,!e.isDirectMode,E,e.isDirectMode?void 0:e.apiKey):void 0,d={sandboxProvider:n,secrets:this.config.secrets,sandboxId:this.config.sandboxId,workingDirectory:this.config.workingDirectory,workspaceMode:this.config.workspaceMode,systemPrompt:this.config.systemPrompt,context:this.config.context,files:this.config.files,mcpServers:{...r,...this.config.mcpServers},browserPrompt:o,managedBrowser:i,browserCredentials:this.config.browserCredentials!==void 0?{apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||E,config:this.config.browserCredentials}:void 0,plugins:this.config.plugins,skills:c,schema:this.config.schema,schemaOptions:this.config.schemaOptions,sessionTagPrefix:this.config.sessionTagPrefix,observability:this.config.observability,integrations:this.config.integrations?{...this.config.integrations,apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||E}:void 0,storage:l};this.agent=new fe(e,d);}createStreamCallbacks(){let e=this.listenerCount("stdout")>0,n=this.listenerCount("stderr")>0,r=this.listenerCount("content")>0,o=this.listenerCount("lifecycle")>0;return {onStdout:e?i=>this.emit("stdout",i):void 0,onStderr:n?i=>this.emit("stderr",i):void 0,onContent:r?i=>this.emit("content",i):void 0,onLifecycle:o?i=>this.emit("lifecycle",i):void 0}}emitLifecycleFromStatus(e){if(this.listenerCount("lifecycle")===0)return;let n=this.status();this.emit("lifecycle",{sandboxId:n.sandboxId,sandbox:n.sandbox,agent:n.agent,timestamp:new Date().toISOString(),reason:e,...n.browser?{browser:n.browser}:{}});}async run({prompt:e,timeoutMs:n,background:r,from:o,checkpointComment:i}){if(o&&this.config.sandboxId)throw new Error("Cannot use 'from' with 'withSession()' \u2014 restore requires a fresh sandbox.");this.agent||await this.initializeAgent();let c=this.createStreamCallbacks();return this.agent.run({prompt:e,timeoutMs:n,background:r,from:o,checkpointComment:i},c)}async executeCommand(e,n={}){this.agent||await this.initializeAgent();let r=this.createStreamCallbacks();return this.agent.executeCommand(e,n,r)}async interrupt(){if(!this.agent)return false;let e=this.createStreamCallbacks();return this.agent.interrupt(e)}async uploadContext(e){return this.agent||await this.initializeAgent(),this.agent.uploadContext(e)}async uploadFiles(e){return this.agent||await this.initializeAgent(),this.agent.uploadFiles(e)}async getOutputFiles(e=false){if(!this.agent)throw new Error("Agent not initialized. Call run() first.");return this.agent.getOutputFiles(e)}async checkpoint(e){if(!this.agent)throw new Error("Agent not initialized. Call run() first.");return this.agent.checkpoint(e)}_cachedGatewayOverrides=null;resolveGatewayOverrides(){if(this._cachedGatewayOverrides!==null)return this._cachedGatewayOverrides||void 0;try{let e=Be(this.config.agent);if(!e.isDirectMode)return this._cachedGatewayOverrides={gatewayUrl:E,gatewayApiKey:e.apiKey},this._cachedGatewayOverrides}catch{}this._cachedGatewayOverrides=void 0;}async listCheckpoints(e){if(this.config.storage===void 0)throw new Error("Storage not configured. Call .withStorage().");return Et(this.config.storage,this.resolveGatewayOverrides()||{}).listCheckpoints(e)}storage(){if(this.config.storage===void 0)throw new Error("Storage not configured. Call .withStorage().");return Et(this.config.storage,this.resolveGatewayOverrides()||{})}getSession(){return this.agent?this.agent.getSession():this.config.sandboxId??null}async setSession(e){this.agent?await this.agent.setSession(e):(this.fallbackSandboxState="ready",this.fallbackAgentState="idle",this.fallbackHasRun=true),this.config.sandboxId=e;}status(){return this.agent?this.agent.status():{sandboxId:this.config.sandboxId??null,sandbox:this.fallbackSandboxState,agent:this.fallbackAgentState,activeProcessId:null,hasRun:this.fallbackHasRun,timestamp:new Date().toISOString()}}async pause(){if(this.agent){let e=this.createStreamCallbacks();await this.agent.pause(e);return}this.config.sandboxId&&this.config.sandbox&&(await(await this.config.sandbox.connect(this.config.sandboxId)).pause(),this.fallbackSandboxState="paused",this.fallbackAgentState="idle",this.emitLifecycleFromStatus("sandbox_pause"));}async resume(){if(this.agent){let e=this.createStreamCallbacks();await this.agent.resume(e);return}this.config.sandboxId&&this.config.sandbox&&(await this.config.sandbox.connect(this.config.sandboxId),this.fallbackSandboxState="ready",this.fallbackAgentState="idle",this.emitLifecycleFromStatus("sandbox_resume"));}async kill(){if(this.agent){let e=this.createStreamCallbacks();await this.agent.kill(e),this.config.sandboxId=void 0,this.fallbackSandboxState="stopped",this.fallbackAgentState="idle",this.fallbackHasRun=false;return}this.config.sandboxId&&this.config.sandbox&&(await(await this.config.sandbox.connect(this.config.sandboxId)).kill(),this.fallbackSandboxState="stopped",this.fallbackAgentState="idle",this.fallbackHasRun=false,this.emitLifecycleFromStatus("sandbox_killed"),this.config.sandboxId=void 0);}async getHost(e){return this.agent||await this.initializeAgent(),this.agent.getHost(e)}getSessionTag(){return this.agent?.getSessionTag()||null}getSessionTimestamp(){return this.agent?.getSessionTimestamp()||null}async flushObservability(){await this.agent?.flushObservability();}async getSessionCost(){if(!this.agent)throw new Error("No agent initialized. Call run() first.");return this.agent.getSessionCost()}async getRunCost(e){if(!this.agent)throw new Error("No agent initialized. Call run() first.");return this.agent.getRunCost(e)}};var ee=class{permits;queue=[];constructor(e){if(e<1)throw new Error("Semaphore max must be >= 1");this.permits=e;}async use(e){await this.acquire();try{return await e()}finally{this.release();}}acquire(){return this.permits>0?(this.permits--,Promise.resolve()):new Promise(e=>this.queue.push(e))}release(){this.queue.length>0?this.queue.shift()():this.permits++;}};var z=Symbol.for("evolve.SwarmResult"),te=class t extends Array{get success(){return this.filter(e=>e.status==="success")}get filtered(){return this.filter(e=>e.status==="filtered")}get error(){return this.filter(e=>e.status==="error")}static from(e){let n=new t;return n.push(...e),n}};var Pt=class t{config;semaphore;constructor(e={}){let n=e.concurrency??Dt;if(n>et)throw new Error(`concurrency=${n} exceeds max ${et}. For higher parallelism, scale horizontally with multiple processes.`);this.config={agent:e.agent,sandbox:e.sandbox,tag:e.tag??"swarm",concurrency:n,timeoutMs:e.timeoutMs??se,workspaceMode:e.workspaceMode??"knowledge",retry:e.retry,mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations},this.semaphore=new ee(this.config.concurrency);}async map(e){let{items:n,prompt:r,bestOf:o,verify:i}=e,c=e.retry??this.config.retry,a=this.generateOperationId(),l=e.timeoutMs??this.config.timeoutMs;if(o&&i)throw new Error("map() cannot use both bestOf and verify options simultaneously");let d=await Promise.all(n.map((s,p)=>o?this.executeMapItemWithBestOf(s,r,p,a,e,l,c):i?this.executeMapItemWithVerify(s,r,p,a,e,l,c):c?P(u=>this.executeMapItem(s,r,p,a,e,l,u),c,p):this.executeMapItem(s,r,p,a,e,l)));return te.from(d)}async filter(e){let{items:n,prompt:r,condition:o,verify:i}=e,c=e.retry??this.config.retry,a=this.generateOperationId(),l=e.timeoutMs??this.config.timeoutMs,d=await Promise.all(n.map((p,u)=>i?this.executeFilterItemWithVerify(p,r,u,a,e,l,c):c?P(g=>this.executeFilterItem(p,r,u,a,e,l,g),c,u):this.executeFilterItem(p,r,u,a,e,l))),s=[];for(let p of d)if(p.status==="error")s.push(p);else if(p.data!==null)try{o(p.data)?s.push(p):s.push({...p,status:"filtered"});}catch(u){s.push({...p,status:"error",data:null,error:`Condition function threw: ${u.message}`});}return te.from(s)}async reduce(e){let{items:n,prompt:r,verify:o}=e,i=e.retry??this.config.retry,c=this.generateOperationId(),a=e.timeoutMs??this.config.timeoutMs,l=[],d=[];n.forEach((S,v)=>{l.push(this.getFiles(S)),d.push(this.getIndex(S,v));});let s={};l.forEach((S,v)=>{Object.entries(S).forEach(([b,C])=>{s[`item_${d[v]}/${b}`]=C;});});let p=Ue(s),u=U(hn,{fileTree:p}),g=e.systemPrompt?`${u}
|
|
252
252
|
|
|
253
|
-
${e.systemPrompt}`:u,m=(C,v,b)=>({operationId:l,operation:"reduce",tag:C.tag,sandboxId:C.sandboxId,swarmName:this.config.tag,operationName:e.name,inputCount:n.length,inputIndices:d,errorRetry:v,verifyRetry:b,...this.pipelineContextToMeta(e._pipelineContext)}),f=e.mcpServers??this.config.mcpServers,h=e.skills??this.config.skills,y=e.composio??this.config.composio,w=async(C,v,b,k)=>{let _=await this.semaphore.use(()=>this.execute(o,C,{systemPrompt:g,schema:e.schema,schemaOptions:e.schemaOptions,agent:e.agent,mcpServers:f,skills:h,composio:y,tagPrefix:v,timeoutMs:a,observability:{swarmName:this.config.tag,operationName:e.name,operationId:l,operation:"reduce",role:"worker",errorRetry:b,verifyRetry:k&&k>1?k-1:void 0,...this.pipelineContextToObservability(e._pipelineContext)}})),L=m(_,b,k&&k>1?k-1:void 0);return _.error?{status:"error",data:null,files:_.files,meta:L,error:_.error,rawData:_.rawData}:{status:"success",data:_.data,files:_.files,meta:L}},S=`${this.config.tag}-reduce`;return i?this.runWithVerification((C,v,b)=>w(C,v,void 0,b),{originalPrompt:s,inputFiles:o,verifyConfig:i,timeoutMs:a,systemPrompt:g,schema:e.schema,mcpServers:f,skills:h,composio:y,operationId:l,baseTag:S,retry:r,operation:"reduce",_pipelineContext:e._pipelineContext}):r?P(C=>{let v=C>1?C-1:void 0,b=v?`${S}-er${v}`:S;return w(s,b,v)},r):w(s,S)}async bestOf(e){let{item:n,prompt:s,config:i}=e,r=e.retry??this.config.retry,l=i.n??i.taskAgents?.length;if(l===void 0)throw new Error("bestOf requires n or taskAgents");if(l<2)throw new Error("bestOf requires n >= 2");let a=this.generateOperationId(),c=e.timeoutMs??this.config.timeoutMs,d=this.getFiles(n),o=i.mcpServers??this.config.mcpServers,p=i.judgeMcpServers??i.mcpServers??this.config.mcpServers,u=i.skills??this.config.skills,g=i.judgeSkills??i.skills??this.config.skills,m=i.composio??this.config.composio,f=i.judgeComposio??i.composio??this.config.composio,h=await Promise.all(Array.from({length:l},async(v,b)=>{let k=r?await P(_=>this.executeBestOfCandidate({inputFiles:d,prompt:s,candidateIndex:b,operationId:a,config:i,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:o,skills:u,composio:m,timeoutMs:c,attempt:_}),r,b):await this.executeBestOfCandidate({inputFiles:d,prompt:s,candidateIndex:b,operationId:a,config:i,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:o,skills:u,composio:m,timeoutMs:c});return i.onCandidateComplete?.(0,b,k.status==="success"?"success":"error"),k})),y=r?await P(v=>this.executeBestOfJudge({inputFiles:d,taskPrompt:s,candidates:h,config:i,timeoutMs:c,operationId:a,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:p,skills:g,composio:f,attempt:v}),{...r,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:d,taskPrompt:s,candidates:h,config:i,timeoutMs:c,operationId:a,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:p,skills:g,composio:f}),w=h.findIndex(v=>v.status==="success"),S=y.decision?.winner??(w>=0?w:0);i.onJudgeComplete?.(0,S,y.decision?.reasoning??"Judge failed to provide reasoning");let C={operationId:a,operation:"bestof-judge",tag:y.tag,sandboxId:y.sandboxId,swarmName:this.config.tag,operationName:e.name,candidateCount:l};return {winner:h[S]??h[0],winnerIndex:S,judgeReasoning:y.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:C,candidates:h}}async execute(e,n,s){let i=null,r="",l=s.tagPrefix,a={},c=null,d,o,p={...this.config.agent,...s.agent};try{i=new ue().withAgent(p).withSandbox(this.config.sandbox).withWorkspaceMode(this.config.workspaceMode).withSessionTagPrefix(s.tagPrefix),s.schema&&i.withSchema(s.schema,s.schemaOptions),s.systemPrompt&&i.withSystemPrompt(s.systemPrompt),s.mcpServers&&i.withMcpServers(s.mcpServers),s.skills?.length&&i.withSkills(s.skills),s.composio&&i.withComposio(s.composio.userId,s.composio.config),s.observability&&i.withObservability(s.observability),Object.keys(e).length>0&&i.withContext(e);let u=await i.run({prompt:n,timeoutMs:s.timeoutMs});r=u.sandboxId,l=i.getSessionTag()??s.tagPrefix;let g=null;try{g=await i.getOutputFiles(!0),a=g.files;}catch{}u.exitCode!==0?d=`Agent exited with code ${u.exitCode}`:s.schema?g?(c=g.data,g.error&&(d=g.error),g.rawData&&(o=g.rawData)):d="Failed to read output files from sandbox":c=a;}catch(u){if(d=u.message,i){l=i.getSessionTag()??s.tagPrefix;try{a=(await i.getOutputFiles(!0)).files;}catch{}}}finally{i&&await i.kill().catch(()=>{});}return {files:a,data:c,tag:l,sandboxId:r,error:d,rawData:o}}async executeMapItem(e,n,s,i,r,l,a=1){let c=this.getFiles(e),d=a>1?`${this.config.tag}-map-${s}-er${a-1}`:`${this.config.tag}-map-${s}`,o=this.evaluatePrompt(n,c,s);if(o instanceof Error)return this.buildErrorResult(`Prompt function threw: ${o.message}`,{operationId:i,operation:"map",tag:d,sandboxId:"",itemIndex:s});let p=r.mcpServers??this.config.mcpServers,u=r.skills??this.config.skills,g=r.composio??this.config.composio,m=await this.semaphore.use(()=>this.execute(c,o,{systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,agent:r.agent,mcpServers:p,skills:u,composio:g,tagPrefix:d,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:r.name,operationId:i,operation:"map",itemIndex:s,role:"worker",errorRetry:a>1?a-1:void 0,...this.pipelineContextToObservability(r._pipelineContext)}})),f={operationId:i,operation:"map",tag:m.tag,sandboxId:m.sandboxId,swarmName:this.config.tag,operationName:r.name,itemIndex:s,errorRetry:a>1?a-1:void 0,...this.pipelineContextToMeta(r._pipelineContext)};return this.buildResult(m,f)}async executeMapItemWithVerify(e,n,s,i,r,l,a){let c=this.getFiles(e),d=`${this.config.tag}-map-${s}`,o=r.verify,p=r.mcpServers??this.config.mcpServers,u=r.skills??this.config.skills,g=r.composio??this.config.composio,m=this.evaluatePrompt(n,c,s);if(m instanceof Error)return this.buildErrorResult(`Prompt function threw: ${m.message}`,{operationId:i,operation:"map",tag:d,sandboxId:"",itemIndex:s});let f=async(h,y,w)=>{let S=await this.semaphore.use(()=>this.execute(c,h,{systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,agent:r.agent,mcpServers:p,skills:u,composio:g,tagPrefix:y,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:r.name,operationId:i,operation:"map",itemIndex:s,role:"worker",verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToObservability(r._pipelineContext)}})),C={operationId:i,operation:"map",tag:S.tag,sandboxId:S.sandboxId,swarmName:this.config.tag,operationName:r.name,itemIndex:s,verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToMeta(r._pipelineContext)};return this.buildResult(S,C)};return this.runWithVerification(f,{originalPrompt:m,inputFiles:c,verifyConfig:o,timeoutMs:l,systemPrompt:r.systemPrompt,schema:r.schema,mcpServers:p,skills:u,composio:g,operationId:i,baseTag:d,retry:a,itemIndex:s,operation:"map",_pipelineContext:r._pipelineContext})}async executeMapItemWithBestOf(e,n,s,i,r,l,a){let c=this.getFiles(e),d=`${this.config.tag}-map-${s}`,o=this.evaluatePrompt(n,c,s);if(o instanceof Error)return this.buildErrorResult(`Prompt function threw: ${o.message}`,{operationId:i,operation:"map",tag:d,sandboxId:"",itemIndex:s});let p=r.bestOf,u=p.n??p.taskAgents?.length;if(u===void 0||u<2)return this.buildErrorResult("bestOf requires n >= 2 or taskAgents with at least 2 elements",{operationId:i,operation:"map",tag:d,sandboxId:"",itemIndex:s});let g=r.mcpServers??this.config.mcpServers,m=p.mcpServers??g,f=p.judgeMcpServers??p.mcpServers??g,h=r.skills??this.config.skills,y=p.skills??h,w=p.judgeSkills??p.skills??h,S=r.composio??this.config.composio,C=p.composio??S,v=p.judgeComposio??p.composio??S,b=await Promise.all(Array.from({length:u},async(ge,me)=>{let $t=a?await P(hs=>this.executeBestOfCandidate({inputFiles:c,prompt:o,candidateIndex:me,operationId:i,config:p,systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,mcpServers:m,skills:y,composio:C,timeoutMs:l,parentIndex:s,attempt:hs,_pipelineContext:r._pipelineContext}),a,me):await this.executeBestOfCandidate({inputFiles:c,prompt:o,candidateIndex:me,operationId:i,config:p,systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,mcpServers:m,skills:y,composio:C,timeoutMs:l,parentIndex:s,_pipelineContext:r._pipelineContext});return p.onCandidateComplete?.(s,me,$t.status==="success"?"success":"error"),$t})),k=a?await P(ge=>this.executeBestOfJudge({inputFiles:c,taskPrompt:o,candidates:b,config:p,timeoutMs:l,operationId:i,systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,mcpServers:f,skills:w,composio:v,parentIndex:s,attempt:ge,_pipelineContext:r._pipelineContext}),{...a,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:c,taskPrompt:o,candidates:b,config:p,timeoutMs:l,operationId:i,systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,mcpServers:f,skills:w,composio:v,parentIndex:s,_pipelineContext:r._pipelineContext}),_=b.findIndex(ge=>ge.status==="success"),L=k.decision?.winner??(_>=0?_:0),At=b[L]??b[0];p.onJudgeComplete?.(s,L,k.decision?.reasoning??"Judge failed to provide reasoning");let fs={operationId:i,operation:"bestof-judge",tag:k.tag,sandboxId:k.sandboxId,swarmName:this.config.tag,operationName:r.name,candidateCount:u,...this.pipelineContextToMeta(r._pipelineContext)};return {...At,meta:{...At.meta,operation:"map",swarmName:this.config.tag,operationName:r.name,itemIndex:s,...this.pipelineContextToMeta(r._pipelineContext)},bestOf:{winnerIndex:L,judgeReasoning:k.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:fs,candidates:b}}}async executeFilterItem(e,n,s,i,r,l,a=1){let c=this.getFiles(e),d=a>1?`${this.config.tag}-filter-${s}-er${a-1}`:`${this.config.tag}-filter-${s}`,o=r.mcpServers??this.config.mcpServers,p=r.skills??this.config.skills,u=r.composio??this.config.composio,g=await this.semaphore.use(()=>this.execute(c,n,{systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,agent:r.agent,mcpServers:o,skills:p,composio:u,tagPrefix:d,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:r.name,operationId:i,operation:"filter",itemIndex:s,role:"worker",errorRetry:a>1?a-1:void 0,...this.pipelineContextToObservability(r._pipelineContext)}})),m={operationId:i,operation:"filter",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,operationName:r.name,itemIndex:s,errorRetry:a>1?a-1:void 0,...this.pipelineContextToMeta(r._pipelineContext)};return this.buildResult(g,m,c)}async executeFilterItemWithVerify(e,n,s,i,r,l,a){let c=this.getFiles(e),d=`${this.config.tag}-filter-${s}`,o=r.verify,p=r.mcpServers??this.config.mcpServers,u=r.skills??this.config.skills,g=r.composio??this.config.composio,m=async(f,h,y)=>{let w=await this.semaphore.use(()=>this.execute(c,f,{systemPrompt:r.systemPrompt,schema:r.schema,schemaOptions:r.schemaOptions,agent:r.agent,mcpServers:p,skills:u,composio:g,tagPrefix:h,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:r.name,operationId:i,operation:"filter",itemIndex:s,role:"worker",verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToObservability(r._pipelineContext)}})),S={operationId:i,operation:"filter",tag:w.tag,sandboxId:w.sandboxId,swarmName:this.config.tag,operationName:r.name,itemIndex:s,verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToMeta(r._pipelineContext)};return this.buildResult(w,S,c)};return this.runWithVerification(m,{originalPrompt:n,inputFiles:c,verifyConfig:o,timeoutMs:l,systemPrompt:r.systemPrompt,schema:r.schema,mcpServers:p,skills:u,composio:g,operationId:i,baseTag:d,retry:a,itemIndex:s,operation:"filter",_pipelineContext:r._pipelineContext})}async executeBestOfCandidate(e){let{inputFiles:n,prompt:s,candidateIndex:i,operationId:r,config:l,timeoutMs:a,parentIndex:c,attempt:d=1,_pipelineContext:o}=e,p=c!==void 0?`${this.config.tag}-map-${c}-bestof-cand-${i}`:`${this.config.tag}-bestof-cand-${i}`,u=d>1?`${p}-er${d-1}`:p,g=await this.semaphore.use(()=>this.execute(n,s,{systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,agent:l.taskAgents?.[i],mcpServers:e.mcpServers,skills:e.skills,composio:e.composio,tagPrefix:u,timeoutMs:a,observability:{swarmName:this.config.tag,operationId:r,operation:"map",itemIndex:c,role:"candidate",candidateIndex:i,errorRetry:d>1?d-1:void 0,...this.pipelineContextToObservability(o)}})),m={operationId:r,operation:"bestof-cand",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,itemIndex:i,errorRetry:d>1?d-1:void 0,candidateIndex:i,...this.pipelineContextToMeta(o)};return this.buildResult(g,m)}buildJudgeContext(e){let n=this.buildEvaluatorContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,systemPrompt:e.systemPrompt,schema:e.schema});return e.candidates.forEach((s,i)=>{s.status==="error"&&(n[`candidate_${i}/_failed.txt`]=`STATUS: FAILED
|
|
253
|
+
${e.systemPrompt}`:u,f=(S,v,b)=>({operationId:c,operation:"reduce",tag:S.tag,sandboxId:S.sandboxId,swarmName:this.config.tag,operationName:e.name,inputCount:n.length,inputIndices:d,errorRetry:v,verifyRetry:b,...this.pipelineContextToMeta(e._pipelineContext)}),m=e.mcpServers??this.config.mcpServers,h=e.skills??this.config.skills,y=e.integrations??this.config.integrations,w=async(S,v,b,C)=>{let _=await this.semaphore.use(()=>this.execute(s,S,{systemPrompt:g,schema:e.schema,schemaOptions:e.schemaOptions,agent:e.agent,mcpServers:m,skills:h,integrations:y,tagPrefix:v,timeoutMs:a,observability:{swarmName:this.config.tag,operationName:e.name,operationId:c,operation:"reduce",role:"worker",errorRetry:b,verifyRetry:C&&C>1?C-1:void 0,...this.pipelineContextToObservability(e._pipelineContext)}})),F=f(_,b,C&&C>1?C-1:void 0);return _.error?{status:"error",data:null,files:_.files,meta:F,error:_.error,rawData:_.rawData}:{status:"success",data:_.data,files:_.files,meta:F}},x=`${this.config.tag}-reduce`;return o?this.runWithVerification((S,v,b)=>w(S,v,void 0,b),{originalPrompt:r,inputFiles:s,verifyConfig:o,timeoutMs:a,systemPrompt:g,schema:e.schema,mcpServers:m,skills:h,integrations:y,operationId:c,baseTag:x,retry:i,operation:"reduce",_pipelineContext:e._pipelineContext}):i?P(S=>{let v=S>1?S-1:void 0,b=v?`${x}-er${v}`:x;return w(r,b,v)},i):w(r,x)}async bestOf(e){let{item:n,prompt:r,config:o}=e,i=e.retry??this.config.retry,c=o.n??o.taskAgents?.length;if(c===void 0)throw new Error("bestOf requires n or taskAgents");if(c<2)throw new Error("bestOf requires n >= 2");let a=this.generateOperationId(),l=e.timeoutMs??this.config.timeoutMs,d=this.getFiles(n),s=o.mcpServers??this.config.mcpServers,p=o.judgeMcpServers??o.mcpServers??this.config.mcpServers,u=o.skills??this.config.skills,g=o.judgeSkills??o.skills??this.config.skills,f=o.integrations??this.config.integrations,m=o.judgeIntegrations??o.integrations??this.config.integrations,h=await Promise.all(Array.from({length:c},async(v,b)=>{let C=i?await P(_=>this.executeBestOfCandidate({inputFiles:d,prompt:r,candidateIndex:b,operationId:a,config:o,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:s,skills:u,integrations:f,timeoutMs:l,attempt:_}),i,b):await this.executeBestOfCandidate({inputFiles:d,prompt:r,candidateIndex:b,operationId:a,config:o,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:s,skills:u,integrations:f,timeoutMs:l});return o.onCandidateComplete?.(0,b,C.status==="success"?"success":"error"),C})),y=i?await P(v=>this.executeBestOfJudge({inputFiles:d,taskPrompt:r,candidates:h,config:o,timeoutMs:l,operationId:a,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:p,skills:g,integrations:m,attempt:v}),{...i,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:d,taskPrompt:r,candidates:h,config:o,timeoutMs:l,operationId:a,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:p,skills:g,integrations:m}),w=h.findIndex(v=>v.status==="success"),x=y.decision?.winner??(w>=0?w:0);o.onJudgeComplete?.(0,x,y.decision?.reasoning??"Judge failed to provide reasoning");let S={operationId:a,operation:"bestof-judge",tag:y.tag,sandboxId:y.sandboxId,swarmName:this.config.tag,operationName:e.name,candidateCount:c};return {winner:h[x]??h[0],winnerIndex:x,judgeReasoning:y.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:S,candidates:h}}async execute(e,n,r){let o=null,i="",c=r.tagPrefix,a={},l=null,d,s,p={...this.config.agent,...r.agent};try{o=new me().withAgent(p).withSandbox(this.config.sandbox).withWorkspaceMode(this.config.workspaceMode).withSessionTagPrefix(r.tagPrefix),r.schema&&o.withSchema(r.schema,r.schemaOptions),r.systemPrompt&&o.withSystemPrompt(r.systemPrompt),r.mcpServers&&o.withMcpServers(r.mcpServers),r.skills?.length&&o.withSkills(r.skills),r.integrations&&o.withIntegrations(r.integrations),r.observability&&o.withObservability(r.observability),Object.keys(e).length>0&&o.withContext(e);let u=await o.run({prompt:n,timeoutMs:r.timeoutMs});i=u.sandboxId,c=o.getSessionTag()??r.tagPrefix;let g=null;try{g=await o.getOutputFiles(!0),a=g.files;}catch{}u.exitCode!==0?d=`Agent exited with code ${u.exitCode}`:r.schema?g?(l=g.data,g.error&&(d=g.error),g.rawData&&(s=g.rawData)):d="Failed to read output files from sandbox":l=a;}catch(u){if(d=u.message,o){c=o.getSessionTag()??r.tagPrefix;try{a=(await o.getOutputFiles(!0)).files;}catch{}}}finally{o&&await o.kill().catch(()=>{});}return {files:a,data:l,tag:c,sandboxId:i,error:d,rawData:s}}async executeMapItem(e,n,r,o,i,c,a=1){let l=this.getFiles(e),d=a>1?`${this.config.tag}-map-${r}-er${a-1}`:`${this.config.tag}-map-${r}`,s=this.evaluatePrompt(n,l,r);if(s instanceof Error)return this.buildErrorResult(`Prompt function threw: ${s.message}`,{operationId:o,operation:"map",tag:d,sandboxId:"",itemIndex:r});let p=i.mcpServers??this.config.mcpServers,u=i.skills??this.config.skills,g=i.integrations??this.config.integrations,f=await this.semaphore.use(()=>this.execute(l,s,{systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,agent:i.agent,mcpServers:p,skills:u,integrations:g,tagPrefix:d,timeoutMs:c,observability:{swarmName:this.config.tag,operationName:i.name,operationId:o,operation:"map",itemIndex:r,role:"worker",errorRetry:a>1?a-1:void 0,...this.pipelineContextToObservability(i._pipelineContext)}})),m={operationId:o,operation:"map",tag:f.tag,sandboxId:f.sandboxId,swarmName:this.config.tag,operationName:i.name,itemIndex:r,errorRetry:a>1?a-1:void 0,...this.pipelineContextToMeta(i._pipelineContext)};return this.buildResult(f,m)}async executeMapItemWithVerify(e,n,r,o,i,c,a){let l=this.getFiles(e),d=`${this.config.tag}-map-${r}`,s=i.verify,p=i.mcpServers??this.config.mcpServers,u=i.skills??this.config.skills,g=i.integrations??this.config.integrations,f=this.evaluatePrompt(n,l,r);if(f instanceof Error)return this.buildErrorResult(`Prompt function threw: ${f.message}`,{operationId:o,operation:"map",tag:d,sandboxId:"",itemIndex:r});let m=async(h,y,w)=>{let x=await this.semaphore.use(()=>this.execute(l,h,{systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,agent:i.agent,mcpServers:p,skills:u,integrations:g,tagPrefix:y,timeoutMs:c,observability:{swarmName:this.config.tag,operationName:i.name,operationId:o,operation:"map",itemIndex:r,role:"worker",verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToObservability(i._pipelineContext)}})),S={operationId:o,operation:"map",tag:x.tag,sandboxId:x.sandboxId,swarmName:this.config.tag,operationName:i.name,itemIndex:r,verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToMeta(i._pipelineContext)};return this.buildResult(x,S)};return this.runWithVerification(m,{originalPrompt:f,inputFiles:l,verifyConfig:s,timeoutMs:c,systemPrompt:i.systemPrompt,schema:i.schema,mcpServers:p,skills:u,integrations:g,operationId:o,baseTag:d,retry:a,itemIndex:r,operation:"map",_pipelineContext:i._pipelineContext})}async executeMapItemWithBestOf(e,n,r,o,i,c,a){let l=this.getFiles(e),d=`${this.config.tag}-map-${r}`,s=this.evaluatePrompt(n,l,r);if(s instanceof Error)return this.buildErrorResult(`Prompt function threw: ${s.message}`,{operationId:o,operation:"map",tag:d,sandboxId:"",itemIndex:r});let p=i.bestOf,u=p.n??p.taskAgents?.length;if(u===void 0||u<2)return this.buildErrorResult("bestOf requires n >= 2 or taskAgents with at least 2 elements",{operationId:o,operation:"map",tag:d,sandboxId:"",itemIndex:r});let g=i.mcpServers??this.config.mcpServers,f=p.mcpServers??g,m=p.judgeMcpServers??p.mcpServers??g,h=i.skills??this.config.skills,y=p.skills??h,w=p.judgeSkills??p.skills??h,x=i.integrations??this.config.integrations,S=p.integrations??x,v=p.judgeIntegrations??p.integrations??x,b=await Promise.all(Array.from({length:u},async(he,ye)=>{let At=a?await P(pr=>this.executeBestOfCandidate({inputFiles:l,prompt:s,candidateIndex:ye,operationId:o,config:p,systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,mcpServers:f,skills:y,integrations:S,timeoutMs:c,parentIndex:r,attempt:pr,_pipelineContext:i._pipelineContext}),a,ye):await this.executeBestOfCandidate({inputFiles:l,prompt:s,candidateIndex:ye,operationId:o,config:p,systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,mcpServers:f,skills:y,integrations:S,timeoutMs:c,parentIndex:r,_pipelineContext:i._pipelineContext});return p.onCandidateComplete?.(r,ye,At.status==="success"?"success":"error"),At})),C=a?await P(he=>this.executeBestOfJudge({inputFiles:l,taskPrompt:s,candidates:b,config:p,timeoutMs:c,operationId:o,systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,mcpServers:m,skills:w,integrations:v,parentIndex:r,attempt:he,_pipelineContext:i._pipelineContext}),{...a,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:l,taskPrompt:s,candidates:b,config:p,timeoutMs:c,operationId:o,systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,mcpServers:m,skills:w,integrations:v,parentIndex:r,_pipelineContext:i._pipelineContext}),_=b.findIndex(he=>he.status==="success"),F=C.decision?.winner??(_>=0?_:0),Ot=b[F]??b[0];p.onJudgeComplete?.(r,F,C.decision?.reasoning??"Judge failed to provide reasoning");let dr={operationId:o,operation:"bestof-judge",tag:C.tag,sandboxId:C.sandboxId,swarmName:this.config.tag,operationName:i.name,candidateCount:u,...this.pipelineContextToMeta(i._pipelineContext)};return {...Ot,meta:{...Ot.meta,operation:"map",swarmName:this.config.tag,operationName:i.name,itemIndex:r,...this.pipelineContextToMeta(i._pipelineContext)},bestOf:{winnerIndex:F,judgeReasoning:C.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:dr,candidates:b}}}async executeFilterItem(e,n,r,o,i,c,a=1){let l=this.getFiles(e),d=a>1?`${this.config.tag}-filter-${r}-er${a-1}`:`${this.config.tag}-filter-${r}`,s=i.mcpServers??this.config.mcpServers,p=i.skills??this.config.skills,u=i.integrations??this.config.integrations,g=await this.semaphore.use(()=>this.execute(l,n,{systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,agent:i.agent,mcpServers:s,skills:p,integrations:u,tagPrefix:d,timeoutMs:c,observability:{swarmName:this.config.tag,operationName:i.name,operationId:o,operation:"filter",itemIndex:r,role:"worker",errorRetry:a>1?a-1:void 0,...this.pipelineContextToObservability(i._pipelineContext)}})),f={operationId:o,operation:"filter",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,operationName:i.name,itemIndex:r,errorRetry:a>1?a-1:void 0,...this.pipelineContextToMeta(i._pipelineContext)};return this.buildResult(g,f,l)}async executeFilterItemWithVerify(e,n,r,o,i,c,a){let l=this.getFiles(e),d=`${this.config.tag}-filter-${r}`,s=i.verify,p=i.mcpServers??this.config.mcpServers,u=i.skills??this.config.skills,g=i.integrations??this.config.integrations,f=async(m,h,y)=>{let w=await this.semaphore.use(()=>this.execute(l,m,{systemPrompt:i.systemPrompt,schema:i.schema,schemaOptions:i.schemaOptions,agent:i.agent,mcpServers:p,skills:u,integrations:g,tagPrefix:h,timeoutMs:c,observability:{swarmName:this.config.tag,operationName:i.name,operationId:o,operation:"filter",itemIndex:r,role:"worker",verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToObservability(i._pipelineContext)}})),x={operationId:o,operation:"filter",tag:w.tag,sandboxId:w.sandboxId,swarmName:this.config.tag,operationName:i.name,itemIndex:r,verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToMeta(i._pipelineContext)};return this.buildResult(w,x,l)};return this.runWithVerification(f,{originalPrompt:n,inputFiles:l,verifyConfig:s,timeoutMs:c,systemPrompt:i.systemPrompt,schema:i.schema,mcpServers:p,skills:u,integrations:g,operationId:o,baseTag:d,retry:a,itemIndex:r,operation:"filter",_pipelineContext:i._pipelineContext})}async executeBestOfCandidate(e){let{inputFiles:n,prompt:r,candidateIndex:o,operationId:i,config:c,timeoutMs:a,parentIndex:l,attempt:d=1,_pipelineContext:s}=e,p=l!==void 0?`${this.config.tag}-map-${l}-bestof-cand-${o}`:`${this.config.tag}-bestof-cand-${o}`,u=d>1?`${p}-er${d-1}`:p,g=await this.semaphore.use(()=>this.execute(n,r,{systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,agent:c.taskAgents?.[o],mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations,tagPrefix:u,timeoutMs:a,observability:{swarmName:this.config.tag,operationId:i,operation:"map",itemIndex:l,role:"candidate",candidateIndex:o,errorRetry:d>1?d-1:void 0,...this.pipelineContextToObservability(s)}})),f={operationId:i,operation:"bestof-cand",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,itemIndex:o,errorRetry:d>1?d-1:void 0,candidateIndex:o,...this.pipelineContextToMeta(s)};return this.buildResult(g,f)}buildJudgeContext(e){let n=this.buildEvaluatorContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,systemPrompt:e.systemPrompt,schema:e.schema});return e.candidates.forEach((r,o)=>{r.status==="error"&&(n[`candidate_${o}/_failed.txt`]=`STATUS: FAILED
|
|
254
254
|
|
|
255
|
-
Error: ${s.error??"Unknown error"}`),Object.entries(s.files).forEach(([r,l])=>{n[`candidate_${i}/${r}`]=l;});}),n}async executeBestOfJudge(e){let{candidates:n,config:s,timeoutMs:i,operationId:r,parentIndex:l,attempt:a=1,_pipelineContext:c}=e,d=l!==void 0?`${this.config.tag}-map-${l}-bestof-judge`:`${this.config.tag}-bestof-judge`,o=a>1?`${d}-er${a-1}`:d,p=this.buildJudgeContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,candidates:n,systemPrompt:e.systemPrompt,schema:e.schema}),u=$e(p),g=U(gt,{candidateCount:String(n.length),criteria:s.judgeCriteria,fileTree:u}),m=z$1.object({winner:z$1.number().min(0).max(n.length-1),reasoning:z$1.string()}),f=await this.semaphore.use(()=>this.execute(p,hn,{systemPrompt:g,schema:m,agent:s.judgeAgent,mcpServers:e.mcpServers,skills:e.skills,composio:e.composio,tagPrefix:o,timeoutMs:i,observability:{swarmName:this.config.tag,operationId:r,operation:"map",itemIndex:l,role:"judge",errorRetry:a>1?a-1:void 0,...this.pipelineContextToObservability(c)}})),h=null;if(f.data&&!f.error)h=f.data;else if(f.rawData)try{let y=JSON.parse(f.rawData);console.warn(`Judge returned invalid winner ${y.winner}, defaulting to candidate 0`),h={winner:0,reasoning:y.reasoning??"Judge failed to provide reasoning"};}catch{console.warn(`Judge validation failed: ${f.error}`);}return {status:h?"success":"error",decision:h,tag:f.tag,sandboxId:f.sandboxId,error:h?void 0:"Judge failed to produce valid decision"}}static DEFAULT_VERIFY_MAX_ATTEMPTS=3;static VerifyDecisionSchema=z$1.object({passed:z$1.boolean(),reasoning:z$1.string(),feedback:z$1.string().optional()});buildVerifyContext(e){let n=this.buildEvaluatorContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,systemPrompt:e.systemPrompt,schema:e.schema});return Object.entries(e.outputFiles).forEach(([s,i])=>{n[`worker_output/${s}`]=i;}),n}async executeVerify(e){let{config:n,timeoutMs:s,operationId:i,workerTag:r,retryAttempt:l=1,operation:a,itemIndex:c,attemptIndex:d,_pipelineContext:o}=e,p=l>1?`${r}-verifier-er${l-1}`:`${r}-verifier`,u=n.verifierMcpServers??e.mcpServers,g=n.verifierSkills??e.skills,m=n.verifierComposio??e.composio,f=this.buildVerifyContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,outputFiles:e.outputFiles,systemPrompt:e.systemPrompt,schema:e.schema}),h=$e(f),y=U(mt,{criteria:n.criteria,fileTree:h}),w=await this.semaphore.use(()=>this.execute(f,yn,{systemPrompt:y,schema:t.VerifyDecisionSchema,agent:n.verifierAgent,mcpServers:u,skills:g,composio:m,tagPrefix:p,timeoutMs:s,observability:{swarmName:this.config.tag,operationId:i,operation:a,itemIndex:c,role:"verifier",verifyRetry:d&&d>1?d-1:void 0,errorRetry:l>1?l-1:void 0,...this.pipelineContextToObservability(o)}})),S=null;if(w.data&&!w.error)S=w.data;else if(w.rawData)try{let C=JSON.parse(w.rawData);S={passed:!!C.passed,reasoning:C.reasoning??"Verification completed",feedback:C.feedback};}catch{console.warn(`Verify validation failed: ${w.error}`);}return {status:S?"success":"error",decision:S,tag:w.tag,sandboxId:w.sandboxId,error:S?void 0:"Verifier failed to produce valid decision"}}static buildRetryPromptWithFeedback(e,n){return U(ft,{originalPrompt:e,feedback:n})}async runWithVerification(e,n){let{originalPrompt:s,inputFiles:i,verifyConfig:r,timeoutMs:l,operationId:a,baseTag:c,retry:d,itemIndex:o=0,operation:p,_pipelineContext:u}=n,g=r.maxAttempts??t.DEFAULT_VERIFY_MAX_ATTEMPTS,m=s,f=null,h=0;for(;h<g;){h++;let w=h>1?`${c}-vr${h-1}`:c,S=d?await P(b=>e(m,b>1?`${w}-er${b-1}`:w,h),d,o):await e(m,w,h);if(r.onWorkerComplete?.(o,h,S.status==="error"?"error":"success"),S.status==="error")return S;f=S;let C=d?await P(b=>this.executeVerify({inputFiles:i,outputFiles:S.files,taskPrompt:m,config:r,timeoutMs:l,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,composio:n.composio,operationId:a,workerTag:w,retryAttempt:b,operation:p,itemIndex:o,attemptIndex:h,_pipelineContext:u}),{...d,retryOn:void 0}):await this.executeVerify({inputFiles:i,outputFiles:S.files,taskPrompt:m,config:r,timeoutMs:l,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,composio:n.composio,operationId:a,workerTag:w,operation:p,itemIndex:o,attemptIndex:h,_pipelineContext:u}),v={operationId:a,operation:"verify",tag:C.tag,sandboxId:C.sandboxId,swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(u)};if(r.onVerifierComplete?.(o,h,C.decision?.passed??false,C.decision?.feedback),C.decision?.passed)return {...S,verify:{passed:true,reasoning:C.decision.reasoning,verifyMeta:v,attempts:h}};if(h<g){let b=C.decision?.feedback??C.decision?.reasoning??"Output did not meet criteria";m=t.buildRetryPromptWithFeedback(s,b);}}let y=h>1?`${c}-vr${h-1}`:c;return {...f,status:"error",verify:{passed:false,reasoning:"Max verification retries exceeded",verifyMeta:{operationId:a,operation:"verify",tag:`${y}-verifier`,sandboxId:"",swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(u)},attempts:h}}}generateOperationId(){return randomBytes(8).toString("hex")}pipelineContextToObservability(e){return e?{pipelineRunId:e.pipelineRunId,pipelineStepIndex:e.pipelineStepIndex}:{}}pipelineContextToMeta(e){return {pipelineRunId:e?.pipelineRunId,pipelineStepIndex:e?.pipelineStepIndex}}evaluatePrompt(e,n,s){if(typeof e=="string")return e;try{return e(n,s)}catch(i){return i}}buildEvaluatorContext(e){let n={};return e.systemPrompt&&(n["worker_task/system_prompt.txt"]=e.systemPrompt),n["worker_task/user_prompt.txt"]=e.taskPrompt,e.schema&&(n["worker_task/schema.json"]=M(e.schema)?H(e.schema):Y(e.schema)),Object.entries(e.inputFiles).forEach(([s,i])=>{n[`worker_task/input/${s}`]=i;}),n}isSwarmResult(e){return typeof e=="object"&&e!==null&&z in e&&e[z]===true}getFiles(e){if(this.isSwarmResult(e)){let n={...e.files};return n["result.json"]&&(n["data.json"]=n["result.json"],delete n["result.json"]),n}return e}getIndex(e,n){return this.isSwarmResult(e)?e.meta.itemIndex:n}buildResult(e,n,s){let i=s??e.files;return e.error?{[z]:true,status:"error",data:null,files:i,meta:n,error:e.error,rawData:e.rawData}:{[z]:true,status:"success",data:e.data,files:i,meta:n}}buildErrorResult(e,n){return {[z]:true,status:"error",data:null,files:{},meta:n,error:e}}};var je=class t{swarm;steps;events;constructor(e,n=[],s={}){this.swarm=e,this.steps=n,this.events=s;}map(e){return new t(this.swarm,[...this.steps,{type:"map",config:e}],this.events)}filter(e){return new t(this.swarm,[...this.steps,{type:"filter",config:e}],this.events)}reduce(e){return new Ve(this.swarm,[...this.steps,{type:"reduce",config:e}],this.events)}on(e,n){if(typeof e=="string"){let s=`on${e.charAt(0).toUpperCase()}${e.slice(1)}`;return new t(this.swarm,this.steps,{...this.events,[s]:n})}return new t(this.swarm,this.steps,{...this.events,...e})}async run(e){let n=randomBytes(8).toString("hex"),s=[],i=e,r=Date.now();for(let a=0;a<this.steps.length;a++){let c=this.steps[a],d=c.config.name,o=Date.now();this.events.onStepStart?.({type:c.type,index:a,name:d,itemCount:i.length});let p={pipelineRunId:n,pipelineStepIndex:a};try{let u=await this.executeStep(c,i,a,d,p),g=Date.now()-o;if(s.push({type:c.type,index:a,durationMs:g,results:u.output}),this.events.onStepComplete?.({type:c.type,index:a,name:d,durationMs:g,successCount:u.successCount,errorCount:u.errorCount,filteredCount:u.filteredCount}),c.type==="reduce")return {pipelineRunId:n,steps:s,output:u.output,totalDurationMs:Date.now()-r};i=u.nextItems;}catch(u){throw this.events.onStepError?.({type:c.type,index:a,name:d,error:u instanceof Error?u:new Error(String(u))}),u}}let l=s[s.length-1];return {pipelineRunId:n,steps:s,output:l?.results??[],totalDurationMs:Date.now()-r}}async executeStep(e,n,s,i,r){if(e.type==="map"){let c=e.config,d=await this.swarm.map({items:n,...c,_pipelineContext:r,retry:this.wrapRetry(c.retry,s,i),verify:this.wrapVerify(c.verify,s,i),bestOf:this.wrapBestOf(c.bestOf,s,i)});return {output:[...d],nextItems:d.success,successCount:d.success.length,errorCount:d.error.length,filteredCount:0}}if(e.type==="filter"){let c=e.config,d=await this.swarm.filter({items:n,...c,_pipelineContext:r,retry:this.wrapRetry(c.retry,s,i),verify:this.wrapVerify(c.verify,s,i)}),o=c.emit??"success",p=o==="success"?d.success:o==="filtered"?d.filtered:[...d.success,...d.filtered];return {output:[...d],nextItems:p,successCount:d.success.length,errorCount:d.error.length,filteredCount:d.filtered.length}}let l=e.config,a=await this.swarm.reduce({items:n,...l,_pipelineContext:r,retry:this.wrapRetry(l.retry,s,i),verify:this.wrapVerify(l.verify,s,i)});return {output:a,nextItems:[],successCount:a.status==="success"?1:0,errorCount:a.status==="error"?1:0,filteredCount:0}}wrapRetry(e,n,s){if(e)return {...e,onItemRetry:(i,r,l)=>{e.onItemRetry?.(i,r,l),this.events.onItemRetry?.({stepIndex:n,stepName:s,itemIndex:i,attempt:r,error:l});}}}wrapVerify(e,n,s){if(e)return {...e,onWorkerComplete:(i,r,l)=>{e.onWorkerComplete?.(i,r,l),this.events.onWorkerComplete?.({stepIndex:n,stepName:s,itemIndex:i,attempt:r,status:l});},onVerifierComplete:(i,r,l,a)=>{e.onVerifierComplete?.(i,r,l,a),this.events.onVerifierComplete?.({stepIndex:n,stepName:s,itemIndex:i,attempt:r,passed:l,feedback:a});}}}wrapBestOf(e,n,s){if(e)return {...e,onCandidateComplete:(i,r,l)=>{e.onCandidateComplete?.(i,r,l),this.events.onCandidateComplete?.({stepIndex:n,stepName:s,itemIndex:i,candidateIndex:r,status:l});},onJudgeComplete:(i,r,l)=>{e.onJudgeComplete?.(i,r,l),this.events.onJudgeComplete?.({stepIndex:n,stepName:s,itemIndex:i,winnerIndex:r,reasoning:l});}}}},Ve=class t extends je{constructor(e,n,s){super(e,n,s);}on(e,n){if(typeof e=="string"){let s=`on${e.charAt(0).toUpperCase()}${e.slice(1)}`;return new t(this.swarm,this.steps,{...this.events,[s]:n})}return new t(this.swarm,this.steps,{...this.events,...e})}map(){throw new Error("Cannot add steps after reduce")}filter(){throw new Error("Cannot add steps after reduce")}reduce(){throw new Error("Cannot add steps after reduce")}};var wi=6e5,vi=5e3;function ms(t,e,n){let s=e??n;if(!Number.isFinite(s)||s<=0)throw new Error(`${t} must be a positive number`);return s}function bi(t){let e=t?.apiKey||process.env[O];if(!e)throw new Error(`sessions() requires an API key. Set ${O} or pass { apiKey } in config.`);let n=t?.dashboardUrl||E;async function s(a,c){let d=await fetch(`${n}${a}`,{...c,headers:{Authorization:`Bearer ${e}`,...c?.headers}});if(!d.ok){let o=await d.text().catch(()=>"");throw new Error(`Dashboard API error (${d.status}): ${o||d.statusText}`)}return d}function i(a){return {id:a.id,tag:a.tag,agent:a.agent,model:a.model||null,provider:a.provider,sandboxId:a.sandboxId||null,state:a.isEnded?"ended":"live",runtimeStatus:a.runtimeStatus||"unknown",cost:typeof a.cost=="number"?a.cost:null,createdAt:a.createdAt,endedAt:a.endedAt||null,stepCount:a.stepCount||0,toolStats:a.toolStats||null}}function r(a,c){if(a.status!=="ready")throw new Error(`Browser replay is not ready (status: ${String(a.status||"unknown")})`);if(typeof a.replayUrl!="string"||typeof a.downloadUrl!="string")throw new Error("Browser replay response missing replayUrl or downloadUrl");return {sessionId:a.sessionId||c,status:"ready",replayUrl:a.replayUrl,downloadUrl:a.downloadUrl,suggestedStartSeconds:typeof a.suggestedStartSeconds=="number"?a.suggestedStartSeconds:void 0,sizeBytes:typeof a.sizeBytes=="number"?a.sizeBytes:void 0,readyAt:typeof a.readyAt=="string"?a.readyAt:void 0}}let l=a=>new Promise(c=>setTimeout(c,a));return {async list(a){let c=new URLSearchParams({paginationMode:"cursor",pageSize:String(Math.min(a?.limit??20,200)),paginated:"true"});if(a?.cursor&&c.set("cursor",a.cursor),a?.state&&a.state!=="all"&&c.set("state",a.state),a?.agent&&c.set("agent",a.agent),a?.tagPrefix&&c.set("tagPrefix",a.tagPrefix),a?.sort){let p={newest:"desc",oldest:"asc",cost:"desc"};c.set("sortDirection",p[a.sort]),a.sort==="cost"?c.set("sortField","cost"):c.set("sortField","timestamp");}let o=await(await s(`/api/sessions?${c}`)).json();return {items:(o.items||[]).map(i),nextCursor:o.nextCursor||null,hasMore:!!o.hasMore}},async get(a){let d=await(await s(`/api/sessions/${encodeURIComponent(a)}`)).json();return i(d)},async events(a,c){let d=new URLSearchParams;c?.since!=null&&d.set("since",String(c.since));let o=d.toString();return (await(await s(`/api/sessions/${encodeURIComponent(a)}/events${o?`?${o}`:""}`)).json()).events||[]},async download(a,c){let p=(await(await s(`/api/sessions/${encodeURIComponent(a)}`)).json()).tag||a,u=await fetch(`${n}/api/sessions/${encodeURIComponent(a)}/download`,{headers:{Authorization:`Bearer ${e}`},redirect:"follow"});if(!u.ok){let h=await u.text().catch(()=>"");throw new Error(`Download failed (${u.status}): ${h||u.statusText}`)}let g=c?.to||process.cwd();await mkdir(g,{recursive:true});let m=join(g,`${p}.jsonl`);if(!u.body)throw new Error("Download response has no body");let f=Readable.fromWeb(u.body);return await pipeline(f,createWriteStream(m)),m},async browserReplay(a,c){let d=ms("timeoutMs",c?.timeoutMs,wi),o=ms("intervalMs",c?.intervalMs,vi),p=Date.now()+d,u=`/api/sessions/${encodeURIComponent(a)}/browser-replay`;for(;;){let g=p-Date.now();if(g<=0)throw new Error(`Browser replay timed out after ${d}ms`);let m;try{m=await fetch(`${n}${u}`,{headers:{Authorization:`Bearer ${e}`,accept:"application/json"},signal:AbortSignal.timeout(Math.max(1,g))});}catch(h){let y=h.name;throw y==="AbortError"||y==="TimeoutError"?new Error(`Browser replay timed out after ${d}ms`):h}let f={};if(m.ok)f=await m.json();else {let h=await m.text().catch(()=>"");throw new Error(`Dashboard API error (${m.status}): ${h||m.statusText}`)}if(f.status==="ready")return r(f,a);if(f.status==="failed"){let h=typeof f.error=="string"?f.error:"unknown error";throw new Error(`Browser replay failed: ${h}`)}if(Date.now()>=p)throw new Error(`Browser replay timed out after ${d}ms`);await l(Math.min(o,Math.max(0,p-Date.now())));}}}}export{ze as AGENT_REGISTRY,ys as AGENT_TYPES,pe as Agent,ut as BROWSER_ACTIONBOOK_PROMPT,It as BROWSER_LOGIN_MCP_SERVER_NAME,Ke as BrowserCredentialsClient,ue as Evolve,gt as JUDGE_PROMPT,je as Pipeline,ft as RETRY_FEEDBACK_PROMPT,mn as SCHEMA_PROMPT,z as SWARM_RESULT_BRAND,gn as SYSTEM_PROMPT,ee as Semaphore,Mt as Swarm,te as SwarmResultList,Ve as TerminalPipeline,Ge as VALIDATION_PRESETS,mt as VERIFY_PROMPT,pn as WORKSPACE_PROMPT,un as WORKSPACE_SWE_PROMPT,U as applyTemplate,Ot as browserCredentials,ht as buildWorkerSystemPrompt,W as createAgentParser,Te as createClaudeParser,Re as createCodexParser,Pe as createDroidParser,Ie as createGeminiParser,P as executeWithRetry,V as expandPath,$ as getAgentConfig,K as getMcpSettingsDir,N as getMcpSettingsPath,ws as isValidAgentType,M as isZodSchema,Y as jsonSchemaToString,Hs as parseNdjsonLine,Ys as parseNdjsonOutput,Ht as parseQwenOutput,Yt as readLocalDir,Le as resolveStorageConfig,Zt as saveLocalDir,bi as sessions,Go as storage,fe as writeClaudeMcpConfig,Ee as writeCodexMcpConfig,be as writeDroidGatewaySettings,ve as writeDroidMcpConfig,he as writeGeminiMcpConfig,st as writeMcpConfig,ye as writeQwenMcpConfig,H as zodSchemaToJson};
|
|
255
|
+
Error: ${r.error??"Unknown error"}`),Object.entries(r.files).forEach(([i,c])=>{n[`candidate_${o}/${i}`]=c;});}),n}async executeBestOfJudge(e){let{candidates:n,config:r,timeoutMs:o,operationId:i,parentIndex:c,attempt:a=1,_pipelineContext:l}=e,d=c!==void 0?`${this.config.tag}-map-${c}-bestof-judge`:`${this.config.tag}-bestof-judge`,s=a>1?`${d}-er${a-1}`:d,p=this.buildJudgeContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,candidates:n,systemPrompt:e.systemPrompt,schema:e.schema}),u=Ue(p),g=U(ft,{candidateCount:String(n.length),criteria:r.judgeCriteria,fileTree:u}),f=z$1.object({winner:z$1.number().min(0).max(n.length-1),reasoning:z$1.string()}),m=await this.semaphore.use(()=>this.execute(p,fn,{systemPrompt:g,schema:f,agent:r.judgeAgent,mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations,tagPrefix:s,timeoutMs:o,observability:{swarmName:this.config.tag,operationId:i,operation:"map",itemIndex:c,role:"judge",errorRetry:a>1?a-1:void 0,...this.pipelineContextToObservability(l)}})),h=null;if(m.data&&!m.error)h=m.data;else if(m.rawData)try{let y=JSON.parse(m.rawData);console.warn(`Judge returned invalid winner ${y.winner}, defaulting to candidate 0`),h={winner:0,reasoning:y.reasoning??"Judge failed to provide reasoning"};}catch{console.warn(`Judge validation failed: ${m.error}`);}return {status:h?"success":"error",decision:h,tag:m.tag,sandboxId:m.sandboxId,error:h?void 0:"Judge failed to produce valid decision"}}static DEFAULT_VERIFY_MAX_ATTEMPTS=3;static VerifyDecisionSchema=z$1.object({passed:z$1.boolean(),reasoning:z$1.string(),feedback:z$1.string().optional()});buildVerifyContext(e){let n=this.buildEvaluatorContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,systemPrompt:e.systemPrompt,schema:e.schema});return Object.entries(e.outputFiles).forEach(([r,o])=>{n[`worker_output/${r}`]=o;}),n}async executeVerify(e){let{config:n,timeoutMs:r,operationId:o,workerTag:i,retryAttempt:c=1,operation:a,itemIndex:l,attemptIndex:d,_pipelineContext:s}=e,p=c>1?`${i}-verifier-er${c-1}`:`${i}-verifier`,u=n.verifierMcpServers??e.mcpServers,g=n.verifierSkills??e.skills,f=n.verifierIntegrations??e.integrations,m=this.buildVerifyContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,outputFiles:e.outputFiles,systemPrompt:e.systemPrompt,schema:e.schema}),h=Ue(m),y=U(mt,{criteria:n.criteria,fileTree:h}),w=await this.semaphore.use(()=>this.execute(m,mn,{systemPrompt:y,schema:t.VerifyDecisionSchema,agent:n.verifierAgent,mcpServers:u,skills:g,integrations:f,tagPrefix:p,timeoutMs:r,observability:{swarmName:this.config.tag,operationId:o,operation:a,itemIndex:l,role:"verifier",verifyRetry:d&&d>1?d-1:void 0,errorRetry:c>1?c-1:void 0,...this.pipelineContextToObservability(s)}})),x=null;if(w.data&&!w.error)x=w.data;else if(w.rawData)try{let S=JSON.parse(w.rawData);x={passed:!!S.passed,reasoning:S.reasoning??"Verification completed",feedback:S.feedback};}catch{console.warn(`Verify validation failed: ${w.error}`);}return {status:x?"success":"error",decision:x,tag:w.tag,sandboxId:w.sandboxId,error:x?void 0:"Verifier failed to produce valid decision"}}static buildRetryPromptWithFeedback(e,n){return U(ht,{originalPrompt:e,feedback:n})}async runWithVerification(e,n){let{originalPrompt:r,inputFiles:o,verifyConfig:i,timeoutMs:c,operationId:a,baseTag:l,retry:d,itemIndex:s=0,operation:p,_pipelineContext:u}=n,g=i.maxAttempts??t.DEFAULT_VERIFY_MAX_ATTEMPTS,f=r,m=null,h=0;for(;h<g;){h++;let w=h>1?`${l}-vr${h-1}`:l,x=d?await P(b=>e(f,b>1?`${w}-er${b-1}`:w,h),d,s):await e(f,w,h);if(i.onWorkerComplete?.(s,h,x.status==="error"?"error":"success"),x.status==="error")return x;m=x;let S=d?await P(b=>this.executeVerify({inputFiles:o,outputFiles:x.files,taskPrompt:f,config:i,timeoutMs:c,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,integrations:n.integrations,operationId:a,workerTag:w,retryAttempt:b,operation:p,itemIndex:s,attemptIndex:h,_pipelineContext:u}),{...d,retryOn:void 0}):await this.executeVerify({inputFiles:o,outputFiles:x.files,taskPrompt:f,config:i,timeoutMs:c,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,integrations:n.integrations,operationId:a,workerTag:w,operation:p,itemIndex:s,attemptIndex:h,_pipelineContext:u}),v={operationId:a,operation:"verify",tag:S.tag,sandboxId:S.sandboxId,swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(u)};if(i.onVerifierComplete?.(s,h,S.decision?.passed??false,S.decision?.feedback),S.decision?.passed)return {...x,verify:{passed:true,reasoning:S.decision.reasoning,verifyMeta:v,attempts:h}};if(h<g){let b=S.decision?.feedback??S.decision?.reasoning??"Output did not meet criteria";f=t.buildRetryPromptWithFeedback(r,b);}}let y=h>1?`${l}-vr${h-1}`:l;return {...m,status:"error",verify:{passed:false,reasoning:"Max verification retries exceeded",verifyMeta:{operationId:a,operation:"verify",tag:`${y}-verifier`,sandboxId:"",swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(u)},attempts:h}}}generateOperationId(){return randomBytes(8).toString("hex")}pipelineContextToObservability(e){return e?{pipelineRunId:e.pipelineRunId,pipelineStepIndex:e.pipelineStepIndex}:{}}pipelineContextToMeta(e){return {pipelineRunId:e?.pipelineRunId,pipelineStepIndex:e?.pipelineStepIndex}}evaluatePrompt(e,n,r){if(typeof e=="string")return e;try{return e(n,r)}catch(o){return o}}buildEvaluatorContext(e){let n={};return e.systemPrompt&&(n["worker_task/system_prompt.txt"]=e.systemPrompt),n["worker_task/user_prompt.txt"]=e.taskPrompt,e.schema&&(n["worker_task/schema.json"]=A(e.schema)?H(e.schema):Y(e.schema)),Object.entries(e.inputFiles).forEach(([r,o])=>{n[`worker_task/input/${r}`]=o;}),n}isSwarmResult(e){return typeof e=="object"&&e!==null&&z in e&&e[z]===true}getFiles(e){if(this.isSwarmResult(e)){let n={...e.files};return n["result.json"]&&(n["data.json"]=n["result.json"],delete n["result.json"]),n}return e}getIndex(e,n){return this.isSwarmResult(e)?e.meta.itemIndex:n}buildResult(e,n,r){let o=r??e.files;return e.error?{[z]:true,status:"error",data:null,files:o,meta:n,error:e.error,rawData:e.rawData}:{[z]:true,status:"success",data:e.data,files:o,meta:n}}buildErrorResult(e,n){return {[z]:true,status:"error",data:null,files:{},meta:n,error:e}}};var Ve=class t{swarm;steps;events;constructor(e,n=[],r={}){this.swarm=e,this.steps=n,this.events=r;}map(e){return new t(this.swarm,[...this.steps,{type:"map",config:e}],this.events)}filter(e){return new t(this.swarm,[...this.steps,{type:"filter",config:e}],this.events)}reduce(e){return new Ge(this.swarm,[...this.steps,{type:"reduce",config:e}],this.events)}on(e,n){if(typeof e=="string"){let r=`on${e.charAt(0).toUpperCase()}${e.slice(1)}`;return new t(this.swarm,this.steps,{...this.events,[r]:n})}return new t(this.swarm,this.steps,{...this.events,...e})}async run(e){let n=randomBytes(8).toString("hex"),r=[],o=e,i=Date.now();for(let a=0;a<this.steps.length;a++){let l=this.steps[a],d=l.config.name,s=Date.now();this.events.onStepStart?.({type:l.type,index:a,name:d,itemCount:o.length});let p={pipelineRunId:n,pipelineStepIndex:a};try{let u=await this.executeStep(l,o,a,d,p),g=Date.now()-s;if(r.push({type:l.type,index:a,durationMs:g,results:u.output}),this.events.onStepComplete?.({type:l.type,index:a,name:d,durationMs:g,successCount:u.successCount,errorCount:u.errorCount,filteredCount:u.filteredCount}),l.type==="reduce")return {pipelineRunId:n,steps:r,output:u.output,totalDurationMs:Date.now()-i};o=u.nextItems;}catch(u){throw this.events.onStepError?.({type:l.type,index:a,name:d,error:u instanceof Error?u:new Error(String(u))}),u}}let c=r[r.length-1];return {pipelineRunId:n,steps:r,output:c?.results??[],totalDurationMs:Date.now()-i}}async executeStep(e,n,r,o,i){if(e.type==="map"){let l=e.config,d=await this.swarm.map({items:n,...l,_pipelineContext:i,retry:this.wrapRetry(l.retry,r,o),verify:this.wrapVerify(l.verify,r,o),bestOf:this.wrapBestOf(l.bestOf,r,o)});return {output:[...d],nextItems:d.success,successCount:d.success.length,errorCount:d.error.length,filteredCount:0}}if(e.type==="filter"){let l=e.config,d=await this.swarm.filter({items:n,...l,_pipelineContext:i,retry:this.wrapRetry(l.retry,r,o),verify:this.wrapVerify(l.verify,r,o)}),s=l.emit??"success",p=s==="success"?d.success:s==="filtered"?d.filtered:[...d.success,...d.filtered];return {output:[...d],nextItems:p,successCount:d.success.length,errorCount:d.error.length,filteredCount:d.filtered.length}}let c=e.config,a=await this.swarm.reduce({items:n,...c,_pipelineContext:i,retry:this.wrapRetry(c.retry,r,o),verify:this.wrapVerify(c.verify,r,o)});return {output:a,nextItems:[],successCount:a.status==="success"?1:0,errorCount:a.status==="error"?1:0,filteredCount:0}}wrapRetry(e,n,r){if(e)return {...e,onItemRetry:(o,i,c)=>{e.onItemRetry?.(o,i,c),this.events.onItemRetry?.({stepIndex:n,stepName:r,itemIndex:o,attempt:i,error:c});}}}wrapVerify(e,n,r){if(e)return {...e,onWorkerComplete:(o,i,c)=>{e.onWorkerComplete?.(o,i,c),this.events.onWorkerComplete?.({stepIndex:n,stepName:r,itemIndex:o,attempt:i,status:c});},onVerifierComplete:(o,i,c,a)=>{e.onVerifierComplete?.(o,i,c,a),this.events.onVerifierComplete?.({stepIndex:n,stepName:r,itemIndex:o,attempt:i,passed:c,feedback:a});}}}wrapBestOf(e,n,r){if(e)return {...e,onCandidateComplete:(o,i,c)=>{e.onCandidateComplete?.(o,i,c),this.events.onCandidateComplete?.({stepIndex:n,stepName:r,itemIndex:o,candidateIndex:i,status:c});},onJudgeComplete:(o,i,c)=>{e.onJudgeComplete?.(o,i,c),this.events.onJudgeComplete?.({stepIndex:n,stepName:r,itemIndex:o,winnerIndex:i,reasoning:c});}}}},Ge=class t extends Ve{constructor(e,n,r){super(e,n,r);}on(e,n){if(typeof e=="string"){let r=`on${e.charAt(0).toUpperCase()}${e.slice(1)}`;return new t(this.swarm,this.steps,{...this.events,[r]:n})}return new t(this.swarm,this.steps,{...this.events,...e})}map(){throw new Error("Cannot add steps after reduce")}filter(){throw new Error("Cannot add steps after reduce")}reduce(){throw new Error("Cannot add steps after reduce")}};var gi=6e5,fi=5e3;function lr(t,e,n){let r=e??n;if(!Number.isFinite(r)||r<=0)throw new Error(`${t} must be a positive number`);return r}function mi(t){let e=t?.apiKey||process.env[T];if(!e)throw new Error(`sessions() requires an API key. Set ${T} or pass { apiKey } in config.`);let n=t?.dashboardUrl||E;async function r(a,l){let d=await fetch(`${n}${a}`,{...l,headers:{Authorization:`Bearer ${e}`,...l?.headers}});if(!d.ok){let s=await d.text().catch(()=>"");throw new Error(`Dashboard API error (${d.status}): ${s||d.statusText}`)}return d}function o(a){return {id:a.id,tag:a.tag,agent:a.agent,model:a.model||null,provider:a.provider,sandboxId:a.sandboxId||null,state:a.isEnded?"ended":"live",runtimeStatus:a.runtimeStatus||"unknown",cost:typeof a.cost=="number"?a.cost:null,createdAt:a.createdAt,endedAt:a.endedAt||null,stepCount:a.stepCount||0,toolStats:a.toolStats||null}}function i(a,l){if(a.status!=="ready")throw new Error(`Browser replay is not ready (status: ${String(a.status||"unknown")})`);if(typeof a.replayUrl!="string"||typeof a.downloadUrl!="string")throw new Error("Browser replay response missing replayUrl or downloadUrl");return {sessionId:a.sessionId||l,status:"ready",replayUrl:a.replayUrl,downloadUrl:a.downloadUrl,suggestedStartSeconds:typeof a.suggestedStartSeconds=="number"?a.suggestedStartSeconds:void 0,sizeBytes:typeof a.sizeBytes=="number"?a.sizeBytes:void 0,readyAt:typeof a.readyAt=="string"?a.readyAt:void 0}}let c=a=>new Promise(l=>setTimeout(l,a));return {async list(a){let l=new URLSearchParams({paginationMode:"cursor",pageSize:String(Math.min(a?.limit??20,200)),paginated:"true"});if(a?.cursor&&l.set("cursor",a.cursor),a?.state&&a.state!=="all"&&l.set("state",a.state),a?.agent&&l.set("agent",a.agent),a?.tagPrefix&&l.set("tagPrefix",a.tagPrefix),a?.sort){let p={newest:"desc",oldest:"asc",cost:"desc"};l.set("sortDirection",p[a.sort]),a.sort==="cost"?l.set("sortField","cost"):l.set("sortField","timestamp");}let s=await(await r(`/api/sessions?${l}`)).json();return {items:(s.items||[]).map(o),nextCursor:s.nextCursor||null,hasMore:!!s.hasMore}},async get(a){let d=await(await r(`/api/sessions/${encodeURIComponent(a)}`)).json();return o(d)},async events(a,l){let d=new URLSearchParams;l?.since!=null&&d.set("since",String(l.since));let s=d.toString();return (await(await r(`/api/sessions/${encodeURIComponent(a)}/events${s?`?${s}`:""}`)).json()).events||[]},async download(a,l){let p=(await(await r(`/api/sessions/${encodeURIComponent(a)}`)).json()).tag||a,u=await fetch(`${n}/api/sessions/${encodeURIComponent(a)}/download`,{headers:{Authorization:`Bearer ${e}`},redirect:"follow"});if(!u.ok){let h=await u.text().catch(()=>"");throw new Error(`Download failed (${u.status}): ${h||u.statusText}`)}let g=l?.to||process.cwd();await mkdir(g,{recursive:true});let f=join(g,`${p}.jsonl`);if(!u.body)throw new Error("Download response has no body");let m=Readable.fromWeb(u.body);return await pipeline(m,createWriteStream(f)),f},async browserReplay(a,l){let d=lr("timeoutMs",l?.timeoutMs,gi),s=lr("intervalMs",l?.intervalMs,fi),p=Date.now()+d,u=`/api/sessions/${encodeURIComponent(a)}/browser-replay`;for(;;){let g=p-Date.now();if(g<=0)throw new Error(`Browser replay timed out after ${d}ms`);let f;try{f=await fetch(`${n}${u}`,{headers:{Authorization:`Bearer ${e}`,accept:"application/json"},signal:AbortSignal.timeout(Math.max(1,g))});}catch(h){let y=h.name;throw y==="AbortError"||y==="TimeoutError"?new Error(`Browser replay timed out after ${d}ms`):h}let m={};if(f.ok)m=await f.json();else {let h=await f.text().catch(()=>"");throw new Error(`Dashboard API error (${f.status}): ${h||f.statusText}`)}if(m.status==="ready")return i(m,a);if(m.status==="failed"){let h=typeof m.error=="string"?m.error:"unknown error";throw new Error(`Browser replay failed: ${h}`)}if(Date.now()>=p)throw new Error(`Browser replay timed out after ${d}ms`);await c(Math.min(s,Math.max(0,p-Date.now())));}}}}export{Je as AGENT_REGISTRY,ur as AGENT_TYPES,fe as Agent,gt as BROWSER_ACTIONBOOK_PROMPT,It as BROWSER_LOGIN_MCP_SERVER_NAME,je as BrowserCredentialsClient,me as Evolve,ft as JUDGE_PROMPT,Ve as Pipeline,ht as RETRY_FEEDBACK_PROMPT,un as SCHEMA_PROMPT,z as SWARM_RESULT_BRAND,pn as SYSTEM_PROMPT,ee as Semaphore,Pt as Swarm,te as SwarmResultList,Ge as TerminalPipeline,We as VALIDATION_PRESETS,mt as VERIFY_PROMPT,ln as WORKSPACE_PROMPT,dn as WORKSPACE_SWE_PROMPT,U as applyTemplate,Rt as browserCredentials,yt as buildWorkerSystemPrompt,W as createAgentParser,Pe as createClaudeParser,Oe as createCodexParser,Ae as createDroidParser,Me as createGeminiParser,P as executeWithRetry,V as expandPath,$ as getAgentConfig,K as getMcpSettingsDir,N as getMcpSettingsPath,gr as isValidAgentType,A as isZodSchema,Y as jsonSchemaToString,Gr as parseNdjsonLine,Wr as parseNdjsonOutput,Jt as parseQwenOutput,qt as readLocalDir,Ne as resolveStorageConfig,Ht as saveLocalDir,mi as sessions,Fs as storage,we as writeClaudeMcpConfig,Re as writeCodexMcpConfig,ke as writeDroidGatewaySettings,xe as writeDroidMcpConfig,ve as writeGeminiMcpConfig,st as writeMcpConfig,be as writeQwenMcpConfig,H as zodSchemaToJson};
|