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
↓ 4 callers
Function
ensureTaskOutputFile
(sessionId, agentId)
step/step20.js:175
↓ 4 callers
Function
exists
(p: string)
src/scripts/smoke-filehistory.ts:32
↓ 4 callers
Function
extractFallbackDescription
(body)
step/step17.js:100
↓ 4 callers
Function
fileHistoryRewind
(messageId: string)
src/session/fileHistory.ts:346
↓ 4 callers
Function
fileSignature
Cheap per-file fingerprint: mtime + size, or "none" when absent.
src/config/sources.ts:101
↓ 4 callers
Function
findGitRoot
(cwd)
step/step20.js:208
↓ 4 callers
Function
finish
(result: ToolResult)
src/tools/powerShellTool.ts:70
↓ 4 callers
Function
finish
(result: ToolResult)
src/tools/bashTool.ts:180
↓ 4 callers
Function
fmt
(n: number)
src/core/queryEngine/commands/diagnostics.ts:98
↓ 4 callers
Function
formatAgentsSystemReminder
(agents)
step/step19.js:181
↓ 4 callers
Function
formatErrorBody
(raw: string)
src/ui/utils/toolCardFormat.ts:331
↓ 4 callers
Function
formatMailboxAttachment
(messages)
step/step21.js:169
↓ 4 callers
Function
formatTeamSystemReminder
()
step/step21.js:435
↓ 4 callers
Function
getActiveOutputStyleConfig
()
step/step23.js:134
↓ 4 callers
Function
getAllUserInvocableSkills
()
step/step17.js:246
↓ 4 callers
Function
getAutoCompactThreshold
(model)
step/step12.js:74
↓ 4 callers
Method
getCurrentMessageId
Stage 26: id of the active user turn (null before the first turn).
src/core/queryEngine.ts:252
↓ 4 callers
Function
getInboxPath
(agentName: string, teamName: string)
src/utils/teammateMailbox.ts:79
↓ 4 callers
Function
getInboxPath
(agentName, teamName)
step/step21.js:109
↓ 4 callers
Function
getModelVisibleSkills
()
step/step17.js:240
↓ 4 callers
Method
getSystemPrompt
* Returns the system prompt for this agent. A function (not a string) * to mirror the source pattern where built-ins compose their prompt * from
src/agents/types.ts:80
↓ 4 callers
Function
getTeamDir
(teamName: string)
src/utils/teamHelpers.ts:123
↓ 4 callers
Function
getTeamFilePath
(teamName: string)
src/utils/teamHelpers.ts:128
↓ 4 callers
Function
getUserFacingErrorMessage
(error, model = "current model")
step/step27.js:67
↓ 4 callers
Function
highlightCode
(line, language)
step/step24.js:120
↓ 4 callers
Function
hostMatchesDomain
(host, domain)
step/step31.js:105
↓ 4 callers
Function
initSessionStorage
(metadata)
step/step9.js:109
↓ 4 callers
Method
invalidateUsageAnchor
()
src/core/queryEngine.ts:749
↓ 4 callers
Function
isPlatformSupported
()
step/step18.js:169
↓ 4 callers
Function
isProjectTrusted
(cwd)
step/step25.js:340
↓ 4 callers
Function
isReady
(task, allTasks)
step/step15.js:284
↓ 4 callers
Function
isTaskModeEnabled
()
step/step15.js:304
↓ 4 callers
Function
loadAllCustomAgents
(cwd)
step/step19.js:118
↓ 4 callers
Function
loadHooksSettings
(cwd)
step/step22.js:92
↓ 4 callers
Function
loadSandboxSettings
(cwd)
step/step18.js:150
↓ 4 callers
Function
normalizeNameForMCP
(name: string)
src/services/mcp/normalization.ts:12
↓ 4 callers
Function
normalizeQuotes
(value: string)
src/tools/editCore.ts:27
↓ 4 callers
Function
normalizeStopReason
(reason)
step/step30.js:170
↓ 4 callers
Function
notify
()
src/state/teammateViewStore.ts:52
↓ 4 callers
Function
notifyTasksUpdated
(taskListId: string)
src/state/taskStore.ts:194
↓ 4 callers
Function
parseArguments
(args)
step/step23.js:279
↓ 4 callers
Function
pickTag
(tag: string)
src/ui/components/ConversationView.tsx:91
↓ 4 callers
Function
plural
Pluralize a count with the right noun (e.g. 1 → "file", 3 → "files").
src/ui/utils/toolClassify.ts:213
↓ 4 callers
Function
posixifyPath
(filePath)
step/step17.js:38
↓ 4 callers
Function
readJsonSettingsFile
( filePath: string, )
src/utils/settings.ts:58
↓ 4 callers
Function
readPlan
()
step/step13.js:50
↓ 4 callers
Function
recordClassifierDenial
()
src/permissions/autoModeState.ts:51
↓ 4 callers
Function
recordClassifierFailure
()
src/permissions/autoModeState.ts:81
↓ 4 callers
Function
refreshGlobalToolRegistry
Flatten every registered MCP server's tools and push them to the global Tool registry.
src/services/mcp/bootstrap.ts:118
↓ 4 callers
Function
removeAgentWorktree
(info)
step/step20.js:266
↓ 4 callers
Function
resetAutoModeState
()
src/permissions/autoModeState.ts:110
↓ 4 callers
Function
resolveApiKeyFromHelper
(cwd: string)
src/services/api/apiKeyHelper.ts:34
↓ 4 callers
Function
resolveBackupPath
(backupFileName: string)
src/session/fileHistory.ts:440
↓ 4 callers
Function
resolveOutputStyle
(name)
step/step23.js:121
↓ 4 callers
Function
runGit
Run a git subcommand in the session cwd; never throws.
src/core/queryEngine/commands/diff.ts:26
↓ 4 callers
Function
runHooksForEvent
({ event, matchField, hookInput, cwd, signal })
step/step22.js:323
↓ 4 callers
Function
runSandboxed
(command: string)
src/scripts/smoke-sandbox.ts:40
↓ 4 callers
Function
runUserPromptSubmitHooks
(params)
step/step22.js:359
↓ 4 callers
Method
search
(query: string, options: SearchOptions)
src/tools/webSearch/adapters.ts:39
↓ 4 callers
Function
section
(t: string)
src/scripts/smoke-sandbox.ts:49
↓ 4 callers
Function
setCustomOutputStyles
(styles)
step/step23.js:112
↓ 4 callers
Function
setMemberActive
(teamName, memberName, isActive)
step/step21.js:77
↓ 4 callers
Function
setPickerSelection
(agentId: string)
src/state/teammateViewStore.ts:86
↓ 4 callers
Function
shouldFallbackToPrompting
()
src/permissions/autoModeState.ts:67
↓ 4 callers
Function
shouldRetry529
(querySource = "foreground")
step/step27.js:138
↓ 4 callers
Function
sleep
(ms: number)
src/scripts/smoke-bash-heartbeat.tsx:24
↓ 4 callers
Function
sseStream
Build a web ReadableStream emitting the given SSE text chunks.
scripts/verify-multi-protocol.ts:36
↓ 4 callers
Function
stableJson
(value: unknown)
src/scripts/test-providerstream-characterization.ts:98
↓ 4 callers
Function
statSignature
(filePath)
step/step25.js:64
↓ 4 callers
Function
stripEsc
(s: string)
src/scripts/smoke-transcript-wheel.tsx:29
↓ 4 callers
Function
stripGlobSuffix
Strip a trailing glob suffix so sandbox-exec gets a path prefix.
src/sandbox/buildProfile.ts:77
↓ 4 callers
Function
stripGlobSuffix
(filePath)
step/step18.js:324
↓ 4 callers
Method
submitInternal
* The original `submitMessage` body, factored out so user-invoked skills * can re-enter it with their expanded prompt text. Everything below this
src/core/queryEngine.ts:474
↓ 4 callers
Function
textBlock
(text)
step/step32.js:18
↓ 4 callers
Function
truncate
(text: string, max: number)
src/permissions/autoClassifier.ts:102
↓ 4 callers
Function
warn
(state: TokenWarningResult["state"])
src/scripts/test-useagentsession-notices.ts:143
↓ 4 callers
Function
wildcardToRegExp
(pattern: string)
src/permissions/permissions.ts:228
↓ 4 callers
Function
withTempFile
( contents: string, fn: (file: string, cwd: string) => Promise<void>, )
src/scripts/test-stage31.ts:72
↓ 4 callers
Function
write
(patch: Record<string, unknown>)
src/core/queryEngine/commands/permissions.ts:71
↓ 3 callers
Function
advance
(answer: string)
src/ui/hooks/useQuestionPrompt.ts:87
↓ 3 callers
Function
appendMessage
(messages, message)
step/step2.js:39
↓ 3 callers
Function
asString
(value: unknown)
src/commands/userCommands/loadCommandsDir.ts:64
↓ 3 callers
Function
asString
(value: unknown)
src/agents/loadAgentsDir.ts:59
↓ 3 callers
Function
backupPath
(name)
step/step26.js:92
↓ 3 callers
Function
baseCommandOf
First token (base command) of a single segment, lowercased.
src/ui/utils/toolClassify.ts:94
↓ 3 callers
Method
beginUserTurn
* Stage 26: open a fresh user turn, generating the id that file-history * snapshots for this turn will bind to. Returns the id so the caller can
src/core/queryEngine.ts:246
↓ 3 callers
Function
bootstrapOutputStyles
(cwd: string)
src/styles/bootstrap.ts:32
↓ 3 callers
Function
buildPermissionsView
(ctx: CommandContext)
src/core/queryEngine/commands/permissions.ts:41
↓ 3 callers
Function
calculateTokenWarningState
(estimatedTokens, model)
step/step12.js:91
↓ 3 callers
Function
captureFetch
Mock fetch: record the outgoing request body, reply with a tiny valid stream.
scripts/verify-multi-protocol.ts:304
↓ 3 callers
Function
check
(label: string, ok: boolean, detail = "")
src/scripts/smoke-bash-heartbeat.tsx:27
↓ 3 callers
Function
classifyToolForCollapse
( name: string, input: Record<string, unknown> | undefined, )
src/ui/utils/toolClassify.ts:184
↓ 3 callers
Function
cleanupWorktreeIfNeeded
(info)
step/step20.js:275
↓ 3 callers
Function
clearAgents
()
src/agents/registry.ts:42
↓ 3 callers
Function
clearAllToolStatus
()
src/state/toolStatusStore.ts:49
↓ 3 callers
Function
clearMcpRegistry
()
step/step16.js:108
↓ 3 callers
Function
clearTodos
(sessionId)
step/step14.js:78
↓ 3 callers
Function
compileMacosProfile
(profile)
step/step18.js:432
↓ 3 callers
Function
completeBashProgress
(toolUseId: string)
src/state/bashProgressStore.ts:135
↓ 3 callers
Function
connectToServer
(name, config)
step/step16.js:193
← previous
next →
301–400 of 1,949, ranked by callers