@evolvingmachines/sdk 0.0.51 → 0.0.52-project-sable.20260729.8632c49
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/chunk-ZYTUS4TY.js +6 -0
- package/dist/hosted/cli.cjs +90 -0
- package/dist/hosted/cli.d.cts +56 -0
- package/dist/hosted/cli.d.ts +56 -0
- package/dist/hosted/cli.js +85 -0
- package/dist/index.cjs +448 -67
- package/dist/index.d.cts +986 -364
- package/dist/index.d.ts +986 -364
- package/dist/index.js +439 -63
- package/dist/tar-WPIXS3E6.js +1 -0
- package/dist/types-BnWkwyuA.d.cts +1406 -0
- package/dist/types-BnWkwyuA.d.ts +1406 -0
- package/hosted-error-codes.json +57 -0
- package/package.json +18 -8
package/dist/index.cjs
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
'use strict';var events=require('events'),Es=require('ajv'),crypto=require('crypto'),gi=require('zod-to-json-schema'),$=require('fs'),ae=require('path'),promises=require('fs/promises'),os$1=require('os'),child_process=require('child_process'),util=require('util'),zod=require('zod'),e2b=require('@evolvingmachines/e2b'),daytona=require('@evolvingmachines/daytona'),modal=require('@evolvingmachines/modal'),stream=require('stream'),promises$1=require('stream/promises');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var Es__default=/*#__PURE__*/_interopDefault(Es);var gi__default=/*#__PURE__*/_interopDefault(gi);var $__namespace=/*#__PURE__*/_interopNamespace($);var ae__namespace=/*#__PURE__*/_interopNamespace(ae);var Ar={CLAUDE:"claude",CODEX:"codex",GEMINI:"gemini",QWEN:"qwen",KIMI:"kimi",OPENCODE:"opencode",DROID:"droid"},qe={strict:{coerceTypes:false,removeAdditional:false,useDefaults:false,allErrors:true},loose:{coerceTypes:"array",removeAdditional:false,useDefaults:true,allErrors:true}};function ne(t){return t!=="off"&&t!=="none"&&t!=="minimal"&&t!=="no-thinking"}function Ye(t){if(!(t==="off"||t==="none"||t==="no-thinking"))return !t||t==="thinking"||t==="medium"?"medium":t==="low"||t==="minimal"?"minimal":t==="xhigh"?"max":t}function Mr(t){let e=Ye(t);return e?` --variant ${e} --thinking`:""}var Qe={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:"fable",modelId:"claude-fable-5",description:"Highest capability, long-horizon agentic work"},{alias:"opus",modelId:"claude-opus-4-8",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,reasoningEffort:r})=>{let s=n?"--continue ":"",a=r?` --effort ${r}`:"";return `echo "${t}" | claude -p ${s}--model ${e}${a} --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 s=r?` -c model_reasoning_effort="${r}"`:"";return `printf '%s' "${t}" | codex exec --model ${e}${s} --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.7-max",models:[{alias:"qwen3.7-max",modelId:"qwen3.7-max",description:"Strongest reasoning and coding option"},{alias:"qwen3.7-plus",modelId:"qwen3.7-plus",description:"Latest balanced Qwen Cloud recommendation"},{alias:"qwen3.6-flash",modelId:"qwen3.6-flash",description:"Fast and cost-effective option"},{alias:"qwen3.6-plus",modelId:"qwen3.6-plus",description:"Compatibility model used in Qwen Code examples"}],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.7-max":"dashscope/qwen3.7-max","qwen3.7-plus":"dashscope/qwen3.7-plus","qwen3.6-flash":"dashscope/qwen3.6-flash","qwen3.6-plus":"dashscope/qwen3.6-plus"},defaultBaseUrl:"https://dashscope-intl.aliyuncs.com/compatible-mode/v1",buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:r})=>{let s=n?"--continue ":"",a=r||e.startsWith("dashscope/")?e:`dashscope/${e}`;return `qwen "${t}" ${s}--auth-type openai --model ${a} --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-k2p6-raptor",modelId:"kimi-k2p6-raptor",description:"Evolve-managed Kimi K2.6 Raptor route for latency-sensitive agent runs"},{alias:"kimi-k2p7-code-raptor",modelId:"kimi-k2p7-code-raptor",description:"Evolve-managed Kimi K2.7 Code Raptor route for latency-sensitive agent runs"},{alias:"kimi-k2.5",modelId:"moonshot/kimi-k2.5",description:"Previous multimodal flagship"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.kimi-code",filename:"mcp.json",format:"json"},skillsConfig:{sourceDir:"/home/user/.evolve/skills",targetDir:"/home/user/.kimi-code/skills"},defaultBaseUrl:"https://api.moonshot.ai/v1",spendTrackingTomlProvider:{configPath:"~/.kimi-code/config.toml",providerName:"evolve-gateway",modelName:"evolve-default",maxContextSize:262144},checkpointExcludes:[".kimi-code/config.toml"],gatewayModelAliases:{"kimi-k2.6":"moonshot/kimi-k2.6","kimi-k2p6-raptor":"kimi-k2p6-raptor","kimi-k2p7-code-raptor":"kimi-k2p7-code-raptor","kimi-k2.5":"moonshot/kimi-k2.5"},buildCommand:({prompt:t,isResume:e,reasoningEffort:n})=>{let r=e?"--continue ":"",s=ke(t),a="--config-file /home/user/.kimi-code/config.toml",o="$(if [ -f /home/user/.kimi-code/mcp.json ]; then printf ' --mcp-config-file /home/user/.kimi-code/mcp.json'; fi)",c=ne(n)?"":" --no-thinking";return `if kimi --help 2>&1 | grep -q -- '--print'; then kimi --print ${r}${a}${o}${c} -p ${s} --output-format stream-json; else kimi ${r}-p ${s} --output-format stream-json; fi`}},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-fable-5",modelId:"openrouter/anthropic/claude-fable-5",description:"Anthropic Fable via OpenRouter"},{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.8",modelId:"openrouter/anthropic/claude-opus-4.8",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,reasoningEffort:s})=>{let a=n?"--continue ":"",o=e.startsWith("openrouter/")?e:`openrouter/${e}`,c=Mr(s);return r?`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${a}--model ${o} --format json${c} "${t}" < /dev/null`:`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${a}--model litellm/${o} --format json${c} "${t}" < /dev/null`}},droid:{image:"evolve-all",apiKeyEnv:"FACTORY_API_KEY",defaultModel:"gpt-5.5",models:[{alias:"claude-opus-4-8",modelId:"claude-opus-4-8",description:"Factory-managed Claude Opus 4.8"},{alias:"claude-opus-4-8-fast",modelId:"claude-opus-4-8-fast",description:"Factory-managed Claude Opus 4.8 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:s,isDirectMode:a})=>{let o=a?"":"--settings /home/user/.factory/evolve-settings.json ",c=a?e:"custom:Evolve-Gateway-0",l=s?` --reasoning-effort ${s}`:"",d=n&&r?`--session-id ${ke(r)} `:"";return `printf '%s' ${ke(t)} | droid ${o}exec ${d}--skip-permissions-unsafe --cwd /home/user/workspace --output-format stream-json --model ${ke(c)}${l}`}}};function D(t){let e=Qe[t];if(!e)throw new Error(`Unknown agent type: ${t}`);return e}function $r(t){return t in Qe}function V(t){return t.replace(/^~/,"/home/user")}function ke(t){return `'${t.replace(/'/g,"'\\''")}'`}function U(t){let e=D(t);return `${V(e.mcpConfig.settingsDir)}/${e.mcpConfig.filename}`}function B(t){let e=D(t);return V(e.mcpConfig.settingsDir)}function A(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 Ze(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 re(t){for(let[e,n]of Object.entries(t))Ze(e,n);}function ie(t){return t.type?t.type:t.command?"stdio":"sse"}function Dr(t){let e=ie(t);return {...t,type:e}}function Ur(t){let{type:e,url:n,...r}=t;return ie(t)==="http"&&n?{httpUrl:n,...r}:n?{url:n,...r}:r}function Br(t){return {type:ie(t),...t}}function Lr(t){let{type:e,...n}=t;return n.command?{...n,transport:"stdio"}:n.url&&(e==="http"||e==="sse")?{...n,transport:e}:n}function Fr(t){let e=ie(t),{type:n,httpHeaders:r,envHttpHeaders:s,bearerTokenEnvVar:a,envVars:o,...c}=t;if(e==="stdio"&&t.command)return {type:"stdio",...c};if(t.url){let l={...c,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",...c}}async function Xe(t,e,n,r){re(n);let s=B(e),a=U(e);await t.files.makeDir(s);let o={};try{let l=await t.files.read(a);typeof l=="string"&&(o=JSON.parse(l));}catch(l){if(!A(l))throw l}let c=Object.fromEntries(Object.entries(n).map(([l,d])=>[l,r(d)]));await t.files.write(a,JSON.stringify({...o,mcpServers:c},null,2));}async function Se(t,e,n){re(n);let r=B("claude"),s=U("claude"),a=Object.fromEntries(Object.entries(n).map(([c,l])=>[c,Br(l)]));await t.files.write(`${e}/.mcp.json`,JSON.stringify({mcpServers:a},null,2)),await t.files.makeDir(r);let o={};try{let c=await t.files.read(s);typeof c=="string"&&(o=JSON.parse(c));}catch(c){if(!A(c))throw c}o.enableAllProjectMcpServers=true,await t.files.write(s,JSON.stringify(o,null,2));}async function xe(t,e){await Xe(t,"gemini",e,Dr);}async function Ce(t,e){await Xe(t,"qwen",e,Ur);}async function _e(t,e,n,r){let s=B(e),a=U(e);await t.files.makeDir(s);let o={};try{let p=await t.files.read(a);typeof p=="string"&&(o=JSON.parse(p));}catch(p){if(!A(p))throw p}let c=n.split("."),l=o;for(let p=0;p<c.length-1;p++){let u=c[p];(typeof l[u]!="object"||l[u]===null)&&(l[u]={}),l=l[u];}let d=c[c.length-1],i=typeof l[d]=="object"&&l[d]!==null?l[d]:{};l[d]={...i,...r},await t.files.write(a,JSON.stringify(o,null,2));}async function et(t,e){let n=B("qwen"),r=U("qwen");await t.files.makeDir(n);let s={};try{let l=await t.files.read(r);typeof l=="string"&&(s=JSON.parse(l));}catch(l){if(!A(l))throw l}let a=s.model??{},o=a.generationConfig??{},c=o.extra_body??{};s.model={...a,generationConfig:{...o,extra_body:{...c,enable_thinking:e}}},await t.files.write(r,JSON.stringify(s,null,2));}async function tt(t,e){await Xe(t,"kimi",e,Lr);}async function Ee(t,e,n){re(n);let r=`${e}/.factory`,s=`${r}/mcp.json`;await t.files.makeDir(r);let a={};try{let c=await t.files.read(s);typeof c=="string"&&(a=JSON.parse(c));}catch(c){if(!A(c))throw c}let o=Object.fromEntries(Object.entries(n).map(([c,l])=>[c,Fr(l)]));await t.files.write(s,JSON.stringify({...a,mcpServers:o},null,2));}async function Re(t,e,n){let r=V(e.settingsPath),s=r.slice(0,r.lastIndexOf("/"));await t.files.makeDir(s);let a={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(a,null,2));}async function nt(t,e,n){re(n);let r=`${e}/opencode.json`,s={};try{let o=await t.files.read(r);typeof o=="string"&&(s=JSON.parse(o));}catch(o){if(!A(o))throw o}let a=Object.fromEntries(Object.entries(n).map(([o,c])=>[o,Nr(c)]));await t.files.write(r,JSON.stringify({...s,mcp:a},null,2));}function Nr(t){let e=ie(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 G(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 Te(t=""){let e=process.env.EVOLVE_DASHBOARD_URL||_;if(!t)return e;let n=t.startsWith("/")?t:`/${t}`;return `${e.replace(/\/$/,"")}${n}`}function rt(){return Te("/api/managed/e2b")}function zt(t){return {"browser-use":{type:"http",url:G("/browser_use/mcp"),headers:{"x-litellm-api-key":`Bearer ${t}`}}}}var T="EVOLVE_API_KEY",Pe="E2B_API_KEY",Ie="DAYTONA_API_KEY",Oe="MODAL_TOKEN_ID",it="MODAL_TOKEN_SECRET",Jt="claude",se=36e5,Ht=4,st=100,qt="/home/user/workspace",_=process.env.EVOLVE_DASHBOARD_URL||"https://dashboard.evolvingmachines.ai",O="x-litellm-customer-id",L="x-litellm-tags",W="run:",Yt=".evolve-sdk/observability/sessions",Qt=100,Zt=5e3,Ae=3,ot=1e3;function E(t){return typeof t=="string"?`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`:Array.isArray(t)?`[${t.map(e=>E(e)).join(", ")}]`:typeof t=="object"&&t!==null?`{ ${Object.entries(t).map(([n,r])=>`${n} = ${E(r)}`).join(", ")} }`:typeof t=="boolean"?t?"true":"false":String(t)}async function Me(t,e){for(let[l,d]of Object.entries(e))Ze(l,d);let n=B("codex"),r=U("codex");await t.files.makeDir(n);let s="";try{let l=await t.files.read(r);typeof l=="string"&&(s=l);}catch(l){if(!A(l))throw l}let a=[],o=[];s.includes("experimental_use_rmcp_client")||(a.push("# Enable improved RMCP client (recommended)"),a.push("experimental_use_rmcp_client = true")),s.includes("[mcp_servers]")||o.push("[mcp_servers]","");for(let[l,d]of Object.entries(e)){if(s.includes(`[mcp_servers.${l}]`))continue;o.push(`[mcp_servers.${l}]`);let i=d.type??(d.command?"stdio":"http");if(i==="http"||i==="sse"||!!d.url){if(!d.url)throw new Error(`MCP server "${l}" is missing url for ${i} transport`);o.push(`url = ${E(d.url)}`),d.bearerTokenEnvVar&&o.push(`bearer_token_env_var = ${E(d.bearerTokenEnvVar)}`);let u=d.httpHeaders??d.headers;u&&Object.keys(u).length>0&&o.push(`http_headers = ${E(u)}`),d.envHttpHeaders&&Object.keys(d.envHttpHeaders).length>0&&o.push(`env_http_headers = ${E(d.envHttpHeaders)}`);}else o.push(`command = ${E(d.command)}`),d.args&&d.args.length>0&&o.push(`args = ${E(d.args)}`),d.cwd&&o.push(`cwd = ${E(d.cwd)}`);d.env&&Object.keys(d.env).length>0&&o.push(`env = ${E(d.env)}`),d.envVars&&d.envVars.length>0&&o.push(`env_vars = ${E(d.envVars)}`),o.push("");}let c=[s.trim(),a.join(`
|
|
1
|
+
'use strict';var zlib=require('zlib'),K=require('fs'),Se=require('path'),events=require('events'),ma=require('ajv'),crypto=require('crypto'),Hi=require('zod-to-json-schema'),promises=require('fs/promises'),os$1=require('os'),child_process=require('child_process'),util=require('util'),zod=require('zod'),e2b=require('@evolvingmachines/e2b'),daytona=require('@evolvingmachines/daytona'),modal=require('@evolvingmachines/modal'),stream=require('stream'),promises$1=require('stream/promises');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var K__namespace=/*#__PURE__*/_interopNamespace(K);var Se__namespace=/*#__PURE__*/_interopNamespace(Se);var ma__default=/*#__PURE__*/_interopDefault(ma);var Hi__default=/*#__PURE__*/_interopDefault(Hi);var ai=Object.defineProperty;var ci=(t,e)=>()=>(t&&(e=t(t=0)),e);var li=(t,e)=>{for(var n in e)ai(t,n,{get:e[n],enumerable:true});};var An={};li(An,{tarGzipDirectory:()=>Ka});function Na(t){let e=[],n=r=>{let s=r===""?t:Se.join(t,r),c=K.readdirSync(s,{withFileTypes:true}).sort((l,o)=>l.name<o.name?-1:l.name>o.name?1:0);for(let l of c){if(l.name.startsWith("."))continue;let o=r===""?l.name:`${r}/${l.name}`,a=Se.join(s,l.name),d=K.lstatSync(a);d.isSymbolicLink()||(d.isDirectory()?n(o):d.isFile()&&e.push({rel:o,abs:a}));}};return n(""),e.sort((r,s)=>r.rel<s.rel?-1:r.rel>s.rel?1:0)}function Fa(t,e){let n=t,r="";if(Buffer.byteLength(n,"utf8")>100){let l=-1;for(let o=n.indexOf("/");o!==-1;o=n.indexOf("/",o+1)){let a=n.slice(0,o),d=n.slice(o+1);d.length>0&&Buffer.byteLength(d,"utf8")<=100&&Buffer.byteLength(a,"utf8")<=155&&(l=o);}if(l===-1)throw new Error(`path too long to store in a USTAR tar (max 255 bytes, split at "/"): ${t}`);r=n.slice(0,l),n=n.slice(l+1);}let s=Buffer.alloc(ge);s.write(n,0,100,"utf8"),s.write("0000644\0",100,"ascii"),s.write("0000000\0",108,"ascii"),s.write("0000000\0",116,"ascii"),s.write(e.toString(8).padStart(11,"0")+"\0",124,"ascii"),s.write("00000000000\0",136,"ascii"),s.write(" ",148,"ascii"),s.write("0",156,"ascii"),s.write("ustar\0",257,"ascii"),s.write("00",263,"ascii"),r&&s.write(r,345,155,"utf8");let c=0;for(let l=0;l<ge;l++)c+=s[l];return s.write(c.toString(8).padStart(6,"0")+"\0 ",148,"ascii"),s}function Ka(t){let e=Na(t),n=[];for(let{rel:r,abs:s}of e){let c=K.readFileSync(s);n.push(Fa(r,c.length)),n.push(c);let l=(ge-c.length%ge)%ge;l>0&&n.push(Buffer.alloc(l));}return n.push(Buffer.alloc(ge*2)),zlib.gzipSync(Buffer.concat(n),{level:9})}var ge,On=ci(()=>{ge=512;});var di={CLAUDE:"claude",CODEX:"codex",GEMINI:"gemini",QWEN:"qwen",KIMI:"kimi",OPENCODE:"opencode",DROID:"droid"},Ut={strict:{coerceTypes:false,removeAdditional:false,useDefaults:false,allErrors:true},loose:{coerceTypes:"array",removeAdditional:false,useDefaults:true,allErrors:true}};function $(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 Ve(t=""){let e=process.env.EVOLVE_DASHBOARD_URL||C;if(!t)return e;let n=t.startsWith("/")?t:`/${t}`;return `${e.replace(/\/$/,"")}${n}`}var He=["e2b","daytona","modal"];function Ge(t){return Ve(`/api/managed/${t}`)}function Ln(){return `${Ge("daytona")}/toolbox`}function Bt(){return Ge("e2b")}function Nn(t){return {"browser-use":{type:"http",url:$("/browser_use/mcp"),headers:{"x-litellm-api-key":`Bearer ${t}`}}}}var I="EVOLVE_API_KEY",ze="E2B_API_KEY",We="DAYTONA_API_KEY",qe="MODAL_TOKEN_ID",$t="MODAL_TOKEN_SECRET",Fn="claude",he=36e5,Kn=4,Lt=100,L="/home/user";function jn(t,e){return e?e.replace(/\/+$/,"")||"/":t?t==="root"?"/root":`/home/${t}`:L}var C=process.env.EVOLVE_DASHBOARD_URL||"https://dashboard.evolvingmachines.ai",U="x-litellm-customer-id",J="x-litellm-tags",Q="run:",Jn=".evolve-sdk/observability/sessions",Vn=100,Hn=5e3,Ye=3,Nt=1e3;function we(t){return t!=="off"&&t!=="none"&&t!=="minimal"&&t!=="no-thinking"}function Ft(t){if(!(t==="off"||t==="none"||t==="no-thinking"))return !t||t==="thinking"||t==="medium"?"medium":t==="low"||t==="minimal"?"minimal":t==="xhigh"?"max":t}function ui(t){let e=Ft(t);return e?` --variant ${e} --thinking`:""}var Kt={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:"fable",modelId:"claude-fable-5",description:"Highest capability, long-horizon agentic work"},{alias:"opus",modelId:"claude-opus-4-8",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:"~/.evolve/skills",targetDir:"~/.claude/skills"},buildCommand:({prompt:t,model:e,isResume:n,reasoningEffort:r})=>{let s=n?"--continue ":"",c=r?` --effort ${r}`:"";return `echo "${t}" | claude -p ${s}--model ${e}${c} --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:"~/.evolve/skills",targetDir:"~/.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 s=r?` -c model_reasoning_effort="${r}"`:"";return `printf '%s' "${t}" | codex exec --model ${e}${s} --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:"~/.evolve/skills",targetDir:"~/.gemini/skills"},customHeadersEnv:"GEMINI_CLI_CUSTOM_HEADERS",customHeadersFormat:"comma",gatewayPath:"/gemini",buildCommand:({prompt:t,model:e,isResume:n})=>`gemini ${n?"--resume latest ":""}--prompt ${ye(t)} --model ${e} --yolo --output-format stream-json`},qwen:{image:"evolve-all",apiKeyEnv:"OPENAI_API_KEY",baseUrlEnv:"OPENAI_BASE_URL",defaultModel:"qwen3.7-max",models:[{alias:"qwen3.7-max",modelId:"qwen3.7-max",description:"Strongest reasoning and coding option"},{alias:"qwen3.7-plus",modelId:"qwen3.7-plus",description:"Latest balanced Qwen Cloud recommendation"},{alias:"qwen3.6-flash",modelId:"qwen3.6-flash",description:"Fast and cost-effective option"},{alias:"qwen3.6-plus",modelId:"qwen3.6-plus",description:"Compatibility model used in Qwen Code examples"}],systemPromptFile:"QWEN.md",mcpConfig:{settingsDir:"~/.qwen",filename:"settings.json",format:"json"},skillsConfig:{sourceDir:"~/.evolve/skills",targetDir:"~/.qwen/skills"},spendTrackingJsonConfig:{headersPath:"model.generationConfig.customHeaders"},gatewayModelAliases:{"qwen3.7-max":"dashscope/qwen3.7-max","qwen3.7-plus":"dashscope/qwen3.7-plus","qwen3.6-flash":"dashscope/qwen3.6-flash","qwen3.6-plus":"dashscope/qwen3.6-plus"},defaultBaseUrl:"https://dashscope-intl.aliyuncs.com/compatible-mode/v1",buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:r})=>{let s=n?"--continue ":"",c=r||e.startsWith("dashscope/")?e:`dashscope/${e}`;return `qwen "${t}" ${s}--auth-type openai --model ${c} --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-k2p6-raptor",modelId:"kimi-k2p6-raptor",description:"Evolve-managed Kimi K2.6 Raptor route for latency-sensitive agent runs"},{alias:"kimi-k2p7-code-raptor",modelId:"kimi-k2p7-code-raptor",description:"Evolve-managed Kimi K2.7 Code Raptor route for latency-sensitive agent runs"},{alias:"kimi-k2.5",modelId:"moonshot/kimi-k2.5",description:"Previous multimodal flagship"}],systemPromptFile:"AGENTS.md",mcpConfig:{settingsDir:"~/.kimi-code",filename:"mcp.json",format:"json"},skillsConfig:{sourceDir:"~/.evolve/skills",targetDir:"~/.kimi-code/skills"},defaultBaseUrl:"https://api.moonshot.ai/v1",spendTrackingTomlProvider:{configPath:"~/.kimi-code/config.toml",providerName:"evolve-gateway",modelName:"evolve-default",maxContextSize:262144},checkpointExcludes:[".kimi-code/config.toml"],gatewayModelAliases:{"kimi-k2.6":"moonshot/kimi-k2.6","kimi-k2p6-raptor":"kimi-k2p6-raptor","kimi-k2p7-code-raptor":"kimi-k2p7-code-raptor","kimi-k2.5":"moonshot/kimi-k2.5"},buildCommand:({prompt:t,isResume:e,reasoningEffort:n,homeDir:r=L})=>{let s=e?"--continue ":"",c=ye(t),l=`--config-file ${r}/.kimi-code/config.toml`,o=`$(if [ -f ${r}/.kimi-code/mcp.json ]; then printf ' --mcp-config-file ${r}/.kimi-code/mcp.json'; fi)`,a=we(n)?"":" --no-thinking";return `if kimi --help 2>&1 | grep -q -- '--print'; then kimi --print ${s}${l}${o}${a} -p ${c} --output-format stream-json; else kimi ${s}-p ${c} --output-format stream-json; fi`}},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-fable-5",modelId:"openrouter/anthropic/claude-fable-5",description:"Anthropic Fable via OpenRouter"},{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.8",modelId:"openrouter/anthropic/claude-opus-4.8",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:"~/.evolve/skills",targetDir:"~/.agents/skills"},checkpointDirs:["~/.local/share/opencode","~/.config/opencode","~/.local/state/opencode"],buildCommand:({prompt:t,model:e,isResume:n,isDirectMode:r,isExternalGateway:s,reasoningEffort:c})=>{let l=n?"--continue ":"",o=ui(c);if(s)return `OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${l}--model litellm/${e} --format json${o} "${t}" < /dev/null`;let a=e.startsWith("openrouter/")?e:`openrouter/${e}`;return r?`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${l}--model ${a} --format json${o} "${t}" < /dev/null`:`OPENCODE_PERMISSION='{"*":"allow"}' opencode run ${l}--model litellm/${a} --format json${o} "${t}" < /dev/null`}},droid:{image:"evolve-all",apiKeyEnv:"FACTORY_API_KEY",defaultModel:"gpt-5.5",models:[{alias:"claude-opus-4-8",modelId:"claude-opus-4-8",description:"Factory-managed Claude Opus 4.8"},{alias:"claude-opus-4-8-fast",modelId:"claude-opus-4-8-fast",description:"Factory-managed Claude Opus 4.8 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:"~/.evolve/skills",targetDir:"~/.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:s,isDirectMode:c,isExternalGateway:l,homeDir:o=L})=>{let a=!c||l,d=a?`--settings ${o}/.factory/evolve-settings.json `:"",i=a?"custom:Evolve-Gateway-0":e,u=s?` --reasoning-effort ${s}`:"",p=n&&r?`--session-id ${ye(r)} `:"";return `printf '%s' ${ye(t)} | droid ${d}exec ${p}--skip-permissions-unsafe --cwd ${o}/workspace --output-format stream-json --model ${ye(i)}${u}`}}};function B(t){let e=Kt[t];if(!e)throw new Error(`Unknown agent type: ${t}`);return e}function pi(t){return t in Kt}function M(t,e=L){return t.replace(/^~/,e)}function ye(t){return `'${t.replace(/'/g,"'\\''")}'`}function V(t,e=L){let n=B(t);return `${M(n.mcpConfig.settingsDir,e)}/${n.mcpConfig.filename}`}function H(t,e=L){let n=B(t);return M(n.mcpConfig.settingsDir,e)}function N(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 jt(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 be(t){for(let[e,n]of Object.entries(t))jt(e,n);}function ve(t){return t.type?t.type:t.command?"stdio":"sse"}function gi(t){let e=ve(t);return {...t,type:e}}function mi(t){let{type:e,url:n,...r}=t;return ve(t)==="http"&&n?{httpUrl:n,...r}:n?{url:n,...r}:r}function fi(t){return {type:ve(t),...t}}function hi(t){let{type:e,...n}=t;return n.command?{...n,transport:"stdio"}:n.url&&(e==="http"||e==="sse")?{...n,transport:e}:n}function yi(t){let e=ve(t),{type:n,httpHeaders:r,envHttpHeaders:s,bearerTokenEnvVar:c,envVars:l,...o}=t;if(e==="stdio"&&t.command)return {type:"stdio",...o};if(t.url){let a={...o,type:e==="sse"?"sse":"http",url:t.url},d=t.headers??r;return d&&Object.keys(d).length>0&&(a.headers=d),a}return {type:e==="stdio"?"stdio":"http",...o}}async function Jt(t,e,n,r,s){be(n);let c=H(e,s),l=V(e,s);await t.files.makeDir(c);let o={};try{let d=await t.files.read(l);typeof d=="string"&&(o=JSON.parse(d));}catch(d){if(!N(d))throw d}let a=Object.fromEntries(Object.entries(n).map(([d,i])=>[d,r(i)]));await t.files.write(l,JSON.stringify({...o,mcpServers:a},null,2));}async function Xe(t,e,n,r){be(n);let s=H("claude",r),c=V("claude",r),l=Object.fromEntries(Object.entries(n).map(([a,d])=>[a,fi(d)]));await t.files.write(`${e}/.mcp.json`,JSON.stringify({mcpServers:l},null,2)),await t.files.makeDir(s);let o={};try{let a=await t.files.read(c);typeof a=="string"&&(o=JSON.parse(a));}catch(a){if(!N(a))throw a}o.enableAllProjectMcpServers=true,await t.files.write(c,JSON.stringify(o,null,2));}async function Qe(t,e,n){await Jt(t,"gemini",e,gi,n);}async function Ze(t,e,n){await Jt(t,"qwen",e,mi,n);}async function et(t,e,n,r,s){let c=H(e,s),l=V(e,s);await t.files.makeDir(c);let o={};try{let p=await t.files.read(l);typeof p=="string"&&(o=JSON.parse(p));}catch(p){if(!N(p))throw p}let a=n.split("."),d=o;for(let p=0;p<a.length-1;p++){let g=a[p];(typeof d[g]!="object"||d[g]===null)&&(d[g]={}),d=d[g];}let i=a[a.length-1],u=typeof d[i]=="object"&&d[i]!==null?d[i]:{};d[i]={...u,...r},await t.files.write(l,JSON.stringify(o,null,2));}async function Vt(t,e,n){let r=H("qwen",n),s=V("qwen",n);await t.files.makeDir(r);let c={};try{let d=await t.files.read(s);typeof d=="string"&&(c=JSON.parse(d));}catch(d){if(!N(d))throw d}let l=c.model??{},o=l.generationConfig??{},a=o.extra_body??{};c.model={...l,generationConfig:{...o,extra_body:{...a,enable_thinking:e}}},await t.files.write(s,JSON.stringify(c,null,2));}async function Ht(t,e,n){await Jt(t,"kimi",e,hi,n);}async function tt(t,e,n){be(n);let r=`${e}/.factory`,s=`${r}/mcp.json`;await t.files.makeDir(r);let c={};try{let o=await t.files.read(s);typeof o=="string"&&(c=JSON.parse(o));}catch(o){if(!N(o))throw o}let l=Object.fromEntries(Object.entries(n).map(([o,a])=>[o,yi(a)]));await t.files.write(s,JSON.stringify({...c,mcpServers:l},null,2));}async function nt(t,e,n,r){let s=M(e.settingsPath,r),c=s.slice(0,s.lastIndexOf("/"));await t.files.makeDir(c);let l={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(l,null,2));}async function Gt(t,e,n){be(n);let r=`${e}/opencode.json`,s={};try{let l=await t.files.read(r);typeof l=="string"&&(s=JSON.parse(l));}catch(l){if(!N(l))throw l}let c=Object.fromEntries(Object.entries(n).map(([l,o])=>[l,wi(o)]));await t.files.write(r,JSON.stringify({...s,mcp:c},null,2));}function wi(t){let e=ve(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 _(t){return typeof t=="string"?`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`:Array.isArray(t)?`[${t.map(e=>_(e)).join(", ")}]`:typeof t=="object"&&t!==null?`{ ${Object.entries(t).map(([n,r])=>`${n} = ${_(r)}`).join(", ")} }`:typeof t=="boolean"?t?"true":"false":String(t)}async function rt(t,e,n){for(let[d,i]of Object.entries(e))jt(d,i);let r=H("codex",n),s=V("codex",n);await t.files.makeDir(r);let c="";try{let d=await t.files.read(s);typeof d=="string"&&(c=d);}catch(d){if(!N(d))throw d}let l=[],o=[];c.includes("experimental_use_rmcp_client")||(l.push("# Enable improved RMCP client (recommended)"),l.push("experimental_use_rmcp_client = true")),c.includes("[mcp_servers]")||o.push("[mcp_servers]","");for(let[d,i]of Object.entries(e)){if(c.includes(`[mcp_servers.${d}]`))continue;o.push(`[mcp_servers.${d}]`);let u=i.type??(i.command?"stdio":"http");if(u==="http"||u==="sse"||!!i.url){if(!i.url)throw new Error(`MCP server "${d}" is missing url for ${u} transport`);o.push(`url = ${_(i.url)}`),i.bearerTokenEnvVar&&o.push(`bearer_token_env_var = ${_(i.bearerTokenEnvVar)}`);let g=i.httpHeaders??i.headers;g&&Object.keys(g).length>0&&o.push(`http_headers = ${_(g)}`),i.envHttpHeaders&&Object.keys(i.envHttpHeaders).length>0&&o.push(`env_http_headers = ${_(i.envHttpHeaders)}`);}else o.push(`command = ${_(i.command)}`),i.args&&i.args.length>0&&o.push(`args = ${_(i.args)}`),i.cwd&&o.push(`cwd = ${_(i.cwd)}`);i.env&&Object.keys(i.env).length>0&&o.push(`env = ${_(i.env)}`),i.envVars&&i.envVars.length>0&&o.push(`env_vars = ${_(i.envVars)}`),o.push("");}let a=[c.trim(),l.join(`
|
|
2
2
|
`),o.join(`
|
|
3
|
-
`)].filter(
|
|
3
|
+
`)].filter(d=>d.length>0);await t.files.write(s,a.join(`
|
|
4
4
|
|
|
5
5
|
`)+`
|
|
6
|
-
`);}async function
|
|
7
|
-
`);if(
|
|
6
|
+
`);}async function st(t,e,n,r={},s){let c=H("codex",s),l=V("codex",s);await t.files.makeDir(c);let o="";try{let b=await t.files.read(l);typeof b=="string"&&(o=b);}catch(b){if(!N(b))throw b}let a=o.search(/^\[/m),d=a>=0?o.slice(0,a):o,i=a>=0?o.slice(a):"",u=o.includes("[model_providers.evolve-gateway]"),p=/^model_provider\s*=\s*"evolve-gateway"/m.test(d),g={...n?{[U]:n.sessionTagEnv,[J]:n.runTagEnv}:{},...r},m=["[model_providers.evolve-gateway]",'name = "Evolve Gateway"',`base_url = ${_(e)}`,'env_key = "OPENAI_API_KEY"','wire_api = "responses"',...Object.keys(g).length>0?[`env_http_headers = ${_(g)}`]:[]].join(`
|
|
7
|
+
`);if(u&&p&&o.includes(m))return;o=(d.replace(/^model_provider\s*=\s*.*$/m,"").replace(/\n{3,}/g,`
|
|
8
8
|
|
|
9
|
-
`)+
|
|
9
|
+
`)+i).replace(/\n?\[model_providers\.evolve-gateway\][\s\S]*?(?=\n\[|\s*$)/,"").replace(/^\n+/,"");let h='model_provider = "evolve-gateway"',y=m,w;if(!o.trim())w=y?`${h}
|
|
10
10
|
|
|
11
|
-
${
|
|
12
|
-
`:`${
|
|
13
|
-
`;else {let
|
|
11
|
+
${y}
|
|
12
|
+
`:`${h}
|
|
13
|
+
`;else {let b=o.search(/^\[/m);b>0?w=o.slice(0,b)+h+`
|
|
14
14
|
|
|
15
|
-
`+o.slice(
|
|
15
|
+
`+o.slice(b).trimEnd():b===0?w=h+`
|
|
16
16
|
|
|
17
|
-
`+o.trimEnd():
|
|
17
|
+
`+o.trimEnd():w=o.trimEnd()+`
|
|
18
18
|
|
|
19
|
-
`+
|
|
19
|
+
`+h,y&&(w=w.trimEnd()+`
|
|
20
20
|
|
|
21
|
-
`+
|
|
22
|
-
`;}await t.files.write(
|
|
21
|
+
`+y),w+=`
|
|
22
|
+
`;}await t.files.write(l,w);}async function zt(t,e,n,r,s){let c=M(e.configPath,s),l=c.slice(0,c.lastIndexOf("/"));await t.files.makeDir(l);let o=[`default_model = ${_(e.modelName)}`,`default_thinking = ${_(r.defaultThinking)}`,'default_permission_mode = "auto"',"","[thinking]",`mode = ${_(r.defaultThinking?"on":"off")}`];r.defaultThinking&&r.thinkingEffort&&o.push(`effort = ${_(r.thinkingEffort)}`),o.push("",`[providers.${e.providerName}]`,'type = "kimi"',`base_url = ${_(r.baseUrl)}`,`api_key = ${_(r.apiKey)}`,`custom_headers = ${_(n)}`,"",`[models.${e.modelName}]`,`provider = ${_(e.providerName)}`,`model = ${_(r.model)}`,`max_context_size = ${e.maxContextSize}`,`capabilities = ${_(["image_in","thinking"])}`);let a=o.join(`
|
|
23
23
|
`)+`
|
|
24
|
-
`;await t.files.write(
|
|
25
|
-
`+
|
|
24
|
+
`;await t.files.write(c,a);}async function Wt(t,e,n,r,s){if(!(!r||Object.keys(r).length===0))switch(t){case "claude":await Xe(e,n,r,s);break;case "codex":await rt(e,r,s);break;case "gemini":await Qe(e,r,s);break;case "qwen":await Ze(e,r,s);break;case "kimi":await Ht(e,r,s);break;case "opencode":await Gt(e,n,r);break;case "droid":await tt(e,n,r);break;default:throw new Error(`Unknown agent type for MCP config: ${t}`)}}function it(){let t={};return function(d){let i;try{i=JSON.parse(d);}catch{return null}if(i._meta||i._prompt)return null;let u=i.session_id;switch(i.type){case "system":return null;case "assistant":return e(i.message?.content,"assistant",u);case "user":{let p=i.message?.content;return typeof p=="string"||Array.isArray(p)&&p.length===1&&p[0].type==="text"?null:e(p,"user",u)}case "result":return null;default:return null}};function e(a,d,i){if(typeof a=="string")return d==="user"?null:[{sessionId:i,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:a}}}];if(!a||!Array.isArray(a))return null;let u=[];for(let p of a){let g=null;switch(p.type){case "text":case "text_delta":if(d==="user")break;g={sessionUpdate:"agent_message_chunk",content:{type:"text",text:p.text}};break;case "image":if(d==="user")break;g={sessionUpdate:"agent_message_chunk",content:{type:"image",data:p.source?.type==="base64"?p.source.data:"",mimeType:p.source?.type==="base64"?p.source.media_type:"",uri:p.source?.type==="url"?p.source.url:void 0}};break;case "thinking":case "thinking_delta":g={sessionUpdate:"agent_thought_chunk",content:{type:"text",text:p.thinking}};break;case "tool_use":case "server_tool_use":case "mcp_tool_use":{if(t[p.id]=p,p.name==="TodoWrite")Array.isArray(p.input?.todos)&&(g={sessionUpdate:"plan",entries:l(p.input)});else {let m=n(p);g={sessionUpdate:"tool_call",toolCallId:p.id,status:"pending",...m};}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 m=t[p.tool_use_id];if(!m||(delete t[p.tool_use_id],m.name==="TodoWrite"))break;g={sessionUpdate:"tool_call_update",toolCallId:p.tool_use_id,status:"is_error"in p&&p.is_error?"failed":"completed",...r(p,m)};break}}g&&u.push({sessionId:i,update:g});}return u.length>0?u:null}function n(a){let d=a.name,i=a.input||{};switch(d){case "Task":return {title:i.description||"Task",kind:"think",content:i.prompt?[{type:"content",content:{type:"text",text:i.prompt}}]:[],rawInput:i};case "NotebookRead":return {title:i.notebook_path?`Read Notebook ${i.notebook_path}`:"Read Notebook",kind:"read",content:[],locations:i.notebook_path?[{path:i.notebook_path}]:[],rawInput:i};case "NotebookEdit":return {title:i.notebook_path?`Edit Notebook ${i.notebook_path}`:"Edit Notebook",kind:"edit",content:i.new_source?[{type:"content",content:{type:"text",text:i.new_source}}]:[],locations:i.notebook_path?[{path:i.notebook_path}]:[],rawInput:i};case "Bash":return {title:i.command?"`"+i.command.replaceAll("`","\\`")+"`":"Terminal",kind:"execute",content:i.description?[{type:"content",content:{type:"text",text:i.description}}]:[],rawInput:i};case "BashOutput":return {title:"Tail Logs",kind:"execute",content:[],rawInput:i};case "KillShell":return {title:"Kill Process",kind:"execute",content:[],rawInput:i};case "Read":{let u="";return i.limit?u=" ("+((i.offset??0)+1)+" - "+((i.offset??0)+i.limit)+")":i.offset&&(u=" (from line "+(i.offset+1)+")"),{title:"Read "+(i.file_path??"File")+u,kind:"read",content:[],locations:i.file_path?[{path:i.file_path,line:i.offset??0}]:[],rawInput:i}}case "LS":return {title:i.path?`List \`${i.path}\` directory`:"List current directory",kind:"search",content:[],locations:[],rawInput:i};case "Edit":{let u=i.file_path;return {title:u?`Edit \`${u}\``:"Edit",kind:"edit",content:u?[{type:"diff",path:u,oldText:i.old_string??null,newText:i.new_string??""}]:[],locations:u?[{path:u}]:[],rawInput:i}}case "Write":return {title:i.file_path?`Write ${i.file_path}`:"Write",kind:"edit",content:i.file_path?[{type:"diff",path:i.file_path,oldText:null,newText:i.content??""}]:[],locations:i.file_path?[{path:i.file_path}]:[],rawInput:i};case "Glob":{let u="Find";return i.path&&(u+=` \`${i.path}\``),i.pattern&&(u+=` \`${i.pattern}\``),{title:u,kind:"search",content:[],locations:i.path?[{path:i.path}]:[],rawInput:i}}case "Grep":{let u="grep";return i["-i"]&&(u+=" -i"),i["-n"]&&(u+=" -n"),i["-A"]!==void 0&&(u+=` -A ${i["-A"]}`),i["-B"]!==void 0&&(u+=` -B ${i["-B"]}`),i["-C"]!==void 0&&(u+=` -C ${i["-C"]}`),i.output_mode==="files_with_matches"?u+=" -l":i.output_mode==="count"&&(u+=" -c"),i.head_limit!==void 0&&(u+=` | head -${i.head_limit}`),i.glob&&(u+=` --include="${i.glob}"`),i.type&&(u+=` --type=${i.type}`),i.multiline&&(u+=" -P"),u+=` "${i.pattern??""}"`,i.path&&(u+=` ${i.path}`),{title:u,kind:"search",content:[],rawInput:i}}case "WebFetch":return {title:i.url?`Fetch ${i.url}`:"Fetch",kind:"fetch",content:i.prompt?[{type:"content",content:{type:"text",text:i.prompt}}]:[],rawInput:i};case "WebSearch":{let u=`"${i.query??""}"`;return i.allowed_domains?.length>0&&(u+=` (allowed: ${i.allowed_domains.join(", ")})`),i.blocked_domains?.length>0&&(u+=` (blocked: ${i.blocked_domains.join(", ")})`),{title:u,kind:"fetch",content:[],rawInput:i}}case "TodoWrite":return {title:Array.isArray(i.todos)?`Update TODOs: ${i.todos.map(u=>u.content).join(", ")}`:"Update TODOs",kind:"think",content:[],rawInput:i};case "ExitPlanMode":return {title:"Ready to code?",kind:"switch_mode",content:i.plan?[{type:"content",content:{type:"text",text:i.plan}}]:[],rawInput:i};default:if(d?.startsWith("mcp__")){let u=d.split("__"),p=u[1]||"mcp",g=u.slice(2).join("__")||d;return {title:`${p}: ${g}`,kind:"other",content:[],rawInput:i}}return {title:d||"Unknown Tool",kind:"other",content:[],rawInput:i}}}function r(a,d){let i=a.content;switch(d?.name){case "Read":return Array.isArray(i)&&i.length>0?{content:i.map(u=>({type:"content",content:u.type==="text"?{type:"text",text:o(u.text)}:c(u,false)}))}:typeof i=="string"&&i.length>0?{content:[{type:"content",content:{type:"text",text:o(i)}}]}:{};case "Edit":case "Write":case "Bash":return s(i,a.is_error||false);case "ExitPlanMode":return {title:"Exited Plan Mode"};default:return s(i,"is_error"in a?a.is_error:false)}}function s(a,d=false){return Array.isArray(a)&&a.length>0?{content:a.map(i=>({type:"content",content:c(i,d)}))}:typeof a=="string"&&a.length>0?{content:[{type:"content",content:{type:"text",text:d?"```\n"+a+"\n```":a}}]}:{}}function c(a,d){if(a.type==="text")return d?{type:"text",text:"```\n"+a.text+"\n```"}:{type:"text",text:a.text};if(a.type==="image"){if(a.data&&a.mimeType)return {type:"image",data:a.data,mimeType:a.mimeType};if(a.source?.type==="base64")return {type:"image",data:a.source.data||"",mimeType:a.source.media_type||""};if(a.source?.type==="url")return {type:"image",data:"",mimeType:"",uri:a.source.url}}return a}function l(a){return a.todos.map(d=>({content:d.content,status:d.status||"pending",priority:"medium"}))}function o(a){let d="```",i=Array.from(a.matchAll(/^```+/gm));for(let[u]of i)for(;u.length>=d.length;)d+="`";return d+`
|
|
25
|
+
`+a+(a.endsWith(`
|
|
26
26
|
`)?"":`
|
|
27
|
-
`)+d}}function
|
|
28
|
-
`)??
|
|
29
|
-
`)??""}};case "agent_message":return {sessionUpdate:"agent_message_chunk",content:{type:"text",text:
|
|
30
|
-
${
|
|
31
|
-
\`\`\``:
|
|
27
|
+
`)+d}}function ot(){return function(a){let d;try{d=JSON.parse(a);}catch{return null}if(d._meta||d._prompt)return null;let i=[];switch(d.type){case "thread.started":case "turn.started":case "turn.completed":return null;case "error":{let u=typeof d.message=="string"?d.message:JSON.stringify(d);i.push({update:{sessionUpdate:"error",message:u,fatal:false}});break}case "turn.failed":{let u=typeof d.error?.message=="string"?d.error.message:JSON.stringify(d.error??d);i.push({update:{sessionUpdate:"error",message:u,fatal:true}});break}case "item.started":{let u=d.item;if(!u)return null;let p=e(u);p&&i.push({update:p});break}case "item.updated":{let u=d.item;if(!u)return null;let p=n(u);p&&i.push({update:p});break}case "item.completed":{let u=d.item;if(!u)return null;let p=r(u);p&&i.push({update:p});break}default:return null}return i.length>0?i:null};function e(o){let a=o.id;switch(o.type){case "mcp_tool_call":return {type:"mcp_tool_call",name:`${o.server}:${o.tool}`},{sessionUpdate:"tool_call",toolCallId:a,title:`${o.server}: ${o.tool}`,kind:"other",status:"in_progress",rawInput:o.arguments,content:[]};case "command_execution":return {type:"command_execution",name:o.command},{sessionUpdate:"tool_call",toolCallId:a,title:o.command?`\`${o.command}\``:"Execute Command",kind:"execute",status:"in_progress",rawInput:{command:o.command},content:[]};case "web_search":return {type:"web_search",name:o.query},{sessionUpdate:"tool_call",toolCallId:a,title:`Search: ${o.query??""}`,kind:"fetch",status:"in_progress",content:[]};case "todo_list":return {sessionUpdate:"plan",entries:l(o.items)};default:return null}}function n(o){return o.type==="todo_list"?{sessionUpdate:"plan",entries:l(o.items)}:null}function r(o){let a=o.id;switch(o.type){case "error":return {sessionUpdate:"error",message:typeof o.message=="string"?o.message:JSON.stringify(o),fatal:false};case "reasoning":return {sessionUpdate:"agent_thought_chunk",content:{type:"text",text:o.text??o.summary?.join(`
|
|
28
|
+
`)??o.content?.join(`
|
|
29
|
+
`)??""}};case "agent_message":return {sessionUpdate:"agent_message_chunk",content:{type:"text",text:o.text??""}};case "mcp_tool_call":{let i=s(o.result),u=o.status==="failed"||o.error?"failed":"completed";return {sessionUpdate:"tool_call_update",toolCallId:a,status:u,content:i}}case "command_execution":{let i=o.aggregated_output?[{type:"content",content:{type:"text",text:o.aggregated_output}}]:[],u=o.status==="completed"||o.exit_code===0?"completed":"failed";return {sessionUpdate:"tool_call_update",toolCallId:a,status:u,content:i}}case "file_change":{let i=o.changes??[],u=i.map(g=>({path:g.path})),p=i.length===1?`${i[0].kind==="add"?"Create":"Edit"} ${i[0].path}`:`Edit ${i.length} files`;return {sessionUpdate:"tool_call",toolCallId:a,title:p,kind:"edit",status:o.status==="completed"?"completed":"failed",content:i.map(g=>({type:"diff",path:g.path,oldText:g.kind==="add"?null:"",newText:""})),locations:u}}case "web_search":return {sessionUpdate:"tool_call",toolCallId:a,title:`Search: ${o.query??""}`,kind:"fetch",status:"completed",content:[]};case "todo_list":return {sessionUpdate:"plan",entries:l(o.items)};default:return null}}function s(o){return o?.content?Array.isArray(o.content)?o.content.map(a=>({type:"content",content:c(a)})):typeof o.content=="string"?[{type:"content",content:{type:"text",text:o.content}}]:[]:[]}function c(o){return o.type==="text"?{type:"text",text:o.text??""}:o.type==="image"?{type:"image",data:o.data??"",mimeType:o.mime_type??o.mimeType??"",uri:o.uri}:o}function l(o){if(!Array.isArray(o))return [];let a=false;return o.map(d=>{let i;return d.completed?i="completed":a?i="pending":(i="in_progress",a=true),{content:d.text??"",status:i,priority:"medium"}})}}var bi={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"},vi=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 at(){let t=new Map,e,n=false,r="",s;return function(l){let o;try{o=JSON.parse(l);}catch{return null}if(!qn(o))return null;let a=ki(o);if(a.sessionId&&(e=a.sessionId),a.errorText)return [W(e,a.errorText)];if(a.resultText)return r=a.resultText,n=true,[W(e,a.resultText)];if(a.handled)return null;let i=Si(o)??o,u=Wn(i);u&&(e=u);let p=[],g=x(i,"type");switch(g){case "system":return null;case "message":{let m=x(i,"role"),f=x(i,"text")||Yt(i.content);if(!f)break;m==="assistant"&&(n=true,r=f,p.push(W(e,f)));break}case "completion":{let m=x(i,"finalText")||x(i,"result");m&&(!n||m!==r)&&(n=true,r=m,p.push(W(e,m)));break}case "assistant_text_delta":{let m=x(i,"textDelta")||x(i,"text");m&&(n=true,r+=m,p.push(W(e,m)));break}case "thinking_text_delta":{let m=x(i,"textDelta")||x(i,"text");if(m){let f=Gn(i,m,s);f&&(s=f.signature,p.push({sessionId:e,update:f.event}));}break}case "reasoning":{let m=x(i,"text");if(m){let f=Gn(i,m,s);f&&(s=f.signature,p.push({sessionId:e,update:f.event}));}break}case "assistant":{let m=x(i,"text")||Yt(A(i.message)?.content);m&&(n=true,r=m,p.push(W(e,m)));break}case "tool_call":case "tool_call_delta":{let m=A(i.toolUse)??A(i.tool_use)??i,f=zn(m,t);f&&p.push({sessionId:e,update:f});break}case "tool_result":{let m=Ci(i,t);m&&p.push({sessionId:e,update:m});break}case "tool_progress_update":case "tool_progress":{let m=Ei(i);m&&p.push({sessionId:e,update:m});break}case "create_message":{for(let m of xi(i,t)){if(m.sessionUpdate==="agent_message_chunk"){let f=m.content.type==="text"?m.content.text:"";if(n&&f===r)continue;n=true,r=f;}p.push({sessionId:e,update:m});}break}case "result":{let m=ke(i.result??i.text??i.error);m&&(n=true,r=m,p.push(W(e,m)));break}case "error":{let m=ke(i.message??i.error??i);m&&p.push(W(e,m));break}default:if(g&&!vi.has(g))return null}return p.length>0&&g!=="reasoning"&&g!=="thinking_text_delta"&&(s=void 0),p.length>0?p:null}}function Gn(t,e,n){let r=qt(t,"id")||qt(t,"messageId"),s=qt(t,"blockIndex"),c=`${x(t,"type")}:${r}:${s}:${e}`;return c===n?null:{signature:c,event:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:e}}}}function ki(t){if(t.type!=="response")return {handled:false};let e=A(t.result),n=A(t.error),r=Wn(e??t);if(n)return {handled:true,sessionId:r,errorText:ke(n.message??n)};let s=e?x(e,"finalText")||x(e,"result"):"";return {handled:true,sessionId:r,resultText:s}}function Si(t){return t.method!=="droid.session_notification"?null:A(A(t.params)?.notification)}function xi(t,e){let n=A(t.message);if(!n)return [];let r=[],s=n.content;if(Array.isArray(s))for(let c of s){let l=A(c);if(l&&l.type==="tool_use"){let o=zn(l,e);o&&r.push(o);}}if(n.role==="assistant"){let c=Yt(s);c&&r.push({sessionUpdate:"agent_message_chunk",content:{type:"text",text:c}});}return r}function zn(t,e){let n=x(t,"id")||x(t,"toolUseId")||x(t,"tool_use_id"),r=x(t,"name")||x(t,"toolName")||x(t,"tool_name")||"Tool";if(!n)return null;e.set(n,r);let s=A(t.input)??A(t.toolInput)??A(t.arguments)??{};if(Yn(r)==="todowrite"){let d=Ri(s);if(d)return d}let{title:c,kind:l,content:o,locations:a}=_i(r,s);return {sessionUpdate:"tool_call",toolCallId:n,title:c,kind:l,status:"pending",rawInput:s,content:o,locations:a}}function Ci(t,e){let n=x(t,"toolUseId")||x(t,"tool_use_id")||x(t,"tool_id");if(!n)return null;let r=x(t,"toolName")||x(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:Xt(t.content??t.result??t.error)}}function Ei(t){let e=x(t,"toolUseId")||x(t,"tool_use_id")||x(t,"tool_id");if(!e)return null;let n=A(t.update),r=ke(t.content??n?.text??n?.status??n?.details);return {sessionUpdate:"tool_call_update",toolCallId:e,status:"in_progress",content:r?Xt(r):void 0}}function Ri(t){let e=t.todos;if(!Array.isArray(e))return null;let n=e.flatMap(r=>{let s=A(r);if(!s)return [];let c=x(s,"content"),l=Ti(x(s,"status")),o=Pi(x(s,"priority"));return c?[{content:c,status:l,priority:o}]:[]});return n.length>0?{sessionUpdate:"plan",entries:n}:null}function _i(t,e){let n=bi[Yn(t)]||"other",r=x(e,"path")||x(e,"filePath")||x(e,"file_path")||x(e,"absolute_path"),s=x(e,"command"),c=x(e,"url"),l=r||s||c;return {title:l?`${t} ${l}`:t,kind:n,content:Object.keys(e).length>0?Xt(e):[],locations:r?[{path:r}]:[]}}function Wn(t){if(t)return x(t,"session_id")||x(t,"sessionId")}function W(t,e){return {sessionId:t,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:e}}}}function Yt(t){return typeof t=="string"?t:Array.isArray(t)?t.map(e=>{let n=A(e);return n?x(n,"text")||x(n,"content"):""}).filter(Boolean).join(""):""}function Xt(t){let e=ke(t);return e?[{type:"content",content:{type:"text",text:e}}]:[]}function ke(t){if(typeof t=="string")return t;if(t==null)return "";try{return JSON.stringify(t)}catch{return String(t)}}function qn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function A(t){return qn(t)?t:null}function x(t,e){let n=t[e];return typeof n=="string"?n:""}function qt(t,e){let n=t[e];return typeof n=="string"||typeof n=="number"||typeof n=="boolean"?String(n):""}function Yn(t){return t.replace(/[-_\s]/g,"").toLowerCase()}function Ti(t){return t==="in_progress"||t==="completed"?t:"pending"}function Pi(t){return t==="high"||t==="low"?t:"medium"}var Ii={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 ct(){return function(l){let o;try{o=JSON.parse(l);}catch{return null}if(o._meta||o._prompt)return null;let a=o.session_id,d=[];switch(o.type){case "init":case "result":return null;case "message":{let i=t(o);i&&d.push({sessionId:a,update:i});break}case "tool_use":{let i=e(o);i&&d.push({sessionId:a,update:i});break}case "tool_result":{let i=n(o);i&&d.push({sessionId:a,update:i});break}case "error":{let i=r(o);i&&d.push({sessionId:a,update:i});break}default:return null}return d.length>0?d:null};function t(c){let l=c.role,o=c.content;return o?l==="assistant"?{sessionUpdate:"agent_message_chunk",content:{type:"text",text:o}}:l==="user"?{sessionUpdate:"user_message_chunk",content:{type:"text",text:o}}:null:null}function e(c){let l=c.tool_id,o=c.tool_name,a=c.parameters||{},{title:d,kind:i,content:u,locations:p}=s(o,a);return {sessionUpdate:"tool_call",toolCallId:l,title:d,kind:i,status:"pending",rawInput:a,content:u,locations:p}}function n(c){let l=c.tool_id,o=c.status,a=c.output,d=c.error,i=[];return a&&typeof a=="string"&&a.length>0&&i.push({type:"content",content:{type:"text",text:o==="error"?`\`\`\`
|
|
30
|
+
${a}
|
|
31
|
+
\`\`\``:a}}),d?.message&&!a&&i.push({type:"content",content:{type:"text",text:`\`\`\`
|
|
32
32
|
${d.message}
|
|
33
|
-
\`\`\``}}),{sessionUpdate:"tool_call_update",toolCallId:o,status:c==="success"?"completed":"failed",content:i}}function r(a){let o=a.severity,c=a.message;return c?{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`${o==="warning"?"\u26A0\uFE0F Warning":"\u274C Error"}: ${c}`}}:null}function s(a,o){let c=Zr[a]||"other",l=[],d=[],i=a;switch(a){case "read_file":i=`Read ${o.absolute_path||o.file_path||"file"}`,(o.absolute_path||o.file_path)&&d.push({path:o.absolute_path||o.file_path});break;case "write_file":i=`Write ${o.file_path||"file"}`,o.file_path&&(d.push({path:o.file_path}),l.push({type:"diff",path:o.file_path,oldText:null,newText:o.content||""}));break;case "edit_file":i=`Edit ${o.file_path||"file"}`,o.file_path&&d.push({path:o.file_path});break;case "replace":i=`Edit ${o.file_path||"file"}`,o.file_path&&(d.push({path:o.file_path}),(o.old_string!==void 0||o.new_string!==void 0)&&l.push({type:"diff",path:o.file_path,oldText:o.old_string||"",newText:o.new_string||""}));break;case "run_shell_command":case "shell":i=o.command?`\`${o.command}\``:"Run command",o.description&&l.push({type:"content",content:{type:"text",text:o.description}});break;case "brave_web_search":case "web_search":case "google_web_search":i=o.query?`"${o.query}"`:"Web search";break;case "web_fetch":i=o.prompt?`Fetch: ${o.prompt.substring(0,50)}...`:"Web fetch";break;case "glob":i=`Find ${o.pattern||"files"}`,o.dir_path&&d.push({path:o.dir_path});break;case "grep":case "search_file_content":i=`grep "${o.pattern||o.query||""}"`;break;case "list_directory":i=`List ${o.dir_path||o.path||"directory"}`,(o.dir_path||o.path)&&d.push({path:o.dir_path||o.path});break;case "read_many_files":i=`Read ${o.include?.length||"multiple"} files`,Array.isArray(o.include)&&o.include.forEach(p=>d.push({path:p}));break;case "delegate_to_agent":i=o.agent_name?`Agent: ${o.agent_name}`:"Delegate to agent";break;case "write_todos":i="Update todos";break;case "save_memory":i=o.fact?`Remember: "${o.fact.substring(0,40)}..."`:"Save memory";break;case "activate_skill":i=o.name?`Activate skill: ${o.name}`:"Activate skill";break;default:i=a;}return {title:i,kind:c,content:l,locations:d}}}var Xr={Read:"read",ReadFile:"read",ReadMediaFile:"read",Write:"edit",WriteFile:"edit",Edit:"edit",StrReplaceFile:"edit",Bash:"execute",Shell:"execute",Glob:"search",Grep:"search",WebSearch:"fetch",SearchWeb:"fetch",FetchURL:"fetch",Agent:"think",AgentSwarm:"think",Task:"think",Think:"think",CreateSubagent:"think",TodoList:"other",SetTodoList:"other"};function sn(t){return t==="TodoList"||t==="SetTodoList"}function ft(t){return /<system>\s*ERROR:/i.test(t)||t.includes("<error>")||t.includes("ToolError")}function an(t){let e=/^data:([^;,]+)((?:;[^,]*)*),(.+)$/i.exec(t);if(!e)return null;let n=e[1]||"",r=e[2]||"",s=e[3]||"";return /;base64/i.test(r)?{mimeType:n,data:s}:null}function mt(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=an(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 gt(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=mt(n);r&&e.push(r);}return e}if(t&&typeof t=="object"){let n=mt(t);n&&e.push(n);}return e}function ei(t){return t.some(e=>e.type==="content"&&e.content.type==="text"&&ft(e.content.text))}function ti(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=an(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 ni(t){return t==="in_progress"?"in_progress":t==="done"||t==="completed"?"completed":"pending"}function on(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 s=n.status;return {content:r,status:ni(s),priority:"medium"}}).filter(n=>n!==null):[]}function ht(){let t=new Set,e=0;function n(c,l){return typeof c=="string"&&c.length>0?c:(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")return null;let i=d.role;return "_meta"in d||"_prompt"in d||i==="meta"?null:i==="assistant"?r(d):i==="tool"?s(d):typeof d.type=="string"&&"payload"in d?a(d):null};function r(c){let l=[],d=c.content,i=c.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=ti(p);u&&l.push(u);}if(Array.isArray(i))for(let p of i){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(sn(g)){let k=on(m);k.length>0&&l.push({update:{sessionUpdate:"plan",entries:k}}),t.add(f);continue}let{title:h,kind:y,toolContent:w,locations:S}=o(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:S}});}return l.length>0?l:null}function s(c){let l=c.tool_call_id;if(typeof l!="string"||l.length===0)return null;if(t.has(l))return t.delete(l),null;let d=c.content,i=[],p=false;if(typeof d=="string")p=ft(d),d.length>0&&i.push({type:"content",content:{type:"text",text:d}});else if(Array.isArray(d))for(let u of d){let g=mt(u);g&&(g.type==="content"&&g.content.type==="text"&&ft(g.content.text)&&(p=true),i.push(g));}return [{update:{sessionUpdate:"tool_call_update",toolCallId:l,status:p?"failed":"completed",content:i}}]}function a(c){let l=c.type,d=c.payload??{},i=[];switch(l){case "TextPart":{let p=d.text;typeof p=="string"&&p.length>0&&i.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:p}}});break}case "ThinkPart":{let p=d.think;typeof p=="string"&&p.length>0&&i.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(sn(p)){let S=on(f);S.length>0&&i.push({update:{sessionUpdate:"plan",entries:S}}),t.add(u);break}let{title:m,kind:h,toolContent:y,locations:w}=o(p,typeof f=="object"&&f!==null?f:{});i.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(...gt(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(...gt(u));}else g.push(...gt(u));f=f||ei(g),i.push({update:{sessionUpdate:"tool_call_update",toolCallId:p,status:f?"failed":"completed",content:g}});break}default:return null}return i.length>0?i:null}function o(c,l){let d=Xr[c]||"other",i=[],p=[],u=c;switch(c){case "Read":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 "Write":case "WriteFile":{let g=l.path??l.file_path;u=`Write ${g||"file"}`,g&&(p.push({path:g}),typeof l.content=="string"&&i.push({type:"diff",path:g,oldText:null,newText:l.content}));break}case "Edit":case "StrReplaceFile":{let g=l.path??l.file_path;u=`Edit ${g||"file"}`,g&&p.push({path:g});break}case "Bash":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 "WebSearch":case "SearchWeb":u=l.query?`"${l.query}"`:"Web search";break;case "FetchURL":u=l.url?`Fetch ${l.url}`:"Web fetch";break;case "Agent":case "AgentSwarm":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 "TodoList":case "SetTodoList":u="Update todos";break;default:u=c;}return {title:u,kind:d,toolContent:i,locations:p}}}var ri={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 ii(t){let e=/^data:([^;,]+)?((?:;[^,]+)*),(.*)$/s.exec(t);if(!e)return null;let n=e[1]||"",r=e[2]||"",s=e[3]||"";return /;base64/i.test(r)?{mimeType:n,data:s}:null}function si(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 oi(t){return t==="high"||t==="medium"||t==="low"?t:"medium"}function cn(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:si(e.status),priority:oi(e.priority)}}).filter(e=>e!==null):[]}function ai(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 c=ii(r);return c?{type:"content",content:{type:"image",data:c.data,mimeType:c.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 ci(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 li(t,e){return t==="error"?"failed":t==="running"?"in_progress":t==="pending"?"pending":typeof e=="number"&&e!==0?"failed":"completed"}function yt(){return function(o){let c;try{c=JSON.parse(o);}catch{return null}if(!c||typeof c!="object")return null;let l=c.sessionID,d=[];switch(c.type){case "step_start":case "step_finish":return null;case "text":{let i=t(c);i&&d.push({sessionId:l,update:i});break}case "reasoning":{let i=e(c);i&&d.push({sessionId:l,update:i});break}case "tool_use":{let i=n(c);for(let p of i)d.push({sessionId:l,update:p});break}case "error":{let i=r(c);i&&d.push({sessionId:l,update:i});break}default:return null}return d.length>0?d:null};function t(a){let o=a.part?.text;return typeof o!="string"||o.length===0?null:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:o}}}function e(a){let o=a.part?.text;return typeof o!="string"||o.length===0?null:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:o}}}function n(a){let o=a.part;if(!o)return [];let c=typeof o.callID=="string"?o.callID:"";if(c.length===0)return [];let l=typeof o.tool=="string"?o.tool.toLowerCase():"",d=typeof o.state=="object"&&o.state?o.state:{},i=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}=s(l,i),y=[];if(y.push({sessionUpdate:"tool_call",toolCallId:c,title:u,kind:f,status:"pending",rawInput:i,content:m,locations:h}),l==="todowrite"){let v=cn(i.todos);if(v.length===0&&typeof d.output=="string")try{v=cn(JSON.parse(d.output));}catch{}v.length>0&&y.push({sessionUpdate:"plan",entries:v});}let w=li(p,g);if(w==="pending")return y;let S=ci(p,d),k=[];if(typeof S=="string"&&S.length>0&&k.push({type:"content",content:{type:"text",text:w==="failed"?`\`\`\`
|
|
34
|
-
${
|
|
35
|
-
\`\`\``:
|
|
36
|
-
${
|
|
37
|
-
\`\`\``:
|
|
38
|
-
${
|
|
39
|
-
\`\`\``:
|
|
40
|
-
`),s=
|
|
41
|
-
Try
|
|
42
|
-
Try
|
|
43
|
-
Try installing: npm install @evolvingmachines/
|
|
44
|
-
Try
|
|
45
|
-
1. Set ${
|
|
46
|
-
2. Set ${
|
|
47
|
-
3. Set ${
|
|
48
|
-
4. Set ${
|
|
49
|
-
5. Pass sandbox explicitly: .withSandbox(provider)`)}function
|
|
33
|
+
\`\`\``}}),{sessionUpdate:"tool_call_update",toolCallId:l,status:o==="success"?"completed":"failed",content:i}}function r(c){let l=c.severity,o=c.message;return o?{sessionUpdate:"agent_message_chunk",content:{type:"text",text:`${l==="warning"?"\u26A0\uFE0F Warning":"\u274C Error"}: ${o}`}}:null}function s(c,l){let o=Ii[c]||"other",a=[],d=[],i=c;switch(c){case "read_file":i=`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":i=`Write ${l.file_path||"file"}`,l.file_path&&(d.push({path:l.file_path}),a.push({type:"diff",path:l.file_path,oldText:null,newText:l.content||""}));break;case "edit_file":i=`Edit ${l.file_path||"file"}`,l.file_path&&d.push({path:l.file_path});break;case "replace":i=`Edit ${l.file_path||"file"}`,l.file_path&&(d.push({path:l.file_path}),(l.old_string!==void 0||l.new_string!==void 0)&&a.push({type:"diff",path:l.file_path,oldText:l.old_string||"",newText:l.new_string||""}));break;case "run_shell_command":case "shell":i=l.command?`\`${l.command}\``:"Run command",l.description&&a.push({type:"content",content:{type:"text",text:l.description}});break;case "brave_web_search":case "web_search":case "google_web_search":i=l.query?`"${l.query}"`:"Web search";break;case "web_fetch":i=l.prompt?`Fetch: ${l.prompt.substring(0,50)}...`:"Web fetch";break;case "glob":i=`Find ${l.pattern||"files"}`,l.dir_path&&d.push({path:l.dir_path});break;case "grep":case "search_file_content":i=`grep "${l.pattern||l.query||""}"`;break;case "list_directory":i=`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":i=`Read ${l.include?.length||"multiple"} files`,Array.isArray(l.include)&&l.include.forEach(u=>d.push({path:u}));break;case "delegate_to_agent":i=l.agent_name?`Agent: ${l.agent_name}`:"Delegate to agent";break;case "write_todos":i="Update todos";break;case "save_memory":i=l.fact?`Remember: "${l.fact.substring(0,40)}..."`:"Save memory";break;case "activate_skill":i=l.name?`Activate skill: ${l.name}`:"Activate skill";break;default:i=c;}return {title:i,kind:o,content:a,locations:d}}}var Ai={Read:"read",ReadFile:"read",ReadMediaFile:"read",Write:"edit",WriteFile:"edit",Edit:"edit",StrReplaceFile:"edit",Bash:"execute",Shell:"execute",Glob:"search",Grep:"search",WebSearch:"fetch",SearchWeb:"fetch",FetchURL:"fetch",Agent:"think",AgentSwarm:"think",Task:"think",Think:"think",CreateSubagent:"think",TodoList:"other",SetTodoList:"other"};function Xn(t){return t==="TodoList"||t==="SetTodoList"}function Zt(t){return /<system>\s*ERROR:/i.test(t)||t.includes("<error>")||t.includes("ToolError")}function Zn(t){let e=/^data:([^;,]+)((?:;[^,]*)*),(.+)$/i.exec(t);if(!e)return null;let n=e[1]||"",r=e[2]||"",s=e[3]||"";return /;base64/i.test(r)?{mimeType:n,data:s}:null}function en(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=Zn(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 Qt(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=en(n);r&&e.push(r);}return e}if(t&&typeof t=="object"){let n=en(t);n&&e.push(n);}return e}function Oi(t){return t.some(e=>e.type==="content"&&e.content.type==="text"&&Zt(e.content.text))}function Mi(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=Zn(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 Di(t){return t==="in_progress"?"in_progress":t==="done"||t==="completed"?"completed":"pending"}function Qn(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 s=n.status;return {content:r,status:Di(s),priority:"medium"}}).filter(n=>n!==null):[]}function tn(){let t=new Set,e=0;function n(o,a){return typeof o=="string"&&o.length>0?o:(e+=1,`kimi_${a.replace(/[^a-zA-Z0-9_]/g,"_")||"tool"}_${e}`)}return function(a){let d;try{d=JSON.parse(a);}catch{return null}if(!d||typeof d!="object")return null;let i=d.role;return "_meta"in d||"_prompt"in d||i==="meta"?null:i==="assistant"?r(d):i==="tool"?s(d):typeof d.type=="string"&&"payload"in d?c(d):null};function r(o){let a=[],d=o.content,i=o.tool_calls;if(typeof d=="string"&&d.length>0)a.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:d}}});else if(Array.isArray(d))for(let u of d){let p=Mi(u);p&&a.push(p);}if(Array.isArray(i))for(let u of i){if(!u||typeof u!="object")continue;let p=u.function;if(!p)continue;let g=p.name??"",m=n(u.id,g),f;try{f=p.arguments?JSON.parse(p.arguments):{};}catch{f=p.arguments;}if(Xn(g)){let k=Qn(f);k.length>0&&a.push({update:{sessionUpdate:"plan",entries:k}}),t.add(m);continue}let{title:h,kind:y,toolContent:w,locations:b}=l(g,typeof f=="object"&&f!==null?f:{});a.push({update:{sessionUpdate:"tool_call",toolCallId:m,title:h,kind:y,status:"pending",rawInput:f,content:w,locations:b}});}return a.length>0?a:null}function s(o){let a=o.tool_call_id;if(typeof a!="string"||a.length===0)return null;if(t.has(a))return t.delete(a),null;let d=o.content,i=[],u=false;if(typeof d=="string")u=Zt(d),d.length>0&&i.push({type:"content",content:{type:"text",text:d}});else if(Array.isArray(d))for(let p of d){let g=en(p);g&&(g.type==="content"&&g.content.type==="text"&&Zt(g.content.text)&&(u=true),i.push(g));}return [{update:{sessionUpdate:"tool_call_update",toolCallId:a,status:u?"failed":"completed",content:i}}]}function c(o){let a=o.type,d=o.payload??{},i=[];switch(a){case "TextPart":{let u=d.text;typeof u=="string"&&u.length>0&&i.push({update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:u}}});break}case "ThinkPart":{let u=d.think;typeof u=="string"&&u.length>0&&i.push({update:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:u}}});break}case "ToolCall":{let u=d.function?.name??"",p=n(d.id,u),g=d.function;if(!g)break;let m;try{m=g.arguments?JSON.parse(g.arguments):{};}catch{m=g.arguments;}if(Xn(u)){let b=Qn(m);b.length>0&&i.push({update:{sessionUpdate:"plan",entries:b}}),t.add(p);break}let{title:f,kind:h,toolContent:y,locations:w}=l(u,typeof m=="object"&&m!==null?m:{});i.push({update:{sessionUpdate:"tool_call",toolCallId:p,title:f,kind:h,status:"pending",rawInput:m,content:y,locations:w}});break}case "ToolResult":{let u=d.tool_call_id;if(typeof u!="string"||u.length===0)break;if(t.has(u)){t.delete(u);break}let p=d.return_value??d.content,g=[],m=d.is_error===true;if(p&&typeof p=="object"&&!Array.isArray(p)){let f=p;m=m||f.type==="ToolError"||f.is_error===true,g.push(...Qt(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(...Qt(p));}else g.push(...Qt(p));m=m||Oi(g),i.push({update:{sessionUpdate:"tool_call_update",toolCallId:u,status:m?"failed":"completed",content:g}});break}default:return null}return i.length>0?i:null}function l(o,a){let d=Ai[o]||"other",i=[],u=[],p=o;switch(o){case "Read":case "ReadFile":{let g=a.path??a.file_path;p=`Read ${g||"file"}`,g&&u.push({path:g});break}case "ReadMediaFile":{let g=a.path??a.file_path;p=`Read media ${g||"file"}`,g&&u.push({path:g});break}case "Write":case "WriteFile":{let g=a.path??a.file_path;p=`Write ${g||"file"}`,g&&(u.push({path:g}),typeof a.content=="string"&&i.push({type:"diff",path:g,oldText:null,newText:a.content}));break}case "Edit":case "StrReplaceFile":{let g=a.path??a.file_path;p=`Edit ${g||"file"}`,g&&u.push({path:g});break}case "Bash":case "Shell":p=a.command?`\`${a.command}\``:"Run command";break;case "Glob":p=`Find ${a.pattern||"files"}`,a.path&&u.push({path:a.path});break;case "Grep":p=`grep "${a.pattern||""}"`,a.path&&u.push({path:a.path});break;case "WebSearch":case "SearchWeb":p=a.query?`"${a.query}"`:"Web search";break;case "FetchURL":p=a.url?`Fetch ${a.url}`:"Web fetch";break;case "Agent":case "AgentSwarm":case "Task":p=a.description||"Subagent task";break;case "Think":p=a.thought||"Thinking";break;case "CreateSubagent":p=a.name?`Subagent: ${a.name}`:"Create subagent";break;case "TodoList":case "SetTodoList":p="Update todos";break;default:p=o;}return {title:p,kind:d,toolContent:i,locations:u}}}var Ui={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 Bi(t){let e=/^data:([^;,]+)?((?:;[^,]+)*),(.*)$/s.exec(t);if(!e)return null;let n=e[1]||"",r=e[2]||"",s=e[3]||"";return /;base64/i.test(r)?{mimeType:n,data:s}:null}function $i(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 Li(t){return t==="high"||t==="medium"||t==="low"?t:"medium"}function er(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:$i(e.status),priority:Li(e.priority)}}).filter(e=>e!==null):[]}function Ni(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 o=Bi(r);return o?{type:"content",content:{type:"image",data:o.data,mimeType:o.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 Fi(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 Ki(t,e){return t==="error"?"failed":t==="running"?"in_progress":t==="pending"?"pending":typeof e=="number"&&e!==0?"failed":"completed"}function nn(){return function(l){let o;try{o=JSON.parse(l);}catch{return null}if(!o||typeof o!="object")return null;let a=o.sessionID,d=[];switch(o.type){case "step_start":case "step_finish":return null;case "text":{let i=t(o);i&&d.push({sessionId:a,update:i});break}case "reasoning":{let i=e(o);i&&d.push({sessionId:a,update:i});break}case "tool_use":{let i=n(o);for(let u of i)d.push({sessionId:a,update:u});break}case "error":{let i=r(o);i&&d.push({sessionId:a,update:i});break}default:return null}return d.length>0?d:null};function t(c){let l=c.part?.text;return typeof l!="string"||l.length===0?null:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:l}}}function e(c){let l=c.part?.text;return typeof l!="string"||l.length===0?null:{sessionUpdate:"agent_thought_chunk",content:{type:"text",text:l}}}function n(c){let l=c.part;if(!l)return [];let o=typeof l.callID=="string"?l.callID:"";if(o.length===0)return [];let a=typeof l.tool=="string"?l.tool.toLowerCase():"",d=typeof l.state=="object"&&l.state?l.state:{},i=typeof d.input=="object"&&d.input?d.input:{},u=d.status,p=d.title??d.metadata?.description??a,g=d.metadata?.exit,{kind:m,content:f,locations:h}=s(a,i),y=[];if(y.push({sessionUpdate:"tool_call",toolCallId:o,title:p,kind:m,status:"pending",rawInput:i,content:f,locations:h}),a==="todowrite"){let v=er(i.todos);if(v.length===0&&typeof d.output=="string")try{v=er(JSON.parse(d.output));}catch{}v.length>0&&y.push({sessionUpdate:"plan",entries:v});}let w=Ki(u,g);if(w==="pending")return y;let b=Fi(u,d),k=[];if(typeof b=="string"&&b.length>0&&k.push({type:"content",content:{type:"text",text:w==="failed"?`\`\`\`
|
|
34
|
+
${b}
|
|
35
|
+
\`\`\``:b}}),Array.isArray(d.attachments))for(let v of d.attachments){let S=Ni(v);S&&k.push(S);}return y.push({sessionUpdate:"tool_call_update",toolCallId:o,status:w,content:k}),y}function r(c){let l=c.error?.name??"Error",o=c.error?.data?.message??c.error?.message??"Unknown error";return {sessionUpdate:"agent_message_chunk",content:{type:"text",text:`\u274C ${l}: ${o}`}}}function s(c,l){let o=Ui[c]||"other",a=[],d=[];switch(c){case "read":{let i=l.filePath??l.path;if(i){let u=l.offset;d.push({path:i,line:typeof u=="number"&&Number.isFinite(u)?Math.max(0,u-1):void 0});}break}case "write":{let i=l.filePath??l.path;i&&(d.push({path:i}),typeof l.content=="string"&&a.push({type:"diff",path:i,oldText:null,newText:l.content}));break}case "edit":case "multiedit":{let i=l.filePath??l.path;i&&(d.push({path:i}),c==="edit"&&(l.oldString!==void 0||l.newString!==void 0)&&a.push({type:"diff",path:i,oldText:l.oldString??"",newText:l.newString??""}));break}case "apply_patch":break;case "bash":{let i=l.command;i&&l.description?a.push({type:"content",content:{type:"text",text:l.description}}):i&&a.push({type:"content",content:{type:"text",text:i}});break}case "glob":case "list":{let i=l.path;i&&d.push({path:i});break}case "grep":{let i=l.path;i&&d.push({path:i});break}case "codesearch":case "websearch":{let i=l.query;i&&a.push({type:"content",content:{type:"text",text:i}});break}case "webfetch":{let i=l.url;i&&a.push({type:"content",content:{type:"text",text:i}});break}case "task":{let i=l.description;i&&a.push({type:"content",content:{type:"text",text:i}});break}}return {kind:o,content:a,locations:d}}}var ji={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 lt(){let t=new Map,e=new Map;return function(i){let u;try{u=JSON.parse(i);}catch{return null}if(!u||typeof u!="object")return null;let p=u;if("_meta"in p||"_prompt"in p)return null;let g=p.session_id||void 0,m=[];switch(p.type){case "assistant":{let f=n(p);for(let h of f)m.push({sessionId:g,update:h});break}case "stream_event":{let f=r(p);for(let h of f)m.push({sessionId:g,update:h});break}case "user":{let f=s(p);for(let h of f)m.push({sessionId:g,update:h});break}case "system":case "result":return null;default:return null}return m.length>0?m:null};function n(d){let i=[],u=d.message?.content;if(!Array.isArray(u))return i;for(let p of u){let g=c(p);i.push(...g);}return i}function r(d){let i=[],u=d.event;if(!u)return i;switch(u.type){case "content_block_start":{let p=u.index??0,g=u.content_block;g&&(t.set(p,g),g.type==="tool_use"&&e.set(p,""));break}case "content_block_delta":{let p=u.index??0,g=u.delta,m=t.get(p);if(g?.type==="text_delta"&&g.text)i.push({sessionUpdate:"agent_message_chunk",content:{type:"text",text:g.text}});else if(g?.type==="thinking_delta"&&g.thinking)i.push({sessionUpdate:"agent_thought_chunk",content:{type:"text",text:g.thinking}});else if(g?.type==="input_json_delta"&&g.partial_json&&m?.type==="tool_use"){let f=e.get(p)||"";e.set(p,f+g.partial_json);}break}case "content_block_stop":{let p=u.index??0,g=t.get(p);if(g&&!(g.type==="text"&&g.text)){if(!(g.type==="thinking"&&g.thinking)){if(g.type==="tool_use"){let m=g,f=e.get(p)||"";e.delete(p);let h=m.input;if(f)try{h=JSON.parse(f);}catch{}let y={...m,input:h},w=l(y);w&&i.push(w);}else if(g.type==="tool_result"){let m=o(g);m&&i.push(m);}}}t.delete(p);break}}return i}function s(d){let i=d.message?.content,u=[];if(typeof i=="string")return u.push({sessionUpdate:"user_message_chunk",content:{type:"text",text:i}}),u;if(Array.isArray(i)){for(let p of i)if(p.type==="text")u.push({sessionUpdate:"user_message_chunk",content:{type:"text",text:p.text}});else if(p.type==="tool_result"){let g=o(p);g&&u.push(g);}}return u}function c(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 i=l(d);return i?[i]:[]}case "tool_result":{let i=o(d);return i?[i]:[]}}}function l(d){let i=d.id,u=d.name,p=d.input;if(u==="TodoWrite"&&Array.isArray(p?.todos))return {sessionUpdate:"plan",entries:p.todos.map(y=>({content:y.content,status:y.status||"pending",priority:"medium"}))};let{title:g,kind:m,content:f,locations:h}=a(u,p||{});return {sessionUpdate:"tool_call",toolCallId:i,title:g,kind:m,status:"pending",rawInput:p,content:f,locations:h}}function o(d){let i=d.tool_use_id,u=d.is_error??false,p=d.content,g=[];if(typeof p=="string"&&p.length>0)g.push({type:"content",content:{type:"text",text:u?`\`\`\`
|
|
36
|
+
${p}
|
|
37
|
+
\`\`\``:p}});else if(Array.isArray(p)){for(let m of p)if(m.type==="text"){let f=m.text;g.push({type:"content",content:{type:"text",text:u?`\`\`\`
|
|
38
|
+
${f}
|
|
39
|
+
\`\`\``:f}});}}return {sessionUpdate:"tool_call_update",toolCallId:i,status:u?"failed":"completed",content:g}}function a(d,i){let u=ji[d]||"other",p=[],g=[],m=d;switch(d){case "Read":case "read_file":m=`Read ${i.file_path||i.absolute_path||"file"}`,(i.file_path||i.absolute_path)&&g.push({path:i.file_path||i.absolute_path});break;case "Write":case "write_file":m=`Write ${i.file_path||"file"}`,i.file_path&&(g.push({path:i.file_path}),p.push({type:"diff",path:i.file_path,oldText:null,newText:i.content||""}));break;case "Edit":case "edit_file":m=`Edit ${i.file_path||"file"}`,i.file_path&&g.push({path:i.file_path});break;case "Bash":case "shell":case "run_shell_command":m=i.command?`\`${i.command}\``:"Run command",i.description&&p.push({type:"content",content:{type:"text",text:i.description}});break;case "WebFetch":m=i.url?`Fetch ${i.url}`:"Web fetch";break;case "WebSearch":case "brave_web_search":m=i.query?`"${i.query}"`:"Web search";break;case "Glob":m=`Find ${i.pattern||"files"}`,i.path&&g.push({path:i.path});break;case "Grep":m=`grep "${i.pattern||""}"`;break;case "LS":case "list_directory":m=`List ${i.path||"directory"}`,i.path&&g.push({path:i.path});break;case "Task":m=i.description||"Subagent task";break;case "TodoWrite":m="Update todos";break;case "ExitPlanMode":m="Exit plan mode";break;default:m=d;}return {title:m,kind:u,content:p,locations:g}}}function tr(t){return lt()(t)}function nr(t){return !!t&&t.sessionUpdate!=="error"}function Z(t){switch(t){case "claude":return it();case "codex":return ot();case "gemini":return ct();case "qwen":return lt();case "kimi":return tn();case "opencode":return nn();case "droid":return at();default:return ()=>null}}function Ji(t,e){let n=e.trim();return n?Z(t)(n):null}function Vi(t,e){let n=[],r=e.split(`
|
|
40
|
+
`),s=Z(t);for(let c of r){let l=c.trim();if(!l)continue;let o=s(l);o&&n.push(...o);}return n}function F(t){return t!==null&&typeof t=="object"&&"safeParse"in t&&typeof t.safeParse=="function"}function re(t){return JSON.stringify(Hi__default.default(t,{target:"jsonSchema7"}),null,2)}function se(t){return JSON.stringify(t,null,2)}function rr(t,e=false){let n={};function r(s,c){for(let l of K__namespace.readdirSync(s)){let o=Se__namespace.join(s,l),a=c?`${c}/${l}`:l;K__namespace.statSync(o).isDirectory()?e&&r(o,a):n[a]=K__namespace.readFileSync(o);}}return r(t,""),n}function sr(t,e){for(let[n,r]of Object.entries(e)){let s=Se__namespace.join(t,n),c=Se__namespace.dirname(s);K__namespace.mkdirSync(c,{recursive:true});let l;r instanceof ArrayBuffer||r instanceof Uint8Array?l=Buffer.from(r):l=r,K__namespace.writeFileSync(s,l);}}function ut(t){if(t.externalGateway){if(t.providerApiKey||t.providerBaseUrl||t.oauthToken)throw new Error("externalGateway cannot be combined with providerApiKey/providerBaseUrl/oauthToken (direct mode)");if(t.apiKey)throw new Error("externalGateway cannot be combined with apiKey (Evolve gateway mode)")}}function Gi(t){let e=t.replace(/^~/,process.env.HOME||"");if(!K__namespace.existsSync(e))throw new Error(`OAuth file not found: ${e}`);return K__namespace.readFileSync(e,"utf-8")}function pt(t){let e=t?.type??Fn,n=B(e);if(t?.externalGateway){ut(t);let{apiKey:l,baseUrl:o,revoke:a}=t.externalGateway;if(!l||!o||typeof a!="function")throw new Error("externalGateway requires apiKey, baseUrl, and a revoke() function");return {type:e,apiKey:l,baseUrl:o,isDirectMode:true,externalGateway:{revoke:a},model:t.model,reasoningEffort:t.reasoningEffort,maxContextSize:t.maxContextSize}}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,maxContextSize:t.maxContextSize}}if(t?.providerApiKey){let l=n.baseUrlEnv?process.env[n.baseUrlEnv]:void 0,o=t.providerBaseUrl??l??n.defaultBaseUrl;return {type:e,apiKey:t.providerApiKey,baseUrl:o,isDirectMode:true,model:t.model,reasoningEffort:t.reasoningEffort,maxContextSize:t.maxContextSize}}if(t?.apiKey)return {type:e,apiKey:t.apiKey,isDirectMode:false,model:t.model,reasoningEffort:t.reasoningEffort,maxContextSize:t.maxContextSize};let r=process.env[I];if(r)return {type:e,apiKey:r,isDirectMode:false,model:t?.model,reasoningEffort:t?.reasoningEffort,maxContextSize:t?.maxContextSize};if(n.providerEnvMap){let o=(t?.model??n.defaultModel)?.split("/")[0],a=o?n.providerEnvMap[o]:void 0,d=a?process.env[a.keyEnv]:void 0;if(d){let u=(n.baseUrlEnv?process.env[n.baseUrlEnv]:void 0)??n.defaultBaseUrl;return {type:e,apiKey:d,baseUrl:u,isDirectMode:true,model:t?.model,reasoningEffort:t?.reasoningEffort,maxContextSize:t?.maxContextSize}}}let s=process.env[n.apiKeyEnv];if(s){let o=(n.baseUrlEnv?process.env[n.baseUrlEnv]:void 0)??n.defaultBaseUrl;return {type:e,apiKey:s,baseUrl:o,isDirectMode:true,model:t?.model,reasoningEffort:t?.reasoningEffort,maxContextSize:t?.maxContextSize}}if(n.oauthEnv){let l=process.env[n.oauthEnv];if(l){if(n.oauthFileName){let o=Gi(l);return {type:e,apiKey:"__oauth_file__",isDirectMode:true,isOAuth:true,oauthFileContent:o,model:t?.model,reasoningEffort:t?.reasoningEffort,maxContextSize:t?.maxContextSize}}return {type:e,apiKey:l,isDirectMode:true,isOAuth:true,model:t?.model,reasoningEffort:t?.reasoningEffort,maxContextSize:t?.maxContextSize}}}let c=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)${c}, or ${I} / ${n.apiKeyEnv} env var.`)}function zi(t){return `e2b_${Buffer.from(t,"utf8").toString("hex")}`}var cr=new WeakSet;function ir(t){return cr.add(t),t}function xe(t){return cr.has(t)}function or(t,e){return new Error(`${I} is set but ${t} failed to load.
|
|
41
|
+
Try installing: ${e}`)}function ar(t){return t.message?.includes("Cannot find module")||t.message?.includes("MODULE_NOT_FOUND")}async function Ce(t,e="e2b"){let n=t||process.env[I];if(!n)throw new Error(`${I} is required for Evolve-managed sandbox features`);if(!He.includes(e))throw new Error(`Unknown managed sandbox provider "${e}". Supported: ${He.join(", ")}`);if(e==="daytona")try{let{createDaytonaProvider:r}=await import('@evolvingmachines/daytona');return ir(r({apiKey:n,apiUrl:Ge("daytona"),managedToolboxUrl:Ln()}))}catch(r){let s=r;throw ar(s)?or("@evolvingmachines/daytona","npm install @evolvingmachines/daytona"):s}if(e==="modal")throw new Error('Managed Modal sandboxes are not available yet: the managed Modal API serves create/list/get/kill/exec and has no filesystem operations, which an agent session requires. Use managedSandbox("e2b") or managedSandbox("daytona"), or pass Modal tokens for direct mode.');try{let{createE2BProvider:r}=await import('@evolvingmachines/e2b');return ir(r({apiKey:zi(n),apiUrl:Bt()}))}catch(r){let s=r;throw ar(s)?or("@evolvingmachines/e2b","npm install @evolvingmachines/sdk"):s}}function Wi(t="e2b",e){return Ce(e,t)}async function rn(){let t=process.env[ze];if(t)try{let{createE2BProvider:c}=await import('@evolvingmachines/e2b');return process.env.E2B_API_URL===Bt()&&delete process.env.E2B_API_URL,c({apiKey:t})}catch(c){let l=c;throw l.message?.includes("Cannot find module")||l.message?.includes("MODULE_NOT_FOUND")?new Error(`${ze} is set but @evolvingmachines/e2b failed to load.
|
|
42
|
+
Try reinstalling: npm install @evolvingmachines/sdk`):l}let e=process.env[We];if(e)try{let{createDaytonaProvider:c}=await import('@evolvingmachines/daytona');return c({apiKey:e})}catch(c){let l=c;throw l.message?.includes("Cannot find module")||l.message?.includes("MODULE_NOT_FOUND")?new Error(`${We} is set but @evolvingmachines/daytona failed to load.
|
|
43
|
+
Try installing: npm install @evolvingmachines/daytona`):l}let n=process.env[qe],r=process.env[$t];if(n&&r)try{let{createModalProvider:c}=await import('@evolvingmachines/modal');return c({tokenId:n,tokenSecret:r})}catch(c){let l=c;throw l.message?.includes("Cannot find module")||l.message?.includes("MODULE_NOT_FOUND")?new Error(`${qe} is set but @evolvingmachines/modal failed to load.
|
|
44
|
+
Try installing: npm install @evolvingmachines/modal`):l}let s=process.env[I];if(s)return Ce(s);throw new Error(`No sandbox provider configured. Either:
|
|
45
|
+
1. Set ${I} environment variable (recommended, get key at https://dashboard.evolvingmachines.ai)
|
|
46
|
+
2. Set ${ze} environment variable (direct E2B access, get key at https://e2b.dev)
|
|
47
|
+
3. Set ${We} environment variable (direct Daytona access, get key at https://app.daytona.io)
|
|
48
|
+
4. Set ${qe} and ${$t} environment variables (direct Modal access, get tokens at https://modal.com/settings/tokens)
|
|
49
|
+
5. Pass sandbox explicitly: .withSandbox(provider)`)}function qi(t){return new Promise(e=>setTimeout(e,t))}async function D(t,e,n=0){let r=Yi(e),s=e?.onItemRetry,c=null,l=0,o=r.backoffMs;for(;l<r.maxAttempts;){if(l++,c=await t(l),!r.retryOn(c))return c;if(l>=r.maxAttempts)break;if(s){let a=c.error??"Unknown error";s(n,l,a);}await qi(o),o*=r.backoffMultiplier;}return c}function Yi(t){return {maxAttempts:t?.maxAttempts??3,backoffMs:t?.backoffMs??1e3,backoffMultiplier:t?.backoffMultiplier??2,retryOn:t?.retryOn??(e=>e.status==="error")}}var lr=`## 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 dr=`## 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 ur=`## SYSTEM PROMPT
|
|
117
117
|
|
|
118
|
-
{{systemPrompt}}`;var
|
|
118
|
+
{{systemPrompt}}`;var pr=`## 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 gr=`## 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 mr=`## 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 fr=`### 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
|
|
|
@@ -169,7 +169,7 @@ You must judge their work based on:
|
|
|
169
169
|
5. Pick the best candidate (0-indexed)
|
|
170
170
|
|
|
171
171
|
**IMPORTANT:** Be thorough. Do not skip steps. Your judgment must be evidence-based \u2014 cite specific files, outputs, or discrepancies to justify your decision.
|
|
172
|
-
`;var
|
|
172
|
+
`;var hr=`### 1. YOUR ROLE: OUTPUT VERIFIER
|
|
173
173
|
|
|
174
174
|
You are a quality verifier. An AI worker produced output for a task. Your job is to verify whether the output meets the specified quality criteria.
|
|
175
175
|
|
|
@@ -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 yr=`### 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 wr="Evaluate the candidates and select the best one. You MUST save your decision to the file `output/result.json`.\n";var br="Verify the worker output against the criteria. You MUST save your decision to the file `output/result.json`.\n";var vr=`{{originalPrompt}}
|
|
213
213
|
|
|
214
214
|
## IMPORTANT: Previous Attempt Failed Verification
|
|
215
215
|
|
|
@@ -218,38 +218,419 @@ 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
|
|
221
|
+
`;var kr=lr,Sr=dr,xr=ur,Cr=pr,sn=gr,Er=mr,on=fr,Rr=wr,an=hr,_r=br,Tr=yr,cn=vr;function G(t,e){let n=t;for(let[r,s]of Object.entries(e))n=n.replace(new RegExp(`\\{\\{${r}\\}\\}`,"g"),s);return n}function ln(t){let e=t.mode==="swe"?Sr:kr,n=G(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
|
-
${
|
|
227
|
+
${G(xr,{systemPrompt:t.systemPrompt}).trim()}`),t.schema){let r=F(t.schema)?re(t.schema):se(t.schema);n+=`
|
|
228
228
|
|
|
229
229
|
|
|
230
|
-
${
|
|
231
|
-
(empty)`;let n="worker_task/system_prompt.txt"in t,r="worker_task/schema.json"in t,s=Object.keys(t).some(
|
|
232
|
-
`)}var
|
|
230
|
+
${G(Cr,{schema:r}).trim()}`;}return n}function gt(t){let e=[...new Set(Object.keys(t).map(a=>a.split("/")[0]))].sort((a,d)=>a==="worker_task"?-1:d==="worker_task"?1:a.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,s=Object.keys(t).some(a=>a.startsWith("worker_task/input/")),c=[];e.forEach((a,d)=>{let i=d===e.length-1,u=i?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ",p=i?" ":"\u2502 ";if(a==="worker_task"){c.push({line:`${u}${a}/`,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"}),s&&g.push({name:"input/",comment:"worker input files"}),g.forEach((m,f)=>{let y=f===g.length-1?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ";c.push({line:`${p}${y}${m.name}`,comment:m.comment});});}else if(a.startsWith("candidate_")){let g=a.replace("candidate_","");c.push({line:`${u}${a}/`,comment:`worker ${g} solution`});}else if(a==="worker_output")c.push({line:`${u}${a}/`,comment:"output to verify"});else if(a.startsWith("item_")){let g=a.replace("item_","");c.push({line:`${u}${a}/`,comment:`input ${g}`});}else c.push({line:`${u}${a}/`,comment:""});});let l=Math.max(...c.map(a=>a.line.length)),o=["context/"];for(let a of c)if(a.comment){let d=" ".repeat(l-a.line.length+3);o.push(`${a.line}${d}# ${a.comment}`);}else o.push(a.line);return o.join(`
|
|
232
|
+
`)}var Pr=Se.join(os$1.homedir(),Jn),Ee=class{tag;timestamp;provider;agent;model;sandboxId;apiKey;dashboardUrl;localFilePath;observability;parser;isClosed=false;metaWritten=false;localQueue=Promise.resolve();dirReady=promises.mkdir(Pr,{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=Ve(),this.observability=e.observability,this.tag=e.tag||`${e.tagPrefix||"evolve"}-${crypto.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=Se.join(Pr,r),this.parser=Z(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.flushTimer&&(clearTimeout(this.flushTimer),this.flushTimer=void 0),this.write({_sessionEnd:{timestamp:new Date().toISOString()}}),this.isClosed=true,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 promises.appendFile(this.localFilePath,e,"utf-8");}catch(n){console.debug("[SessionLogger] Local write failed:",n);}}scheduleFlush(){if(this.eventBuffer.length>=Qt){this.flushDashboard();return}!this.flushTimer&&!this.isClosed&&(this.flushTimer=setTimeout(()=>{this.flushTimer=void 0,this.flushDashboard();},Zt));}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<=Ae;r++)try{let s=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(s.ok)return;if(s.status===429||s.status===401||s.status>=500){if(r===Ae){console.debug(`[SessionLogger] Dashboard ${s.status} after ${r} retries, requeueing`),this.requeueEvents(e);return}await this.delay(ot*r);continue}console.debug(`[SessionLogger] Dashboard ${s.status}, dropping events`);return}catch(s){r===Ae?(console.debug("[SessionLogger] Dashboard sync failed after retries, requeueing:",s),this.requeueEvents(e)):await this.delay(ot*r);}}requeueEvents(e){this.eventBuffer.unshift(...e);}validateConfig(e){let n=Te();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 le(t){return (t||process.env.EVOLVE_DASHBOARD_URL||_).replace(/\/$/,"")}function de(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 pe(t){return await t.text().catch(()=>"")}function Ct(t){let e=t?.trim();if(!e)throw new Error('Integration userId is required; use "root" for dashboard-owned accounts');return e}function $i(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 $n(t){let e=await fetch(`${le(t.dashboardUrl)}/api/integration-sessions`,{method:"POST",headers:{Authorization:`Bearer ${de(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({userId:Ct(t.userId),apps:$i(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 pe(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 Di(t){let e=await fetch(`${le(t.dashboardUrl)}/api/integrations/connect`,{method:"POST",headers:{Authorization:`Bearer ${de(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({userId:Ct(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 pe(e)}`);return await e.json()}async function Ui(t){let e=Array.from(new Set((t.userIds??[]).map(o=>Ct(o))));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 ${de(t.apiKey)}`,accept:"application/json"},s=await fetch(`${le(t.dashboardUrl)}/api/integrations/status?${n}`,{headers:r,signal:AbortSignal.timeout(3e4)});if(!s.ok)throw new Error(`Managed integration status failed (${s.status}): ${await pe(s)}`);return ((await s.json()).accounts??[]).map(o=>({userId:String(o.userId??""),app:String(o.app??""),appName:typeof o.appName=="string"?o.appName:void 0,appIcon:typeof o.appIcon=="string"?o.appIcon:void 0,accountLabel:typeof o.accountLabel=="string"?o.accountLabel:void 0,status:String(o.status??""),accountId:typeof o.accountId=="string"?o.accountId:void 0,updatedAt:typeof o.updatedAt=="string"?o.updatedAt:void 0}))}async function Bi(t){let e=await fetch(`${le(t.dashboardUrl)}/api/integrations/accounts/update`,{method:"POST",headers:{Authorization:`Bearer ${de(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 pe(e)}`);return await e.json()}async function Li(t){let e=await fetch(`${le(t.dashboardUrl)}/api/integrations/disconnect`,{method:"POST",headers:{Authorization:`Bearer ${de(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 pe(e)}`);return await e.json()}var Dn={auth:Di,accounts:{list:Ui,update:Bi,delete:Li}};util.promisify(child_process.exec);var Pt=util.promisify(child_process.execFile),Ln=Symbol.for("evolve:awsSdkCache"),Fn=Symbol.for("evolve:s3ClientCache");var qi=3600,Yi=["node_modules","__pycache__","*.pyc",".cache",".npm",".pip",".venv","venv"];function Qi(t){if(t.startsWith("s3://")){let s=t.slice(5),a=s.indexOf("/");return a===-1?{bucket:s,prefix:""}:{bucket:s.slice(0,a),prefix:s.slice(a+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 Ve(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 s=t?.bucket||"",a=t?.prefix||"",o=t?.endpoint;if(t?.url){let c=Qi(t.url);s=s||c.bucket,a=a||c.prefix,o=o||c.endpoint;}if(!s)throw new Error("Storage bucket is required. Provide url (s3://bucket/prefix) or explicit bucket name.");return {bucket:s,prefix:a,region:t?.region||process.env.AWS_REGION||"us-east-1",endpoint:o,credentials:t?.credentials,mode:"byok"}}function _t(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 Zi(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 Xi(t,e){let n=D(t),r=Zi(e),s=n.checkpointDirs?.length?n.checkpointDirs.map(c=>_t(c)):[_t(n.mcpConfig.settingsDir)],a=[...Yi.map(c=>`--exclude=${ue(c)}`),`--exclude=${ue(r+"/temp")}`,...(n.checkpointExcludes??[]).map(c=>`--exclude=${ue(_t(c))}`)].join(" "),o=[ue(r+"/"),...s.map(c=>ue(c+"/"))].join(" ");return [`tar -czf /tmp/evolve-ckpt.tar.gz -C /home/user ${a} ${o}`,"sha256sum /tmp/evolve-ckpt.tar.gz | awk '{print $1}'"].join(" && ")}async function Z(){let t=globalThis[Ln];if(t)return t;let e="@aws-sdk/client-s3",n="@aws-sdk/s3-request-presigner";try{let[r,s]=await Promise.all([Function("m","return import(m)")(e),Function("m","return import(m)")(n)]);return globalThis[Ln]={s3:r,presigner:s},{s3:r,presigner:s}}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 fe(t){let e=t.credentials?`${t.credentials.accessKeyId}:${t.credentials.secretAccessKey.slice(-4)}`:"env",n=`${t.bucket}:${t.region}:${t.endpoint||""}:${e}`,r=globalThis[Fn];if(r?.key===n)return r.client;let{s3:s}=await Z(),a=new s.S3Client({region:t.region,...t.endpoint&&{endpoint:t.endpoint,forcePathStyle:true},...t.credentials&&{credentials:t.credentials}});return globalThis[Fn]={client:a,key:n},a}async function Hn(t,e,n){let{s3:r,presigner:s}=await Z(),a=await fe(t),o=n==="put"?new r.PutObjectCommand({Bucket:t.bucket,Key:e,ContentType:"application/gzip"}):new r.GetObjectCommand({Bucket:t.bucket,Key:e});return s.getSignedUrl(a,o,{expiresIn:qi})}async function Nn(t,e){let{s3:n}=await Z(),r=await fe(t);try{return await r.send(new n.HeadObjectCommand({Bucket:t.bucket,Key:e})),!0}catch(s){let a=s?.name||s?.message||"";if(s?.$metadata?.httpStatusCode===404||a==="NotFound"||a==="NoSuchKey")return false;throw s}}async function qn(t,e){let{s3:n}=await Z(),a=await(await(await fe(t)).send(new n.GetObjectCommand({Bucket:t.bucket,Key:e}))).Body?.transformToString();if(!a)throw new Error(`Empty response from S3 key: ${e}`);return JSON.parse(a)}async function es(t,e,n){let{s3:r}=await Z();await(await fe(t)).send(new r.PutObjectCommand({Bucket:t.bucket,Key:e,Body:JSON.stringify(n,null,2),ContentType:"application/json"}));}function Yn(t,e){return `${t.prefix?`${t.prefix}/`:""}data/${e}/archive.tar.gz`}function Qn(t,e){return `${t.prefix?`${t.prefix}/`:""}checkpoints/${e}.json`}function ts(){let t=Date.now().toString(36),e=Math.random().toString(36).slice(2,10);return `ckpt_${t}_${e}`}async function Zn(t,e,n,r){let s=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(!s.ok){let a=await s.text().catch(()=>"");throw new Error(`Gateway presign failed (${s.status}): ${a}`)}return s.json()}async function ns(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 rs(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 It(t,e,n,r,s){let a=new Date().toISOString(),o=Xi(n,r),c=await t.commands.run(o,{timeoutMs:12e4});if(c.exitCode!==0)throw new Error(`Checkpoint tar failed: ${c.stderr}`);let l=c.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 promises.appendFile(this.localFilePath,e,"utf-8");}catch(n){console.debug("[SessionLogger] Local write failed:",n);}}scheduleFlush(){if(this.eventBuffer.length>=Vn){this.flushDashboard();return}!this.flushTimer&&!this.isClosed&&(this.flushTimer=setTimeout(()=>{this.flushTimer=void 0,this.flushDashboard();},Hn));}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<=Ye;r++)try{let s=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(s.ok)return;if(s.status===429||s.status===401||s.status>=500){if(r===Ye){console.debug(`[SessionLogger] Dashboard ${s.status} after ${r} retries, requeueing`),this.requeueEvents(e);return}await this.delay(Nt*r);continue}console.debug(`[SessionLogger] Dashboard ${s.status}, dropping events`);return}catch(s){r===Ye?(console.debug("[SessionLogger] Dashboard sync failed after retries, requeueing:",s),this.requeueEvents(e)):await this.delay(Nt*r);}}requeueEvents(e){this.eventBuffer.unshift(...e);}validateConfig(e){let n=Ve();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 Re(t){return (t||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,"")}function _e(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 Te(t){return await t.text().catch(()=>"")}function dn(t){let e=t?.trim();if(!e)throw new Error('Integration userId is required; use "root" for dashboard-owned accounts');return e}function mo(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 Ar(t){let e=await fetch(`${Re(t.dashboardUrl)}/api/integration-sessions`,{method:"POST",headers:{Authorization:`Bearer ${_e(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({userId:dn(t.userId),apps:mo(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 Te(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 fo(t){let e=await fetch(`${Re(t.dashboardUrl)}/api/integrations/connect`,{method:"POST",headers:{Authorization:`Bearer ${_e(t.apiKey)}`,"content-type":"application/json",accept:"application/json"},body:JSON.stringify({userId:dn(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 Te(e)}`);return await e.json()}async function ho(t){let e=Array.from(new Set((t.userIds??[]).map(l=>dn(l))));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 ${_e(t.apiKey)}`,accept:"application/json"},s=await fetch(`${Re(t.dashboardUrl)}/api/integrations/status?${n}`,{headers:r,signal:AbortSignal.timeout(3e4)});if(!s.ok)throw new Error(`Managed integration status failed (${s.status}): ${await Te(s)}`);return ((await s.json()).accounts??[]).map(l=>({userId:String(l.userId??""),app:String(l.app??""),appName:typeof l.appName=="string"?l.appName:void 0,appIcon:typeof l.appIcon=="string"?l.appIcon:void 0,accountLabel:typeof l.accountLabel=="string"?l.accountLabel:void 0,status:String(l.status??""),accountId:typeof l.accountId=="string"?l.accountId:void 0,updatedAt:typeof l.updatedAt=="string"?l.updatedAt:void 0}))}async function yo(t){let e=await fetch(`${Re(t.dashboardUrl)}/api/integrations/accounts/update`,{method:"POST",headers:{Authorization:`Bearer ${_e(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 Te(e)}`);return await e.json()}async function wo(t){let e=await fetch(`${Re(t.dashboardUrl)}/api/integrations/disconnect`,{method:"POST",headers:{Authorization:`Bearer ${_e(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 Te(e)}`);return await e.json()}var Or={auth:fo,accounts:{list:ho,update:yo,delete:wo}};util.promisify(child_process.exec);var fn=util.promisify(child_process.execFile),Ur=Symbol.for("evolve:awsSdkCache"),Br=Symbol.for("evolve:s3ClientCache");var Po=3600,Io=["node_modules","__pycache__","*.pyc",".cache",".npm",".pip",".venv","venv"];function Ao(t){if(t.startsWith("s3://")){let s=t.slice(5),c=s.indexOf("/");return c===-1?{bucket:s,prefix:""}:{bucket:s.slice(0,c),prefix:s.slice(c+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 ft(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 s=t?.bucket||"",c=t?.prefix||"",l=t?.endpoint;if(t?.url){let o=Ao(t.url);s=s||o.bucket,c=c||o.prefix,l=l||o.endpoint;}if(!s)throw new Error("Storage bucket is required. Provide url (s3://bucket/prefix) or explicit bucket name.");return {bucket:s,prefix:c,region:t?.region||process.env.AWS_REGION||"us-east-1",endpoint:l,credentials:t?.credentials,mode:"byok"}}function un(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 Oo(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 Pe(t){return "'"+t.replace(/'/g,"'\\''")+"'"}function Mo(t,e){let n=B(t),r=Oo(e),s=n.checkpointDirs?.length?n.checkpointDirs.map(o=>un(o)):[un(n.mcpConfig.settingsDir)],c=[...Io.map(o=>`--exclude=${Pe(o)}`),`--exclude=${Pe(r+"/temp")}`,...(n.checkpointExcludes??[]).map(o=>`--exclude=${Pe(un(o))}`)].join(" "),l=[Pe(r+"/"),...s.map(o=>Pe(o+"/"))].join(" ");return [`tar -czf /tmp/evolve-ckpt.tar.gz -C /home/user ${c} ${l}`,"sha256sum /tmp/evolve-ckpt.tar.gz | awk '{print $1}'"].join(" && ")}async function oe(){let t=globalThis[Ur];if(t)return t;let e="@aws-sdk/client-s3",n="@aws-sdk/s3-request-presigner";try{let[r,s]=await Promise.all([Function("m","return import(m)")(e),Function("m","return import(m)")(n)]);return globalThis[Ur]={s3:r,presigner:s},{s3:r,presigner:s}}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 Ae(t){let e=t.credentials?`${t.credentials.accessKeyId}:${t.credentials.secretAccessKey.slice(-4)}`:"env",n=`${t.bucket}:${t.region}:${t.endpoint||""}:${e}`,r=globalThis[Br];if(r?.key===n)return r.client;let{s3:s}=await oe(),c=new s.S3Client({region:t.region,...t.endpoint&&{endpoint:t.endpoint,forcePathStyle:true},...t.credentials&&{credentials:t.credentials}});return globalThis[Br]={client:c,key:n},c}async function Hr(t,e,n){let{s3:r,presigner:s}=await oe(),c=await Ae(t),l=n==="put"?new r.PutObjectCommand({Bucket:t.bucket,Key:e,ContentType:"application/gzip"}):new r.GetObjectCommand({Bucket:t.bucket,Key:e});return s.getSignedUrl(c,l,{expiresIn:Po})}async function $r(t,e){let{s3:n}=await oe(),r=await Ae(t);try{return await r.send(new n.HeadObjectCommand({Bucket:t.bucket,Key:e})),!0}catch(s){let c=s?.name||s?.message||"";if(s?.$metadata?.httpStatusCode===404||c==="NotFound"||c==="NoSuchKey")return false;throw s}}async function Gr(t,e){let{s3:n}=await oe(),c=await(await(await Ae(t)).send(new n.GetObjectCommand({Bucket:t.bucket,Key:e}))).Body?.transformToString();if(!c)throw new Error(`Empty response from S3 key: ${e}`);return JSON.parse(c)}async function Do(t,e,n){let{s3:r}=await oe();await(await Ae(t)).send(new r.PutObjectCommand({Bucket:t.bucket,Key:e,Body:JSON.stringify(n,null,2),ContentType:"application/json"}));}function zr(t,e){return `${t.prefix?`${t.prefix}/`:""}data/${e}/archive.tar.gz`}function Wr(t,e){return `${t.prefix?`${t.prefix}/`:""}checkpoints/${e}.json`}function Uo(){let t=Date.now().toString(36),e=Math.random().toString(36).slice(2,10);return `ckpt_${t}_${e}`}async function qr(t,e,n,r){let s=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(!s.ok){let c=await s.text().catch(()=>"");throw new Error(`Gateway presign failed (${s.status}): ${c}`)}return s.json()}async function Bo(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 $o(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 hn(t,e,n,r,s){let c=new Date().toISOString(),l=Mo(n,r),o=await t.commands.run(l,{timeoutMs:12e4});if(o.exitCode!==0)throw new Error(`Checkpoint tar failed: ${o.stderr}`);let a=o.stdout.trim().split(`
|
|
237
|
+
`).pop()?.trim();if(!a||a.length!==64)throw new Error(`Invalid checkpoint hash: ${a}`);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}),i=parseInt(d.stdout.trim(),10),u=Number.isNaN(i)?void 0:i,p;try{if(e.mode==="byok"){let g=zr(e,a);if(!await $r(e,g)){let h=await Hr(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 $r(e,g))throw new Error("Checkpoint upload verification failed (HeadObject)")}p=Uo();let f={id:p,hash:a,tag:s.tag,timestamp:c,sizeBytes:u,agentType:n,model:s.model,workspaceMode:s.workspaceMode,parentId:s.parentId,comment:s.comment,sandboxId:t.sandboxId};await Do(e,Wr(e,p),f);}else {let g=await qr(e,s.tag,a,"put");if(!g.alreadyExists){let f=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(f.exitCode!==0)throw new Error(`Checkpoint upload failed: ${f.stderr}`)}p=(await Bo(e,{tag:s.tag,hash:a,sizeBytes:u??0,agentType:n,model:s.model,workspaceMode:s.workspaceMode,parentId:s.parentId,comment:s.comment})).id;}}finally{await t.commands.run("rm -f /tmp/evolve-ckpt.tar.gz",{timeoutMs:1e4});}return {id:p,hash:a,tag:s.tag,timestamp:c,sizeBytes:u,agentType:n,model:s.model,workspaceMode:s.workspaceMode,parentId:s.parentId,comment:s.comment}}async function Yr(t,e,n){let r=await wn(e,n),s=r.hash,c={agentType:r.agentType,workspaceMode:r.workspaceMode},l=await es(e,r),o=await t.commands.run(`curl -sf -o /tmp/evolve-restore.tar.gz "${l}" && sha256sum /tmp/evolve-restore.tar.gz | awk '{print $1}'`,{timeoutMs:3e5});if(o.exitCode!==0)throw new Error(`Checkpoint download failed: ${o.stderr}`);let a=o.stdout.trim().split(`
|
|
238
|
+
`).pop()?.trim();if(a!==s)throw await t.commands.run("rm -f /tmp/evolve-restore.tar.gz",{timeoutMs:1e4}),new Error(`Checkpoint integrity check failed (expected ${s}, got ${a})`);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 c}function Xr(t,e){let n=e?.gatewayApiKey||process.env.EVOLVE_API_KEY,r=e?.gatewayUrl||C,s=!t.url&&!t.bucket&&!!n;return ft(t,s,r,n)}async function Qr(t,e){let{s3:n}=await oe(),r=await Ae(t),c=`${t.prefix?`${t.prefix}/`:""}checkpoints/`,l=[],o;do{let p={Bucket:t.bucket,Prefix:c,...o&&{ContinuationToken:o}},g=await r.send(new n.ListObjectsV2Command(p));if(g.Contents)for(let m of g.Contents)m.Key?.endsWith(".json")&&m.LastModified&&l.push({key:m.Key,lastModified:m.LastModified});o=g.IsTruncated?g.NextContinuationToken:void 0;}while(o);if(l.length===0)return [];l.sort((p,g)=>{let m=g.lastModified.getTime()-p.lastModified.getTime();return m!==0?m:g.key<p.key?-1:g.key>p.key?1:0});let d=!!e?.tag?l:e?.limit?l.slice(0,e.limit):l,u=(await Promise.all(d.map(async p=>{try{return await Gr(t,p.key)}catch{return null}}))).filter(p=>p!==null);return e?.tag&&(u=u.filter(p=>p.tag===e.tag)),e?.limit&&u.length>e.limit&&(u=u.slice(0,e.limit)),u}async function Zr(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}`:""}`,s=await fetch(r,{method:"GET",headers:{Authorization:`Bearer ${t.gatewayApiKey}`}});if(!s.ok){let c=await s.text().catch(()=>"");throw new Error(`Gateway list checkpoints failed (${s.status}): ${c}`)}return s.json()}function Lo(t){return t&&t>0?Math.min(t,500):100}async function yn(t,e){return t.mode==="byok"?(await Qr(t,{limit:1,tag:e?.tag}))[0]??null:(await Zr(t,{limit:1,tag:e?.tag}))[0]??null}async function wn(t,e){if(t.mode==="byok"){let n=Wr(t,e);try{return await Gr(t,n)}catch(r){throw No(r)?new Error(`Checkpoint ${e} not found`):r}}else return await $o(t,e)}async function Lr(t,e,n){if(e==="latest"){let r=await yn(t,{tag:n});if(!r)throw new Error("No checkpoints found");return r.id}return e}async function es(t,e){if(t.mode==="byok")return Hr(t,zr(t,e.hash),"get");{let n=await qr(t,e.tag,e.hash,"get");if(!n.url)throw new Error("Gateway presign returned no download URL");return n.url}}function ts(t){return !(!t||Se.isAbsolute(t)||t.startsWith("-")||Se.normalize(t).startsWith("..")||t.includes("\0"))}function Nr(t,e){let n=Se.resolve(t,e),r=Se.resolve(t),s=Se.relative(r,n);if(s.startsWith("..")||Se.isAbsolute(s))throw new Error(`Path traversal detected: "${e}" resolves outside target directory`)}function No(t){let e=t.name,n=t.message;return t?.$metadata?.httpStatusCode===404||e==="NoSuchKey"||e==="NotFound"||n==="NoSuchKey"}function pn(t){let e=t.filter(n=>!ts(n));if(e.length>0)throw new Error(`Archive contains unsafe path(s): ${e.slice(0,3).join(", ")}`);return t}var ns=10*1024*1024,Fr=false;async function rs(){if(!Fr)try{await fn("tar",["--version"]),Fr=!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 Kr(t,e){let n=await wn(t,e),r=await es(t,n),s=e.replace(/[^a-zA-Z0-9_-]/g,"_"),c=Se.join(os$1.tmpdir(),`evolve-dl-${s}-${Date.now()}.tar.gz`),l=await fetch(r);if(!l.ok)throw new Error(`Checkpoint download failed (${l.status})`);if(!l.body)throw new Error("Checkpoint download returned empty body");let o=crypto.createHash("sha256"),a=K.createWriteStream(c);try{let i=l.body.getReader();await new Promise((u,p)=>{a.on("error",p),a.on("finish",u);async function g(){for(;;){let{done:m,value:f}=await i.read();if(m){a.end();break}o.update(f),a.write(f)||await new Promise(h=>a.once("drain",h));}}g().catch(p);});}catch(i){throw a.destroy(),await promises.unlink(c).catch(()=>{}),i}let d=o.digest("hex");if(d!==n.hash)throw await promises.unlink(c).catch(()=>{}),new Error(`Checkpoint integrity check failed (expected ${n.hash}, got ${d})`);return {tmpPath:c,metadata:n}}async function jr(t){await rs();let{stdout:e}=await fn("tar",["-tvzf",t],{maxBuffer:ns}),n=new Set,r=[],s=[];for(let c of e.trim().split(`
|
|
239
|
+
`)){if(!c||c.startsWith("total "))continue;let l=c[0];if(l!=="-"&&l!=="d"&&l!=="l")throw new Error(`Archive contains unsupported entry type: "${l}"`);let o=c.match(/\d{2}:\d{2}\s+(.+)/)??c.match(/[A-Z][a-z]{2}\s+\d{1,2}\s+\d{4}\s+(.+)/);if(!o)continue;let a=o[1];if(l==="l"){let d=a.indexOf(" -> ");d!==-1&&(a=a.slice(0,d)),n.add(a);}else l==="d"?r.push(a.replace(/\/$/,"")):s.push(a);}return pn(r),pn([...n]),pn(s)}async function gn(t,e,n){await rs(),await promises.mkdir(e,{recursive:true});let r=["-xzf",t,"--no-same-owner","--no-same-permissions","-C",e];n?.length&&r.push("--",...n),await fn("tar",r,{maxBuffer:ns});}function Fo(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 bn(t,e){let n=Xr(t,e);return ss(n)}function Ko(t){let e=Xr(t||{});return ss(e)}function ss(t){return {async listCheckpoints(e){let n=Lo(e?.limit);return t.mode==="byok"?Qr(t,{limit:n,tag:e?.tag}):Zr(t,{limit:n,tag:e?.tag})},async getCheckpoint(e){return wn(t,e)},async downloadCheckpoint(e,n){let r=n?.extract!==false,s=n?.to||process.cwd(),c=await Lr(t,e),{tmpPath:l,metadata:o}=await Kr(t,c);try{if(r)return await promises.mkdir(s,{recursive:!0}),await jr(l),await gn(l,s),s;{await promises.mkdir(s,{recursive:!0});let a=Se.join(s,`checkpoint-${o.id}.tar.gz`);return await promises.copyFile(l,a),a}}finally{await promises.unlink(l).catch(()=>{});}},async downloadFiles(e,n){let r=await Lr(t,e),{tmpPath:s}=await Kr(t,r),c;try{let l=await jr(s),o;if(n?.files){let d=n.files.filter(u=>!ts(u));if(d.length>0)throw new Error(`Unsafe file path requested: ${d[0]}`);let i=new Set(n.files);o=l.filter(u=>i.has(u));}else if(n?.glob){let d=n.glob.map(Fo);o=l.filter(i=>d.some(u=>u.test(i)));}else o=l;if(o.length===0)return {};c=Se.join(os$1.tmpdir(),`evolve-extract-${Date.now()}`);try{await gn(s,c,o);}catch(d){let i=d?.message??"";if(!i.includes("E2BIG")&&!i.includes("Argument list too long")&&!i.includes("ENAMETOOLONG"))throw d;await promises.rm(c,{recursive:!0,force:!0}).catch(()=>{}),c=Se.join(os$1.tmpdir(),`evolve-extract-${Date.now()}`),await gn(s,c);}let a={};return await Promise.all(o.map(async d=>{Nr(c,d),a[d]=await promises.readFile(Se.join(c,d));})),n?.to&&(await promises.mkdir(n.to,{recursive:!0}),await Promise.all(Object.entries(a).map(async([d,i])=>{Nr(n.to,d);let u=Se.join(n.to,d);await promises.mkdir(Se.dirname(u),{recursive:!0}),await promises.writeFile(u,i);}))),a}finally{c&&await promises.rm(c,{recursive:true,force:true}).catch(()=>{}),await promises.unlink(s).catch(()=>{});}}}}function z(t){return `'${t.replace(/'/g,"'\\''")}'`}function ht(t){return typeof t=="string"&&t.length>0}function ae(t,e,n){let r=t[e];if(!ht(r))throw new Error(`withPlugins() for ${n} requires ${e}`);return r}function jo(t,e){let n=e.stderr||e.stdout||`exit code ${e.exitCode}`;return new Error(`Plugin setup failed while running: ${t}
|
|
240
|
+
${n}`)}function Jo(t,e){switch(t){case "droid":{let n=ae(e,"marketplace",t),r=ae(e,"plugin",t);return [`droid plugin marketplace add ${z(n)}`,`droid plugin install ${z(r)} --scope user`]}case "claude":{let n=ae(e,"marketplace",t),r=ae(e,"plugin",t);return [`claude plugin marketplace add ${z(n)} --scope user`,`claude plugin install ${z(r)} --scope user`]}case "gemini":{let n=ae(e,"source",t),r=e,s=[`gemini extensions install ${z(n)}`];return ht(r.ref)&&s.push(`--ref ${z(r.ref)}`),r.autoUpdate===true&&s.push("--auto-update"),r.preRelease===true&&s.push("--pre-release"),s.push("--consent"),r.skipSettings===true&&s.push("--skip-settings"),[s.join(" ")]}case "codex":{if("plugin"in e)throw new Error("withPlugins() for codex registers marketplaces only; codex has no plugin install command");let n=ae(e,"marketplace",t),r=e,s=[`codex plugin marketplace add ${z(n)}`];if(ht(r.ref)&&s.push(`--ref ${z(r.ref)}`),Array.isArray(r.sparse))for(let c of r.sparse){if(!ht(c))throw new Error("withPlugins() for codex requires sparse entries to be non-empty strings");s.push(`--sparse ${z(c)}`);}return [s.join(" ")]}default:throw new Error(`withPlugins() is not supported for ${t}`)}}async function is(t,e,n){if(n?.length)for(let r of n){let s=Jo(t,r);for(let c of s){let l=await e.commands.run(c,{timeoutMs:12e4});if(l.exitCode!==0)throw jo(c,l)}}}var Vo=["actionbook","active-research","extract"],Ho=["agent-browser"],Go={actionbook:Vo,"agent-browser":Ho},ls="/home/user/.agent-browser",os=`${ls}/config.json`,ds="/home/user/.actionbook",zo=`${ds}/config.toml`;function as(t){return t==="actionbook"||t==="agent-browser"}function Wo(t){return t.remote===true}function cs(t){if(t==null)return;if(typeof t!="string")throw new Error("browser profile must be a string");let e=t.trim();if(!e)throw new Error("browser profile cannot be empty");return e}function us(t){if(typeof t=="string"){if(t==="browser-use")return {provider:"browser-use",managed:false};if(as(t))return {provider:t,managed:false};throw new Error("Unsupported browser configuration")}if(t.provider===void 0)return {provider:"agent-browser",managed:t.remote!==false,profile:cs(t.profile)};if(as(t.provider))return {provider:t.provider,managed:Wo(t),profile:cs(t.profile)};throw new Error("Unsupported browser configuration")}function ps(t,e){return Array.from(new Set([...e??[],...Go[t]]))}function vn(t,e){return t==="actionbook"?{envs:{},files:[{path:zo,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 Is=262144,Os=new Set(["low","medium","high","xhigh","max"]);function Rr(t){if(t)return Os.has(t)?t:void 0}function As(t){let e=t.replace(/\/+$/,"");return e.endsWith("/v1")?e:`${e}/v1`}var ye=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;providerRuntimeToken;skills;storage;lastCheckpointId;zodSchema;jsonSchema;schemaOptions;compiledValidator;constructor(e,n={}){if(this.agentConfig=e,this.options=n,this.workingDir=n.workingDirectory||qt,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 r=this.createAjvValidator();this.compiledValidator=r.compile(this.jsonSchema);}catch(r){throw new Error(`Invalid JSON Schema: ${r.message}`)}}this.registry=D(e.type),this.sessionTag=Er(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,s){let a=++this.nextOperationId;return this.activeOperationId=a,this.activeOperationKind=e,this.activeCommand=n,this.activeProcessId=n.processId,this.sandboxState="running",this.agentState="running",this.emitLifecycle(r,s),a}finalizeOperation(e,n,r,s="idle",a="ready"){return this.activeOperationId!==e?false:(this.invalidateActiveOperation(),this.sandboxState=a,this.agentState=s,this.emitLifecycle(n,r),true)}watchBackgroundOperation(e,n,r,s,a){let o=n==="run"?"run_background_complete":"command_background_complete",c=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,s,l,"interrupted");return}n==="run"&&a&&await this.writeDroidSessionState(a);let p=d.exitCode===0?o:c,u=d.exitCode===0?"idle":"error";this.finalizeOperation(e,s,p,u);}).catch(()=>{this.interruptedOperations.delete(e),this.finalizeOperation(e,s,c,"error");});}createAjvValidator(){let n={...qe[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 Es__default.default({...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");let r=false;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),await this.ensureProviderRuntimeToken();let s=this.buildEnvironmentVariables();this.sandbox=await n.create({envs:s,workingDirectory:this.workingDir}),r=!0,await this.bindProviderRuntimeToken(this.sandbox.sandboxId),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 r&&this.sandbox&&(await this.sandbox.kill().catch(()=>{}),this.sandbox=void 0),await this.closeManagedBrowserSession().catch(()=>{}),await this.closeProviderRuntimeToken().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(e,"sandbox_error"),s}return this.sandbox}buildEnvironmentVariables(){let e={},n=this.validatedUserSecretsForEnvironment();if(this.agentConfig.type==="kimi"&&this.agentConfig.isDirectMode){let r=ne(this.agentConfig.reasoningEffort),s=Rr(this.agentConfig.reasoningEffort);e.KIMI_MODEL_NAME=this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),e.KIMI_MODEL_API_KEY=this.agentConfig.apiKey,e.KIMI_MODEL_PROVIDER_TYPE="kimi",e.KIMI_MODEL_MAX_CONTEXT_SIZE=String(this.registry.spendTrackingTomlProvider?.maxContextSize??Is),e.KIMI_MODEL_DEFAULT_THINKING=r?"true":"false",e.KIMI_MODEL_THINKING_MODE=r?"on":"off",s&&(e.KIMI_MODEL_THINKING_EFFORT=s),this.agentConfig.baseUrl&&(e.KIMI_MODEL_BASE_URL=this.agentConfig.baseUrl);}else if(this.agentConfig.oauthFileContent)this.registry.oauthActivationEnv&&(e[this.registry.oauthActivationEnv.key]=this.registry.oauthActivationEnv.value);else if(!(this.agentConfig.type==="kimi"&&!this.agentConfig.isDirectMode)){if(!(this.registry.skipApiKeyEnvInGateway&&!this.agentConfig.isDirectMode))if(this.registry.providerEnvMap&&!this.agentConfig.isDirectMode)for(let r of Object.values(this.registry.providerEnvMap))e[r.keyEnv]=this.agentConfig.apiKey;else {let r=this.agentConfig.model?.split("/")[0],s=r?this.registry.providerEnvMap?.[r]:void 0,a=s?s.keyEnv:this.registry.apiKeyEnv,o=this.agentConfig.isOAuth&&this.registry.oauthEnv?this.registry.oauthEnv:a;e[o]=this.agentConfig.apiKey;}}if(this.agentConfig.isDirectMode&&!this.agentConfig.isOAuth&&this.agentConfig.type!=="kimi")this.agentConfig.baseUrl&&this.registry.baseUrlEnv&&(e[this.registry.baseUrlEnv]=this.agentConfig.baseUrl);else if(!this.agentConfig.isDirectMode){let r=G(this.registry.gatewayPath),s=this.activeProviderRuntimeToken();if(this.registry.gatewayConfigEnv?e[this.registry.gatewayConfigEnv]=this.buildGatewayConfigJson({[O]:this.sessionTag}):this.registry.baseUrlEnv&&this.agentConfig.type!=="kimi"&&(e[this.registry.baseUrlEnv]=s?.baseUrl??r),s&&(e[this.registry.apiKeyEnv]=s.token,this.registry.spendTrackingEnvs&&(e[Ft]=s.bindingSecret)),!s){if(Nt(this.agentConfig.type))throw new Error(`${this.agentConfig.type} gateway mode requires a Dashboard runtime token before sandbox setup`);e[T]=this.agentConfig.apiKey;}}if(this.managedBrowserSession&&this.options.managedBrowser&&Object.assign(e,$t(this.options.managedBrowser.provider,this.managedBrowserSession).envs),n&&Object.assign(e,n),!this.agentConfig.isDirectMode&&this.registry.customHeadersEnv){let r=this.registry.customHeadersEnv,s=this.registry.customHeadersFormat||"newline";e[r]=Kt(e[r],{[O]:this.sessionTag,...this.providerRuntimeHeaderUpdates()},s);}return !this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&(e[this.registry.spendTrackingEnvs.sessionTagEnv]=this.sessionTag),e}validatedUserSecretsForEnvironment(){if(!this.options.secrets)return;let e=new Set([T]),n=s=>{s&&e.add(s);};n(this.registry.apiKeyEnv),n(this.registry.baseUrlEnv);for(let s of Object.values(this.registry.providerEnvMap??{}))n(s.keyEnv);let r={};for(let[s,a]of Object.entries(this.options.secrets)){if(e.has(s))throw new Error(`${s} is reserved for Evolve-managed sandbox services and cannot be set with secrets`);s!==this.registry.gatewayConfigEnv&&(r[s]=a);}return r}async ensureManagedBrowserSession(e){this.managedBrowserSession||!this.options.managedBrowser||(this.managedBrowserSession=await wr(this.options.managedBrowser,this.sessionTag,{browserCredentials:this.options.browserCredentials!==void 0}),this.emitLifecycle(e,"browser_ready"));}async ensureProviderRuntimeToken(){let e=Nt(this.agentConfig.type);if(this.agentConfig.isDirectMode||!e||!this.options.providerRouting||this.providerRuntimeToken)return;let n;try{n=await Sr(this.options.providerRouting,{provider:e,sessionTag:this.sessionTag});}catch(r){throw kr(r)?new Error(`${e} runtime token endpoint is required in gateway mode: ${r.message}`):r}this.providerRuntimeToken=n,this.providerRuntimeToken&&this.sandbox?.sandboxId&&await this.bindProviderRuntimeToken(this.sandbox.sandboxId);}async bindProviderRuntimeToken(e){if(!this.providerRuntimeToken||!this.options.providerRouting)return;if(!await xr(this.options.providerRouting,{token:this.providerRuntimeToken.token,sandboxId:e}))throw new Error("Failed to bind provider runtime token to sandbox")}async setupManagedBrowser(e){if(!this.managedBrowserSession||!this.options.managedBrowser)return;let n=$t(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 vr(this.options.managedBrowser,e);}catch(n){console.warn(`[Evolve] Managed browser cleanup failed: ${n.message}`);}}async closeProviderRuntimeToken(){if(!this.providerRuntimeToken||!this.options.providerRouting)return;let e=this.providerRuntimeToken,n;try{for(let r=0;r<3;r++)try{if(!await Cr(this.options.providerRouting,{token:e.token}))throw new Error("Dashboard returned ok=false");return}catch(s){n=s,r<2&&await new Promise(a=>setTimeout(a,100*(r+1)));}console.warn(`[Evolve] Provider runtime token cleanup failed: ${n.message}`);}finally{this.providerRuntimeToken=void 0;}}buildGatewayConfigJson(e){let n=G(this.registry.gatewayPath),r=this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),s={},a=this.options.secrets?.[this.registry.gatewayConfigEnv];if(a)try{s=JSON.parse(a);}catch{}let o=s.provider??{},c=o.litellm??{},l=c.options??{},d=c.models??{},i=d[r]??{},p=i.headers??{},u=this.agentConfig.type==="opencode"?Ye(this.agentConfig.reasoningEffort):void 0,g=i.variants??{},f=u?g[u]??{}:void 0;return s.provider={...o,litellm:{...c,npm:"@ai-sdk/openai-compatible",options:{...l,baseURL:`${n}/v1`,apiKey:this.agentConfig.apiKey},models:{...d,[r]:{...i,name:r,headers:{...p,...e},...u?{variants:{...g,[u]:{...f,reasoningEffort:u}}}:{}}}}},JSON.stringify(s)}activeProviderRuntimeToken(){let e=Nt(this.agentConfig.type);return e&&this.providerRuntimeToken?.provider===e?this.providerRuntimeToken:void 0}ensureSessionLogger(e){if(this.sessionLogger)return;let n=this.options.sandboxProvider;this.sessionLogger=new ce({provider:n?.name||n?.providerType||"unknown",agent:this.agentConfig.type,model:this.agentConfig.model||this.registry.defaultModel,sandboxId:e.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}:{}}});}async flushSessionLoggerWithTimeout(e=2e3){this.sessionLogger&&await Promise.race([this.sessionLogger.flush(),new Promise(n=>setTimeout(n,e))]);}providerRuntimeHeaderUpdates(){let e=this.activeProviderRuntimeToken();return e?{[Bt]:e.bindingSecret}:{}}buildProviderRuntimeProcessEnvs(){let e=this.activeProviderRuntimeToken();if(!e)return {};let n={[this.registry.apiKeyEnv]:e.token};if(this.registry.baseUrlEnv&&(n[this.registry.baseUrlEnv]=e.baseUrl),this.registry.spendTrackingEnvs&&(n[Ft]=e.bindingSecret),this.registry.customHeadersEnv){let r=this.registry.customHeadersEnv,s=this.registry.customHeadersFormat||"newline";n[r]=Kt(this.options.secrets?.[r],this.providerRuntimeHeaderUpdates(),s);}return n}buildRunEnvs(e){if(this.agentConfig.isDirectMode)return;let n=this.buildProviderRuntimeProcessEnvs(),r=this.registry.customHeadersEnv;if(r){let a=this.options.secrets?.[r],o=this.registry.customHeadersFormat||"newline";return n[r]=Kt(a,{[O]:this.sessionTag,[L]:`${W}${e}`,...this.providerRuntimeHeaderUpdates()},o),n}let s=this.registry.spendTrackingEnvs;return s?{...n,[s.sessionTagEnv]:this.sessionTag,[s.runTagEnv]:`${W}${e}`}:this.registry.gatewayConfigEnv?{...n,[this.registry.gatewayConfigEnv]:this.buildGatewayConfigJson({[O]:this.sessionTag,[L]:`${W}${e}`})}:Object.keys(n).length>0?n:void 0}async writeCodexGatewayProviderConfig(e){this.agentConfig.isDirectMode||!this.registry.spendTrackingEnvs||this.agentConfig.type!=="codex"||await at(e,this.activeProviderRuntimeToken()?.baseUrl||this.agentConfig.baseUrl||G(),this.registry.spendTrackingEnvs,this.activeProviderRuntimeToken()?{[Bt]:Ft}:void 0);}captureDroidSession(e,n){if(this.agentConfig.type!=="droid")return;let r=n?.find(a=>typeof a.sessionId=="string"&&a.sessionId.length>0)?.sessionId;if(r){this.droidSessionId=r;return}let s=this.extractDroidSessionId(e);s&&(this.droidSessionId=s);}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(_r);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(_r,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 cr(this.agentConfig.type,e,this.options.plugins);}assertProviderRuntimeDoesNotExposeGatewayKey(e){if(!this.activeProviderRuntimeToken())return;let n=this.agentConfig.apiKey;for(let[r,s]of Object.entries(e))for(let a of Object.values(s.headers||{}))if(a.includes(n))throw new Error(`MCP server "${r}" would expose the Evolve API key inside the sandbox. Use managed agent-browser or remove this gateway-authenticated MCP server.`)}async setupWorkspace(e,n){let r=this.options.workspaceMode||"knowledge",s=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 ${s}`,{timeoutMs:3e4}),!n?.skipSystemPrompt){let o=xt({workingDir:this.workingDir,systemPrompt:this.options.systemPrompt,browserPrompt:this.options.browserPrompt,schema:this.zodSchema||this.jsonSchema,mode:r}),c=`${this.workingDir}/${this.registry.systemPromptFile}`;await e.files.write(c,o);}this.options.context&&await this.uploadContextFiles(e,this.options.context),this.options.files&&await this.uploadWorkspaceFiles(e,this.options.files);let a={...this.options.mcpServers};if(this.options.integrations){let o=await $n({...this.options.integrations,sessionTag:this.sessionTag});a={...a,integrations:{type:"http",url:o.url,headers:o.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 o=await br({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});a={...a,[Dt]:o};}Object.keys(a).length>0&&(this.assertProviderRuntimeDoesNotExposeGatewayKey(a),await lt(this.agentConfig.type,e,this.workingDir,a)),!this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&this.agentConfig.type==="codex"&&await this.writeCodexGatewayProviderConfig(e),!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await _e(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:s}=n;await e.files.makeDir(s);for(let a of this.skills){let o=`cp -r ${r}/${a} ${s}/ 2>/dev/null || true`;await e.commands.run(o,{timeoutMs:3e4});}}async uploadContextFiles(e,n){let r=Object.entries(n).map(([a,o])=>({path:`${this.workingDir}/context/${a}`,data:o}));if(r.length===0)return;let s=new Set(r.map(a=>a.path.substring(0,a.path.lastIndexOf("/"))).filter(Boolean));s.size>0&&await e.commands.run(`mkdir -p ${Array.from(s).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(r);}async uploadWorkspaceFiles(e,n){let r=Object.entries(n).map(([a,o])=>({path:a.startsWith("/")?a:`${this.workingDir}/${a}`,data:o}));if(r.length===0)return;let s=new Set(r.map(a=>a.path.substring(0,a.path.lastIndexOf("/"))).filter(Boolean));s.size>0&&await e.commands.run(`mkdir -p ${Array.from(s).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(r);}buildCommand(e){return this.registry.buildCommand({prompt:this.agentConfig.type==="droid"?e:Ps(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:s=se,background:a=false,checkpointComment:o}=e,{from:c}=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(c&&(this.sandbox||this.options.sandboxId))throw new Error("Cannot restore into existing sandbox. Call kill() first, or create a new Evolve instance.");if(c==="latest"){if(!this.storage)throw new Error('Storage not configured. Call .withStorage() before using from: "latest".');let v=await Ot(this.storage);if(!v)throw new Error('No checkpoints found for from: "latest".');c=v.id;}if(c){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),await this.ensureProviderRuntimeToken();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}),await this.bindProviderRuntimeToken(this.sandbox.sandboxId);let b=await Xn(this.sandbox,this.storage,c);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 R=!!(this.options.systemPrompt||this.options.browserPrompt||this.zodSchema||this.jsonSchema);await this.setupWorkspace(this.sandbox,{skipSystemPrompt:!R}),await this.loadDroidSessionState(this.sandbox),this.hasRun=!0,this.lastCheckpointId=c,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(()=>{}),await this.closeProviderRuntimeToken().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(n,"sandbox_error"),b}}let l=await this.getSandbox(n);await this.ensureProviderRuntimeToken(),await this.loadDroidSessionState(l),this.lastRunTimestamp=Date.now(),this.ensureSessionLogger(l),this.sessionLogger?.writePrompt(r),this.activeProviderRuntimeToken()&&await this.flushSessionLoggerWithTimeout();let d=this.buildCommand(r),i=crypto.randomUUID(),p=this.buildRunEnvs(i);await this.writeCodexGatewayProviderConfig(l),!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await _e(l,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[O]:this.sessionTag,[L]:`${W}${i}`}),this.agentConfig.type==="qwen"&&await et(l,ne(this.agentConfig.reasoningEffort)),!this.agentConfig.isDirectMode&&this.registry.spendTrackingTomlProvider&&await ct(l,this.registry.spendTrackingTomlProvider,{[O]:this.sessionTag,[L]:`${W}${i}`},{baseUrl:As(G(this.registry.gatewayPath)),apiKey:this.agentConfig.apiKey,model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),defaultThinking:ne(this.agentConfig.reasoningEffort),thinkingEffort:Rr(this.agentConfig.reasoningEffort)}),!this.agentConfig.isDirectMode&&this.registry.droidGatewaySettings&&await Re(l,{...this.registry.droidGatewaySettings,model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),baseUrl:`${G()}/v1`,apiKeyEnv:"EVOLVE_API_KEY"},{[O]:this.sessionTag,[L]:`${W}${i}`});let u="",g=z(this.agentConfig.type),f=v=>{u+=v;let b=u.split(`
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
`).filter(Boolean),c=this.lastRunTimestamp?Math.floor(this.lastRunTimestamp/1e3)-2:0,l=[],d=`${r}/`;for(let f of o){let[m,h]=f.split("|");if(!m||!h)continue;let y=parseInt(h,10);c>0&&y<c||l.push(m);}let i={},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&&(i[f.relativePath]=f.content);if(!this.zodSchema&&!this.jsonSchema)return {files:i,data:null};let u=i["result.json"];if(!u)return {files:i,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:i,data:m.data}:{files:i,data:null,error:`Schema validation failed: ${m.error.message}`,rawData:g}}if(this.compiledValidator){if(this.compiledValidator(f))return {files:i,data:f};{let h=this.compiledValidator.errors?.map(y=>`${y.instancePath} ${y.message}`).join(", ")||"Unknown validation error";return {files:i,data:null,error:`Schema validation failed: ${h}`,rawData:g}}}return {files:i,data:null}}catch(f){return {files:i,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 It(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.closeProviderRuntimeToken(),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,s=false;try{this.activeCommand?s=await this.activeCommand.kill():this.sandbox&&this.activeProcessId&&(s=await this.sandbox.commands.kill(this.activeProcessId));}catch{s=false;}if(!s)return this.sandboxState="running",this.agentState="running",false;n!==null&&this.interruptedOperations.add(n),this.invalidateActiveOperation(),this.sandboxState="ready",this.agentState="interrupted";let a=r==="run"?"run_interrupted":"command_interrupted";return this.emitLifecycle(e,a),s}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.closeProviderRuntimeToken(),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=Er(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||_,s=await fetch(`${r}/api/sessions/spend?${e}`,{headers:{Authorization:`Bearer ${n}`},signal:AbortSignal.timeout(1e4)});if(!s.ok){let a=await s.text().catch(()=>"");throw new Error(`Spend query failed (${s.status}): ${a}`)}return s}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}),s=await(await this.fetchSpend(n)).json();return this.normalizeSessionCost(s)}async getRunCost(e){let n=this.resolveSpendTag();if("runId"in e){let o=new URLSearchParams({tag:n,runId:e.runId}),l=await(await this.fetchSpend(o)).json();return this.normalizeRunCost(l,{asOf:new Date().toISOString(),isComplete:false,truncated:false})}let r=await this.getSessionCost(),s=e.index>0?e.index-1:r.runs.length+e.index,a=r.runs[s];if(!a)throw new Error(`Run index ${e.index} out of range. Session has ${r.runs.length} run(s).`);return a}};function Ms(t){return (t||process.env.EVOLVE_DASHBOARD_URL||_).replace(/\/$/,"")}function $s(t){let e=t||process.env.EVOLVE_API_KEY;if(!e)throw new Error("Browser profiles require EVOLVE_API_KEY or an explicit apiKey");return e}async function Ds(t){return await t.text().catch(()=>"")}async function Tr(t,e,n={}){let r=await fetch(`${Ms(t?.dashboardUrl)}${e}`,{...n,headers:{Authorization:`Bearer ${$s(t?.apiKey)}`,accept:"application/json",...n.body?{"content-type":"application/json"}:{},...n.headers||{}}});if(!r.ok)throw new Error(`Browser profiles request failed (${r.status}): ${await Ds(r)}`);return r.status===204?{}:await r.json()}var ze=class{constructor(e={}){this.config=e;}toMetadata(e){return {id:e.id,profile:e.profile,createdAt:e.createdAt||e.created_at||"",updatedAt:e.updatedAt||e.updated_at||"",lastUsedAt:e.lastUsedAt??e.last_used_at??null}}async list(){return {profiles:(await Tr(this.config,"/api/browser-profiles")).profiles.map(n=>this.toMetadata(n))}}async delete(e){return await Tr(this.config,"/api/browser-profiles",{method:"DELETE",body:JSON.stringify(e)})}};function jt(t={}){return new ze(t)}var we=class extends events.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&&(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}withIntegrations(e){return this.config.integrations=e,this}withStorage(e){return this.config.storage=e||{},this}static integrations=Dn;static browserCredentials=Ut;static browserProfiles=jt;async initializeAgent(){let e=Ne(this.config.agent),n=this.config.sandbox??await wt();if(this.config.integrations&&e.isDirectMode)throw new Error("withIntegrations() is available only in gateway mode with EVOLVE_API_KEY");let r={},s,a,o=this.config.skills,c;if(this.config.browser){let i=fr(this.config.browser);if(c=i,i.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=zt(e.apiKey);}if((i.provider==="actionbook"||i.provider==="agent-browser")&&(o=mr(i.provider,o),i.managed)){if(e.isDirectMode)throw new Error(`Managed browser provider "${i.provider}" requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.`);s=i.provider==="actionbook"?vt:Tn,a={provider:i.provider,apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||_,...i.profile?{profile:i.profile}:{}};}if(i.profile&&!i.managed)throw new Error('withBrowser({ profile }) requires managed remote browser mode. Use .withBrowser({ profile }) or .withBrowser({ provider: "agent-browser", remote: true, profile }).')}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(!c||c.provider!=="agent-browser"||!c.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?Ve(this.config.storage,!e.isDirectMode,_,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:s,managedBrowser:a,browserCredentials:this.config.browserCredentials!==void 0?{apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||_,config:this.config.browserCredentials}:void 0,plugins:this.config.plugins,skills:o,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||_}:void 0,providerRouting:e.isDirectMode?void 0:{apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||_},storage:l};this.agent=new ye(e,d);}createStreamCallbacks(){let e=this.listenerCount("stdout")>0,n=this.listenerCount("stderr")>0,r=this.listenerCount("content")>0,s=this.listenerCount("lifecycle")>0;return {onStdout:e?a=>this.emit("stdout",a):void 0,onStderr:n?a=>this.emit("stderr",a):void 0,onContent:r?a=>this.emit("content",a):void 0,onLifecycle:s?a=>this.emit("lifecycle",a):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:s,checkpointComment:a}){if(s&&this.config.sandboxId)throw new Error("Cannot use 'from' with 'withSession()' \u2014 restore requires a fresh sandbox.");this.agent||await this.initializeAgent();let o=this.createStreamCallbacks();return this.agent.run({prompt:e,timeoutMs:n,background:r,from:s,checkpointComment:a},o)}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=Ne(this.config.agent);if(!e.isDirectMode)return this._cachedGatewayOverrides={gatewayUrl:_,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 Mt(this.config.storage,this.resolveGatewayOverrides()||{}).listCheckpoints(e)}storage(){if(this.config.storage===void 0)throw new Error("Storage not configured. Call .withStorage().");return Mt(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 J=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 Vt=class t{config;semaphore;constructor(e={}){let n=e.concurrency??Ht;if(n>st)throw new Error(`concurrency=${n} exceeds max ${st}. 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:s,verify:a}=e,o=e.retry??this.config.retry,c=this.generateOperationId(),l=e.timeoutMs??this.config.timeoutMs;if(s&&a)throw new Error("map() cannot use both bestOf and verify options simultaneously");let d=await Promise.all(n.map((i,p)=>s?this.executeMapItemWithBestOf(i,r,p,c,e,l,o):a?this.executeMapItemWithVerify(i,r,p,c,e,l,o):o?I(u=>this.executeMapItem(i,r,p,c,e,l,u),o,p):this.executeMapItem(i,r,p,c,e,l)));return te.from(d)}async filter(e){let{items:n,prompt:r,condition:s,verify:a}=e,o=e.retry??this.config.retry,c=this.generateOperationId(),l=e.timeoutMs??this.config.timeoutMs,d=await Promise.all(n.map((p,u)=>a?this.executeFilterItemWithVerify(p,r,u,c,e,l,o):o?I(g=>this.executeFilterItem(p,r,u,c,e,l,g),o,u):this.executeFilterItem(p,r,u,c,e,l))),i=[];for(let p of d)if(p.status==="error")i.push(p);else if(p.data!==null)try{s(p.data)?i.push(p):i.push({...p,status:"filtered"});}catch(u){i.push({...p,status:"error",data:null,error:`Condition function threw: ${u.message}`});}return te.from(i)}async reduce(e){let{items:n,prompt:r,verify:s}=e,a=e.retry??this.config.retry,o=this.generateOperationId(),c=e.timeoutMs??this.config.timeoutMs,l=[],d=[];n.forEach((k,v)=>{l.push(this.getFiles(k)),d.push(this.getIndex(k,v));});let i={};l.forEach((k,v)=>{Object.entries(k).forEach(([b,C])=>{i[`item_${d[v]}/${b}`]=C;});});let p=Ke(i),u=F(On,{fileTree:p}),g=e.systemPrompt?`${u}
|
|
252
|
-
|
|
253
|
-
${e.systemPrompt}`:u,f=(k,v,b)=>({operationId:o,operation:"reduce",tag:k.tag,sandboxId:k.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(k,v,b,C)=>{let R=await this.semaphore.use(()=>this.execute(i,k,{systemPrompt:g,schema:e.schema,schemaOptions:e.schemaOptions,agent:e.agent,mcpServers:m,skills:h,integrations:y,tagPrefix:v,timeoutMs:c,observability:{swarmName:this.config.tag,operationName:e.name,operationId:o,operation:"reduce",role:"worker",errorRetry:b,verifyRetry:C&&C>1?C-1:void 0,...this.pipelineContextToObservability(e._pipelineContext)}})),K=f(R,b,C&&C>1?C-1:void 0);return R.error?{status:"error",data:null,files:R.files,meta:K,error:R.error,rawData:R.rawData}:{status:"success",data:R.data,files:R.files,meta:K}},S=`${this.config.tag}-reduce`;return s?this.runWithVerification((k,v,b)=>w(k,v,void 0,b),{originalPrompt:r,inputFiles:i,verifyConfig:s,timeoutMs:c,systemPrompt:g,schema:e.schema,mcpServers:m,skills:h,integrations:y,operationId:o,baseTag:S,retry:a,operation:"reduce",_pipelineContext:e._pipelineContext}):a?I(k=>{let v=k>1?k-1:void 0,b=v?`${S}-er${v}`:S;return w(r,b,v)},a):w(r,S)}async bestOf(e){let{item:n,prompt:r,config:s}=e,a=e.retry??this.config.retry,o=s.n??s.taskAgents?.length;if(o===void 0)throw new Error("bestOf requires n or taskAgents");if(o<2)throw new Error("bestOf requires n >= 2");let c=this.generateOperationId(),l=e.timeoutMs??this.config.timeoutMs,d=this.getFiles(n),i=s.mcpServers??this.config.mcpServers,p=s.judgeMcpServers??s.mcpServers??this.config.mcpServers,u=s.skills??this.config.skills,g=s.judgeSkills??s.skills??this.config.skills,f=s.integrations??this.config.integrations,m=s.judgeIntegrations??s.integrations??this.config.integrations,h=await Promise.all(Array.from({length:o},async(v,b)=>{let C=a?await I(R=>this.executeBestOfCandidate({inputFiles:d,prompt:r,candidateIndex:b,operationId:c,config:s,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:i,skills:u,integrations:f,timeoutMs:l,attempt:R}),a,b):await this.executeBestOfCandidate({inputFiles:d,prompt:r,candidateIndex:b,operationId:c,config:s,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:i,skills:u,integrations:f,timeoutMs:l});return s.onCandidateComplete?.(0,b,C.status==="success"?"success":"error"),C})),y=a?await I(v=>this.executeBestOfJudge({inputFiles:d,taskPrompt:r,candidates:h,config:s,timeoutMs:l,operationId:c,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:p,skills:g,integrations:m,attempt:v}),{...a,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:d,taskPrompt:r,candidates:h,config:s,timeoutMs:l,operationId:c,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:p,skills:g,integrations:m}),w=h.findIndex(v=>v.status==="success"),S=y.decision?.winner??(w>=0?w:0);s.onJudgeComplete?.(0,S,y.decision?.reasoning??"Judge failed to provide reasoning");let k={operationId:c,operation:"bestof-judge",tag:y.tag,sandboxId:y.sandboxId,swarmName:this.config.tag,operationName:e.name,candidateCount:o};return {winner:h[S]??h[0],winnerIndex:S,judgeReasoning:y.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:k,candidates:h}}async execute(e,n,r){let s=null,a="",o=r.tagPrefix,c={},l=null,d,i,p={...this.config.agent,...r.agent};try{s=new we().withAgent(p).withSandbox(this.config.sandbox).withWorkspaceMode(this.config.workspaceMode).withSessionTagPrefix(r.tagPrefix),r.schema&&s.withSchema(r.schema,r.schemaOptions),r.systemPrompt&&s.withSystemPrompt(r.systemPrompt),r.mcpServers&&s.withMcpServers(r.mcpServers),r.skills?.length&&s.withSkills(r.skills),r.integrations&&s.withIntegrations(r.integrations),r.observability&&s.withObservability(r.observability),Object.keys(e).length>0&&s.withContext(e);let u=await s.run({prompt:n,timeoutMs:r.timeoutMs});a=u.sandboxId,o=s.getSessionTag()??r.tagPrefix;let g=null;try{g=await s.getOutputFiles(!0),c=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&&(i=g.rawData)):d="Failed to read output files from sandbox":l=c;}catch(u){if(d=u.message,s){o=s.getSessionTag()??r.tagPrefix;try{c=(await s.getOutputFiles(!0)).files;}catch{}}}finally{s&&await s.kill().catch(()=>{});}return {files:c,data:l,tag:o,sandboxId:a,error:d,rawData:i}}async executeMapItem(e,n,r,s,a,o,c=1){let l=this.getFiles(e),d=c>1?`${this.config.tag}-map-${r}-er${c-1}`:`${this.config.tag}-map-${r}`,i=this.evaluatePrompt(n,l,r);if(i instanceof Error)return this.buildErrorResult(`Prompt function threw: ${i.message}`,{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let p=a.mcpServers??this.config.mcpServers,u=a.skills??this.config.skills,g=a.integrations??this.config.integrations,f=await this.semaphore.use(()=>this.execute(l,i,{systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,agent:a.agent,mcpServers:p,skills:u,integrations:g,tagPrefix:d,timeoutMs:o,observability:{swarmName:this.config.tag,operationName:a.name,operationId:s,operation:"map",itemIndex:r,role:"worker",errorRetry:c>1?c-1:void 0,...this.pipelineContextToObservability(a._pipelineContext)}})),m={operationId:s,operation:"map",tag:f.tag,sandboxId:f.sandboxId,swarmName:this.config.tag,operationName:a.name,itemIndex:r,errorRetry:c>1?c-1:void 0,...this.pipelineContextToMeta(a._pipelineContext)};return this.buildResult(f,m)}async executeMapItemWithVerify(e,n,r,s,a,o,c){let l=this.getFiles(e),d=`${this.config.tag}-map-${r}`,i=a.verify,p=a.mcpServers??this.config.mcpServers,u=a.skills??this.config.skills,g=a.integrations??this.config.integrations,f=this.evaluatePrompt(n,l,r);if(f instanceof Error)return this.buildErrorResult(`Prompt function threw: ${f.message}`,{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let m=async(h,y,w)=>{let S=await this.semaphore.use(()=>this.execute(l,h,{systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,agent:a.agent,mcpServers:p,skills:u,integrations:g,tagPrefix:y,timeoutMs:o,observability:{swarmName:this.config.tag,operationName:a.name,operationId:s,operation:"map",itemIndex:r,role:"worker",verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToObservability(a._pipelineContext)}})),k={operationId:s,operation:"map",tag:S.tag,sandboxId:S.sandboxId,swarmName:this.config.tag,operationName:a.name,itemIndex:r,verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToMeta(a._pipelineContext)};return this.buildResult(S,k)};return this.runWithVerification(m,{originalPrompt:f,inputFiles:l,verifyConfig:i,timeoutMs:o,systemPrompt:a.systemPrompt,schema:a.schema,mcpServers:p,skills:u,integrations:g,operationId:s,baseTag:d,retry:c,itemIndex:r,operation:"map",_pipelineContext:a._pipelineContext})}async executeMapItemWithBestOf(e,n,r,s,a,o,c){let l=this.getFiles(e),d=`${this.config.tag}-map-${r}`,i=this.evaluatePrompt(n,l,r);if(i instanceof Error)return this.buildErrorResult(`Prompt function threw: ${i.message}`,{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let p=a.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:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let g=a.mcpServers??this.config.mcpServers,f=p.mcpServers??g,m=p.judgeMcpServers??p.mcpServers??g,h=a.skills??this.config.skills,y=p.skills??h,w=p.judgeSkills??p.skills??h,S=a.integrations??this.config.integrations,k=p.integrations??S,v=p.judgeIntegrations??p.integrations??S,b=await Promise.all(Array.from({length:u},async(ve,be)=>{let Wt=c?await I(Or=>this.executeBestOfCandidate({inputFiles:l,prompt:i,candidateIndex:be,operationId:s,config:p,systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,mcpServers:f,skills:y,integrations:k,timeoutMs:o,parentIndex:r,attempt:Or,_pipelineContext:a._pipelineContext}),c,be):await this.executeBestOfCandidate({inputFiles:l,prompt:i,candidateIndex:be,operationId:s,config:p,systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,mcpServers:f,skills:y,integrations:k,timeoutMs:o,parentIndex:r,_pipelineContext:a._pipelineContext});return p.onCandidateComplete?.(r,be,Wt.status==="success"?"success":"error"),Wt})),C=c?await I(ve=>this.executeBestOfJudge({inputFiles:l,taskPrompt:i,candidates:b,config:p,timeoutMs:o,operationId:s,systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,mcpServers:m,skills:w,integrations:v,parentIndex:r,attempt:ve,_pipelineContext:a._pipelineContext}),{...c,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:l,taskPrompt:i,candidates:b,config:p,timeoutMs:o,operationId:s,systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,mcpServers:m,skills:w,integrations:v,parentIndex:r,_pipelineContext:a._pipelineContext}),R=b.findIndex(ve=>ve.status==="success"),K=C.decision?.winner??(R>=0?R:0),Gt=b[K]??b[0];p.onJudgeComplete?.(r,K,C.decision?.reasoning??"Judge failed to provide reasoning");let Ir={operationId:s,operation:"bestof-judge",tag:C.tag,sandboxId:C.sandboxId,swarmName:this.config.tag,operationName:a.name,candidateCount:u,...this.pipelineContextToMeta(a._pipelineContext)};return {...Gt,meta:{...Gt.meta,operation:"map",swarmName:this.config.tag,operationName:a.name,itemIndex:r,...this.pipelineContextToMeta(a._pipelineContext)},bestOf:{winnerIndex:K,judgeReasoning:C.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:Ir,candidates:b}}}async executeFilterItem(e,n,r,s,a,o,c=1){let l=this.getFiles(e),d=c>1?`${this.config.tag}-filter-${r}-er${c-1}`:`${this.config.tag}-filter-${r}`,i=a.mcpServers??this.config.mcpServers,p=a.skills??this.config.skills,u=a.integrations??this.config.integrations,g=await this.semaphore.use(()=>this.execute(l,n,{systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,agent:a.agent,mcpServers:i,skills:p,integrations:u,tagPrefix:d,timeoutMs:o,observability:{swarmName:this.config.tag,operationName:a.name,operationId:s,operation:"filter",itemIndex:r,role:"worker",errorRetry:c>1?c-1:void 0,...this.pipelineContextToObservability(a._pipelineContext)}})),f={operationId:s,operation:"filter",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,operationName:a.name,itemIndex:r,errorRetry:c>1?c-1:void 0,...this.pipelineContextToMeta(a._pipelineContext)};return this.buildResult(g,f,l)}async executeFilterItemWithVerify(e,n,r,s,a,o,c){let l=this.getFiles(e),d=`${this.config.tag}-filter-${r}`,i=a.verify,p=a.mcpServers??this.config.mcpServers,u=a.skills??this.config.skills,g=a.integrations??this.config.integrations,f=async(m,h,y)=>{let w=await this.semaphore.use(()=>this.execute(l,m,{systemPrompt:a.systemPrompt,schema:a.schema,schemaOptions:a.schemaOptions,agent:a.agent,mcpServers:p,skills:u,integrations:g,tagPrefix:h,timeoutMs:o,observability:{swarmName:this.config.tag,operationName:a.name,operationId:s,operation:"filter",itemIndex:r,role:"worker",verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToObservability(a._pipelineContext)}})),S={operationId:s,operation:"filter",tag:w.tag,sandboxId:w.sandboxId,swarmName:this.config.tag,operationName:a.name,itemIndex:r,verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToMeta(a._pipelineContext)};return this.buildResult(w,S,l)};return this.runWithVerification(f,{originalPrompt:n,inputFiles:l,verifyConfig:i,timeoutMs:o,systemPrompt:a.systemPrompt,schema:a.schema,mcpServers:p,skills:u,integrations:g,operationId:s,baseTag:d,retry:c,itemIndex:r,operation:"filter",_pipelineContext:a._pipelineContext})}async executeBestOfCandidate(e){let{inputFiles:n,prompt:r,candidateIndex:s,operationId:a,config:o,timeoutMs:c,parentIndex:l,attempt:d=1,_pipelineContext:i}=e,p=l!==void 0?`${this.config.tag}-map-${l}-bestof-cand-${s}`:`${this.config.tag}-bestof-cand-${s}`,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:o.taskAgents?.[s],mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations,tagPrefix:u,timeoutMs:c,observability:{swarmName:this.config.tag,operationId:a,operation:"map",itemIndex:l,role:"candidate",candidateIndex:s,errorRetry:d>1?d-1:void 0,...this.pipelineContextToObservability(i)}})),f={operationId:a,operation:"bestof-cand",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,itemIndex:s,errorRetry:d>1?d-1:void 0,candidateIndex:s,...this.pipelineContextToMeta(i)};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,s)=>{r.status==="error"&&(n[`candidate_${s}/_failed.txt`]=`STATUS: FAILED
|
|
254
|
-
|
|
255
|
-
Error: ${r.error??"Unknown error"}`),Object.entries(r.files).forEach(([a,o])=>{n[`candidate_${s}/${a}`]=o;});}),n}async executeBestOfJudge(e){let{candidates:n,config:r,timeoutMs:s,operationId:a,parentIndex:o,attempt:c=1,_pipelineContext:l}=e,d=o!==void 0?`${this.config.tag}-map-${o}-bestof-judge`:`${this.config.tag}-bestof-judge`,i=c>1?`${d}-er${c-1}`:d,p=this.buildJudgeContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,candidates:n,systemPrompt:e.systemPrompt,schema:e.schema}),u=Ke(p),g=F(bt,{candidateCount:String(n.length),criteria:r.judgeCriteria,fileTree:u}),f=zod.z.object({winner:zod.z.number().min(0).max(n.length-1),reasoning:zod.z.string()}),m=await this.semaphore.use(()=>this.execute(p,Pn,{systemPrompt:g,schema:f,agent:r.judgeAgent,mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations,tagPrefix:i,timeoutMs:s,observability:{swarmName:this.config.tag,operationId:a,operation:"map",itemIndex:o,role:"judge",errorRetry:c>1?c-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=zod.z.object({passed:zod.z.boolean(),reasoning:zod.z.string(),feedback:zod.z.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,s])=>{n[`worker_output/${r}`]=s;}),n}async executeVerify(e){let{config:n,timeoutMs:r,operationId:s,workerTag:a,retryAttempt:o=1,operation:c,itemIndex:l,attemptIndex:d,_pipelineContext:i}=e,p=o>1?`${a}-verifier-er${o-1}`:`${a}-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=Ke(m),y=F(kt,{criteria:n.criteria,fileTree:h}),w=await this.semaphore.use(()=>this.execute(m,In,{systemPrompt:y,schema:t.VerifyDecisionSchema,agent:n.verifierAgent,mcpServers:u,skills:g,integrations:f,tagPrefix:p,timeoutMs:r,observability:{swarmName:this.config.tag,operationId:s,operation:c,itemIndex:l,role:"verifier",verifyRetry:d&&d>1?d-1:void 0,errorRetry:o>1?o-1:void 0,...this.pipelineContextToObservability(i)}})),S=null;if(w.data&&!w.error)S=w.data;else if(w.rawData)try{let k=JSON.parse(w.rawData);S={passed:!!k.passed,reasoning:k.reasoning??"Verification completed",feedback:k.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 F(St,{originalPrompt:e,feedback:n})}async runWithVerification(e,n){let{originalPrompt:r,inputFiles:s,verifyConfig:a,timeoutMs:o,operationId:c,baseTag:l,retry:d,itemIndex:i=0,operation:p,_pipelineContext:u}=n,g=a.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,S=d?await I(b=>e(f,b>1?`${w}-er${b-1}`:w,h),d,i):await e(f,w,h);if(a.onWorkerComplete?.(i,h,S.status==="error"?"error":"success"),S.status==="error")return S;m=S;let k=d?await I(b=>this.executeVerify({inputFiles:s,outputFiles:S.files,taskPrompt:f,config:a,timeoutMs:o,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,integrations:n.integrations,operationId:c,workerTag:w,retryAttempt:b,operation:p,itemIndex:i,attemptIndex:h,_pipelineContext:u}),{...d,retryOn:void 0}):await this.executeVerify({inputFiles:s,outputFiles:S.files,taskPrompt:f,config:a,timeoutMs:o,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,integrations:n.integrations,operationId:c,workerTag:w,operation:p,itemIndex:i,attemptIndex:h,_pipelineContext:u}),v={operationId:c,operation:"verify",tag:k.tag,sandboxId:k.sandboxId,swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(u)};if(a.onVerifierComplete?.(i,h,k.decision?.passed??false,k.decision?.feedback),k.decision?.passed)return {...S,verify:{passed:true,reasoning:k.decision.reasoning,verifyMeta:v,attempts:h}};if(h<g){let b=k.decision?.feedback??k.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:c,operation:"verify",tag:`${y}-verifier`,sandboxId:"",swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(u)},attempts:h}}}generateOperationId(){return crypto.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(s){return s}}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)?q(e.schema):Y(e.schema)),Object.entries(e.inputFiles).forEach(([r,s])=>{n[`worker_task/input/${r}`]=s;}),n}isSwarmResult(e){return typeof e=="object"&&e!==null&&J in e&&e[J]===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 s=r??e.files;return e.error?{[J]:true,status:"error",data:null,files:s,meta:n,error:e.error,rawData:e.rawData}:{[J]:true,status:"success",data:e.data,files:s,meta:n}}buildErrorResult(e,n){return {[J]:true,status:"error",data:null,files:{},meta:n,error:e}}};var Je=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 He(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=crypto.randomBytes(8).toString("hex"),r=[],s=e,a=Date.now();for(let c=0;c<this.steps.length;c++){let l=this.steps[c],d=l.config.name,i=Date.now();this.events.onStepStart?.({type:l.type,index:c,name:d,itemCount:s.length});let p={pipelineRunId:n,pipelineStepIndex:c};try{let u=await this.executeStep(l,s,c,d,p),g=Date.now()-i;if(r.push({type:l.type,index:c,durationMs:g,results:u.output}),this.events.onStepComplete?.({type:l.type,index:c,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()-a};s=u.nextItems;}catch(u){throw this.events.onStepError?.({type:l.type,index:c,name:d,error:u instanceof Error?u:new Error(String(u))}),u}}let o=r[r.length-1];return {pipelineRunId:n,steps:r,output:o?.results??[],totalDurationMs:Date.now()-a}}async executeStep(e,n,r,s,a){if(e.type==="map"){let l=e.config,d=await this.swarm.map({items:n,...l,_pipelineContext:a,retry:this.wrapRetry(l.retry,r,s),verify:this.wrapVerify(l.verify,r,s),bestOf:this.wrapBestOf(l.bestOf,r,s)});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:a,retry:this.wrapRetry(l.retry,r,s),verify:this.wrapVerify(l.verify,r,s)}),i=l.emit??"success",p=i==="success"?d.success:i==="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 o=e.config,c=await this.swarm.reduce({items:n,...o,_pipelineContext:a,retry:this.wrapRetry(o.retry,r,s),verify:this.wrapVerify(o.verify,r,s)});return {output:c,nextItems:[],successCount:c.status==="success"?1:0,errorCount:c.status==="error"?1:0,filteredCount:0}}wrapRetry(e,n,r){if(e)return {...e,onItemRetry:(s,a,o)=>{e.onItemRetry?.(s,a,o),this.events.onItemRetry?.({stepIndex:n,stepName:r,itemIndex:s,attempt:a,error:o});}}}wrapVerify(e,n,r){if(e)return {...e,onWorkerComplete:(s,a,o)=>{e.onWorkerComplete?.(s,a,o),this.events.onWorkerComplete?.({stepIndex:n,stepName:r,itemIndex:s,attempt:a,status:o});},onVerifierComplete:(s,a,o,c)=>{e.onVerifierComplete?.(s,a,o,c),this.events.onVerifierComplete?.({stepIndex:n,stepName:r,itemIndex:s,attempt:a,passed:o,feedback:c});}}}wrapBestOf(e,n,r){if(e)return {...e,onCandidateComplete:(s,a,o)=>{e.onCandidateComplete?.(s,a,o),this.events.onCandidateComplete?.({stepIndex:n,stepName:r,itemIndex:s,candidateIndex:a,status:o});},onJudgeComplete:(s,a,o)=>{e.onJudgeComplete?.(s,a,o),this.events.onJudgeComplete?.({stepIndex:n,stepName:r,itemIndex:s,winnerIndex:a,reasoning:o});}}}},He=class t extends Je{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 Gs=6e5,Ws=5e3;function Pr(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 zs(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||_;async function r(c,l){let d=await fetch(`${n}${c}`,{...l,headers:{Authorization:`Bearer ${e}`,...l?.headers}});if(!d.ok){let i=await d.text().catch(()=>"");throw new Error(`Dashboard API error (${d.status}): ${i||d.statusText}`)}return d}function s(c){return {id:c.id,tag:c.tag,agent:c.agent,model:c.model||null,provider:c.provider,sandboxId:c.sandboxId||null,state:c.isEnded?"ended":"live",runtimeStatus:c.runtimeStatus||"unknown",cost:typeof c.cost=="number"?c.cost:null,createdAt:c.createdAt,endedAt:c.endedAt||null,stepCount:c.stepCount||0,toolStats:c.toolStats||null}}function a(c,l){if(c.status!=="ready")throw new Error(`Browser replay is not ready (status: ${String(c.status||"unknown")})`);if(typeof c.replayUrl!="string"||typeof c.downloadUrl!="string")throw new Error("Browser replay response missing replayUrl or downloadUrl");return {sessionId:c.sessionId||l,status:"ready",replayUrl:c.replayUrl,downloadUrl:c.downloadUrl,suggestedStartSeconds:typeof c.suggestedStartSeconds=="number"?c.suggestedStartSeconds:void 0,sizeBytes:typeof c.sizeBytes=="number"?c.sizeBytes:void 0,readyAt:typeof c.readyAt=="string"?c.readyAt:void 0}}let o=c=>new Promise(l=>setTimeout(l,c));return {async list(c){let l=new URLSearchParams({paginationMode:"cursor",pageSize:String(Math.min(c?.limit??20,200)),paginated:"true"});if(c?.cursor&&l.set("cursor",c.cursor),c?.state&&c.state!=="all"&&l.set("state",c.state),c?.agent&&l.set("agent",c.agent),c?.tagPrefix&&l.set("tagPrefix",c.tagPrefix),c?.sort){let p={newest:"desc",oldest:"asc",cost:"desc"};l.set("sortDirection",p[c.sort]),c.sort==="cost"?l.set("sortField","cost"):l.set("sortField","timestamp");}let i=await(await r(`/api/sessions?${l}`)).json();return {items:(i.items||[]).map(s),nextCursor:i.nextCursor||null,hasMore:!!i.hasMore}},async get(c){let d=await(await r(`/api/sessions/${encodeURIComponent(c)}`)).json();return s(d)},async events(c,l){let d=new URLSearchParams;l?.since!=null&&d.set("since",String(l.since));let i=d.toString();return (await(await r(`/api/sessions/${encodeURIComponent(c)}/events${i?`?${i}`:""}`)).json()).events||[]},async download(c,l){let p=(await(await r(`/api/sessions/${encodeURIComponent(c)}`)).json()).tag||c,u=await fetch(`${n}/api/sessions/${encodeURIComponent(c)}/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 promises.mkdir(g,{recursive:true});let f=ae.join(g,`${p}.jsonl`);if(!u.body)throw new Error("Download response has no body");let m=stream.Readable.fromWeb(u.body);return await promises$1.pipeline(m,$.createWriteStream(f)),f},async browserReplay(c,l){let d=Pr("timeoutMs",l?.timeoutMs,Gs),i=Pr("intervalMs",l?.intervalMs,Ws),p=Date.now()+d,u=`/api/sessions/${encodeURIComponent(c)}/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 a(m,c);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 o(Math.min(i,Math.max(0,p-Date.now())));}}}}Object.defineProperty(exports,"E2BProvider",{enumerable:true,get:function(){return e2b.E2BProvider}});Object.defineProperty(exports,"createE2BProvider",{enumerable:true,get:function(){return e2b.createE2BProvider}});Object.defineProperty(exports,"DaytonaProvider",{enumerable:true,get:function(){return daytona.DaytonaProvider}});Object.defineProperty(exports,"createDaytonaProvider",{enumerable:true,get:function(){return daytona.createDaytonaProvider}});Object.defineProperty(exports,"ModalProvider",{enumerable:true,get:function(){return modal.ModalProvider}});Object.defineProperty(exports,"createModalProvider",{enumerable:true,get:function(){return modal.createModalProvider}});exports.AGENT_REGISTRY=Qe;exports.AGENT_TYPES=Ar;exports.Agent=ye;exports.BROWSER_ACTIONBOOK_PROMPT=vt;exports.BROWSER_LOGIN_MCP_SERVER_NAME=Dt;exports.BrowserCredentialsClient=We;exports.BrowserProfilesClient=ze;exports.Evolve=we;exports.JUDGE_PROMPT=bt;exports.Pipeline=Je;exports.RETRY_FEEDBACK_PROMPT=St;exports.SCHEMA_PROMPT=Rn;exports.SWARM_RESULT_BRAND=J;exports.SYSTEM_PROMPT=En;exports.Semaphore=ee;exports.Swarm=Vt;exports.SwarmResultList=te;exports.TerminalPipeline=He;exports.VALIDATION_PRESETS=qe;exports.VERIFY_PROMPT=kt;exports.WORKSPACE_PROMPT=Cn;exports.WORKSPACE_SWE_PROMPT=_n;exports.applyTemplate=F;exports.browserCredentials=Ut;exports.browserProfiles=jt;exports.buildWorkerSystemPrompt=xt;exports.createAgentParser=z;exports.createClaudeParser=$e;exports.createCodexParser=De;exports.createDroidParser=Ue;exports.createGeminiParser=Be;exports.executeWithRetry=I;exports.expandPath=V;exports.getAgentConfig=D;exports.getMcpSettingsDir=B;exports.getMcpSettingsPath=U;exports.isValidAgentType=$r;exports.isZodSchema=M;exports.jsonSchemaToString=Y;exports.parseNdjsonLine=pi;exports.parseNdjsonOutput=ui;exports.parseQwenOutput=ln;exports.readLocalDir=dn;exports.resolveStorageConfig=Ve;exports.saveLocalDir=pn;exports.sessions=zs;exports.storage=as;exports.writeClaudeMcpConfig=Se;exports.writeCodexMcpConfig=Me;exports.writeDroidGatewaySettings=Re;exports.writeDroidMcpConfig=Ee;exports.writeGeminiMcpConfig=xe;exports.writeMcpConfig=lt;exports.writeQwenMcpConfig=Ce;exports.zodSchemaToJson=q;
|
|
245
|
+
`}],directories:[ds]}:{envs:{AGENT_BROWSER_CONFIG:os},files:[{path:os,data:`${JSON.stringify({cdp:e.cdpUrl},null,2)}
|
|
246
|
+
`}],directories:[ls]}}function gs(t){return (t?.dashboardUrl||C).replace(/\/$/,"")}async function ms(t){return await t.text().catch(()=>"")}async function fs(t,e,n={}){let r=await fetch(`${gs(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,...t.profile?{profile:t.profile}:{}}),signal:AbortSignal.timeout(3e4)});if(!r.ok)throw new Error(`Managed browser session create failed (${r.status}): ${await ms(r)}`);let s=await r.json();if(!s.id||!s.sessionId||!s.cdpUrl||!s.liveUrl)throw new Error("Managed browser session response missing id, sessionId, cdpUrl, or liveUrl");return {id:s.id,sessionId:s.sessionId,sessionTag:s.sessionTag,cdpUrl:s.cdpUrl,liveUrl:s.liveUrl,browserAuthGrantToken:s.browserAuthGrantToken}}async function hs(t,e){let n=await fetch(`${gs(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 ms(n)}`)}var Xo="RSA-OAEP-256",kn="browser-login";function Qo(t){return (t||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,"")}function Zo(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 ea(t){return await t.text().catch(()=>"")}async function Oe(t,e,n={}){let r=await fetch(`${Qo(t?.dashboardUrl)}${e}`,{...n,headers:{Authorization:`Bearer ${Zo(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 ea(r)}`);return await r.json()}async function ta(t,e){let n=await Oe(t,"/api/browser-credentials/public-key"),r=crypto.publicEncrypt({key:n.publicKey,padding:crypto.constants.RSA_PKCS1_OAEP_PADDING,oaepHash:"sha256"},Buffer.from(e,"utf8"));return {algorithm:Xo,keyId:n.id,ciphertext:r.toString("base64url")}}var yt=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()}`:"",s=await Oe(this.config,`/api/browser-credentials${r}`);return {credentials:s.credentials.map(c=>this.toMetadata(c)),total:s.total,count:s.count,offset:s.offset,hasMore:s.has_more??s.offset+s.count<s.total}}async create(e){let n=await ta(this.config,e.password),r=await Oe(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 Oe(this.config,"/api/browser-credentials",{method:"DELETE",body:JSON.stringify(n)})}};function Sn(t={}){return new yt(t)}async function ys(t){return (await Oe({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:na(t.config)})})).server}function na(t){return t?.allow?.map(e=>({website:e.website,...e.accountLabel||e.account_label?{account_label:e.accountLabel||e.account_label}:{}}))}var xn="x-evolve-provider-runtime-binding";function ra(t){return (t||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,"")}async function sa(t){return await t.text().catch(()=>"")}var Me=class extends Error{constructor(n,r){super(r);this.status=n;this.name="ProviderRuntimeTokenRequestError";}};function ws(t){return t instanceof Me&&t.status===404}async function Cn(t,e,n={}){let r=await fetch(`${ra(t.dashboardUrl)}${e}`,{...n,headers:{Authorization:`Bearer ${t.apiKey}`,accept:"application/json",...n.body?{"content-type":"application/json"}:{},...n.headers||{}}});if(!r.ok)throw new Me(r.status,`Provider runtime token request failed (${r.status}): ${await sa(r)}`);return await r.json()}function ia(t){if(!t||typeof t!="object"||Array.isArray(t))return false;let e=t;return e.enabled===true&&(e.provider==="anthropic"||e.provider==="openai"||e.provider==="gemini"||e.provider==="dashscope"||e.provider==="kimi"||e.provider==="openrouter"||e.provider==="droid")&&(e.credentialMode==="provider_key"||e.credentialMode==="evolve_key")&&typeof e.token=="string"&&e.token.length>0&&typeof e.bindingSecret=="string"&&e.bindingSecret.length>0&&typeof e.baseUrl=="string"&&e.baseUrl.length>0&&typeof e.expiresAt=="string"&&e.expiresAt.length>0}async function bs(t,e){let n=await Cn(t,"/api/provider-secrets/runtime-token",{method:"POST",body:JSON.stringify(e)});if(!ia(n))throw new Me(502,"Provider runtime token response was invalid");return n}async function vs(t,e){return (await Cn(t,"/api/provider-secrets/runtime-token",{method:"PATCH",body:JSON.stringify(e)})).ok}async function ks(t,e){return (await Cn(t,"/api/provider-secrets/runtime-token",{method:"DELETE",body:JSON.stringify(e)})).ok}var bt=18181,O="/tmp/evolve-managed-secrets",De=`${O}/proxy.py`,le=`${O}/config.json`,ee=`${O}/ca.crt`,wt=`${O}/ca.key`,ce=`${O}/ca-bundle.crt`,Cs=["HTTP_PROXY","HTTPS_PROXY","ALL_PROXY","http_proxy","https_proxy","all_proxy","NO_PROXY","no_proxy","NODE_EXTRA_CA_CERTS","SSL_CERT_FILE","REQUESTS_CA_BUNDLE","CURL_CA_BUNDLE","GIT_SSL_CAINFO"];function Es(){return [...Cs]}var Rs=String.raw`#!/usr/bin/env python3
|
|
247
|
+
import base64
|
|
248
|
+
import json
|
|
249
|
+
import os
|
|
250
|
+
import select
|
|
251
|
+
import secrets
|
|
252
|
+
import socket
|
|
253
|
+
import ssl
|
|
254
|
+
import subprocess
|
|
255
|
+
import sys
|
|
256
|
+
import tempfile
|
|
257
|
+
import threading
|
|
258
|
+
import urllib.error
|
|
259
|
+
import urllib.request
|
|
260
|
+
|
|
261
|
+
for key in ["HTTP_PROXY", "HTTPS_PROXY", "ALL_PROXY", "http_proxy", "https_proxy", "all_proxy"]:
|
|
262
|
+
os.environ.pop(key, None)
|
|
263
|
+
|
|
264
|
+
CONFIG_PATH = sys.argv[1]
|
|
265
|
+
with open(CONFIG_PATH, "r", encoding="utf-8") as f:
|
|
266
|
+
CONFIG = json.load(f)
|
|
267
|
+
try:
|
|
268
|
+
os.unlink(CONFIG_PATH)
|
|
269
|
+
except FileNotFoundError:
|
|
270
|
+
pass
|
|
271
|
+
|
|
272
|
+
MAX_BODY_BYTES = int(CONFIG.get("max_body_bytes", 10 * 1024 * 1024))
|
|
273
|
+
CONNECT_TIMEOUT_SECONDS = 15
|
|
274
|
+
SOCKET_TIMEOUT_SECONDS = 130
|
|
275
|
+
MAX_WORKERS = 100
|
|
276
|
+
WORKERS = threading.BoundedSemaphore(MAX_WORKERS)
|
|
277
|
+
HOST_PATTERNS = [h.lower() for h in CONFIG["hosts"]]
|
|
278
|
+
PLACEHOLDERS = set(CONFIG["placeholders"])
|
|
279
|
+
PLACEHOLDER_BYTES = [p.encode("utf-8") for p in CONFIG["placeholders"]]
|
|
280
|
+
BASE_DIR = CONFIG["base_dir"]
|
|
281
|
+
CERT_DIR = os.path.join(BASE_DIR, "certs")
|
|
282
|
+
os.makedirs(CERT_DIR, exist_ok=True)
|
|
283
|
+
CHANNEL_SECRET = secrets.token_urlsafe(32)
|
|
284
|
+
|
|
285
|
+
def register_channel():
|
|
286
|
+
payload = json.dumps({}).encode("utf-8")
|
|
287
|
+
req = urllib.request.Request(
|
|
288
|
+
CONFIG["channel_url"],
|
|
289
|
+
data=payload,
|
|
290
|
+
method="POST",
|
|
291
|
+
headers={
|
|
292
|
+
"content-type": "application/json",
|
|
293
|
+
"accept": "application/json",
|
|
294
|
+
"x-evolve-managed-secret-token": CONFIG["token"],
|
|
295
|
+
"x-evolve-managed-secret-binding": CONFIG["binding"],
|
|
296
|
+
"x-evolve-managed-secret-channel": CHANNEL_SECRET,
|
|
297
|
+
},
|
|
298
|
+
)
|
|
299
|
+
with urllib.request.urlopen(req, timeout=30) as resp:
|
|
300
|
+
if resp.status < 200 or resp.status >= 300:
|
|
301
|
+
raise RuntimeError("managed secret channel registration failed")
|
|
302
|
+
|
|
303
|
+
def host_matches(pattern, host):
|
|
304
|
+
host = host.lower()
|
|
305
|
+
if pattern.startswith("*."):
|
|
306
|
+
base = pattern[2:]
|
|
307
|
+
return host != base and host.endswith("." + base)
|
|
308
|
+
return host == pattern
|
|
309
|
+
|
|
310
|
+
def is_managed_host(host):
|
|
311
|
+
clean = host.split(":", 1)[0].strip("[]").lower()
|
|
312
|
+
return any(host_matches(pattern, clean) for pattern in HOST_PATTERNS)
|
|
313
|
+
|
|
314
|
+
def safe_name(host):
|
|
315
|
+
return "".join(ch if ch.isalnum() or ch in "._-" else "_" for ch in host)[:180]
|
|
316
|
+
|
|
317
|
+
def ensure_cert(host):
|
|
318
|
+
name = safe_name(host)
|
|
319
|
+
cert = os.path.join(CERT_DIR, name + ".crt")
|
|
320
|
+
key = os.path.join(CERT_DIR, name + ".key")
|
|
321
|
+
if os.path.exists(cert) and os.path.exists(key):
|
|
322
|
+
return cert, key
|
|
323
|
+
csr = os.path.join(CERT_DIR, name + ".csr")
|
|
324
|
+
ext = os.path.join(CERT_DIR, name + ".ext")
|
|
325
|
+
san = "IP:" + host if host.replace(".", "").isdigit() else "DNS:" + host
|
|
326
|
+
with open(ext, "w", encoding="utf-8") as f:
|
|
327
|
+
f.write("basicConstraints=critical,CA:FALSE\n")
|
|
328
|
+
f.write("keyUsage=critical,digitalSignature,keyEncipherment\n")
|
|
329
|
+
f.write("subjectAltName=" + san + "\n")
|
|
330
|
+
f.write("extendedKeyUsage=serverAuth\n")
|
|
331
|
+
subprocess.run(
|
|
332
|
+
["openssl", "req", "-newkey", "rsa:2048", "-nodes", "-keyout", key, "-subj", "/CN=" + host, "-out", csr],
|
|
333
|
+
check=True,
|
|
334
|
+
stdout=subprocess.DEVNULL,
|
|
335
|
+
stderr=subprocess.DEVNULL,
|
|
336
|
+
)
|
|
337
|
+
subprocess.run(
|
|
338
|
+
[
|
|
339
|
+
"openssl", "x509", "-req", "-in", csr,
|
|
340
|
+
"-CA", CONFIG["ca_cert"], "-CAkey", CONFIG["ca_key"], "-CAcreateserial",
|
|
341
|
+
"-out", cert, "-days", "30", "-sha256", "-extfile", ext,
|
|
342
|
+
],
|
|
343
|
+
check=True,
|
|
344
|
+
stdout=subprocess.DEVNULL,
|
|
345
|
+
stderr=subprocess.DEVNULL,
|
|
346
|
+
)
|
|
347
|
+
return cert, key
|
|
348
|
+
|
|
349
|
+
def pipe_raw(client, host, port):
|
|
350
|
+
upstream = socket.create_connection((host, port), timeout=CONNECT_TIMEOUT_SECONDS)
|
|
351
|
+
client.settimeout(SOCKET_TIMEOUT_SECONDS)
|
|
352
|
+
upstream.settimeout(SOCKET_TIMEOUT_SECONDS)
|
|
353
|
+
try:
|
|
354
|
+
client.sendall(b"HTTP/1.1 200 Connection Established\r\n\r\n")
|
|
355
|
+
sockets = [client, upstream]
|
|
356
|
+
while True:
|
|
357
|
+
readable, _, _ = select.select(sockets, [], [], 120)
|
|
358
|
+
if not readable:
|
|
359
|
+
break
|
|
360
|
+
for sock in readable:
|
|
361
|
+
data = sock.recv(65536)
|
|
362
|
+
if not data:
|
|
363
|
+
return
|
|
364
|
+
(upstream if sock is client else client).sendall(data)
|
|
365
|
+
finally:
|
|
366
|
+
upstream.close()
|
|
367
|
+
|
|
368
|
+
def recv_until(sock, marker, limit=65536):
|
|
369
|
+
data = b""
|
|
370
|
+
while marker not in data:
|
|
371
|
+
chunk = sock.recv(4096)
|
|
372
|
+
if not chunk:
|
|
373
|
+
break
|
|
374
|
+
data += chunk
|
|
375
|
+
if len(data) > limit:
|
|
376
|
+
raise RuntimeError("request headers too large")
|
|
377
|
+
return data
|
|
378
|
+
|
|
379
|
+
def parse_headers(blob):
|
|
380
|
+
head, rest = blob.split(b"\r\n\r\n", 1)
|
|
381
|
+
lines = head.decode("iso-8859-1").split("\r\n")
|
|
382
|
+
request_line = lines[0]
|
|
383
|
+
headers = {}
|
|
384
|
+
for line in lines[1:]:
|
|
385
|
+
if not line or ":" not in line:
|
|
386
|
+
continue
|
|
387
|
+
name, value = line.split(":", 1)
|
|
388
|
+
headers[name.strip()] = value.strip()
|
|
389
|
+
return request_line, headers, rest
|
|
390
|
+
|
|
391
|
+
def header_value(headers, name):
|
|
392
|
+
wanted = name.lower()
|
|
393
|
+
for key, value in headers.items():
|
|
394
|
+
if key.lower() == wanted:
|
|
395
|
+
return value
|
|
396
|
+
return None
|
|
397
|
+
|
|
398
|
+
def read_chunked_body(sock, initial):
|
|
399
|
+
data = initial
|
|
400
|
+
body = b""
|
|
401
|
+
while True:
|
|
402
|
+
while b"\r\n" not in data:
|
|
403
|
+
chunk = sock.recv(4096)
|
|
404
|
+
if not chunk:
|
|
405
|
+
raise RuntimeError("incomplete chunked request")
|
|
406
|
+
data += chunk
|
|
407
|
+
line, data = data.split(b"\r\n", 1)
|
|
408
|
+
size = int((line.split(b";", 1)[0].strip() or b"0"), 16)
|
|
409
|
+
if size == 0:
|
|
410
|
+
return body
|
|
411
|
+
if len(body) + size > MAX_BODY_BYTES:
|
|
412
|
+
raise RuntimeError("request body too large")
|
|
413
|
+
while len(data) < size + 2:
|
|
414
|
+
chunk = sock.recv(65536)
|
|
415
|
+
if not chunk:
|
|
416
|
+
raise RuntimeError("incomplete chunked request")
|
|
417
|
+
data += chunk
|
|
418
|
+
body += data[:size]
|
|
419
|
+
data = data[size + 2:]
|
|
420
|
+
|
|
421
|
+
def read_request(tls_sock):
|
|
422
|
+
blob = recv_until(tls_sock, b"\r\n\r\n")
|
|
423
|
+
if not blob:
|
|
424
|
+
return None
|
|
425
|
+
request_line, headers, rest = parse_headers(blob)
|
|
426
|
+
transfer_encoding = (header_value(headers, "Transfer-Encoding") or "").lower()
|
|
427
|
+
if "chunked" in transfer_encoding:
|
|
428
|
+
return request_line, headers, read_chunked_body(tls_sock, rest)
|
|
429
|
+
length = int(header_value(headers, "Content-Length") or "0")
|
|
430
|
+
if length > MAX_BODY_BYTES:
|
|
431
|
+
raise RuntimeError("request body too large")
|
|
432
|
+
body = rest
|
|
433
|
+
while len(body) < length:
|
|
434
|
+
chunk = tls_sock.recv(min(65536, length - len(body)))
|
|
435
|
+
if not chunk:
|
|
436
|
+
break
|
|
437
|
+
body += chunk
|
|
438
|
+
return request_line, headers, body[:length]
|
|
439
|
+
|
|
440
|
+
def uses_placeholder(path, headers, body):
|
|
441
|
+
if any(ph in path for ph in PLACEHOLDERS):
|
|
442
|
+
return True
|
|
443
|
+
if any(ph in value for ph in PLACEHOLDERS for value in headers.values()):
|
|
444
|
+
return True
|
|
445
|
+
return any(ph_b in body for ph_b in PLACEHOLDER_BYTES)
|
|
446
|
+
|
|
447
|
+
def call_dashboard(method, url, headers, body):
|
|
448
|
+
payload = json.dumps({
|
|
449
|
+
"method": method,
|
|
450
|
+
"url": url,
|
|
451
|
+
"headers": headers,
|
|
452
|
+
"bodyBase64": base64.b64encode(body).decode("ascii") if body else "",
|
|
453
|
+
}).encode("utf-8")
|
|
454
|
+
req = urllib.request.Request(
|
|
455
|
+
CONFIG["egress_url"],
|
|
456
|
+
data=payload,
|
|
457
|
+
method="POST",
|
|
458
|
+
headers={
|
|
459
|
+
"content-type": "application/json",
|
|
460
|
+
"accept": "application/json",
|
|
461
|
+
"x-evolve-managed-secret-token": CONFIG["token"],
|
|
462
|
+
"x-evolve-managed-secret-binding": CONFIG["binding"],
|
|
463
|
+
"x-evolve-managed-secret-channel": CHANNEL_SECRET,
|
|
464
|
+
},
|
|
465
|
+
)
|
|
466
|
+
try:
|
|
467
|
+
with urllib.request.urlopen(req, timeout=130) as resp:
|
|
468
|
+
return resp.status, resp.reason, json.loads(resp.read().decode("utf-8"))
|
|
469
|
+
except urllib.error.HTTPError as err:
|
|
470
|
+
text = err.read().decode("utf-8", "replace")
|
|
471
|
+
return err.code, "Managed Secret Egress Error", {"headers": {"content-type": "application/json"}, "bodyBase64": base64.b64encode(text.encode()).decode("ascii")}
|
|
472
|
+
|
|
473
|
+
def read_limited_response(stream):
|
|
474
|
+
chunks = []
|
|
475
|
+
total = 0
|
|
476
|
+
while True:
|
|
477
|
+
chunk = stream.read(65536)
|
|
478
|
+
if not chunk:
|
|
479
|
+
break
|
|
480
|
+
total += len(chunk)
|
|
481
|
+
if total > MAX_BODY_BYTES:
|
|
482
|
+
raise RuntimeError("response body too large")
|
|
483
|
+
chunks.append(chunk)
|
|
484
|
+
return b"".join(chunks)
|
|
485
|
+
|
|
486
|
+
def call_direct(method, url, headers, body):
|
|
487
|
+
hop_by_hop = {"connection", "proxy-connection", "keep-alive", "transfer-encoding", "upgrade", "host", "content-length"}
|
|
488
|
+
request_headers = {k: v for k, v in headers.items() if k.lower() not in hop_by_hop}
|
|
489
|
+
req = urllib.request.Request(
|
|
490
|
+
url,
|
|
491
|
+
data=body if body else None,
|
|
492
|
+
method=method,
|
|
493
|
+
headers=request_headers,
|
|
494
|
+
)
|
|
495
|
+
try:
|
|
496
|
+
with urllib.request.urlopen(req, timeout=130) as resp:
|
|
497
|
+
return resp.status, resp.reason, {
|
|
498
|
+
"headers": dict(resp.headers.items()),
|
|
499
|
+
"bodyBase64": base64.b64encode(read_limited_response(resp)).decode("ascii"),
|
|
500
|
+
}
|
|
501
|
+
except urllib.error.HTTPError as err:
|
|
502
|
+
return err.code, err.reason, {
|
|
503
|
+
"headers": dict(err.headers.items()),
|
|
504
|
+
"bodyBase64": base64.b64encode(read_limited_response(err)).decode("ascii"),
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
def send_response(tls_sock, status, reason, result):
|
|
508
|
+
body = base64.b64decode(result.get("bodyBase64") or "")
|
|
509
|
+
headers = {str(k): str(v) for k, v in (result.get("headers") or {}).items()}
|
|
510
|
+
headers["content-length"] = str(len(body))
|
|
511
|
+
headers["connection"] = "close"
|
|
512
|
+
status_line = ("HTTP/1.1 %d %s\r\n" % (status, reason or "")).encode("ascii", "replace")
|
|
513
|
+
header_blob = b"".join((name + ": " + value + "\r\n").encode("iso-8859-1", "replace") for name, value in headers.items())
|
|
514
|
+
tls_sock.sendall(status_line + header_blob + b"\r\n" + body)
|
|
515
|
+
|
|
516
|
+
def dispatch_managed_request(method, url, headers, body):
|
|
517
|
+
if uses_placeholder(url, headers, body):
|
|
518
|
+
return call_dashboard(method, url, headers, body)
|
|
519
|
+
return call_direct(method, url, headers, body)
|
|
520
|
+
|
|
521
|
+
def handle_managed_connect(client, host, port):
|
|
522
|
+
client.sendall(b"HTTP/1.1 200 Connection Established\r\n\r\n")
|
|
523
|
+
cert, key = ensure_cert(host)
|
|
524
|
+
ctx = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER)
|
|
525
|
+
ctx.load_cert_chain(cert, key)
|
|
526
|
+
client.settimeout(SOCKET_TIMEOUT_SECONDS)
|
|
527
|
+
tls_sock = ctx.wrap_socket(client, server_side=True)
|
|
528
|
+
tls_sock.settimeout(SOCKET_TIMEOUT_SECONDS)
|
|
529
|
+
try:
|
|
530
|
+
request = read_request(tls_sock)
|
|
531
|
+
if not request:
|
|
532
|
+
return
|
|
533
|
+
request_line, headers, body = request
|
|
534
|
+
parts = request_line.split()
|
|
535
|
+
if len(parts) < 2:
|
|
536
|
+
raise RuntimeError("bad request line")
|
|
537
|
+
method, path = parts[0].upper(), parts[1]
|
|
538
|
+
if path.startswith("http://") or path.startswith("https://"):
|
|
539
|
+
url = path
|
|
540
|
+
else:
|
|
541
|
+
url = "https://%s%s" % (host if port == 443 else host + ":" + str(port), path)
|
|
542
|
+
status, reason, result = dispatch_managed_request(method, url, headers, body)
|
|
543
|
+
send_response(tls_sock, status, reason, result)
|
|
544
|
+
finally:
|
|
545
|
+
try:
|
|
546
|
+
tls_sock.close()
|
|
547
|
+
except Exception:
|
|
548
|
+
pass
|
|
549
|
+
|
|
550
|
+
def handle_client(client):
|
|
551
|
+
try:
|
|
552
|
+
client.settimeout(SOCKET_TIMEOUT_SECONDS)
|
|
553
|
+
blob = recv_until(client, b"\r\n\r\n")
|
|
554
|
+
if not blob:
|
|
555
|
+
return
|
|
556
|
+
request_line, headers, rest = parse_headers(blob)
|
|
557
|
+
parts = request_line.split()
|
|
558
|
+
if len(parts) < 3:
|
|
559
|
+
return
|
|
560
|
+
if parts[0].upper() == "CONNECT":
|
|
561
|
+
target = parts[1]
|
|
562
|
+
if ":" in target:
|
|
563
|
+
host, port_s = target.rsplit(":", 1)
|
|
564
|
+
port = int(port_s)
|
|
565
|
+
else:
|
|
566
|
+
host, port = target, 443
|
|
567
|
+
host = host.strip("[]")
|
|
568
|
+
if is_managed_host(host):
|
|
569
|
+
handle_managed_connect(client, host, port)
|
|
570
|
+
else:
|
|
571
|
+
pipe_raw(client, host, port)
|
|
572
|
+
return
|
|
573
|
+
client.sendall(b"HTTP/1.1 501 Not Implemented\r\ncontent-length: 0\r\nconnection: close\r\n\r\n")
|
|
574
|
+
except Exception as exc:
|
|
575
|
+
try:
|
|
576
|
+
body = json.dumps({"error": str(exc)}).encode("utf-8")
|
|
577
|
+
client.sendall(b"HTTP/1.1 502 Bad Gateway\r\ncontent-type: application/json\r\ncontent-length: " + str(len(body)).encode() + b"\r\nconnection: close\r\n\r\n" + body)
|
|
578
|
+
except Exception:
|
|
579
|
+
pass
|
|
580
|
+
finally:
|
|
581
|
+
try:
|
|
582
|
+
client.close()
|
|
583
|
+
except Exception:
|
|
584
|
+
pass
|
|
585
|
+
|
|
586
|
+
def serve():
|
|
587
|
+
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
|
588
|
+
server.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
|
|
589
|
+
server.bind(("127.0.0.1", int(CONFIG["port"])))
|
|
590
|
+
server.listen(100)
|
|
591
|
+
while True:
|
|
592
|
+
client, _ = server.accept()
|
|
593
|
+
if not WORKERS.acquire(blocking=False):
|
|
594
|
+
try:
|
|
595
|
+
client.sendall(b"HTTP/1.1 503 Service Unavailable\r\ncontent-length: 0\r\nconnection: close\r\n\r\n")
|
|
596
|
+
except Exception:
|
|
597
|
+
pass
|
|
598
|
+
client.close()
|
|
599
|
+
continue
|
|
600
|
+
def run_client():
|
|
601
|
+
try:
|
|
602
|
+
handle_client(client)
|
|
603
|
+
finally:
|
|
604
|
+
WORKERS.release()
|
|
605
|
+
thread = threading.Thread(target=run_client, daemon=True)
|
|
606
|
+
thread.start()
|
|
607
|
+
|
|
608
|
+
if __name__ == "__main__":
|
|
609
|
+
register_channel()
|
|
610
|
+
serve()
|
|
611
|
+
`;function oa(t){return (t||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,"")}function aa(t){let e=t.apiKey||process.env.EVOLVE_API_KEY;if(!e)throw new Error("EVOLVE_API_KEY is required for managed secrets");return e}async function ca(t){return await t.text().catch(()=>"")}async function vt(t,e,n={}){let r=await fetch(`${oa(t.dashboardUrl)}${e}`,{...n,headers:{Authorization:`Bearer ${aa(t)}`,accept:"application/json",...n.body?{"content-type":"application/json"}:{},...n.headers||{}}});if(!r.ok)throw new Error(`Managed secrets request failed (${r.status}): ${await ca(r)}`);return await r.json()}function En(t={}){return {async list(){return (await vt(t,"/api/managed-secrets")).secrets??[]}}}function la(t){return Array.isArray(t)&&t.every(e=>typeof e=="string")}function Ss(t){try{return new URL(t).protocol==="https:"}catch{return false}}function da(t){if(!t||typeof t!="object"||Array.isArray(t))return false;let e=t;return typeof e.token=="string"&&e.token.startsWith("evrt_")&&typeof e.bindingSecret=="string"&&e.bindingSecret.startsWith("evrb_")&&typeof e.egressUrl=="string"&&Ss(e.egressUrl)&&typeof e.channelUrl=="string"&&Ss(e.channelUrl)&&typeof e.expiresAt=="string"&&Array.isArray(e.env)&&e.env.every(n=>{if(!n||typeof n!="object"||Array.isArray(n))return false;let r=n;return typeof r.name=="string"&&typeof r.envName=="string"&&typeof r.placeholder=="string"&&r.placeholder.startsWith("evsec_")&&la(r.allowedHosts)})}async function _s(t,e){let n=await vt(t,"/api/managed-secrets/runtime-token",{method:"POST",body:JSON.stringify(e)});if(!da(n))throw new Error("Invalid managed secret runtime token response");return n}async function Ts(t,e){return (await vt(t,"/api/managed-secrets/runtime-token",{method:"PATCH",body:JSON.stringify(e)})).ok}async function Ps(t,e){return (await vt(t,"/api/managed-secrets/runtime-token",{method:"DELETE",body:JSON.stringify(e)})).ok}function ua(t){if(!Array.isArray(t)||t.length===0)throw new Error("withManagedSecrets() requires at least one secret");return t.map((e,n)=>{if(!e||typeof e!="object"||Array.isArray(e))throw new Error(`managedSecrets[${n}] must be an object with a name`);let r=xs(e.name,`managedSecrets[${n}].name`),s=e.as===void 0?void 0:xs(e.as,`managedSecrets[${n}].as`);return s?{name:r,as:s}:{name:r}})}function xs(t,e){if(typeof t!="string"||!t.trim())throw new Error(`${e} is required`);let n=t.trim().toUpperCase();if(!/^[A-Z_][A-Z0-9_]{0,127}$/.test(n))throw new Error(`${e} must be a valid environment variable name`);if(n.startsWith("EVOLVE_"))throw new Error(`${e} cannot use the reserved EVOLVE_ prefix`);return n}function pa(t){let e=new Set(["EVOLVE_API_KEY","EVOLVE_PROVIDER_RUNTIME_BINDING","GEMINI_DEFAULT_AUTH_TYPE",...Cs]),n=r=>{r&&e.add(r);};n(t.apiKeyEnv),n(t.baseUrlEnv),n(t.customHeadersEnv),n(t.gatewayConfigEnv),t.spendTrackingEnvs&&(n(t.spendTrackingEnvs.sessionTagEnv),n(t.spendTrackingEnvs.runTagEnv));for(let r of Object.values(t.providerEnvMap??{}))n(r.keyEnv);return e}function Is(t,e){if(!t)return;let n=ua(t),r=pa(e),s=new Set;for(let c of n){let l=c.as||c.name;if(r.has(l))throw new Error(`${l} is reserved for Evolve-managed sandbox services and cannot be used as a managed secret env var`);if(s.has(l))throw new Error(`duplicate managed secret env var: ${l}`);s.add(l);}return n}function As(t){let e={};for(let s of t.env)e[s.envName]=s.placeholder;let n=`http://127.0.0.1:${bt}`;e.HTTPS_PROXY=n,e.https_proxy=n,e.NODE_EXTRA_CA_CERTS=ee,e.SSL_CERT_FILE=ce,e.REQUESTS_CA_BUNDLE=ce,e.CURL_CA_BUNDLE=ce,e.GIT_SSL_CAINFO=ce;let r=new URL(t.egressUrl).hostname;return e.NO_PROXY=`localhost,127.0.0.1,::1,${r}`,e.no_proxy=e.NO_PROXY,e}function Os(t){let e=Array.from(new Set(t.env.flatMap(n=>n.allowedHosts)));return JSON.stringify({egress_url:t.egressUrl,channel_url:t.channelUrl,token:t.token,binding:t.bindingSecret,hosts:e,placeholders:t.env.map(n=>n.placeholder),base_dir:O,ca_cert:ee,ca_key:wt,port:bt,max_body_bytes:10*1024*1024},null,2)}function Ms(){return ["umask 077",`mkdir -p ${O}/certs`,`chmod 700 ${O} ${O}/certs`,`chmod 700 ${De} 2>/dev/null || true`,`chmod 600 ${le} 2>/dev/null || true`,`if [ ! -f ${wt} ]; then openssl genrsa -out ${wt} 2048 >/dev/null 2>&1; fi`,`if [ ! -f ${ee} ]; then openssl req -x509 -new -nodes -key ${wt} -sha256 -days 30 -subj "/CN=Evolve Managed Secrets" -addext "basicConstraints=critical,CA:TRUE" -addext "keyUsage=critical,keyCertSign,cRLSign" -out ${ee} >/dev/null 2>&1; fi`,`SYSTEM_CA_BUNDLE=""; for p in /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/ca-bundle.pem; do if [ -f "$p" ]; then SYSTEM_CA_BUNDLE="$p"; break; fi; done; if [ -n "$SYSTEM_CA_BUNDLE" ]; then cat "$SYSTEM_CA_BUNDLE" ${ee} > ${ce}; else cp ${ee} ${ce}; fi`,`if command -v update-ca-certificates >/dev/null 2>&1; then cp ${ee} /usr/local/share/ca-certificates/evolve-managed-secrets.crt 2>/dev/null && update-ca-certificates >/dev/null 2>&1 || true; fi`].join(" && ")}function Ds(){return `umask 077 && exec python3 ${De} ${le}`}function Us(){return `rm -f ${le}`}var kt=256,Bs=100*1024*1024,$s=500*1024*1024;function Ue(t){return `'${t.replaceAll("'",`'"'"'`)}'`}function ga(t){let e=t.trim();if(e==="")return [];let n=Buffer.from(e,"base64"),r=[],s=0;for(let c=0;c<n.length;c++)n[c]===0&&(r.push(n.toString("utf8",s,c)),s=c+1);return s<n.length&&r.push(n.toString("utf8",s,n.length)),r}async function Ls(t,e,n){if(n.length===0||n.length>kt)throw new Error(`collectArtifacts() requires between 1 and ${kt} paths.`);let r=n.map(u=>{if(!u||u.includes("\0"))throw new Error(`Invalid artifact path: ${JSON.stringify(u)}`);let p=Se.posix.normalize(u);if(!Se.posix.isAbsolute(p)&&(p===".."||p.startsWith("../")))throw new Error(`Artifact path escapes the working directory: ${u}`);return Se.posix.isAbsolute(p)?p:Se.posix.join(e,p)}),c=(await t.commands.run(r.map(u=>`if [ ! -e ${Ue(u)} ]; then echo MISSING ${Ue(u)}; elif [ ! -r ${Ue(u)} ]; then echo UNREADABLE ${Ue(u)}; fi`).join("; "),{cwd:e,timeoutMs:15e3})).stdout.split(`
|
|
612
|
+
`).map(u=>u.trim()).filter(Boolean);if(c.length>0)throw new Error(`Artifact roots are not collectable: ${c.join("; ")}`);let l;try{l=await t.commands.run(`set -o pipefail 2>/dev/null; find -- ${r.map(Ue).join(" ")} -type f -printf '%p\\0%s\\0' | base64 -w0`,{cwd:e,timeoutMs:3e4});}catch(u){throw new Error(`Artifact listing failed: ${u.message}`)}if(l.exitCode!==0)throw new Error(`Artifact listing failed (exit ${l.exitCode}): ${(l.stderr||"").slice(0,500)}`);let o=ga(l.stdout);if(o.length%2!==0)throw new Error("Sandbox returned malformed artifact metadata.");let a=new Map,d=0;for(let u=0;u<o.length;u+=2){let p=o[u],g=Number(o[u+1]);if(!Number.isSafeInteger(g)||g<0)throw new Error(`Sandbox returned an invalid artifact size: ${p}`);if(g>Bs)throw new Error(`Artifact exceeds ${Bs} bytes: ${p}`);a.has(p)||(a.set(p,g),d+=g);}if(a.size>kt)throw new Error(`Artifact collection exceeds ${kt} files.`);if(d>$s)throw new Error(`Artifact collection exceeds ${$s} bytes.`);let i={};for(let u of [...a.keys()].sort()){let p=r.some(f=>u===f||u.startsWith(`${f.replace(/\/$/,"")}/`));if(!Se.posix.isAbsolute(u)||!p)throw new Error(`Sandbox returned an invalid artifact path: ${u}`);let g=Se.posix.relative(e,u),m=g&&g!==".."&&!g.startsWith("../")?g:u;i[m]=await t.files.read(u);}return i}var St="EVOLVE_PROVIDER_RUNTIME_BINDING",Rn="gemini-api-key";function Be(t){switch(t){case "claude":return "anthropic";case "codex":return "openai";case "gemini":return "gemini";case "qwen":return "dashscope";case "kimi":return "kimi";case "opencode":return "openrouter";case "droid":return "droid";default:return null}}function ya(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\$/g,"\\$").replace(/`/g,"\\`")}function Ns(t){return `${t}-${crypto.randomBytes(8).toString("hex")}`}function _n(t,e,n="newline"){let r=new Map;if(t){let s=n==="comma"?t.split(/,(?=\s*[^,:]+:)/):t.split(/\r?\n/);for(let c of s){let l=c.trim();if(!l)continue;let o=l.indexOf(":");if(o<=0)continue;let a=l.slice(0,o).trim(),d=l.slice(o+1).trim();r.set(a.toLowerCase(),`${a}: ${d}`);}}for(let[s,c]of Object.entries(e)){let l=s.toLowerCase();if(l===J&&r.has(l)&&n==="newline"){let o=r.get(l),a=o.slice(o.indexOf(":")+1).trim();r.set(l,`${s}: ${a},${c}`);}else r.set(l,`${s}: ${c}`);}return Array.from(r.values()).join(n==="comma"?", ":`
|
|
613
|
+
`)}var wa=262144,ba=128e3;function Fs(t,e){if(t.models.some(s=>s.alias===e||s.modelId===e))return true;let n=t.gatewayModelAliases;if(n&&(e in n||Object.values(n).includes(e)))return true;let r=t.directModelAliases;return !!(r&&(e in r||Object.values(r).includes(e)))}var va=new Set(["low","medium","high","xhigh","max"]);function Ks(t){if(t)return va.has(t)?t:void 0}function xt(t){let e=t.replace(/\/+$/,"");return e.endsWith("/v1")?e:`${e}/v1`}var $e=class{agentConfig;options;sandbox;hasRun=false;workingDir;homeDir;lastRunTimestamp;registry;sessionTag;previousSessionTag;sessionLogger;activeCommand;activeProcessId=null;activeOperationId=null;activeOperationKind=null;nextOperationId=0;interruptedOperations=new Set;sandboxState;agentState="idle";droidSessionId;managedBrowserSession;providerRuntimeToken;managedSecretRuntimeToken;managedSecretProxy;credentialsSealed=false;skills;storage;lastCheckpointId;zodSchema;jsonSchema;schemaOptions;compiledValidator;constructor(e,n={}){if(n.managedSecrets){if(e.isDirectMode)throw new Error("managed secrets are available only in gateway mode with EVOLVE_API_KEY");if(n.sandboxId)throw new Error("managed secrets cannot be used with an existing sandbox; grants are sandbox-scoped.");if(n.sandboxProvider&&!xe(n.sandboxProvider))throw new Error("managed secrets require an Evolve-managed sandbox provider")}if(this.agentConfig=e,this.options=n,n.sandboxId&&n.sandboxCreateOptions?.user)throw new Error("sandbox user cannot be enforced when attaching to an existing sandbox; create a fresh sandbox with the user instead");if(this.homeDir=jn(n.sandboxCreateOptions?.user,n.sandboxCreateOptions?.homeDir),this.homeDir!==L){if(n.storage)throw new Error("Checkpoint storage requires the default /home/user sandbox home directory; remove sandbox user/homeDir or storage");if(n.managedBrowser||n.browserCredentials)throw new Error("Managed browser features require the default /home/user sandbox home directory")}if(this.workingDir=n.workingDirectory||n.sandboxCreateOptions?.workingDirectory||`${this.homeDir}/workspace`,this.sandboxState=n.sandboxId?"ready":"stopped",n.workspaceMode==="task"&&[n.context,n.files,n.systemPrompt,n.browserPrompt,n.schema].some(Boolean))throw new Error('workspaceMode "task" cannot be combined with context, files, systemPrompt, browserPrompt, or schema; the task owns the working directory');if(this.skills=n.skills,this.storage=n.storage,n.schema)if(F(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=B(e.type),this.sessionTag=Ns(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,s){let c=++this.nextOperationId;return this.activeOperationId=c,this.activeOperationKind=e,this.activeCommand=n,this.activeProcessId=n.processId,this.sandboxState="running",this.agentState="running",this.emitLifecycle(r,s),c}finalizeOperation(e,n,r,s="idle",c="ready"){return this.activeOperationId!==e?false:(this.invalidateActiveOperation(),this.sandboxState=c,this.agentState=s,this.emitLifecycle(n,r),true)}watchBackgroundOperation(e,n,r,s,c){let l=n==="run"?"run_background_complete":"command_background_complete",o=n==="run"?"run_background_failed":"command_background_failed",a=n==="run"?"run_interrupted":"command_interrupted";r.wait().then(async d=>{if(this.interruptedOperations.delete(e)||d.exitCode===130){this.finalizeOperation(e,s,a,"interrupted");return}n==="run"&&c&&await this.writeDroidSessionState(c);let u=d.exitCode===0?l:o,p=d.exitCode===0?"idle":"error";this.finalizeOperation(e,s,u,p);}).catch(()=>{this.interruptedOperations.delete(e),this.finalizeOperation(e,s,o,"error");});}createAjvValidator(){let n={...Ut[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 ma__default.default({...n,strict:false})}async getSandbox(e){if(this.sandbox)return this.sandbox;if(this.credentialsSealed)throw new Error("Agent credentials are sealed and this Evolve instance cannot create or attach another 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");let r=false;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),await this.ensureProviderRuntimeToken(),await this.ensureManagedSecretRuntimeToken();let s=this.buildEnvironmentVariables();this.sandbox=await n.create(this.buildSandboxCreateOptions(s)),r=!0,await this.bindProviderRuntimeToken(this.sandbox.sandboxId),await this.bindManagedSecretRuntimeToken(this.sandbox.sandboxId),await this.setupManagedSecretEgress(this.sandbox),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 r&&this.sandbox&&(await this.sandbox.kill().catch(()=>{}),this.sandbox=void 0),await this.closeManagedBrowserSession().catch(()=>{}),await this.closeProviderRuntimeToken().catch(()=>{}),await this.closeManagedSecretRuntimeToken().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(e,"sandbox_error"),s}return this.sandbox}resolveKimiMaxContextSize(){if(typeof this.agentConfig.maxContextSize=="number")return this.agentConfig.maxContextSize;let e=this.agentConfig.model||this.registry.defaultModel;return Fs(this.registry,e)||Fs(this.registry,this.resolveCommandModel(e))?this.registry.spendTrackingTomlProvider?.maxContextSize??wa:ba}buildKimiDirectModelEnvs(){let e=we(this.agentConfig.reasoningEffort),n=Ks(this.agentConfig.reasoningEffort),r={KIMI_MODEL_NAME:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),KIMI_MODEL_API_KEY:this.agentConfig.apiKey,KIMI_MODEL_PROVIDER_TYPE:"kimi",KIMI_MODEL_MAX_CONTEXT_SIZE:String(this.resolveKimiMaxContextSize()),KIMI_MODEL_DEFAULT_THINKING:e?"true":"false",KIMI_MODEL_THINKING_MODE:e?"on":"off"};return n&&(r.KIMI_MODEL_THINKING_EFFORT=n),this.agentConfig.baseUrl&&(r.KIMI_MODEL_BASE_URL=this.agentConfig.baseUrl),r}buildEnvironmentVariables(){let e={},n=this.validatedUserSecretsForEnvironment();if(this.agentConfig.type==="kimi"&&this.agentConfig.isDirectMode)Object.assign(e,this.buildKimiDirectModelEnvs());else if(this.agentConfig.oauthFileContent)this.registry.oauthActivationEnv&&(e[this.registry.oauthActivationEnv.key]=this.registry.oauthActivationEnv.value);else if(!(this.agentConfig.type==="kimi"&&!this.agentConfig.isDirectMode)){if(!(!this.agentConfig.isDirectMode&&Be(this.agentConfig.type))){if(!(this.registry.skipApiKeyEnvInGateway&&!this.agentConfig.isDirectMode))if(this.registry.providerEnvMap&&!this.agentConfig.isDirectMode)for(let r of Object.values(this.registry.providerEnvMap))e[r.keyEnv]=this.agentConfig.apiKey;else {let r=this.agentConfig.model?.split("/")[0],s=r?this.registry.providerEnvMap?.[r]:void 0,c=s?s.keyEnv:this.registry.apiKeyEnv,l=this.agentConfig.isOAuth&&this.registry.oauthEnv?this.registry.oauthEnv:c;e[l]=this.agentConfig.apiKey;}}}if(this.agentConfig.isDirectMode&&!this.agentConfig.isOAuth&&this.agentConfig.type!=="kimi")this.agentConfig.baseUrl&&this.registry.baseUrlEnv&&(e[this.registry.baseUrlEnv]=this.agentConfig.baseUrl);else if(!this.agentConfig.isDirectMode){let r=$(this.registry.gatewayPath),s=this.requireActiveProviderRuntimeToken();if(this.registry.gatewayConfigEnv?e[this.registry.gatewayConfigEnv]=this.buildGatewayConfigJson({[U]:this.sessionTag,...this.providerRuntimeHeaderUpdates()}):this.registry.baseUrlEnv&&this.agentConfig.type!=="kimi"&&(e[this.registry.baseUrlEnv]=s?.baseUrl??r),s&&(this.shouldExposeProviderRuntimeTokenEnv()&&(e[this.registry.apiKeyEnv]=s.token),this.agentConfig.type==="gemini"&&(e.GEMINI_DEFAULT_AUTH_TYPE=Rn),this.registry.spendTrackingEnvs&&(e[St]=s.bindingSecret)),!s){if(Be(this.agentConfig.type))throw new Error(`${this.agentConfig.type} gateway mode requires a Dashboard runtime token before sandbox setup`);e[I]=this.agentConfig.apiKey;}}if(this.agentConfig.externalGateway&&this.registry.gatewayConfigEnv&&(e[this.registry.gatewayConfigEnv]=this.buildGatewayConfigJson({})),this.agentConfig.externalGateway&&this.agentConfig.type==="gemini"&&(e.GEMINI_CLI_TRUST_WORKSPACE="true"),this.agentConfig.type==="claude"&&(e.IS_SANDBOX="1"),this.managedBrowserSession&&this.options.managedBrowser&&Object.assign(e,vn(this.options.managedBrowser.provider,this.managedBrowserSession).envs),this.managedSecretRuntimeToken&&Object.assign(e,As(this.managedSecretRuntimeToken)),n&&Object.assign(e,n),!this.agentConfig.isDirectMode&&this.registry.customHeadersEnv){let r=this.registry.customHeadersEnv,s=this.registry.customHeadersFormat||"newline";e[r]=_n(e[r],{[U]:this.sessionTag,...this.providerRuntimeHeaderUpdates()},s);}return !this.agentConfig.isDirectMode&&this.registry.spendTrackingEnvs&&(e[this.registry.spendTrackingEnvs.sessionTagEnv]=this.sessionTag),e}buildSandboxCreateOptions(e){return {...this.options.sandboxCreateOptions,envs:e,workingDirectory:this.workingDir}}validatedUserSecretsForEnvironment(){let e={...this.options.sandboxCreateOptions?.envs,...this.options.secrets};if(Object.keys(e).length===0)return;let n=new Set;this.agentConfig.isDirectMode||(n.add(I),n.add(St),this.agentConfig.type==="gemini"&&n.add("GEMINI_DEFAULT_AUTH_TYPE"));let r=c=>{c&&n.add(c);};r(this.registry.apiKeyEnv),r(this.registry.baseUrlEnv);for(let c of Object.values(this.registry.providerEnvMap??{}))r(c.keyEnv);if(this.managedSecretRuntimeToken)for(let c of Es())n.add(c);for(let c of this.managedSecretRuntimeToken?.env??[])r(c.envName);let s={};for(let[c,l]of Object.entries(e)){if(n.has(c))throw new Error(`${c} is reserved for Evolve-managed sandbox services and cannot be set with secrets`);c!==this.registry.gatewayConfigEnv&&(s[c]=l);}return s}async ensureManagedBrowserSession(e){this.managedBrowserSession||!this.options.managedBrowser||(this.managedBrowserSession=await fs(this.options.managedBrowser,this.sessionTag,{browserCredentials:this.options.browserCredentials!==void 0}),this.emitLifecycle(e,"browser_ready"));}async ensureProviderRuntimeToken(){let e=Be(this.agentConfig.type);if(this.agentConfig.isDirectMode||!e||!this.options.providerRouting||this.providerRuntimeToken)return;let n;try{n=await bs(this.options.providerRouting,{provider:e,sessionTag:this.sessionTag});}catch(r){throw ws(r)?new Error(`${e} runtime token endpoint is required in gateway mode: ${r.message}`):r}this.providerRuntimeToken=n,this.providerRuntimeToken&&this.sandbox?.sandboxId&&await this.bindProviderRuntimeToken(this.sandbox.sandboxId);}async bindProviderRuntimeToken(e){if(!this.providerRuntimeToken||!this.options.providerRouting)return;if(!await vs(this.options.providerRouting,{token:this.providerRuntimeToken.token,sandboxId:e}))throw new Error("Failed to bind provider runtime token to sandbox")}async setupManagedBrowser(e){if(!this.managedBrowserSession||!this.options.managedBrowser)return;let n=vn(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 hs(this.options.managedBrowser,e);}catch(n){console.warn(`[Evolve] Managed browser cleanup failed: ${n.message}`);}}async closeProviderRuntimeToken(e=false){if(!this.providerRuntimeToken||!this.options.providerRouting)return;let n=this.providerRuntimeToken,r;for(let c=0;c<3;c++)try{if(!await ks(this.options.providerRouting,{token:n.token}))throw new Error("Dashboard returned ok=false");this.providerRuntimeToken=void 0;return}catch(l){r=l,c<2&&await new Promise(o=>setTimeout(o,100*(c+1)));}let s=`Provider runtime token cleanup failed: ${r.message}`;if(e)throw new Error(s);console.warn(`[Evolve] ${s}`),this.providerRuntimeToken=void 0;}async ensureManagedSecretRuntimeToken(){this.managedSecretRuntimeToken||!this.options.managedSecrets||(this.managedSecretRuntimeToken=await _s({apiKey:this.options.managedSecrets.apiKey,dashboardUrl:this.options.managedSecrets.dashboardUrl},{sessionTag:this.sessionTag,secrets:this.options.managedSecrets.secrets}));}async bindManagedSecretRuntimeToken(e){if(!this.managedSecretRuntimeToken||!this.options.managedSecrets)return;if(!await Ts({apiKey:this.options.managedSecrets.apiKey,dashboardUrl:this.options.managedSecrets.dashboardUrl},{token:this.managedSecretRuntimeToken.token,sandboxId:e}))throw new Error("Failed to bind managed secret runtime token to sandbox")}async setupManagedSecretEgress(e){if(!this.managedSecretRuntimeToken)return;if(await e.files.makeDir(O),await e.commands.run(`umask 077 && mkdir -p ${O}/certs && chmod 700 ${O} ${O}/certs`,{timeoutMs:5e3}),await e.files.write(De,Rs),await e.files.write(le,Os(this.managedSecretRuntimeToken)),await e.commands.run(`chmod 700 ${De} && chmod 600 ${le}`,{timeoutMs:5e3}),await e.commands.run(Ms(),{timeoutMs:3e4}),this.managedSecretProxy=await e.commands.spawn(Ds(),{timeoutMs:3e4}),(await e.commands.run(`python3 - <<'PY'
|
|
614
|
+
import socket, sys, time
|
|
615
|
+
for _ in range(50):
|
|
616
|
+
try:
|
|
617
|
+
s = socket.create_connection(("127.0.0.1", ${bt}), timeout=0.2)
|
|
618
|
+
s.close()
|
|
619
|
+
sys.exit(0)
|
|
620
|
+
except OSError:
|
|
621
|
+
time.sleep(0.1)
|
|
622
|
+
sys.exit(1)
|
|
623
|
+
PY`,{timeoutMs:1e4})).exitCode!==0)throw new Error("Managed secret egress proxy failed to start");await e.commands.run(Us(),{timeoutMs:5e3});}async closeManagedSecretRuntimeToken(){let e=this.managedSecretProxy;if(this.managedSecretProxy=void 0,e&&await e.kill().catch(()=>false),!this.managedSecretRuntimeToken||!this.options.managedSecrets)return;let n=this.managedSecretRuntimeToken,r;try{for(let s=0;s<3;s++)try{if(!await Ps({apiKey:this.options.managedSecrets.apiKey,dashboardUrl:this.options.managedSecrets.dashboardUrl},{token:n.token}))throw new Error("Dashboard returned ok=false");return}catch(c){r=c,s<2&&await new Promise(l=>setTimeout(l,100*(s+1)));}console.warn(`[Evolve] Managed secret runtime token cleanup failed: ${r.message}`);}finally{this.managedSecretRuntimeToken=void 0;}}buildGatewayConfigJson(e){let n=this.requireActiveProviderRuntimeToken(),r=this.agentConfig.externalGateway?this.agentConfig.baseUrl??xt($(this.registry.gatewayPath)):n?.baseUrl??xt($(this.registry.gatewayPath)),s=this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),c={},l=this.options.secrets?.[this.registry.gatewayConfigEnv];if(l)try{c=JSON.parse(l);}catch{}let o=c.provider??{},a=o.litellm??{},d=a.options??{},i=a.models??{},u=i[s]??{},p=u.headers??{},g=this.agentConfig.type==="opencode"?Ft(this.agentConfig.reasoningEffort):void 0,m=u.variants??{},f=g?m[g]??{}:void 0;return c.provider={...o,litellm:{...a,npm:"@ai-sdk/openai-compatible",options:{...d,baseURL:r,apiKey:n?.token??this.agentConfig.apiKey},models:{...i,[s]:{...u,name:s,headers:{...p,...e},...g?{variants:{...m,[g]:{...f,reasoningEffort:g}}}:{}}}}},JSON.stringify(c)}activeProviderRuntimeToken(){let e=Be(this.agentConfig.type);return e&&this.providerRuntimeToken?.provider===e?this.providerRuntimeToken:void 0}requireActiveProviderRuntimeToken(){let e=Be(this.agentConfig.type),n=this.activeProviderRuntimeToken();if(!this.agentConfig.isDirectMode&&e&&!n)throw new Error(`${this.agentConfig.type} gateway mode requires a Dashboard runtime token before sandbox setup`);return n}ensureSessionLogger(e){if(this.sessionLogger)return;let n=this.options.sandboxProvider;this.sessionLogger=new Ee({provider:n?.name||n?.providerType||"unknown",agent:this.agentConfig.type,model:this.agentConfig.model||this.registry.defaultModel,sandboxId:e.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}:{}}});}async flushSessionLoggerWithTimeout(e=2e3){this.sessionLogger&&await Promise.race([this.sessionLogger.flush(),new Promise(n=>setTimeout(n,e))]);}requiresPreRunDashboardIngest(){return !!(this.activeProviderRuntimeToken()||this.managedSecretRuntimeToken)}providerRuntimeHeaderUpdates(){let e=this.activeProviderRuntimeToken();return e?{[xn]:e.bindingSecret}:{}}shouldExposeProviderRuntimeTokenEnv(){return this.agentConfig.type!=="kimi"&&!this.registry.gatewayConfigEnv}buildProviderRuntimeProcessEnvs(){if(this.agentConfig.externalGateway){if(this.agentConfig.type==="kimi")return this.buildKimiDirectModelEnvs();let r={[this.registry.apiKeyEnv]:this.agentConfig.apiKey};return this.registry.baseUrlEnv&&this.agentConfig.baseUrl&&(r[this.registry.baseUrlEnv]=this.agentConfig.baseUrl),this.registry.gatewayConfigEnv&&(r[this.registry.gatewayConfigEnv]=this.buildGatewayConfigJson({})),this.agentConfig.type==="gemini"&&(r.GEMINI_CLI_TRUST_WORKSPACE="true"),r}let e=this.activeProviderRuntimeToken();if(!e)return {};let n={};if(this.shouldExposeProviderRuntimeTokenEnv()&&(n[this.registry.apiKeyEnv]=e.token),this.agentConfig.type==="gemini"&&(n.GEMINI_DEFAULT_AUTH_TYPE=Rn),this.registry.baseUrlEnv&&this.shouldExposeProviderRuntimeTokenEnv()&&(n[this.registry.baseUrlEnv]=e.baseUrl),this.registry.spendTrackingEnvs&&(n[St]=e.bindingSecret),this.registry.customHeadersEnv){let r=this.registry.customHeadersEnv,s=this.registry.customHeadersFormat||"newline";n[r]=_n(this.options.secrets?.[r],this.providerRuntimeHeaderUpdates(),s);}return n}buildRunEnvs(e){if(this.agentConfig.externalGateway)return this.buildProviderRuntimeProcessEnvs();if(this.agentConfig.isDirectMode)return;let n=this.buildProviderRuntimeProcessEnvs(),r=this.registry.customHeadersEnv;if(r){let c=this.options.secrets?.[r],l=this.registry.customHeadersFormat||"newline";return n[r]=_n(c,{[U]:this.sessionTag,[J]:`${Q}${e}`,...this.providerRuntimeHeaderUpdates()},l),n}let s=this.registry.spendTrackingEnvs;return s?{...n,[s.sessionTagEnv]:this.sessionTag,[s.runTagEnv]:`${Q}${e}`}:this.registry.gatewayConfigEnv?{...n,[this.registry.gatewayConfigEnv]:this.buildGatewayConfigJson({[U]:this.sessionTag,[J]:`${Q}${e}`,...this.providerRuntimeHeaderUpdates()})}:Object.keys(n).length>0?n:void 0}async writeCodexGatewayProviderConfig(e){if(this.agentConfig.type==="codex"){if(this.agentConfig.externalGateway){await st(e,this.agentConfig.baseUrl||$(),void 0,void 0,this.homeDir);return}this.agentConfig.isDirectMode||!this.registry.spendTrackingEnvs||await st(e,this.activeProviderRuntimeToken()?.baseUrl||this.agentConfig.baseUrl||$(),this.registry.spendTrackingEnvs,this.activeProviderRuntimeToken()?{[xn]:St}:void 0,this.homeDir);}}captureDroidSession(e,n){if(this.agentConfig.type!=="droid")return;let r=n?.find(c=>typeof c.sessionId=="string"&&c.sessionId.length>0)?.sessionId;if(r){this.droidSessionId=r;return}let s=this.extractDroidSessionId(e);s&&(this.droidSessionId=s);}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)}droidSessionStatePath(){return `${this.homeDir}/.factory/evolve-session.json`}async loadDroidSessionState(e){if(!(this.agentConfig.type!=="droid"||this.droidSessionId))try{let n=await e.files.read(this.droidSessionStatePath());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(`${this.homeDir}/.factory`),await e.files.write(this.droidSessionStatePath(),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=M(this.registry.mcpConfig.settingsDir,this.homeDir);await e.files.makeDir(n),await e.files.write(`${n}/${this.registry.oauthFileName}`,this.agentConfig.oauthFileContent);return}this.agentConfig.type==="gemini"&&(!this.agentConfig.isDirectMode||this.agentConfig.externalGateway)&&await this.writeGeminiGatewayAuthSettings(e),this.registry.setupCommand&&await e.commands.run(this.registry.setupCommand,{timeoutMs:3e4});}async writeGeminiGatewayAuthSettings(e){let n=M(this.registry.mcpConfig.settingsDir,this.homeDir),r=`${n}/${this.registry.mcpConfig.filename}`;await e.files.makeDir(n);let s={};try{let o=await e.files.read(r);typeof o=="string"&&o.trim()&&(s=JSON.parse(o));}catch(o){let a=o.message||"";if(!/not found|no such file|does not exist/i.test(a))throw o}let c=typeof s.security=="object"&&s.security!==null?s.security:{},l=typeof c.auth=="object"&&c.auth!==null?c.auth:{};s.security={...c,auth:{...l,selectedType:Rn}},await e.files.write(r,JSON.stringify(s,null,2));}async setupAgentPlugins(e){await is(this.agentConfig.type,e,this.options.plugins);}assertProviderRuntimeDoesNotExposeGatewayKey(e){if(!this.activeProviderRuntimeToken())return;let n=this.agentConfig.apiKey;for(let[r,s]of Object.entries(e))for(let c of Object.values(s.headers||{}))if(c.includes(n))throw new Error(`MCP server "${r}" would expose the Evolve API key inside the sandbox. Use managed agent-browser or remove this gateway-authenticated MCP server.`)}async setupWorkspace(e,n){let r=this.options.workspaceMode||"knowledge";if(r!=="task"){let c=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 ${c}`,{timeoutMs:3e4}),!n?.skipSystemPrompt){let l=ln({workingDir:this.workingDir,systemPrompt:this.options.systemPrompt,browserPrompt:this.options.browserPrompt,schema:this.zodSchema||this.jsonSchema,mode:r}),o=`${this.workingDir}/${this.registry.systemPromptFile}`;await e.files.write(o,l);}this.options.context&&await this.uploadContextFiles(e,this.options.context),this.options.files&&await this.uploadWorkspaceFiles(e,this.options.files);}let s={...this.options.mcpServers};if(this.options.integrations){let c=await Ar({...this.options.integrations,sessionTag:this.sessionTag});s={...s,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 ys({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});s={...s,[kn]:c};}Object.keys(s).length>0&&(this.assertProviderRuntimeDoesNotExposeGatewayKey(s),await Wt(this.agentConfig.type,e,this.workingDir,s,this.homeDir)),await this.writeCodexGatewayProviderConfig(e),!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await et(e,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[U]:this.sessionTag,...this.providerRuntimeHeaderUpdates()},this.homeDir),this.skills?.length&&await this.setupSkills(e);}async setupSkills(e){if(!this.skills?.length)return;let{skillsConfig:n}=this.registry,r=M(n.sourceDir,this.homeDir),s=M(n.targetDir,this.homeDir);await e.files.makeDir(s);for(let c of this.skills){let l=`cp -r ${r}/${c} ${s}/ 2>/dev/null || true`;await e.commands.run(l,{timeoutMs:3e4});}}async uploadContextFiles(e,n){let r=Object.entries(n).map(([c,l])=>({path:`${this.workingDir}/context/${c}`,data:l}));if(r.length===0)return;let s=new Set(r.map(c=>c.path.substring(0,c.path.lastIndexOf("/"))).filter(Boolean));s.size>0&&await e.commands.run(`mkdir -p ${Array.from(s).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(r);}async uploadWorkspaceFiles(e,n){let r=Object.entries(n).map(([c,l])=>({path:c.startsWith("/")?c:`${this.workingDir}/${c}`,data:l}));if(r.length===0)return;let s=new Set(r.map(c=>c.path.substring(0,c.path.lastIndexOf("/"))).filter(Boolean));s.size>0&&await e.commands.run(`mkdir -p ${Array.from(s).join(" ")}`,{timeoutMs:3e4}),await e.files.writeBatch(r);}buildCommand(e){return this.registry.buildCommand({prompt:this.agentConfig.type==="droid"?e:ya(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,isExternalGateway:!!this.agentConfig.externalGateway,skills:this.skills,homeDir:this.homeDir})}async run(e,n){if(this.credentialsSealed)throw new Error("Agent credentials are sealed; this Evolve instance cannot run the agent again");let{prompt:r,timeoutMs:s=he,background:c=false,checkpointComment:l}=e,{from:o}=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(o&&(this.sandbox||this.options.sandboxId))throw new Error("Cannot restore into existing sandbox. Call kill() first, or create a new Evolve instance.");if(o==="latest"){if(!this.storage)throw new Error('Storage not configured. Call .withStorage() before using from: "latest".');let v=await yn(this.storage);if(!v)throw new Error('No checkpoints found for from: "latest".');o=v.id;}if(o){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),await this.ensureProviderRuntimeToken(),await this.ensureManagedSecretRuntimeToken();let v=this.buildEnvironmentVariables();this.sandboxState="booting",this.emitLifecycle(n,"sandbox_boot");try{this.sandbox=await this.options.sandboxProvider.create(this.buildSandboxCreateOptions(v)),await this.bindProviderRuntimeToken(this.sandbox.sandboxId),await this.bindManagedSecretRuntimeToken(this.sandbox.sandboxId),await this.setupManagedSecretEgress(this.sandbox);let S=await Yr(this.sandbox,this.storage,o);if(await this.setupManagedBrowser(this.sandbox),S.agentType&&S.agentType!==this.agentConfig.type)throw new Error(`Cannot restore checkpoint: agent type mismatch (checkpoint: ${S.agentType}, current: ${this.agentConfig.type})`);let E=this.options.workspaceMode||"knowledge";if(S.workspaceMode&&S.workspaceMode!==E)throw new Error(`Cannot restore checkpoint: workspace mode mismatch (checkpoint: ${S.workspaceMode}, current: ${E})`);await this.setupAgentAuth(this.sandbox),await this.setupAgentPlugins(this.sandbox);let T=!!(this.options.systemPrompt||this.options.browserPrompt||this.zodSchema||this.jsonSchema);await this.setupWorkspace(this.sandbox,{skipSystemPrompt:!T}),await this.loadDroidSessionState(this.sandbox),this.hasRun=!0,this.lastCheckpointId=o,this.sandboxState="ready",this.agentState="idle",this.emitLifecycle(n,"sandbox_ready");}catch(S){throw this.sandbox&&(await this.sandbox.kill().catch(()=>{}),this.sandbox=void 0),await this.closeManagedBrowserSession().catch(()=>{}),await this.closeProviderRuntimeToken().catch(()=>{}),await this.closeManagedSecretRuntimeToken().catch(()=>{}),this.sandboxState="error",this.agentState="error",this.emitLifecycle(n,"sandbox_error"),S}}let a=await this.getSandbox(n);await this.ensureProviderRuntimeToken(),await this.loadDroidSessionState(a),this.lastRunTimestamp=Date.now(),this.ensureSessionLogger(a),this.sessionLogger?.writePrompt(r),this.requiresPreRunDashboardIngest()&&await this.flushSessionLoggerWithTimeout();let d=this.buildCommand(r),i=crypto.randomUUID(),u=this.buildRunEnvs(i);if(await this.writeCodexGatewayProviderConfig(a),!this.agentConfig.isDirectMode&&this.registry.spendTrackingJsonConfig&&await et(a,this.agentConfig.type,this.registry.spendTrackingJsonConfig.headersPath,{[U]:this.sessionTag,[J]:`${Q}${i}`,...this.providerRuntimeHeaderUpdates()},this.homeDir),this.agentConfig.type==="qwen"&&await Vt(a,we(this.agentConfig.reasoningEffort),this.homeDir),!this.agentConfig.isDirectMode&&this.registry.spendTrackingTomlProvider){let v=this.requireActiveProviderRuntimeToken();await zt(a,{...this.registry.spendTrackingTomlProvider,maxContextSize:this.resolveKimiMaxContextSize()},{[U]:this.sessionTag,[J]:`${Q}${i}`,...this.providerRuntimeHeaderUpdates()},{baseUrl:xt(v?.baseUrl??$(this.registry.gatewayPath)),apiKey:v?.token??this.agentConfig.apiKey,model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),defaultThinking:we(this.agentConfig.reasoningEffort),thinkingEffort:Ks(this.agentConfig.reasoningEffort)},this.homeDir);}if((!this.agentConfig.isDirectMode||this.agentConfig.externalGateway)&&this.registry.droidGatewaySettings){let v=!!this.agentConfig.externalGateway,S=v?void 0:this.requireActiveProviderRuntimeToken();await nt(a,{...this.registry.droidGatewaySettings,model:this.resolveCommandModel(this.agentConfig.model||this.registry.defaultModel),baseUrl:v?this.agentConfig.baseUrl??$():xt(S?.baseUrl??$()),apiKeyEnv:this.registry.apiKeyEnv},v?{}:{[U]:this.sessionTag,[J]:`${Q}${i}`,...this.providerRuntimeHeaderUpdates()},this.homeDir);}let p="",g=Z(this.agentConfig.type),m=v=>{p+=v;let S=p.split(`
|
|
624
|
+
`);p=S.pop()??"";for(let E of S){if(!E.trim())continue;let T=g(E);if(this.captureDroidSession(E,T),this.sessionLogger?.writeEventParsed(E,T),n?.onStdout?.(E+`
|
|
625
|
+
`),T&&n?.onContent)for(let P of T)n.onContent(P);}},f=v=>{n?.onStderr?.(v);},h=await a.commands.spawn(d,{cwd:this.workingDir,timeoutMs:s,envs:u,onStdout:m,onStderr:f}),y=this.beginOperation("run",h,n,"run_start");if(this.hasRun=true,c)return this.watchBackgroundOperation(y,"run",h,n,a),{sandboxId:a.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),runId:i,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"),p.trim()){let v=g(p);if(this.captureDroidSession(p,v),this.sessionLogger?.writeEventParsed(p,v),n?.onStdout?.(p+`
|
|
626
|
+
`),v&&n?.onContent)for(let S of v)n.onContent(S);}await this.writeDroidSessionState(a),this.sessionLogger&&!c&&await this.flushSessionLoggerWithTimeout();let k;if(this.storage&&!c&&w.exitCode===0)try{k=await hn(a,this.storage,this.agentConfig.type,this.workingDir,{tag:this.sessionTag,model:this.agentConfig.model||this.registry.defaultModel,workspaceMode:this.options.workspaceMode||"knowledge",comment:l,parentId:this.lastCheckpointId}),this.lastCheckpointId=k.id;}catch(v){console.warn(`[Evolve] Auto-checkpoint failed: ${v.message}`);}return {sandboxId:a.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),runId:i,exitCode:w.exitCode,stdout:w.stdout,stderr:w.stderr,checkpoint:k}}async executeCommand(e,n={},r){let{timeoutMs:s=he,background:c=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 l=await this.getSandbox(r);this.credentialsSealed||await this.ensureProviderRuntimeToken(),this.lastRunTimestamp=Date.now(),this.requiresPreRunDashboardIngest()&&(this.ensureSessionLogger(l),this.sessionLogger?.writePrompt(e),await this.flushSessionLoggerWithTimeout());let o="",a="",d=h=>{o+=h,r?.onStdout?.(h);},i=h=>{a+=h,r?.onStderr?.(h);},u=this.credentialsSealed?{}:this.buildProviderRuntimeProcessEnvs(),p=await l.commands.spawn(e,{cwd:this.workingDir,timeoutMs:s,envs:Object.keys(u).length>0?u:void 0,onStdout:d,onStderr:i}),g=this.beginOperation("command",p,r,"command_start");if(c)return this.watchBackgroundOperation(g,"command",p,r),{sandboxId:l.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),exitCode:0,stdout:`Background process started with ID ${p.processId}`,stderr:""};let m;try{m=await p.wait();}catch(h){throw this.interruptedOperations.delete(g),this.finalizeOperation(g,r,"command_failed","error"),h}return this.interruptedOperations.delete(g)||m.exitCode===130?this.finalizeOperation(g,r,"command_interrupted","interrupted"):m.exitCode===0?this.finalizeOperation(g,r,"command_complete","idle"):this.finalizeOperation(g,r,"command_failed","error"),{sandboxId:l.sandboxId,sessionId:this.managedBrowserSession?.sessionId,browser:this.browserResponseInfo(),exitCode:m.exitCode,stdout:o||m.stdout||"",stderr:a||m.stderr||""}}async sealCredentials(){if(this.credentialsSealed)return;if(!this.sandbox)throw new Error("No active sandbox. Call run() or executeCommand() first.");if(this.activeCommand)throw new Error("Cannot seal credentials while a process is running.");if(this.agentConfig.isDirectMode&&!this.agentConfig.externalGateway)throw new Error("Credential sealing requires gateway mode; direct provider credentials cannot be revoked by Evolve");if([this.options.secrets&&Object.keys(this.options.secrets).length>0,this.options.sandboxCreateOptions?.envs&&Object.keys(this.options.sandboxCreateOptions.envs).length>0,this.options.managedSecrets,this.options.integrations,this.options.mcpServers&&Object.keys(this.options.mcpServers).length>0,this.options.managedBrowser,this.options.browserCredentials].some(Boolean))throw new Error("Credential sealing requires a credential-minimal sandbox: omit secrets, managed secrets, integrations, MCP servers, and browser credentials");if(this.agentConfig.externalGateway){await this.agentConfig.externalGateway.revoke(),this.credentialsSealed=true;return}if(!this.providerRuntimeToken||!this.options.providerRouting)throw new Error("Cannot seal credentials: no active provider runtime token to revoke. Without a gateway-issued runtime token the sandbox may hold credentials Evolve cannot revoke, so sealing would be a false guarantee.");await this.closeProviderRuntimeToken(true),this.credentialsSealed=true;}isSealed(){return this.credentialsSealed}async collectArtifacts(e){if(!this.credentialsSealed)throw new Error("Call sealCredentials() before collecting artifacts.");if(!this.sandbox)throw new Error("No active sandbox.");if(this.activeCommand)throw new Error("Cannot collect artifacts while a process is running.");return Ls(this.sandbox,this.workingDir,e)}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 uploadFileFromPath(e,n){let r=await this.getSandbox(),s=e.startsWith("/")?e:`${this.workingDir}/${e}`,c=s.substring(0,s.lastIndexOf("/"));if(c&&await r.commands.run(`mkdir -p ${c}`,{timeoutMs:3e4}),r.files.writeFromPath){await r.files.writeFromPath(s,n);return}let{readFile:l}=await import('fs/promises');await r.files.write(s,await l(n));}async getOutputFiles(e=false){let n=await this.getSandbox(),r=`${this.workingDir}/output`,s=e?"":"-maxdepth 1",l=(await n.commands.run(`find ${r} ${s} -type f -exec stat -c '%n|%Z' {} \\; 2>/dev/null || true`,{timeoutMs:3e4})).stdout.split(`
|
|
627
|
+
`).filter(Boolean),o=this.lastRunTimestamp?Math.floor(this.lastRunTimestamp/1e3)-2:0,a=[],d=`${r}/`;for(let m of l){let[f,h]=m.split("|");if(!f||!h)continue;let y=parseInt(h,10);o>0&&y<o||a.push(f);}let i={},u=await Promise.all(a.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 u)m&&(i[m.relativePath]=m.content);if(!this.zodSchema&&!this.jsonSchema)return {files:i,data:null};let p=i["result.json"];if(!p)return {files:i,data:null,error:"Schema provided but agent did not create output/result.json"};let g=typeof p=="string"?p:new TextDecoder().decode(p);try{let m=JSON.parse(g);if(this.zodSchema){let f=this.zodSchema.safeParse(m);return f.success?{files:i,data:f.data}:{files:i,data:null,error:`Schema validation failed: ${f.error.message}`,rawData:g}}if(this.compiledValidator){if(this.compiledValidator(m))return {files:i,data:m};{let h=this.compiledValidator.errors?.map(y=>`${y.instancePath} ${y.message}`).join(", ")||"Unknown validation error";return {files:i,data:null,error:`Schema validation failed: ${h}`,rawData:g}}}return {files:i,data:null}}catch(m){return {files:i,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 hn(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.credentialsSealed)throw new Error("Agent credentials are sealed and this Evolve instance cannot switch sandboxes");if(this.options.managedSecrets)throw new Error("setSession() cannot be used with managed secrets; managed secret grants are sandbox-scoped.");if(this.options.sandboxCreateOptions?.user)throw new Error("setSession() cannot be used with a configured sandbox user; the user cannot be enforced on an existing sandbox.");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.closeProviderRuntimeToken(),await this.closeManagedSecretRuntimeToken(),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,s=false;try{this.activeCommand?s=await this.activeCommand.kill():this.sandbox&&this.activeProcessId&&(s=await this.sandbox.commands.kill(this.activeProcessId));}catch{s=false;}if(!s)return this.sandboxState="running",this.agentState="running",false;n!==null&&this.interruptedOperations.add(n),this.invalidateActiveOperation(),this.sandboxState="ready",this.agentState="interrupted";let c=r==="run"?"run_interrupted":"command_interrupted";return this.emitLifecycle(e,c),s}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.closeProviderRuntimeToken(),await this.closeManagedSecretRuntimeToken(),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=Ns(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||C,s=await fetch(`${r}/api/sessions/spend?${e}`,{headers:{Authorization:`Bearer ${n}`},signal:AbortSignal.timeout(1e4)});if(!s.ok){let c=await s.text().catch(()=>"");throw new Error(`Spend query failed (${s.status}): ${c}`)}return s}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}),s=await(await this.fetchSpend(n)).json();return this.normalizeSessionCost(s)}async getRunCost(e){let n=this.resolveSpendTag();if("runId"in e){let l=new URLSearchParams({tag:n,runId:e.runId}),a=await(await this.fetchSpend(l)).json();return this.normalizeRunCost(a,{asOf:new Date().toISOString(),isComplete:false,truncated:false})}let r=await this.getSessionCost(),s=e.index>0?e.index-1:r.runs.length+e.index,c=r.runs[s];if(!c)throw new Error(`Run index ${e.index} out of range. Session has ${r.runs.length} run(s).`);return c}};function ka(t){return (t||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,"")}function Sa(t){let e=t||process.env.EVOLVE_API_KEY;if(!e)throw new Error("Browser profiles require EVOLVE_API_KEY or an explicit apiKey");return e}async function xa(t){return await t.text().catch(()=>"")}async function js(t,e,n={}){let r=await fetch(`${ka(t?.dashboardUrl)}${e}`,{...n,headers:{Authorization:`Bearer ${Sa(t?.apiKey)}`,accept:"application/json",...n.body?{"content-type":"application/json"}:{},...n.headers||{}}});if(!r.ok)throw new Error(`Browser profiles request failed (${r.status}): ${await xa(r)}`);return r.status===204?{}:await r.json()}var Ct=class{constructor(e={}){this.config=e;}toMetadata(e){return {id:e.id,profile:e.profile,createdAt:e.createdAt||e.created_at||"",updatedAt:e.updatedAt||e.updated_at||"",lastUsedAt:e.lastUsedAt??e.last_used_at??null}}async list(){return {profiles:(await js(this.config,"/api/browser-profiles")).profiles.map(n=>this.toMetadata(n))}}async delete(e){return await js(this.config,"/api/browser-profiles",{method:"DELETE",body:JSON.stringify(e)})}};function Tn(t={}){return new Ct(t)}var Le=class extends events.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&&(ut(e),this.config.agent=e,this._cachedGatewayOverrides=null),this}withSandbox(e){return this.config.sandbox=e,this}withSandboxCreateOptions(e){return this.config.sandboxCreateOptions={...e,envs:e.envs?{...e.envs}:void 0,metadata:e.metadata?{...e.metadata}:void 0},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}withManagedSecrets(e){return this.config.managedSecrets=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&&(F(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=Or;static browserCredentials=Sn;static browserProfiles=Tn;static managedSecrets=En;async initializeAgent(){let e=pt(this.config.agent),n=B(e.type);if(this.config.integrations&&e.isDirectMode)throw new Error("withIntegrations() is available only in gateway mode with EVOLVE_API_KEY");if(this.config.managedSecrets&&e.isDirectMode)throw new Error("withManagedSecrets() is available only in gateway mode with EVOLVE_API_KEY");if(this.config.managedSecrets&&this.config.sandboxId)throw new Error("withManagedSecrets() cannot be used with withSession(); managed secret grants are sandbox-scoped.");let r=Is(this.config.managedSecrets,n);if(r&&this.config.sandbox&&!xe(this.config.sandbox))throw new Error("withManagedSecrets() requires an Evolve-managed sandbox; remove withSandbox() or pass a managed sandbox provider.");let s=this.config.sandbox??(r?await Ce(e.apiKey):await rn()),c={},l,o,a=this.config.skills,d;if(this.config.browser){let p=us(this.config.browser);if(d=p,p.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.');c=Nn(e.apiKey);}if((p.provider==="actionbook"||p.provider==="agent-browser")&&(a=ps(p.provider,a),p.managed)){if(e.isDirectMode)throw new Error(`Managed browser provider "${p.provider}" requires gateway mode. Use apiKey/EVOLVE_API_KEY instead of providerApiKey/direct mode.`);l=p.provider==="actionbook"?sn:Er,o={provider:p.provider,apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||C,...p.profile?{profile:p.profile}:{}};}if(p.profile&&!p.managed)throw new Error('withBrowser({ profile }) requires managed remote browser mode. Use .withBrowser({ profile }) or .withBrowser({ provider: "agent-browser", remote: true, profile }).')}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(!d||d.provider!=="agent-browser"||!d.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 i=this.config.storage!==void 0?ft(this.config.storage,!e.isDirectMode,C,e.isDirectMode?void 0:e.apiKey):void 0,u={sandboxProvider:s,sandboxCreateOptions:this.config.sandboxCreateOptions,secrets:this.config.secrets,managedSecrets:r?{secrets:r,apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||C}:void 0,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:{...c,...this.config.mcpServers},browserPrompt:l,managedBrowser:o,browserCredentials:this.config.browserCredentials!==void 0?{apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||C,config:this.config.browserCredentials}:void 0,plugins:this.config.plugins,skills:a,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||C}:void 0,providerRouting:e.isDirectMode?void 0:{apiKey:e.apiKey,dashboardUrl:process.env.EVOLVE_DASHBOARD_URL||C},storage:i};this.agent=new $e(e,u);}createStreamCallbacks(){let e=this.listenerCount("stdout")>0,n=this.listenerCount("stderr")>0,r=this.listenerCount("content")>0,s=this.listenerCount("lifecycle")>0;return {onStdout:e?c=>this.emit("stdout",c):void 0,onStderr:n?c=>this.emit("stderr",c):void 0,onContent:r?c=>this.emit("content",c):void 0,onLifecycle:s?c=>this.emit("lifecycle",c):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:s,checkpointComment:c}){if(s&&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:r,from:s,checkpointComment:c},l)}async executeCommand(e,n={}){this.agent||await this.initializeAgent();let r=this.createStreamCallbacks();return this.agent.executeCommand(e,n,r)}async prepareSandbox(){this.agent||await this.initializeAgent();let e=this.createStreamCallbacks();return (await this.agent.getSandbox(e)).sandboxId}async sealCredentials(){if(!this.agent)throw new Error("Agent not initialized. Call run() or executeCommand() first.");await this.agent.sealCredentials();}isSealed(){return this.agent?.isSealed()??false}async collectArtifacts(e){if(!this.agent)throw new Error("Agent not initialized. Call run() or executeCommand() first.");return this.agent.collectArtifacts(e)}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 uploadFileFromPath(e,n){return this.agent||await this.initializeAgent(),this.agent.uploadFileFromPath(e,n)}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=pt(this.config.agent);if(!e.isDirectMode)return this._cachedGatewayOverrides={gatewayUrl:C,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 bn(this.config.storage,this.resolveGatewayOverrides()||{}).listCheckpoints(e)}storage(){if(this.config.storage===void 0)throw new Error("Storage not configured. Call .withStorage().");return bn(this.config.storage,this.resolveGatewayOverrides()||{})}getSession(){return this.agent?this.agent.getSession():this.config.sandboxId??null}async setSession(e){if(this.config.managedSecrets)throw new Error("setSession() cannot be used with withManagedSecrets(); managed secret grants are sandbox-scoped.");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 ue=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 te=Symbol.for("evolve.SwarmResult"),pe=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 Pn=class t{config;semaphore;constructor(e={}){let n=e.concurrency??Kn;if(n>Lt)throw new Error(`concurrency=${n} exceeds max ${Lt}. 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??he,workspaceMode:e.workspaceMode??"knowledge",retry:e.retry,mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations},this.semaphore=new ue(this.config.concurrency);}async map(e){let{items:n,prompt:r,bestOf:s,verify:c}=e,l=e.retry??this.config.retry,o=this.generateOperationId(),a=e.timeoutMs??this.config.timeoutMs;if(s&&c)throw new Error("map() cannot use both bestOf and verify options simultaneously");let d=await Promise.all(n.map((i,u)=>s?this.executeMapItemWithBestOf(i,r,u,o,e,a,l):c?this.executeMapItemWithVerify(i,r,u,o,e,a,l):l?D(p=>this.executeMapItem(i,r,u,o,e,a,p),l,u):this.executeMapItem(i,r,u,o,e,a)));return pe.from(d)}async filter(e){let{items:n,prompt:r,condition:s,verify:c}=e,l=e.retry??this.config.retry,o=this.generateOperationId(),a=e.timeoutMs??this.config.timeoutMs,d=await Promise.all(n.map((u,p)=>c?this.executeFilterItemWithVerify(u,r,p,o,e,a,l):l?D(g=>this.executeFilterItem(u,r,p,o,e,a,g),l,p):this.executeFilterItem(u,r,p,o,e,a))),i=[];for(let u of d)if(u.status==="error")i.push(u);else if(u.data!==null)try{s(u.data)?i.push(u):i.push({...u,status:"filtered"});}catch(p){i.push({...u,status:"error",data:null,error:`Condition function threw: ${p.message}`});}return pe.from(i)}async reduce(e){let{items:n,prompt:r,verify:s}=e,c=e.retry??this.config.retry,l=this.generateOperationId(),o=e.timeoutMs??this.config.timeoutMs,a=[],d=[];n.forEach((k,v)=>{a.push(this.getFiles(k)),d.push(this.getIndex(k,v));});let i={};a.forEach((k,v)=>{Object.entries(k).forEach(([S,E])=>{i[`item_${d[v]}/${S}`]=E;});});let u=gt(i),p=G(Tr,{fileTree:u}),g=e.systemPrompt?`${p}
|
|
628
|
+
|
|
629
|
+
${e.systemPrompt}`:p,m=(k,v,S)=>({operationId:l,operation:"reduce",tag:k.tag,sandboxId:k.sandboxId,swarmName:this.config.tag,operationName:e.name,inputCount:n.length,inputIndices:d,errorRetry:v,verifyRetry:S,...this.pipelineContextToMeta(e._pipelineContext)}),f=e.mcpServers??this.config.mcpServers,h=e.skills??this.config.skills,y=e.integrations??this.config.integrations,w=async(k,v,S,E)=>{let T=await this.semaphore.use(()=>this.execute(i,k,{systemPrompt:g,schema:e.schema,schemaOptions:e.schemaOptions,agent:e.agent,mcpServers:f,skills:h,integrations:y,tagPrefix:v,timeoutMs:o,observability:{swarmName:this.config.tag,operationName:e.name,operationId:l,operation:"reduce",role:"worker",errorRetry:S,verifyRetry:E&&E>1?E-1:void 0,...this.pipelineContextToObservability(e._pipelineContext)}})),P=m(T,S,E&&E>1?E-1:void 0);return T.error?{status:"error",data:null,files:T.files,meta:P,error:T.error,rawData:T.rawData}:{status:"success",data:T.data,files:T.files,meta:P}},b=`${this.config.tag}-reduce`;return s?this.runWithVerification((k,v,S)=>w(k,v,void 0,S),{originalPrompt:r,inputFiles:i,verifyConfig:s,timeoutMs:o,systemPrompt:g,schema:e.schema,mcpServers:f,skills:h,integrations:y,operationId:l,baseTag:b,retry:c,operation:"reduce",_pipelineContext:e._pipelineContext}):c?D(k=>{let v=k>1?k-1:void 0,S=v?`${b}-er${v}`:b;return w(r,S,v)},c):w(r,b)}async bestOf(e){let{item:n,prompt:r,config:s}=e,c=e.retry??this.config.retry,l=s.n??s.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 o=this.generateOperationId(),a=e.timeoutMs??this.config.timeoutMs,d=this.getFiles(n),i=s.mcpServers??this.config.mcpServers,u=s.judgeMcpServers??s.mcpServers??this.config.mcpServers,p=s.skills??this.config.skills,g=s.judgeSkills??s.skills??this.config.skills,m=s.integrations??this.config.integrations,f=s.judgeIntegrations??s.integrations??this.config.integrations,h=await Promise.all(Array.from({length:l},async(v,S)=>{let E=c?await D(T=>this.executeBestOfCandidate({inputFiles:d,prompt:r,candidateIndex:S,operationId:o,config:s,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:i,skills:p,integrations:m,timeoutMs:a,attempt:T}),c,S):await this.executeBestOfCandidate({inputFiles:d,prompt:r,candidateIndex:S,operationId:o,config:s,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:i,skills:p,integrations:m,timeoutMs:a});return s.onCandidateComplete?.(0,S,E.status==="success"?"success":"error"),E})),y=c?await D(v=>this.executeBestOfJudge({inputFiles:d,taskPrompt:r,candidates:h,config:s,timeoutMs:a,operationId:o,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:u,skills:g,integrations:f,attempt:v}),{...c,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:d,taskPrompt:r,candidates:h,config:s,timeoutMs:a,operationId:o,systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,mcpServers:u,skills:g,integrations:f}),w=h.findIndex(v=>v.status==="success"),b=y.decision?.winner??(w>=0?w:0);s.onJudgeComplete?.(0,b,y.decision?.reasoning??"Judge failed to provide reasoning");let k={operationId:o,operation:"bestof-judge",tag:y.tag,sandboxId:y.sandboxId,swarmName:this.config.tag,operationName:e.name,candidateCount:l};return {winner:h[b]??h[0],winnerIndex:b,judgeReasoning:y.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:k,candidates:h}}async execute(e,n,r){let s=null,c="",l=r.tagPrefix,o={},a=null,d,i,u={...this.config.agent,...r.agent};try{s=new Le().withAgent(u).withSandbox(this.config.sandbox).withWorkspaceMode(this.config.workspaceMode).withSessionTagPrefix(r.tagPrefix),r.schema&&s.withSchema(r.schema,r.schemaOptions),r.systemPrompt&&s.withSystemPrompt(r.systemPrompt),r.mcpServers&&s.withMcpServers(r.mcpServers),r.skills?.length&&s.withSkills(r.skills),r.integrations&&s.withIntegrations(r.integrations),r.observability&&s.withObservability(r.observability),Object.keys(e).length>0&&s.withContext(e);let p=await s.run({prompt:n,timeoutMs:r.timeoutMs});c=p.sandboxId,l=s.getSessionTag()??r.tagPrefix;let g=null;try{g=await s.getOutputFiles(!0),o=g.files;}catch{}p.exitCode!==0?d=`Agent exited with code ${p.exitCode}`:r.schema?g?(a=g.data,g.error&&(d=g.error),g.rawData&&(i=g.rawData)):d="Failed to read output files from sandbox":a=o;}catch(p){if(d=p.message,s){l=s.getSessionTag()??r.tagPrefix;try{o=(await s.getOutputFiles(!0)).files;}catch{}}}finally{s&&await s.kill().catch(()=>{});}return {files:o,data:a,tag:l,sandboxId:c,error:d,rawData:i}}async executeMapItem(e,n,r,s,c,l,o=1){let a=this.getFiles(e),d=o>1?`${this.config.tag}-map-${r}-er${o-1}`:`${this.config.tag}-map-${r}`,i=this.evaluatePrompt(n,a,r);if(i instanceof Error)return this.buildErrorResult(`Prompt function threw: ${i.message}`,{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let u=c.mcpServers??this.config.mcpServers,p=c.skills??this.config.skills,g=c.integrations??this.config.integrations,m=await this.semaphore.use(()=>this.execute(a,i,{systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,agent:c.agent,mcpServers:u,skills:p,integrations:g,tagPrefix:d,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:c.name,operationId:s,operation:"map",itemIndex:r,role:"worker",errorRetry:o>1?o-1:void 0,...this.pipelineContextToObservability(c._pipelineContext)}})),f={operationId:s,operation:"map",tag:m.tag,sandboxId:m.sandboxId,swarmName:this.config.tag,operationName:c.name,itemIndex:r,errorRetry:o>1?o-1:void 0,...this.pipelineContextToMeta(c._pipelineContext)};return this.buildResult(m,f)}async executeMapItemWithVerify(e,n,r,s,c,l,o){let a=this.getFiles(e),d=`${this.config.tag}-map-${r}`,i=c.verify,u=c.mcpServers??this.config.mcpServers,p=c.skills??this.config.skills,g=c.integrations??this.config.integrations,m=this.evaluatePrompt(n,a,r);if(m instanceof Error)return this.buildErrorResult(`Prompt function threw: ${m.message}`,{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let f=async(h,y,w)=>{let b=await this.semaphore.use(()=>this.execute(a,h,{systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,agent:c.agent,mcpServers:u,skills:p,integrations:g,tagPrefix:y,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:c.name,operationId:s,operation:"map",itemIndex:r,role:"worker",verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToObservability(c._pipelineContext)}})),k={operationId:s,operation:"map",tag:b.tag,sandboxId:b.sandboxId,swarmName:this.config.tag,operationName:c.name,itemIndex:r,verifyRetry:w&&w>1?w-1:void 0,...this.pipelineContextToMeta(c._pipelineContext)};return this.buildResult(b,k)};return this.runWithVerification(f,{originalPrompt:m,inputFiles:a,verifyConfig:i,timeoutMs:l,systemPrompt:c.systemPrompt,schema:c.schema,mcpServers:u,skills:p,integrations:g,operationId:s,baseTag:d,retry:o,itemIndex:r,operation:"map",_pipelineContext:c._pipelineContext})}async executeMapItemWithBestOf(e,n,r,s,c,l,o){let a=this.getFiles(e),d=`${this.config.tag}-map-${r}`,i=this.evaluatePrompt(n,a,r);if(i instanceof Error)return this.buildErrorResult(`Prompt function threw: ${i.message}`,{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let u=c.bestOf,p=u.n??u.taskAgents?.length;if(p===void 0||p<2)return this.buildErrorResult("bestOf requires n >= 2 or taskAgents with at least 2 elements",{operationId:s,operation:"map",tag:d,sandboxId:"",itemIndex:r});let g=c.mcpServers??this.config.mcpServers,m=u.mcpServers??g,f=u.judgeMcpServers??u.mcpServers??g,h=c.skills??this.config.skills,y=u.skills??h,w=u.judgeSkills??u.skills??h,b=c.integrations??this.config.integrations,k=u.integrations??b,v=u.judgeIntegrations??u.integrations??b,S=await Promise.all(Array.from({length:p},async(je,Je)=>{let $n=o?await D(oi=>this.executeBestOfCandidate({inputFiles:a,prompt:i,candidateIndex:Je,operationId:s,config:u,systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,mcpServers:m,skills:y,integrations:k,timeoutMs:l,parentIndex:r,attempt:oi,_pipelineContext:c._pipelineContext}),o,Je):await this.executeBestOfCandidate({inputFiles:a,prompt:i,candidateIndex:Je,operationId:s,config:u,systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,mcpServers:m,skills:y,integrations:k,timeoutMs:l,parentIndex:r,_pipelineContext:c._pipelineContext});return u.onCandidateComplete?.(r,Je,$n.status==="success"?"success":"error"),$n})),E=o?await D(je=>this.executeBestOfJudge({inputFiles:a,taskPrompt:i,candidates:S,config:u,timeoutMs:l,operationId:s,systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,mcpServers:f,skills:w,integrations:v,parentIndex:r,attempt:je,_pipelineContext:c._pipelineContext}),{...o,retryOn:void 0},0):await this.executeBestOfJudge({inputFiles:a,taskPrompt:i,candidates:S,config:u,timeoutMs:l,operationId:s,systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,mcpServers:f,skills:w,integrations:v,parentIndex:r,_pipelineContext:c._pipelineContext}),T=S.findIndex(je=>je.status==="success"),P=E.decision?.winner??(T>=0?T:0),j=S[P]??S[0];u.onJudgeComplete?.(r,P,E.decision?.reasoning??"Judge failed to provide reasoning");let X={operationId:s,operation:"bestof-judge",tag:E.tag,sandboxId:E.sandboxId,swarmName:this.config.tag,operationName:c.name,candidateCount:p,...this.pipelineContextToMeta(c._pipelineContext)};return {...j,meta:{...j.meta,operation:"map",swarmName:this.config.tag,operationName:c.name,itemIndex:r,...this.pipelineContextToMeta(c._pipelineContext)},bestOf:{winnerIndex:P,judgeReasoning:E.decision?.reasoning??"Judge failed to provide reasoning",judgeMeta:X,candidates:S}}}async executeFilterItem(e,n,r,s,c,l,o=1){let a=this.getFiles(e),d=o>1?`${this.config.tag}-filter-${r}-er${o-1}`:`${this.config.tag}-filter-${r}`,i=c.mcpServers??this.config.mcpServers,u=c.skills??this.config.skills,p=c.integrations??this.config.integrations,g=await this.semaphore.use(()=>this.execute(a,n,{systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,agent:c.agent,mcpServers:i,skills:u,integrations:p,tagPrefix:d,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:c.name,operationId:s,operation:"filter",itemIndex:r,role:"worker",errorRetry:o>1?o-1:void 0,...this.pipelineContextToObservability(c._pipelineContext)}})),m={operationId:s,operation:"filter",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,operationName:c.name,itemIndex:r,errorRetry:o>1?o-1:void 0,...this.pipelineContextToMeta(c._pipelineContext)};return this.buildResult(g,m,a)}async executeFilterItemWithVerify(e,n,r,s,c,l,o){let a=this.getFiles(e),d=`${this.config.tag}-filter-${r}`,i=c.verify,u=c.mcpServers??this.config.mcpServers,p=c.skills??this.config.skills,g=c.integrations??this.config.integrations,m=async(f,h,y)=>{let w=await this.semaphore.use(()=>this.execute(a,f,{systemPrompt:c.systemPrompt,schema:c.schema,schemaOptions:c.schemaOptions,agent:c.agent,mcpServers:u,skills:p,integrations:g,tagPrefix:h,timeoutMs:l,observability:{swarmName:this.config.tag,operationName:c.name,operationId:s,operation:"filter",itemIndex:r,role:"worker",verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToObservability(c._pipelineContext)}})),b={operationId:s,operation:"filter",tag:w.tag,sandboxId:w.sandboxId,swarmName:this.config.tag,operationName:c.name,itemIndex:r,verifyRetry:y&&y>1?y-1:void 0,...this.pipelineContextToMeta(c._pipelineContext)};return this.buildResult(w,b,a)};return this.runWithVerification(m,{originalPrompt:n,inputFiles:a,verifyConfig:i,timeoutMs:l,systemPrompt:c.systemPrompt,schema:c.schema,mcpServers:u,skills:p,integrations:g,operationId:s,baseTag:d,retry:o,itemIndex:r,operation:"filter",_pipelineContext:c._pipelineContext})}async executeBestOfCandidate(e){let{inputFiles:n,prompt:r,candidateIndex:s,operationId:c,config:l,timeoutMs:o,parentIndex:a,attempt:d=1,_pipelineContext:i}=e,u=a!==void 0?`${this.config.tag}-map-${a}-bestof-cand-${s}`:`${this.config.tag}-bestof-cand-${s}`,p=d>1?`${u}-er${d-1}`:u,g=await this.semaphore.use(()=>this.execute(n,r,{systemPrompt:e.systemPrompt,schema:e.schema,schemaOptions:e.schemaOptions,agent:l.taskAgents?.[s],mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations,tagPrefix:p,timeoutMs:o,observability:{swarmName:this.config.tag,operationId:c,operation:"map",itemIndex:a,role:"candidate",candidateIndex:s,errorRetry:d>1?d-1:void 0,...this.pipelineContextToObservability(i)}})),m={operationId:c,operation:"bestof-cand",tag:g.tag,sandboxId:g.sandboxId,swarmName:this.config.tag,itemIndex:s,errorRetry:d>1?d-1:void 0,candidateIndex:s,...this.pipelineContextToMeta(i)};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((r,s)=>{r.status==="error"&&(n[`candidate_${s}/_failed.txt`]=`STATUS: FAILED
|
|
630
|
+
|
|
631
|
+
Error: ${r.error??"Unknown error"}`),Object.entries(r.files).forEach(([c,l])=>{n[`candidate_${s}/${c}`]=l;});}),n}async executeBestOfJudge(e){let{candidates:n,config:r,timeoutMs:s,operationId:c,parentIndex:l,attempt:o=1,_pipelineContext:a}=e,d=l!==void 0?`${this.config.tag}-map-${l}-bestof-judge`:`${this.config.tag}-bestof-judge`,i=o>1?`${d}-er${o-1}`:d,u=this.buildJudgeContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,candidates:n,systemPrompt:e.systemPrompt,schema:e.schema}),p=gt(u),g=G(on,{candidateCount:String(n.length),criteria:r.judgeCriteria,fileTree:p}),m=zod.z.object({winner:zod.z.number().min(0).max(n.length-1),reasoning:zod.z.string()}),f=await this.semaphore.use(()=>this.execute(u,Rr,{systemPrompt:g,schema:m,agent:r.judgeAgent,mcpServers:e.mcpServers,skills:e.skills,integrations:e.integrations,tagPrefix:i,timeoutMs:s,observability:{swarmName:this.config.tag,operationId:c,operation:"map",itemIndex:l,role:"judge",errorRetry:o>1?o-1:void 0,...this.pipelineContextToObservability(a)}})),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=zod.z.object({passed:zod.z.boolean(),reasoning:zod.z.string(),feedback:zod.z.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,s])=>{n[`worker_output/${r}`]=s;}),n}async executeVerify(e){let{config:n,timeoutMs:r,operationId:s,workerTag:c,retryAttempt:l=1,operation:o,itemIndex:a,attemptIndex:d,_pipelineContext:i}=e,u=l>1?`${c}-verifier-er${l-1}`:`${c}-verifier`,p=n.verifierMcpServers??e.mcpServers,g=n.verifierSkills??e.skills,m=n.verifierIntegrations??e.integrations,f=this.buildVerifyContext({inputFiles:e.inputFiles,taskPrompt:e.taskPrompt,outputFiles:e.outputFiles,systemPrompt:e.systemPrompt,schema:e.schema}),h=gt(f),y=G(an,{criteria:n.criteria,fileTree:h}),w=await this.semaphore.use(()=>this.execute(f,_r,{systemPrompt:y,schema:t.VerifyDecisionSchema,agent:n.verifierAgent,mcpServers:p,skills:g,integrations:m,tagPrefix:u,timeoutMs:r,observability:{swarmName:this.config.tag,operationId:s,operation:o,itemIndex:a,role:"verifier",verifyRetry:d&&d>1?d-1:void 0,errorRetry:l>1?l-1:void 0,...this.pipelineContextToObservability(i)}})),b=null;if(w.data&&!w.error)b=w.data;else if(w.rawData)try{let k=JSON.parse(w.rawData);b={passed:!!k.passed,reasoning:k.reasoning??"Verification completed",feedback:k.feedback};}catch{console.warn(`Verify validation failed: ${w.error}`);}return {status:b?"success":"error",decision:b,tag:w.tag,sandboxId:w.sandboxId,error:b?void 0:"Verifier failed to produce valid decision"}}static buildRetryPromptWithFeedback(e,n){return G(cn,{originalPrompt:e,feedback:n})}async runWithVerification(e,n){let{originalPrompt:r,inputFiles:s,verifyConfig:c,timeoutMs:l,operationId:o,baseTag:a,retry:d,itemIndex:i=0,operation:u,_pipelineContext:p}=n,g=c.maxAttempts??t.DEFAULT_VERIFY_MAX_ATTEMPTS,m=r,f=null,h=0;for(;h<g;){h++;let w=h>1?`${a}-vr${h-1}`:a,b=d?await D(S=>e(m,S>1?`${w}-er${S-1}`:w,h),d,i):await e(m,w,h);if(c.onWorkerComplete?.(i,h,b.status==="error"?"error":"success"),b.status==="error")return b;f=b;let k=d?await D(S=>this.executeVerify({inputFiles:s,outputFiles:b.files,taskPrompt:m,config:c,timeoutMs:l,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,integrations:n.integrations,operationId:o,workerTag:w,retryAttempt:S,operation:u,itemIndex:i,attemptIndex:h,_pipelineContext:p}),{...d,retryOn:void 0}):await this.executeVerify({inputFiles:s,outputFiles:b.files,taskPrompt:m,config:c,timeoutMs:l,systemPrompt:n.systemPrompt,schema:n.schema,mcpServers:n.mcpServers,skills:n.skills,integrations:n.integrations,operationId:o,workerTag:w,operation:u,itemIndex:i,attemptIndex:h,_pipelineContext:p}),v={operationId:o,operation:"verify",tag:k.tag,sandboxId:k.sandboxId,swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(p)};if(c.onVerifierComplete?.(i,h,k.decision?.passed??false,k.decision?.feedback),k.decision?.passed)return {...b,verify:{passed:true,reasoning:k.decision.reasoning,verifyMeta:v,attempts:h}};if(h<g){let S=k.decision?.feedback??k.decision?.reasoning??"Output did not meet criteria";m=t.buildRetryPromptWithFeedback(r,S);}}let y=h>1?`${a}-vr${h-1}`:a;return {...f,status:"error",verify:{passed:false,reasoning:"Max verification retries exceeded",verifyMeta:{operationId:o,operation:"verify",tag:`${y}-verifier`,sandboxId:"",swarmName:this.config.tag,attempts:h,...this.pipelineContextToMeta(p)},attempts:h}}}generateOperationId(){return crypto.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(s){return s}}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"]=F(e.schema)?re(e.schema):se(e.schema)),Object.entries(e.inputFiles).forEach(([r,s])=>{n[`worker_task/input/${r}`]=s;}),n}isSwarmResult(e){return typeof e=="object"&&e!==null&&te in e&&e[te]===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 s=r??e.files;return e.error?{[te]:true,status:"error",data:null,files:s,meta:n,error:e.error,rawData:e.rawData}:{[te]:true,status:"success",data:e.data,files:s,meta:n}}buildErrorResult(e,n){return {[te]:true,status:"error",data:null,files:{},meta:n,error:e}}};var Et=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 Rt(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=crypto.randomBytes(8).toString("hex"),r=[],s=e,c=Date.now();for(let o=0;o<this.steps.length;o++){let a=this.steps[o],d=a.config.name,i=Date.now();this.events.onStepStart?.({type:a.type,index:o,name:d,itemCount:s.length});let u={pipelineRunId:n,pipelineStepIndex:o};try{let p=await this.executeStep(a,s,o,d,u),g=Date.now()-i;if(r.push({type:a.type,index:o,durationMs:g,results:p.output}),this.events.onStepComplete?.({type:a.type,index:o,name:d,durationMs:g,successCount:p.successCount,errorCount:p.errorCount,filteredCount:p.filteredCount}),a.type==="reduce")return {pipelineRunId:n,steps:r,output:p.output,totalDurationMs:Date.now()-c};s=p.nextItems;}catch(p){throw this.events.onStepError?.({type:a.type,index:o,name:d,error:p instanceof Error?p:new Error(String(p))}),p}}let l=r[r.length-1];return {pipelineRunId:n,steps:r,output:l?.results??[],totalDurationMs:Date.now()-c}}async executeStep(e,n,r,s,c){if(e.type==="map"){let a=e.config,d=await this.swarm.map({items:n,...a,_pipelineContext:c,retry:this.wrapRetry(a.retry,r,s),verify:this.wrapVerify(a.verify,r,s),bestOf:this.wrapBestOf(a.bestOf,r,s)});return {output:[...d],nextItems:d.success,successCount:d.success.length,errorCount:d.error.length,filteredCount:0}}if(e.type==="filter"){let a=e.config,d=await this.swarm.filter({items:n,...a,_pipelineContext:c,retry:this.wrapRetry(a.retry,r,s),verify:this.wrapVerify(a.verify,r,s)}),i=a.emit??"success",u=i==="success"?d.success:i==="filtered"?d.filtered:[...d.success,...d.filtered];return {output:[...d],nextItems:u,successCount:d.success.length,errorCount:d.error.length,filteredCount:d.filtered.length}}let l=e.config,o=await this.swarm.reduce({items:n,...l,_pipelineContext:c,retry:this.wrapRetry(l.retry,r,s),verify:this.wrapVerify(l.verify,r,s)});return {output:o,nextItems:[],successCount:o.status==="success"?1:0,errorCount:o.status==="error"?1:0,filteredCount:0}}wrapRetry(e,n,r){if(e)return {...e,onItemRetry:(s,c,l)=>{e.onItemRetry?.(s,c,l),this.events.onItemRetry?.({stepIndex:n,stepName:r,itemIndex:s,attempt:c,error:l});}}}wrapVerify(e,n,r){if(e)return {...e,onWorkerComplete:(s,c,l)=>{e.onWorkerComplete?.(s,c,l),this.events.onWorkerComplete?.({stepIndex:n,stepName:r,itemIndex:s,attempt:c,status:l});},onVerifierComplete:(s,c,l,o)=>{e.onVerifierComplete?.(s,c,l,o),this.events.onVerifierComplete?.({stepIndex:n,stepName:r,itemIndex:s,attempt:c,passed:l,feedback:o});}}}wrapBestOf(e,n,r){if(e)return {...e,onCandidateComplete:(s,c,l)=>{e.onCandidateComplete?.(s,c,l),this.events.onCandidateComplete?.({stepIndex:n,stepName:r,itemIndex:s,candidateIndex:c,status:l});},onJudgeComplete:(s,c,l)=>{e.onJudgeComplete?.(s,c,l),this.events.onJudgeComplete?.({stepIndex:n,stepName:r,itemIndex:s,winnerIndex:c,reasoning:l});}}}},Rt=class t extends Et{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 Oa=6e5,Ma=5e3;function Js(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 Da(t){let e=t?.apiKey||process.env[I];if(!e)throw new Error(`sessions() requires an API key. Set ${I} or pass { apiKey } in config.`);let n=t?.dashboardUrl||C;async function r(o,a){let d=await fetch(`${n}${o}`,{...a,headers:{Authorization:`Bearer ${e}`,...a?.headers}});if(!d.ok){let i=await d.text().catch(()=>"");throw new Error(`Dashboard API error (${d.status}): ${i||d.statusText}`)}return d}function s(o){return {id:o.id,tag:o.tag,agent:o.agent,model:o.model||null,provider:o.provider,sandboxId:o.sandboxId||null,state:o.isEnded?"ended":"live",runtimeStatus:o.runtimeStatus||"unknown",cost:typeof o.cost=="number"?o.cost:null,createdAt:o.createdAt,endedAt:o.endedAt||null,stepCount:o.stepCount||0,toolStats:o.toolStats||null}}function c(o,a){if(o.status!=="ready")throw new Error(`Browser replay is not ready (status: ${String(o.status||"unknown")})`);if(typeof o.replayUrl!="string"||typeof o.downloadUrl!="string")throw new Error("Browser replay response missing replayUrl or downloadUrl");return {sessionId:o.sessionId||a,status:"ready",replayUrl:o.replayUrl,downloadUrl:o.downloadUrl,suggestedStartSeconds:typeof o.suggestedStartSeconds=="number"?o.suggestedStartSeconds:void 0,sizeBytes:typeof o.sizeBytes=="number"?o.sizeBytes:void 0,readyAt:typeof o.readyAt=="string"?o.readyAt:void 0}}let l=o=>new Promise(a=>setTimeout(a,o));return {async list(o){let a=new URLSearchParams({paginationMode:"cursor",pageSize:String(Math.min(o?.limit??20,200)),paginated:"true"});if(o?.cursor&&a.set("cursor",o.cursor),o?.state&&o.state!=="all"&&a.set("state",o.state),o?.agent&&a.set("agent",o.agent),o?.tagPrefix&&a.set("tagPrefix",o.tagPrefix),o?.sort){let u={newest:"desc",oldest:"asc",cost:"desc"};a.set("sortDirection",u[o.sort]),o.sort==="cost"?a.set("sortField","cost"):a.set("sortField","timestamp");}let i=await(await r(`/api/sessions?${a}`)).json();return {items:(i.items||[]).map(s),nextCursor:i.nextCursor||null,hasMore:!!i.hasMore}},async get(o){let d=await(await r(`/api/sessions/${encodeURIComponent(o)}`)).json();return s(d)},async events(o,a){let d=new URLSearchParams;a?.since!=null&&d.set("since",String(a.since));let i=d.toString();return (await(await r(`/api/sessions/${encodeURIComponent(o)}/events${i?`?${i}`:""}`)).json()).events||[]},async download(o,a){let u=(await(await r(`/api/sessions/${encodeURIComponent(o)}`)).json()).tag||o,p=await fetch(`${n}/api/sessions/${encodeURIComponent(o)}/download`,{headers:{Authorization:`Bearer ${e}`},redirect:"follow"});if(!p.ok){let h=await p.text().catch(()=>"");throw new Error(`Download failed (${p.status}): ${h||p.statusText}`)}let g=a?.to||process.cwd();await promises.mkdir(g,{recursive:true});let m=Se.join(g,`${u}.jsonl`);if(!p.body)throw new Error("Download response has no body");let f=stream.Readable.fromWeb(p.body);return await promises$1.pipeline(f,K.createWriteStream(m)),m},async browserReplay(o,a){let d=Js("timeoutMs",a?.timeoutMs,Oa),i=Js("intervalMs",a?.intervalMs,Ma),u=Date.now()+d,p=`/api/sessions/${encodeURIComponent(o)}/browser-replay`;for(;;){let g=u-Date.now();if(g<=0)throw new Error(`Browser replay timed out after ${d}ms`);let m;try{m=await fetch(`${n}${p}`,{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 c(f,o);if(f.status==="failed"){let h=typeof f.error=="string"?f.error:"unknown error";throw new Error(`Browser replay failed: ${h}`)}if(Date.now()>=u)throw new Error(`Browser replay timed out after ${d}ms`);await l(Math.min(i,Math.max(0,u-Date.now())));}}}}var In=["missing_authorization","invalid_api_key","credential_service_unavailable","rate_limited","insufficient_credits","invalid_json","invalid_input","invalid_limit","invalid_status","invalid_cursor","invalid_after","invalid_format","invalid_ids","invalid_multipart","idempotency_key_reused","benchmark_not_found","benchmark_version_not_found","benchmark_name_taken","benchmark_in_use","benchmark_not_owned","upstream_not_watchable","no_active_version","version_not_ready","unknown_task_keys","no_tasks","custom_harness_not_found","custom_harness_name_taken","custom_harness_name_reserved","custom_harness_invalid_name","custom_harness_source_required","custom_harness_source_conflict","custom_harness_invalid_env","custom_harness_too_large","custom_harness_limit_reached","harness_version_not_found","job_too_large","provider_unsupported","job_not_found","job_not_terminal","no_failed_runs","trial_not_found","concurrent_update","regrade_source_ineligible","no_regradable_runs","regrade_not_found","import_not_found","import_too_large","invalid_archive","package_not_retained","package_corrupt","package_missing","internal_error"];function _t(t){return typeof t=="string"&&In.includes(t)}var me=class extends Error{status;code;param;details;retryAfterSec;requestId;constructor(e,n,r,s){super(r),this.name="EvolveApiError",this.status=e,this.code=n,s?.param!==void 0&&(this.param=s.param),s?.details!==void 0&&(this.details=s.details),s?.retryAfterSec!==void 0&&(this.retryAfterSec=s.retryAfterSec),s?.requestId!==void 0&&(this.requestId=s.requestId);}isKnownCode(){return _t(this.code)}};async function Dn(t){let e=await t.text().catch(()=>""),n=t.headers?.get?.("x-request-id")??void 0,r=Number(t.headers?.get?.("retry-after")),s=Number.isFinite(r)?r:void 0;try{let c=JSON.parse(e);if(c?.error&&typeof c.error=="object"){let l=typeof c.error.code=="string"?c.error.code:"unknown_error",o=typeof c.error.message=="string"?c.error.message:t.statusText;throw new me(t.status,l,o,{param:typeof c.error.param=="string"?c.error.param:void 0,details:c.error.details&&typeof c.error.details=="object"?c.error.details:void 0,retryAfterSec:typeof c.error.retryAfterSec=="number"?c.error.retryAfterSec:s,requestId:typeof c.error.requestId=="string"?c.error.requestId:n})}}catch(c){if(c instanceof me)throw c}throw new me(t.status,"unknown_error",e||t.statusText,{retryAfterSec:s,requestId:n})}var Mt=class extends Error{benchmark;constructor(e){super(`Benchmark "${e}" has no active version`),this.name="NoActiveVersionError",this.benchmark=e;}},Ha=1e3,Ga=3e4,za=new Set(["COMPLETED","CANCELLED","FAILED"]),Wa=new Set(["job.completed","job.cancelled","job.failed"]),qa=2e3,Ya=new Set(["COMPLETED","FAILED"]);function Un(t,e){let n=e?.apiKey||process.env[I];if(!n)throw new Error(`${t}() requires an API key. Set ${I} or pass { apiKey } in config.`);let r=(e?.baseUrl||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,"");return {apiKey:n,baseUrl:r}}async function R(t,e,n){let r=await fetch(`${t.baseUrl}${e}`,{...n,headers:{Authorization:`Bearer ${t.apiKey}`,...n?.headers}});return r.ok||await Dn(r),r}function Xa(t){let e=t.indexOf("@");if(e===-1)return {name:t.trim()};let n=t.slice(0,e).trim(),r=t.slice(e+1).trim();if(!n||!r)throw new Error(`Invalid benchmark ref "${t}": expected "name" or "name@version"`);return {name:n,version:r}}function Bn(t){return {harness:t.harness,model:t.model,harnessVersion:t.harnessVersion??null,reasoningEffort:t.reasoningEffort??null}}function Tt(t){return {version:t.version,state:t.state,createdAt:t.createdAt,taskCount:t.taskCount??0}}function Qa(t){return {taskKey:t.taskKey,agentTimeoutSec:t.agentTimeoutSec,verifierTimeoutSec:t.verifierTimeoutSec,providers:t.providers}}function Ne(t){let e=t.trials??{};return {id:t.id,status:t.status,benchmark:t.benchmark,agents:(t.agents??[]).map(Bn),runsPerTask:t.runsPerTask,concurrency:t.concurrency,maxTrialSpendUsd:t.maxTrialSpendUsd,worstCaseSpendUsd:t.worstCaseSpendUsd,sandboxProvider:t.sandboxProvider,spentUsd:t.spentUsd??0,createdAt:t.createdAt,updatedAt:t.updatedAt,counts:t.counts,trials:{total:e.total??0,byStatus:e.byStatus??{}},meanReward:t.meanReward??null,failure:t.failure??null,sourceJobId:t.sourceJobId??null,idempotentReplay:t.idempotentReplay===true}}function Y(t,e){let n=t??{};return {items:Array.isArray(n.items)?n.items.map(e):[],nextCursor:n.nextCursor??null,hasMore:n.hasMore===true}}function q(t,e){let n=new URLSearchParams;t?.limit!==void 0&&n.set("limit",String(t.limit)),t?.cursor&&n.set("cursor",t.cursor);for(let[s,c]of Object.entries(e??{}))c!==void 0&&n.set(s,c);let r=n.toString();return r?`?${r}`:""}function Hs(t){return {id:t.id,taskKey:t.taskKey,agent:Bn(t.agent||{}),runNumber:t.runNumber,status:t.status,reward:t.reward??null,metrics:t.metrics??null,failurePhase:t.failurePhase??null,failureDetail:t.failureDetail??null,phaseTimingsMs:t.phaseTimingsMs??null,modelUsage:t.modelUsage??null,sandboxProvider:t.sandboxProvider??null,verifierMode:t.verifierMode??null,spentUsd:t.spentUsd??null,spendSource:t.spendSource??null,liveSpentUsd:t.liveSpentUsd??null,liveSpendAt:t.liveSpendAt??null,resolvedHarnessVersion:t.resolvedHarnessVersion??null,sessionRef:t.sessionRef??null,createdAt:t.createdAt,updatedAt:t.updatedAt}}function Za(t){return {id:t.id,sourceTrialId:t.sourceTrialId,taskKey:t.taskKey,status:t.status,reward:t.reward??null,metrics:t.metrics??null,sourceReward:t.sourceReward??null,sourceStatus:t.sourceStatus,rewardDelta:t.rewardDelta??null,verifierMode:t.verifierMode??"separate",verifierDigest:t.verifierDigest??null,verifierSandboxId:t.verifierSandboxId??null,failurePhase:t.failurePhase??null,failureDetail:t.failureDetail??null,phaseTimingsMs:t.phaseTimingsMs??null,createdAt:t.createdAt,settledAt:t.settledAt??null}}function Pt(t){let e=t.results??{};return {id:t.id,sourceJobId:t.sourceJobId,status:t.status,sandboxProvider:t.sandboxProvider,filter:t.filter??null,results:{...Y(e,Za),total:e.total??0,byStatus:e.byStatus??{}},createdAt:t.createdAt,updatedAt:t.updatedAt}}function It(t){return {name:t.name,source:t.source,runCommand:t.runCommand,env:t.env??{},createdAt:t.createdAt,updatedAt:t.updatedAt}}function At(t){let e={id:t.id,status:t.status,benchmarkName:t.benchmarkName,version:t.version,failure:t.failure??null};return typeof t.taskCount=="number"&&(e.taskCount=t.taskCount),typeof t.createdAt=="string"&&(e.createdAt=t.createdAt),typeof t.updatedAt=="string"&&(e.updatedAt=t.updatedAt),e}function Zs(t){let e=t??{};return {scored:e.scored??0,total:e.total??0}}function ec(t){return {id:t.id,benchmark:t.benchmark,status:t.status,meanReward:t.meanReward??null,coverage:Zs(t.coverage),spentUsd:t.spentUsd??0,agents:(t.agents||[]).map(Bn),createdAt:t.createdAt}}function tc(t){return {jobId:t.jobId,status:t.status,meanReward:t.meanReward??null,coverage:Zs(t.coverage)}}function nc(t){return {taskKey:t.taskKey,disagreement:t.disagreement===true,cells:(t.cells||[]).map(tc)}}function rc(t){return {seq:t.seq,type:t.type,data:t.data??{}}}function Mn(t){if(t?.aborted)throw t.reason instanceof Error?t.reason:new Error("Watch aborted")}function Gs(t,e){return e?.aborted?true:t?.name==="AbortError"}function Ot(t,e){return new Promise((n,r)=>{let s=setTimeout(()=>{e?.removeEventListener("abort",c),n();},t),c=()=>{clearTimeout(s),r(e?.reason instanceof Error?e.reason:new Error("Watch aborted"));};e?.addEventListener("abort",c,{once:true});})}function sc(t){let e="";return {push(n){e+=n.replace(/\r\n/g,`
|
|
632
|
+
`);let r;for(;(r=e.indexOf(`
|
|
633
|
+
|
|
634
|
+
`))!==-1;){let s=e.slice(0,r);e=e.slice(r+2);let c,l,o=[];for(let a of s.split(`
|
|
635
|
+
`)){if(!a||a.startsWith(":"))continue;let d=a.indexOf(":"),i=d===-1?a:a.slice(0,d),u=d===-1?"":a.slice(d+1);u.startsWith(" ")&&(u=u.slice(1)),i==="id"?c=u:i==="event"?l=u:i==="data"&&o.push(u);}(c!==void 0||l!==void 0||o.length>0)&&t({id:c,event:l,data:o.join(`
|
|
636
|
+
`)});}}}}function fe(t,e){let n,r=()=>n??=t({limit:e?.limit,cursor:e?.cursor});return {then(s,c){return r().then(s,c)},catch(s){return r().catch(s)},finally(s){return r().finally(s)},async*[Symbol.asyncIterator](){let s=e?.cursor;for(;;){let c=await t({limit:e?.limit,cursor:s});for(let l of c.items)yield l;if(!c.nextCursor)return;s=c.nextCursor;}}}}function Dt(t,e){let n=new FormData;for(let[r,s]of Object.entries(t))s!==void 0&&n.set(r,s);return e&&n.set("file",new Blob([e.bytes],{type:"application/gzip"}),e.filename),n}function ic(t){let e,n=()=>(e||(e=(async()=>{let r=await t.next();for(;!r.done;)r=await t.next();return r.value})()),e);return {then(r,s){return n().then(r,s)},catch(r){return n().catch(r)},finally(r){return n().finally(r)},[Symbol.asyncIterator](){return t}}}var ei="x-package-sha256",Fe=class extends Error{constructor(n,r){super(`downloaded bytes do not match the digest the server stated (expected ${n}, got ${r})`);this.expected=n;this.actual=r;}name="EvolveDigestMismatchError"},Ke=class extends Error{constructor(n,r){super(`download ended early: the server declared ${n} bytes and ${r} arrived`);this.expectedBytes=n;this.receivedBytes=r;}name="EvolveIncompleteDownloadError"};function oc(t,e){let n=t.headers.get("Content-Length");if(n===null)return;let r=Number(n);if(Number.isFinite(r)&&e!==r)throw new Ke(r,e)}async function ac(t,e){let n=t.headers.get(ei);if(!n)return;let{createHash:r}=await import('crypto'),s=r("sha256").update(e).digest("hex");if(s!==n)throw new Fe(n,s)}function ti(t,e){let r=(t.headers.get("Content-Disposition")||"").match(/filename="([^"]+)"/);if(!r)return e;let s=Se.basename(r[1]);return s===""||s==="."||s===".."||/[/\\]/.test(s)||/[\u0000-\u001f]/.test(s)?e:s}function ni(t){let e=Un("benchmarks",t);async function n(l){let o=await R(e,`/api/benchmarks/imports/${encodeURIComponent(l)}`);return At(await o.json())}function r(l){if(!l||typeof l!="object")return null;let o=l;return {ref:o.ref,currentCommit:o.currentCommit,latestCommit:o.latestCommit??null,moved:o.moved===true,behindBy:typeof o.behindBy=="number"?o.behindBy:null,checkedAt:o.checkedAt??null,error:o.error??null}}async function s(l,o){let a=Xa(l),d=q(o,{version:a.version}),u=await(await R(e,`/api/benchmarks/${encodeURIComponent(a.name)}${d}`)).json();return {name:u.name,title:u.title??null,description:u.description??null,activeVersion:u.activeVersion?Tt(u.activeVersion):null,versions:(u.versions||[]).map(Tt),selectedVersion:u.selectedVersion?Tt(u.selectedVersion):null,tasks:Y(u.tasks,Qa),upstream:r(u.upstream),createdAt:u.createdAt,updatedAt:u.updatedAt}}async function c(l){let o=await R(e,`/api/benchmarks${q(l)}`);return Y(await o.json(),a=>({name:a.name,title:a.title??null,description:a.description??null,activeVersion:a.activeVersion?Tt(a.activeVersion):null,upstream:r(a.upstream)}))}return {list(l){return fe(c,l)},get:s,async getActive(l,o){let a=await s(l,o);if(a.activeVersion===null)throw new Mt(l);return {name:a.name,title:a.title,description:a.description,activeVersion:a.activeVersion,version:a.activeVersion.version,tasks:a.tasks??{items:[],nextCursor:null,hasMore:false},versions:a.versions??[],createdAt:a.createdAt,updatedAt:a.updatedAt}},async import(l){let o=l.source;if(o?.directory){let{tarGzipDirectory:a}=await Promise.resolve().then(()=>(On(),An)),d=a(o.directory),i=await R(e,"/api/benchmarks/imports",{method:"POST",body:Dt({benchmarkName:l.benchmarkName,version:l.version},{bytes:d,filename:"corpus.tar.gz"})});return At(await i.json())}if(o&&"gitUrl"in o&&o.gitUrl){let a=await R(e,"/api/benchmarks/imports",{method:"POST",body:Dt({benchmarkName:l.benchmarkName,version:l.version,gitUrl:o.gitUrl,ref:o.ref})});return At(await a.json())}throw new Error("benchmarks().import() requires either a git source ({ source: { gitUrl, ref } }) or a local corpus directory ({ source: { directory } }), plus benchmarkName and version")},getImport:n,async watchImport(l,o){let a=o?.pollIntervalMs??qa,d=null;for(;;){Mn(o?.signal);let i=await n(l);if(i.status!==d&&(d=i.status,o?.onStatus?.(i)),Ya.has(i.status))return i;await Ot(a,o?.signal);}},downloadPackage:(async(l,o)=>{let a=await R(e,`/api/benchmarks/imports/${encodeURIComponent(l)}/package`);if(o?.stream){if(!a.body)throw new Error("Package response has no body");return a.body}if(o?.to){if(!a.body)throw new Error("Package response has no body");let i=o.to;await promises.mkdir(i,{recursive:true});let u=Se.join(i,ti(a,`import-${l}-corpus.tar.gz`)),{createHash:p,randomBytes:g}=await import('crypto'),m=`${u}.${g(8).toString("hex")}.part`,f=p("sha256"),h=0,y=stream.Readable.fromWeb(a.body);y.on("data",w=>{f.update(w),h+=w.length;});try{await promises$1.pipeline(y,K.createWriteStream(m));let w=a.headers.get("Content-Length");if(w!==null&&h!==Number(w))throw new Ke(Number(w),h);let b=a.headers.get(ei),k=f.digest("hex");if(b&&k!==b)throw new Fe(b,k);await promises.rename(m,u);}catch(w){throw await promises.rm(m,{force:true}).catch(()=>{}),w}return u}let d=Buffer.from(await a.arrayBuffer());return oc(a,d.length),await ac(a,d),d}),listImports(l){return fe(async o=>{let a=new URLSearchParams;o.limit!==void 0&&a.set("limit",String(o.limit)),o.cursor!==void 0&&a.set("cursor",o.cursor),l?.status!==void 0&&a.set("status",l.status),l?.benchmark!==void 0&&a.set("benchmark",l.benchmark);let d=a.toString()?`?${a}`:"",i=await R(e,`/api/benchmarks/imports${d}`);return Y(await i.json(),At)},l)},async delete(l){await R(e,`/api/benchmarks/${encodeURIComponent(l)}`,{method:"DELETE"});}}}function ri(t){let e=Un("customHarnesses",t);return {async create(n){let r=await zs("customHarnesses().create()",n),s=await R(e,"/api/custom-harnesses",{method:"POST",body:r});return It(await s.json())},list(n){return fe(async r=>{let s=await R(e,`/api/custom-harnesses${q(r)}`);return Y(await s.json(),It)},n)},async get(n){let r=await R(e,`/api/custom-harnesses/${encodeURIComponent(n)}`);return It(await r.json())},async delete(n){await R(e,`/api/custom-harnesses/${encodeURIComponent(n)}`,{method:"DELETE"});},async upsert(n,r){let s=await zs("customHarnesses().upsert()",{...r,name:n}),c=await R(e,`/api/custom-harnesses/${encodeURIComponent(n)}`,{method:"PUT",body:s});return It(await c.json())}}}async function zs(t,e){let n=typeof e.installScript=="string",r=typeof e.directory=="string";if(n&&r)throw new Error(`${t} takes EITHER an install script ({ installScript }) or a local directory ({ directory }), not both`);if(!n&&!r)throw new Error(`${t} requires either an install script ({ installScript }) or a local directory ({ directory }), plus runCommand`);let s={name:e.name,runCommand:e.runCommand,...e.env!==void 0?{env:JSON.stringify(e.env)}:{},...n?{installScript:e.installScript}:{}};if(r){let{tarGzipDirectory:c}=await Promise.resolve().then(()=>(On(),An)),l=c(e.directory);return Dt(s,{bytes:l,filename:"source.tar.gz"})}return Dt(s)}function si(t){let e=Un("jobs",t);async function n(a){let d=await R(e,`/api/jobs/${encodeURIComponent(a)}`);return Ne(await d.json())}async function r(a){let d=await R(e,`/api/jobs${q(a)}`);return Y(await d.json(),Ne)}async function s(a,d){let i=q(d,{status:d?.status?.length?d.status.join(","):void 0}),u=await R(e,`/api/jobs/${encodeURIComponent(a)}/trials${i}`);return Y(await u.json(),Hs)}async function c(a,d,i){let u=await R(e,`/api/jobs/${encodeURIComponent(a)}/trials/${encodeURIComponent(d)}/trace${q(i)}`);return Y(await u.json(),rc)}async function l(a,d){let i=d?`?format=${encodeURIComponent(d)}`:"";return R(e,`/api/jobs/${encodeURIComponent(a)}/export${i}`)}async function*o(a,d){let{onEvent:i,signal:u}=d??{},p=d?.reconnectDelayMs??Ha,g=d?.maxReconnectDelayMs??Ga,m=null,f=false,h=false,y=p;for(;!f;){Mn(u);let w;try{w=await fetch(`${e.baseUrl}/api/jobs/${encodeURIComponent(a)}/events`,{headers:{Authorization:`Bearer ${e.apiKey}`,Accept:"text/event-stream",...m!==null?{"Last-Event-ID":String(m)}:{}},signal:u});}catch(P){if(Gs(P,u))throw P;await Ot(y,u),y=Math.min(y*2,g);continue}if(!w.ok){if(w.status===429||w.status>=500){await w.text().catch(()=>""),await Ot(y,u),y=Math.min(y*2,g);continue}await Dn(w);}if(!w.body)throw new Error("Event stream response has no body");let b=false,k=[],v=sc(P=>{let j=Number(P.id),X={seq:Number.isInteger(j)?j:-1,type:P.event||"message",data:P.data?cc(P.data):{}};Number.isInteger(j)&&(m=j),b=true,Wa.has(X.type)&&(f=true),k.push(X);}),S=w.body.getReader(),E=new TextDecoder;try{for(;!f;){let{done:P,value:j}=await S.read();if(P)break;v.push(E.decode(j,{stream:!0}));for(let X of k)i?.(X),yield X;k.length=0;}}catch(P){if(Gs(P,u))throw P}finally{await S.cancel().catch(()=>{});}if(f)break;Mn(u);let T=await n(a);if(za.has(T.status)){if(h)return T;h=true;continue}b&&(y=p),await Ot(y,u),y=Math.min(y*2,g);}return n(a)}return {async run(a,d){let i=await R(e,"/api/jobs",{method:"POST",headers:{"Content-Type":"application/json",...d?.idempotencyKey?{"Idempotency-Key":d.idempotencyKey}:{}},body:JSON.stringify(a)});return Ne(await i.json())},get:n,list(a){return fe(r,a)},trials(a,d){return fe(i=>s(a,{...i,status:d?.status}),d)},async trial(a,d){let u=await(await R(e,`/api/jobs/${encodeURIComponent(a)}/trials/${encodeURIComponent(d)}`)).json();return {...Hs(u),jobId:u.jobId}},trialTrace:c,async*trialTraceEvents(a,d,i){let u=i?.cursor;for(;;){let p=await c(a,d,{cursor:u,limit:i?.limit});for(let g of p.items)yield g;if(!p.nextCursor)return;u=p.nextCursor;}},watch(a,d){return ic(o(a,d))},async cancel(a){let d=await R(e,`/api/jobs/${encodeURIComponent(a)}/cancel`,{method:"POST"});return Ne(await d.json())},async compare(a){let d=a.map(encodeURIComponent).join(","),u=await(await R(e,`/api/jobs/compare?ids=${d}`)).json();return {jobs:(u.jobs||[]).map(ec),taskMatrix:(u.taskMatrix||[]).map(nc)}},async rerunFailed(a,d){let i=await R(e,`/api/jobs/${encodeURIComponent(a)}/rerun-failed`,{method:"POST",headers:d?.idempotencyKey?{"Idempotency-Key":d.idempotencyKey}:void 0});return Ne(await i.json())},async regrade(a,d){let i={};d?.status?.length&&(i.status=d.status),d?.taskKey!==void 0&&(i.taskKey=d.taskKey);let u=await R(e,`/api/jobs/${encodeURIComponent(a)}/regrade`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});return Pt(await u.json())},async regradeTrial(a,d){let i=await R(e,`/api/jobs/${encodeURIComponent(a)}/trials/${encodeURIComponent(d)}/regrade`,{method:"POST"});return Pt(await i.json())},listRegrades(a){return fe(async d=>{let u=await(await R(e,`/api/regrades${q(d,{jobId:a?.jobId})}`)).json();return {items:u.items.map(Pt),nextCursor:u.nextCursor,hasMore:u.hasMore}},a)},async getRegrade(a,d){let i=await R(e,`/api/regrades/${encodeURIComponent(a)}${q(d)}`);return Pt(await i.json())},export:(async(a,d)=>{let i=await l(a,d?.format);if(d?.stream){if(!i.body)throw new Error("Export response has no body");return i.body}if(d?.to){if(!i.body)throw new Error("Export response has no body");let p=d.to;await promises.mkdir(p,{recursive:true});let g=Se.join(p,ti(i,`job-${a}-export.json.gz`)),m=stream.Readable.fromWeb(i.body);return await promises$1.pipeline(m,K.createWriteStream(g)),g}let u=await i.arrayBuffer();return Buffer.from(u)})}}function cc(t){try{let e=JSON.parse(t);return e&&typeof e=="object"?e:{value:e}}catch{return {raw:t}}}function lc(t){let e,n,r;return {get benchmarks(){return e??=ni(t)},get customHarnesses(){return n??=ri(t)},get jobs(){return r??=si(t)},meta(){return ii(t)}}}async function ii(t){let e=(t?.baseUrl||process.env.EVOLVE_DASHBOARD_URL||C).replace(/\/$/,""),n=await fetch(`${e}/api/meta`);return n.ok||await Dn(n),await n.json()}Object.defineProperty(exports,"E2BProvider",{enumerable:true,get:function(){return e2b.E2BProvider}});Object.defineProperty(exports,"createE2BProvider",{enumerable:true,get:function(){return e2b.createE2BProvider}});Object.defineProperty(exports,"DaytonaProvider",{enumerable:true,get:function(){return daytona.DaytonaProvider}});Object.defineProperty(exports,"createDaytonaProvider",{enumerable:true,get:function(){return daytona.createDaytonaProvider}});Object.defineProperty(exports,"ModalProvider",{enumerable:true,get:function(){return modal.ModalProvider}});Object.defineProperty(exports,"createModalProvider",{enumerable:true,get:function(){return modal.createModalProvider}});exports.AGENT_REGISTRY=Kt;exports.AGENT_TYPES=di;exports.Agent=$e;exports.BROWSER_ACTIONBOOK_PROMPT=sn;exports.BROWSER_LOGIN_MCP_SERVER_NAME=kn;exports.BrowserCredentialsClient=yt;exports.BrowserProfilesClient=Ct;exports.Evolve=Le;exports.EvolveApiError=me;exports.EvolveDigestMismatchError=Fe;exports.EvolveIncompleteDownloadError=Ke;exports.HOSTED_ERROR_CODES=In;exports.JUDGE_PROMPT=on;exports.MANAGED_SANDBOX_PROVIDERS=He;exports.NoActiveVersionError=Mt;exports.Pipeline=Et;exports.RETRY_FEEDBACK_PROMPT=cn;exports.SCHEMA_PROMPT=Cr;exports.SWARM_RESULT_BRAND=te;exports.SYSTEM_PROMPT=xr;exports.Semaphore=ue;exports.Swarm=Pn;exports.SwarmResultList=pe;exports.TerminalPipeline=Rt;exports.VALIDATION_PRESETS=Ut;exports.VERIFY_PROMPT=an;exports.WORKSPACE_PROMPT=kr;exports.WORKSPACE_SWE_PROMPT=Sr;exports.applyTemplate=G;exports.benchmarks=ni;exports.browserCredentials=Sn;exports.browserProfiles=Tn;exports.buildWorkerSystemPrompt=ln;exports.createAgentParser=Z;exports.createClaudeParser=it;exports.createCodexParser=ot;exports.createDroidParser=at;exports.createGeminiParser=ct;exports.customHarnesses=ri;exports.executeWithRetry=D;exports.expandPath=M;exports.getAgentConfig=B;exports.getMcpSettingsDir=H;exports.getMcpSettingsPath=V;exports.hosted=lc;exports.isAgentWorkUpdate=nr;exports.isHostedErrorCode=_t;exports.isValidAgentType=pi;exports.isZodSchema=F;exports.jobs=si;exports.jsonSchemaToString=se;exports.managedSandbox=Wi;exports.managedSecrets=En;exports.meta=ii;exports.parseNdjsonLine=Ji;exports.parseNdjsonOutput=Vi;exports.parseQwenOutput=tr;exports.readLocalDir=rr;exports.resolveStorageConfig=ft;exports.saveLocalDir=sr;exports.sessions=Da;exports.storage=Ko;exports.writeClaudeMcpConfig=Xe;exports.writeCodexMcpConfig=rt;exports.writeDroidGatewaySettings=nt;exports.writeDroidMcpConfig=tt;exports.writeGeminiMcpConfig=Qe;exports.writeMcpConfig=Wt;exports.writeQwenMcpConfig=Ze;exports.zodSchemaToJson=re;
|