Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConardLi/easy-agent
/ functions
Functions
1,949 in github.com/ConardLi/easy-agent
⨍
Functions
1,949
◇
Types & classes
297
↓ 3 callers
Function
containsExcludedCommand
(command, excludedCommands)
step/step18.js:281
↓ 3 callers
Function
convertUserMessageForProvider
(message, protocol)
step/step32.js:127
↓ 3 callers
Function
createAdapter
(modelHandle?: string)
src/tools/webSearch/adapters.ts:215
↓ 3 callers
Function
createEmptyUsage
()
step/step9.js:23
↓ 3 callers
Function
createMessage
( params: Omit<StreamRequestParams, "signal">, )
src/services/api/streaming.ts:429
↓ 3 callers
Function
deleteTask
(taskListId, taskId)
step/step15.js:204
↓ 3 callers
Function
drain
(profile: Record<string, unknown>)
scripts/verify-multi-protocol.ts:316
↓ 3 callers
Function
emit
(toolUseId: string, status: ToolStatus | null)
src/state/toolStatusStore.ts:28
↓ 3 callers
Function
ensureInsideAllowedRoots
(resolvedPath: string, cwd: string)
src/tools/pathUtils.ts:43
↓ 3 callers
Function
ensureSessionDir
(paths: SessionPaths)
src/session/storage.ts:292
↓ 3 callers
Function
escapeForCheck
(p: string)
src/scripts/test-sandbox.ts:340
↓ 3 callers
Function
exitCodeForReason
(reason)
step/step28.js:75
↓ 3 callers
Function
extractAssistantText
(message)
step/step2.js:29
↓ 3 callers
Function
failAsyncAgent
(agentId, error, durationMs)
step/step20.js:71
↓ 3 callers
Function
fetchToolsForConnection
(connection)
step/step16.js:295
↓ 3 callers
Function
fileHistoryEnabled
()
src/session/fileHistory.ts:125
↓ 3 callers
Function
fileHistoryGetDiffStats
(messageId: string)
src/session/fileHistory.ts:359
↓ 3 callers
Function
filterByDomains
(results: SearchResult[], options: SearchOptions)
src/tools/webSearch/adapters.ts:53
↓ 3 callers
Function
findFirstMatchingRule
( rules: string[], toolName: string, input: Record<string, unknown>, )
src/permissions/permissions.ts:309
↓ 3 callers
Function
flush
()
src/sandbox/splitCommand.ts:36
↓ 3 callers
Function
flush
()
step/step18.js:215
↓ 3 callers
Function
fmt
(v: unknown)
src/core/queryEngine/commands/config.ts:63
↓ 3 callers
Function
formatDuration
(ms: number)
src/ui/components/SubAgentCard.tsx:69
↓ 3 callers
Function
formatSkillsSystemReminder
(skills)
step/step17.js:305
↓ 3 callers
Function
frame
(label: string, toolCalls: ToolCallInfo[])
src/scripts/smoke-live-group.tsx:57
↓ 3 callers
Method
getActiveModel
Effective model after session/turn overrides.
src/core/queryEngine/commands/context.ts:37
↓ 3 callers
Function
getAnthropicClient
(options?: { apiKey?: string; baseURL?: string; })
src/services/api/client.ts:34
↓ 3 callers
Function
getAnthropicClientForProfile
(profile: { baseURL?: string; apiKey?: string; })
src/services/api/client.ts:63
↓ 3 callers
Function
getAutoCompactThreshold
(model: string)
src/context/autoCompact.ts:40
↓ 3 callers
Function
getAutoModeStateSnapshot
()
src/permissions/autoModeState.ts:118
↓ 3 callers
Function
getBlockingLimit
(model)
step/step12.js:79
↓ 3 callers
Function
getEasyAgentDir
()
step/step18.js:25
↓ 3 callers
Function
getEasyAgentHome
()
step/step25.js:27
↓ 3 callers
Method
getModelSource
()
src/core/queryEngine.ts:758
↓ 3 callers
Function
getPlanFilePath
()
src/context/plans.ts:35
↓ 3 callers
Function
getPlansRoot
()
src/utils/paths.ts:91
↓ 3 callers
Function
getProjectPathInfo
(cwd: string)
src/context/memory/memdir.ts:65
↓ 3 callers
Function
getProjectsRoot
()
step/step20.js:159
↓ 3 callers
Function
getTaskPath
(taskListId, taskId)
step/step15.js:58
↓ 3 callers
Function
getTeamsRoot
()
step/step21.js:30
↓ 3 callers
Function
getTodos
(sessionId)
step/step14.js:67
↓ 3 callers
Function
getWarningThreshold
(model)
step/step12.js:84
↓ 3 callers
Function
hasBytes
Whether a freshly written candidate file actually received image bytes.
src/ui/utils/screenshotClipboard.ts:32
↓ 3 callers
Function
hasMarkdownSyntax
(text: string)
src/ui/markdown/markdownToAnsi.ts:54
↓ 3 callers
Function
hooksGloballyDisabled
()
src/hooks/settings.ts:261
↓ 3 callers
Function
imageRefToken
(id: number)
src/core/pastedImages.ts:42
↓ 3 callers
Function
interpolateEnv
`${VAR}` → process.env.VAR (missing vars collapse to empty string).
src/services/api/providers/profile.ts:77
↓ 3 callers
Function
interpolateEnv
(value, env = process.env)
step/step30.js:17
↓ 3 callers
Function
isAutoModeCircuitBroken
()
src/permissions/autoModeState.ts:91
↓ 3 callers
Function
isCompactMessage
(message)
step/step12.js:262
↓ 3 callers
Function
isContentBlocks
(content: unknown)
src/context/compaction.ts:82
↓ 3 callers
Function
isInsideGitRepo
(cwd: string)
src/utils/worktree.ts:99
↓ 3 callers
Function
isPromptTooLongError
(error)
step/step27.js:49
↓ 3 callers
Function
isTrustedScopeForSensitiveKeys
(source: SettingSource)
src/config/sources.ts:194
↓ 3 callers
Function
lastDefined
(pick: (s: SandboxSettings) => T | undefined, fallback: T)
src/sandbox/settings.ts:113
↓ 3 callers
Function
listProjectSessions
(cwd, limit = MAX_SESSIONS)
step/step9.js:270
↓ 3 callers
Function
loadAllOutputStyles
(cwd)
step/step23.js:177
↓ 3 callers
Function
loadAllUserCommands
(cwd)
step/step23.js:248
↓ 3 callers
Function
markdownToAnsiLines
(markdown)
step/step24.js:74
↓ 3 callers
Function
maybeExpand
(trackingPath)
step/step26.js:83
↓ 3 callers
Function
maybeExpandFilePath
(filePath: string)
src/session/fileHistory.ts:600
↓ 3 callers
Function
microCompactMessages
(messages)
step/step11.js:124
↓ 3 callers
Function
modeChangeNotice
(newMode: string)
src/ui/hooks/useAgentSession/notices.ts:210
↓ 3 callers
Function
mostRecentSnapshot
()
step/step26.js:130
↓ 3 callers
Function
parsePermissionRule
(rule)
step/step18.js:328
↓ 3 callers
Function
parsePromptTooLongTokenCounts
(raw)
step/step27.js:57
↓ 3 callers
Function
pickString
(input: Record<string, unknown>, key: string)
src/tools/taskCreateTool.ts:20
↓ 3 callers
Function
query
({ messages, model, systemPrompt, toolContext, maxTurns = 8 })
step/step4.js:43
↓ 3 callers
Function
readFileOrNull
(filePath)
step/step26.js:112
↓ 3 callers
Function
readHighWaterMark
(taskListId: string)
src/state/taskStore.ts:107
↓ 3 callers
Function
readHighWaterMark
(taskListId)
step/step15.js:74
↓ 3 callers
Function
readJsonEnv
(filePath: string)
src/utils/loadEnv.ts:30
↓ 3 callers
Function
readMailbox
( agentName: string, teamName: string, )
src/utils/teammateMailbox.ts:116
↓ 3 callers
Function
registerMcpTools
(tools: Tool[])
src/tools/index.ts:80
↓ 3 callers
Method
reloadPermissionSettings
Re-read permission settings from disk so the next tool call sees them.
src/core/queryEngine/commands/context.ts:62
↓ 3 callers
Function
renderToolResult
(toolCall, options = {})
step/step24.js:171
↓ 3 callers
Function
resetSettingsCache
()
step/step25.js:56
↓ 3 callers
Function
resetTaskList
(taskListId)
step/step15.js:239
↓ 3 callers
Function
resolveAutoModeDecision
(options)
step/step29.js:191
↓ 3 callers
Function
resolveBingUrl
(rawUrl: string)
src/tools/webSearch/adapters.ts:182
↓ 3 callers
Function
resolveSandboxSettings
(user, project)
step/step18.js:125
↓ 3 callers
Function
restoreFileHistorySnapshots
( records: FileHistorySnapshotRecord[], )
src/session/fileHistory.ts:191
↓ 3 callers
Function
restoreSession
(cwd, sessionId)
step/step9.js:231
↓ 3 callers
Function
resultToString
(result: unknown)
src/services/api/providers/translateShared.ts:16
↓ 3 callers
Function
roughTokenCountEstimationForMessages
(messages: readonly MessageParam[])
src/utils/tokens.ts:97
↓ 3 callers
Function
runHeadless
(engine, options)
step/step28.js:160
↓ 3 callers
Function
runOneToolBlock
* Run one tool_use block end-to-end: name lookup, permission check, * the actual `tool.call()`, and result truncation. Pure of any * mutation outsid
src/core/agenticLoop.ts:307
↓ 3 callers
Function
runSessionStartHooks
(params)
step/step22.js:373
↓ 3 callers
Function
runSubagentStopHooks
(params)
step/step22.js:388
↓ 3 callers
Function
scaleBuffer
(buffer: number, effectiveWindow: number)
src/context/autoCompact.ts:32
↓ 3 callers
Function
scaleBuffer
* When effective window < 180K, scale the buffer proportionally. * A 30K window gets roughly 30/180 ≈ 17% of the original buffer, * keeping the trig
step/step12.js:69
↓ 3 callers
Function
scrollToLine
(line: number)
src/ui/hooks/useTranscript.ts:105
↓ 3 callers
Function
seedBuiltIns
()
src/styles/registry.ts:115
↓ 3 callers
Function
setAdditionalAllowedRoots
(roots: string[])
src/tools/pathUtils.ts:13
↓ 3 callers
Function
setFlagSettings
(next)
step/step25.js:51
↓ 3 callers
Function
setInfoMessage
(text)
step/step2.js:357
↓ 3 callers
Function
setTodos
(sessionId, todos)
step/step14.js:71
↓ 3 callers
Function
setToolStatus
(toolUseId: string, status: ToolStatus)
src/state/toolStatusStore.ts:37
↓ 3 callers
Function
setUserCommands
(commands)
step/step23.js:262
↓ 3 callers
Function
sleep
(ms: number)
src/services/mcp/client.ts:79
← previous
next →
401–500 of 1,949, ranked by callers