Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent-tower/core
/ set
Method
set
packages/server/src/executors/execution-env.ts:91–94 ·
view source on GitHub ↗
* 插入环境变量
(key: string, value: string)
Source
from the content-addressed store, hash-verified
89
}
90
91
/**
92
* 创建默认执行环境
93
*/
94
static default(workingDir: string): ExecutionEnv {
95
return
new
ExecutionEnv(
96
{ workspaceRoot: workingDir, repoNames: [] },
97
false
Callers
15
createWindow
Function · 0.80
getAllProvidersAvailability
Function · 0.80
merge
Method · 0.80
clone
Method · 0.80
normalizeProviderDefaults
Function · 0.80
create
Method · 0.80
upsertMcpToolEntry
Method · 0.80
handleToolUse
Method · 0.80
handleStreamEvent
Method · 0.80
handleInteractionQuery
Method · 0.80
handleToolCall
Method · 0.80
on
Method · 0.80
Calls
no outgoing calls
Tested by
7
addSocket
Method · 0.64
on
Method · 0.64
join
Method · 0.64
createServerMock
Function · 0.64
addSocket
Method · 0.64
on
Method · 0.64
join
Method · 0.64