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
↓ 6 callers
Function
sleep
(ms: number)
src/scripts/smoke-transcript-wheel.tsx:31
↓ 6 callers
Function
snapshotCount
()
src/session/fileHistory.ts:338
↓ 6 callers
Function
splitHeader
(message: string)
src/ui/hooks/useAgentSession/notices.ts:46
↓ 6 callers
Function
toolResult
(id: string, content: string, isError = false)
src/scripts/smoke-bash-output.tsx:28
↓ 6 callers
Function
toolUse
(id: string, name: string, input: Record<string, unknown>)
src/scripts/smoke-bash-output.tsx:25
↓ 6 callers
Function
turnCompleteNotice
( reason: LoopTerminationReason, turnCount: number, )
src/ui/hooks/useAgentSession/notices.ts:158
↓ 6 callers
Method
update
(index, usage)
step/step12.js:200
↓ 6 callers
Function
updateSubAgentProgress
( toolUseId: string, patch: Partial<Omit<SubAgentProgress, "startTime">>, )
src/state/subAgentProgressStore.ts:109
↓ 6 callers
Function
updateTask
(taskListId, taskId, updates)
step/step15.js:190
↓ 6 callers
Function
withTempDir
( fn: (dir: string) => Promise<void>, prefix = "stage20-", )
src/scripts/test-stage20.ts:92
↓ 6 callers
Function
writeSetting
(cwd, scope, key, value)
step/step25.js:265
↓ 6 callers
Function
writeToMailbox
(recipientName, message, teamName)
step/step21.js:133
↓ 5 callers
Function
annotateStderrWithSandboxFailures
(stderr, exitCode)
step/step18.js:538
↓ 5 callers
Function
asString
(value: unknown)
src/services/skills/parseFrontmatter.ts:61
↓ 5 callers
Function
asString
(value)
step/step17.js:48
↓ 5 callers
Function
asString
(value)
step/step23.js:56
↓ 5 callers
Function
assert
(cond: boolean, label: string)
src/scripts/smoke-static-clear.tsx:19
↓ 5 callers
Function
bashResult
(command: string, exitCode: number, stdout?: string, stderr?: string)
src/scripts/smoke-bash-output.tsx:32
↓ 5 callers
Function
buildMcpToolName
(serverName, toolName)
step/step16.js:75
↓ 5 callers
Function
buildSource
Build a `LoadedSource` from a raw file/flag read, applying schema validation.
src/config/sources.ts:111
↓ 5 callers
Function
buildSource
(source, filePath, raw, parseError)
step/step25.js:111
↓ 5 callers
Function
buildTokenBudgetSnapshot
(messages, options = {})
step/step11.js:89
↓ 5 callers
Function
buildTranscriptLines
(messages, search = "")
step/step24.js:216
↓ 5 callers
Function
classifyUserInput
(trimmed: string)
src/ui/hooks/useAgentSession/inputClassification.ts:33
↓ 5 callers
Function
clearOutputStyles
()
src/styles/registry.ts:195
↓ 5 callers
Function
compactMessages
(messages, callModel, options = {})
step/step11.js:186
↓ 5 callers
Function
configureFileHistory
( projectCwd: string, currentSessionId: string, )
src/session/fileHistory.ts:107
↓ 5 callers
Method
dispatch
(line, ctx)
step/step33.js:33
↓ 5 callers
Function
ensureMemoryDirExists
(cwd: string)
src/context/memory/memdir.ts:82
↓ 5 callers
Function
ensurePlansDirectory
()
step/step13.js:39
↓ 5 callers
Function
estimateMessagesTokens
(messages)
step/step11.js:59
↓ 5 callers
Function
fileHistoryMakeSnapshot
(messageId: string)
src/session/fileHistory.ts:263
↓ 5 callers
Function
fileHistoryTrackEdit
( filePath: string, messageId: string, )
src/session/fileHistory.ts:216
↓ 5 callers
Function
getAllOutputStyles
()
step/step23.js:117
↓ 5 callers
Function
getLocalSettingsPath
(cwd)
step/step25.js:39
↓ 5 callers
Function
getMaxRetries
(env = process.env)
step/step27.js:97
↓ 5 callers
Function
getProjectSettingsPath
(cwd)
step/step22.js:42
↓ 5 callers
Function
getRetryAfterMs
(error)
step/step27.js:103
↓ 5 callers
Function
getStatePath
()
step/step25.js:47
↓ 5 callers
Function
getTask
(taskListId: string, taskId: string)
src/state/taskStore.ts:228
↓ 5 callers
Function
getTaskMode
()
step/step15.js:296
↓ 5 callers
Function
getTaskPath
(taskListId: string, taskId: string)
src/state/taskStore.ts:74
↓ 5 callers
Function
getToolsApiParams
()
step/step3.js:89
↓ 5 callers
Function
getUserSettingsPath
()
step/step22.js:38
↓ 5 callers
Function
indentLines
(text: string, indent: string)
src/ui/markdown/markdownToAnsi.ts:220
↓ 5 callers
Function
isImagePath
(filePath)
step/step32.js:53
↓ 5 callers
Function
isReadOnlyCommand
(command = "")
step/step7.js:32
↓ 5 callers
Function
lastScroll
(captured: string)
src/scripts/smoke-transcript-wheel.tsx:62
↓ 5 callers
Function
markToolCallComplete
( toolCalls: ToolCallInfo[], id: string, completion: ToolCallCompletion, )
src/ui/hooks/useAgentSession/notices.ts:30
↓ 5 callers
Method
mutatePermissionRule
* Apply a single allow/deny rule change from the interactive `/permissions` * overlay, then hot-reload permission settings and return the fresh vie
src/core/queryEngine.ts:1064
↓ 5 callers
Function
notify
(toolUseId: string, snapshot: SubAgentProgress | null)
src/state/subAgentProgressStore.ts:74
↓ 5 callers
Function
openTeammatePicker
(firstAgentId: string | null)
src/state/teammateViewStore.ts:72
↓ 5 callers
Function
pickString
(input: Record<string, unknown>, key: string)
src/tools/taskUpdateTool.ts:36
↓ 5 callers
Function
readImageAsBlock
(filePath, { maxBytes = 5 * 1024 * 1024 } = {})
step/step32.js:61
↓ 5 callers
Function
readJson
(filePath)
step/step25.js:73
↓ 5 callers
Function
readMergedBooleanSetting
( cwd: string, key: string, )
src/utils/settings.ts:274
↓ 5 callers
Function
readTaskOutputEvents
( filePath: string, )
src/utils/taskOutputReader.ts:43
↓ 5 callers
Function
renderInline
(tokens: Token[] | undefined)
src/ui/markdown/markdownToAnsi.ts:85
↓ 5 callers
Function
resetMcpStateForTest
* Reset every piece of MCP state and isolate the home dir, so each test * runs hermetically — independent of (a) the developer's real * ~/.easy-agen
src/scripts/test-mcp.ts:53
↓ 5 callers
Function
row
(label: string, n: number)
src/core/queryEngine/commands/diagnostics.ts:105
↓ 5 callers
Function
runPreToolUseHooks
(params)
step/step22.js:342
↓ 5 callers
Function
runTools
( contentBlocks: ContentBlock[], context: ToolContext, options: RunToolsOptions = {}, )
src/core/agenticLoop.ts:580
↓ 5 callers
Function
setActiveTeam
(ctx)
step/step21.js:94
↓ 5 callers
Function
setMcpRegistryEntry
(name, connection, tools)
step/step16.js:96
↓ 5 callers
Function
splitFrontmatter
(content)
step/step17.js:80
↓ 5 callers
Function
splitStablePrefix
(content)
step/step24.js:54
↓ 5 callers
Function
streamViaProvider
(profile, request, transport)
step/step30.js:216
↓ 5 callers
Function
stripDangerousAllowRules
(rules)
step/step29.js:42
↓ 5 callers
Method
submitMessage
( input: string, )
src/core/queryEngine.ts:265
↓ 5 callers
Function
tick
()
src/scripts/smoke-static-clear.tsx:48
↓ 5 callers
Function
tokenCountWithEstimation
(messages, options = {})
step/step11.js:71
↓ 5 callers
Function
tokenWarningNotice
(warning: TokenWarningResult)
src/ui/hooks/useAgentSession/notices.ts:128
↓ 5 callers
Function
tr
(id: string, content: string)
src/scripts/smoke-condensed.tsx:25
↓ 5 callers
Function
tu
(id: string, name: string, input: Record<string, unknown>)
src/scripts/smoke-condensed.tsx:22
↓ 5 callers
Function
updateUserSettings
( patch: Record<string, unknown>, )
src/utils/settings.ts:103
↓ 5 callers
Function
v
(active: string, done: string)
src/ui/utils/toolClassify.ts:241
↓ 5 callers
Function
withTempEnv
* Run `fn` with a temp HOME *and* a temp CWD so disk operations stay * sandboxed. Resets the in-memory registries afterwards so tests don't * leak s
src/scripts/test-stage23.ts:73
↓ 5 callers
Function
wrapWithSandbox
(command, profile)
step/step18.js:461
↓ 5 callers
Function
writeJsonLine
Write one NDJSON line to stdout.
src/entrypoint/headless.ts:72
↓ 5 callers
Function
writeTeamFileAsync
( teamName: string, file: TeamFile, )
src/utils/teamHelpers.ts:168
↓ 4 callers
Function
appendBashProgress
(toolUseId: string, chunk: string)
src/state/bashProgressStore.ts:119
↓ 4 callers
Function
applyEditsToContent
(content, edits)
step/step31.js:44
↓ 4 callers
Function
asString
(value)
step/step19.js:48
↓ 4 callers
Function
autoSettings
(over: Partial<PermissionSettings> = {})
scripts/verify-auto-mode-stage3.ts:40
↓ 4 callers
Function
bootstrapMcp
(serverConfigs)
step/step16.js:308
↓ 4 callers
Function
buildSandboxProfile
({ cwd, settings, permissions })
step/step18.js:347
↓ 4 callers
Function
captureFetch
(streamChunk: string)
src/scripts/test-stage32.ts:134
↓ 4 callers
Function
classifyBash
(command: string, intent: string)
scripts/verify-auto-mode-stage3.ts:104
↓ 4 callers
Function
clearAllBashProgress
()
src/state/bashProgressStore.ts:151
↓ 4 callers
Function
clearTimers
(toolUseId: string)
src/state/bashProgressStore.ts:80
↓ 4 callers
Function
compactionNotice
(trigger: "auto" | "manual" | "micro")
src/ui/hooks/useAgentSession/notices.ts:180
↓ 4 callers
Function
completeAsyncAgent
(agentId, result, extra = {})
step/step20.js:56
↓ 4 callers
Function
computeDiffLines
(oldText: string, newText: string)
src/ui/utils/diffFormat.ts:20
↓ 4 callers
Function
createAgentWorktree
(slug, cwd)
step/step20.js:234
↓ 4 callers
Function
diffLines
(oldText, newText)
step/step24.js:129
↓ 4 callers
Function
diffSummaryBody
(line: ToolLine, hasDiff: boolean)
src/ui/components/toolRenderers.tsx:236
↓ 4 callers
Function
displayPath
(p: string | undefined)
src/ui/utils/toolCardFormat.ts:57
↓ 4 callers
Function
drain
(profile: Record<string, unknown>, messages: unknown[])
src/scripts/test-stage32.ts:145
↓ 4 callers
Function
drainUnreadMessages
(agentName, teamName)
step/step21.js:148
↓ 4 callers
Function
ensureMemoryDir
(cwd)
step/step10.js:48
← previous
next →
201–300 of 1,949, ranked by callers