MCPcopy Create free account

hub / github.com/GongShichen/LuminaCode / functions

Functions2,483 in github.com/GongShichen/LuminaCode

↓ 5 callersFunctionsessionMemoryTestConfig
(t *testing.T)
test/session_memory_commit_test.go:168
↓ 5 callersMethodsessionPath
(sessionID string)
session/store.go:370
↓ 5 callersFunctionsetBox
(node: blessed.Widgets.Node, pos: { top: number; left: number; width: number; height: number })
frontend/src/utils.ts:21
↓ 5 callersMethodsetSessionID
(sessionID string)
backend/daemon.go:171
↓ 5 callersFunctionshellQuote
(value string)
benchmark/agentbench/materialize.go:177
↓ 5 callersFunctiontoolNames
(tools []coretools.Tool)
test/tools_parity_test.go:1074
↓ 5 callersFunctiontruncateDisplayLineWithEllipsis
(line string, maxLen int)
tools/edit_ui.go:234
↓ 5 callersFunctionunixNow
()
sessionmemory/store.go:870
↓ 5 callersFunctionwriteCaseFiles
(dir string, files map[string]string)
benchmark/agentbench/materialize.go:81
↓ 5 callersFunctionwriteOpenAIToolCalls
(w http.ResponseWriter, messageID string, calls []openAIToolCall, inputTokens, outputTokens int)
test/coordinator_parity_test.go:187
↓ 4 callersFunctionAddUsage
(state *AgentState, usageOrInput any, outputTokens ...int)
agent/messages.go:20
↓ 4 callersMethodAppendTranscript
(text string)
ui/fullscreen_backend.go:608
↓ 4 callersMethodAskPermission
(any, bool)
ui/runtime.go:71
↓ 4 callersFunctionBuildBudgetAttachmentSection
(name, heading, rawContent string, preserveSeparator *string, budget PromptAttachmentBudget)
agentContext/builder.go:562
↓ 4 callersFunctionBuildContextWindowSnapshot
(cfg config.Config, state *agent.AgentState)
ui/context_status.go:19
↓ 4 callersFunctionBuildInitialContext
(cfg config.Config, memorySection string)
agentContext/builder.go:790
↓ 4 callersFunctionBuildSubagentPromptSections
(agentName, description, cwd string, maxTurns int, gitContext, agentMemory string)
agentContext/builder.go:737
↓ 4 callersFunctionBuildSystemPrompt
(cwd string)
agent/loop.go:1463
↓ 4 callersFunctionBuildSystemPromptWithConfig
(cfg config.Config, memorySection string)
agentContext/builder.go:851
↓ 4 callersMethodCancel
()
agent/memory_extraction.go:132
↓ 4 callersMethodCancelSearchMode
()
ui/fullscreen_backend.go:578
↓ 4 callersMethodCancelled
()
agent/tools_executor.go:300
↓ 4 callersMethodClose
(ctx context.Context)
mcp/transport.go:132
↓ 4 callersMethodConfirmPath
(path string)
security/permission.go:70
↓ 4 callersMethodConnect
(ctx context.Context)
mcp/transport.go:44
↓ 4 callersFunctionDefaultRetryConfig
()
api/retry.go:50
↓ 4 callersFunctionDeniedToolResultContent
(state *AgentState, tc coretools.ToolCall)
agent/permission_resolver.go:28
↓ 4 callersMethodDiscardForegroundTask
(taskID string)
agent/task_runtime.go:289
↓ 4 callersMethodDo
(line []rune, pos int)
ui/terminal_backend.go:790
↓ 4 callersMethodExecuteOneRequest
(ctx context.Context, prompt string, sessionState *SubAgentSessionState)
agent/subagent.go:133
↓ 4 callersMethodExportSnapshot
()
skills/persistence.go:161
↓ 4 callersMethodFilename
()
memory/models.go:40
↓ 4 callersFunctionFormatContextWindowStatus
(model string, usedTokens, limitTokens int, width int)
ui/context_status.go:34
↓ 4 callersFunctionFormatExtractionResult
(agentResult string)
agent/memory_extraction.go:266
↓ 4 callersFunctionGenerateMemoryIndex
(memoryDir string)
memory/index.go:43
↓ 4 callersMethodGet
(sessionID string)
backend/session.go:70
↓ 4 callersMethodGetAPISchemas
()
tools/registry.go:146
↓ 4 callersFunctionGetAgentStateFromMap
(m map[string]any)
agent/state.go:104
↓ 4 callersFunctionGetRecentToolNames
(messages []map[string]any, maxTurns ...int)
agent/recall_utils.go:12
↓ 4 callersMethodID
()
backend/session.go:173
↓ 4 callersFunctionInsertBeforeCurrentUserMessage
(state *AgentState, message map[string]any)
agent/message_injection.go:29
↓ 4 callersMethodIsCommandRuleConfirmed
(command string)
security/permission.go:107
↓ 4 callersMethodIsConnected
()
mcp/transport.go:171
↓ 4 callersMethodIsPathConfirmed
(path string)
security/permission.go:48
↓ 4 callersFunctionIsReadLikeObservation
(observation map[string]any)
agent/recall_utils.go:103
↓ 4 callersMethodListAll
()
skills/registry.go:48
↓ 4 callersMethodListCommits
(ctx context.Context, query string, limit int)
sessionmemory/store.go:445
↓ 4 callersMethodListSessions
()
session/store.go:207
↓ 4 callersMethodListUserInvocable
(cwd string)
skills/registry.go:69
↓ 4 callersFunctionLoadMCPConfig
(projectRoot string)
mcp/config.go:51
↓ 4 callersFunctionNewCacheEdit
(toolUseID string, action *string)
agentContext/micro.go:29
↓ 4 callersFunctionNewHTTPTransport
(url string, headers map[string]string)
mcp/transport.go:217
↓ 4 callersFunctionNewTaskGetTool
()
agent/agent_tool.go:324
↓ 4 callersFunctionNewTaskListTool
()
agent/agent_tool.go:308
↓ 4 callersFunctionNewTaskStopTool
()
agent/agent_tool.go:350
↓ 4 callersFunctionNewTaskWaitTool
()
agent/agent_tool.go:339
↓ 4 callersFunctionNormalizeMessages
(messages []map[string]any, modelFamily string, recentErrors []string)
agent/normalize.go:354
↓ 4 callersFunctionParseBoolEnv
(name string)
memory/enable.go:8
↓ 4 callersMethodPickFromList
(title string, values [][2]string)
ui/fullscreen_backend.go:257
↓ 4 callersMethodReceive
(ctx context.Context)
mcp/transport.go:87
↓ 4 callersMethodRecordSessionMemory
(ctx context.Context, state *AgentState, force bool)
agent/loop.go:1269
↓ 4 callersFunctionReloadDynamicConfig
(current Config)
config/config.go:159
↓ 4 callersMethodResolve
(ctx context.Context, toolCalls []coretools.ToolCall, executor *StreamingToolExecutor, state *AgentState, isAb
agent/permission_resolver.go:37
↓ 4 callersFunctionResolveMemoryDirectory
(configCWD string, autoMemoryDirectory *string)
memory/resolution.go:59
↓ 4 callersFunctionRunMemoryRecallWithConfig
(ctx context.Context, cfg config.Config, state *AgentState, query string, clientFactory MemoryClientFactory, r
agent/memory_recall.go:52
↓ 4 callersFunctionRunPostCompactCleanUp
(ctx context.Context, state any, recentReadFiles []map[string]string)
agentContext/auto.go:336
↓ 4 callersMethodSave
()
backend/session.go:252
↓ 4 callersMethodSaveSnapshotWithRecovery
(sessionID string, state *agent.AgentState, recovery map[string]any, tasks []map[string]any)
session/store.go:135
↓ 4 callersMethodSetTaskEventSink
(sink TaskEventSink)
agent/task_runtime.go:133
↓ 4 callersMethodSetTranscriptSearchQuery
(query string)
ui/fullscreen_backend.go:434
↓ 4 callersFunctionSliceViewportText
(text string, offset, height int)
ui/fullscreen_backend.go:362
↓ 4 callersMethodStartBackgroundWithOptionalTimeout
( command, description, cwd string, timeout *time.Duration)
tools/bash/background.go:126
↓ 4 callersMethodState
()
mcp/client.go:82
↓ 4 callersMethodStepTranscriptSearch
(direction int)
ui/fullscreen_backend.go:456
↓ 4 callersFunctionTouchMemoryAccess
(path string)
memory/cleanup.go:31
↓ 4 callersMethodWaitFor
(taskID string, timeout time.Duration)
tools/bash/background.go:208
↓ 4 callersMethodWaitForActivity
(ctx context.Context)
agent/tools_executor.go:179
↓ 4 callersFunctionaccessSidecarPath
(path string)
memory/cleanup.go:150
↓ 4 callersMethodactiveCountLocked
()
tools/bash/background.go:66
↓ 4 callersFunctionappendTranscriptSnapshotEntry
(entries []map[string]any, kind, text string)
ui/runtime.go:706
↓ 4 callersMethodapplySnapshot
(snapshot: any)
frontend/src/tui.ts:646
↓ 4 callersFunctionatomicWriteText
(path, content string)
memory/index.go:235
↓ 4 callersFunctionboolOrDefault
(v *bool, fallback bool)
tools/base.go:295
↓ 4 callersMethodcanStartImmediatelyLocked
(tc coretools.ToolCall, allowNonSafe bool)
agent/tools_executor.go:338
↓ 4 callersFunctionclamp
(text string, limit int)
sessionmemory/store.go:859
↓ 4 callersMethodcontextStopResult
(sessionState *SubAgentSessionState, currentText string, err error)
agent/subagent.go:347
↓ 4 callersFunctioncopyMapSlice
(values []map[string]any)
mcp/client.go:448
↓ 4 callersMethodcreateSessionState
(ctx context.Context, prompt string)
agent/subagent.go:117
↓ 4 callersFunctioncurrentPromptHooks
()
agentContext/builder.go:193
↓ 4 callersMethodensureMCPTools
(execCtx coretools.ExecutionContext)
agent/loop.go:198
↓ 4 callersFunctionescapeBlessedTags
(text: string)
frontend/src/tui.ts:902
↓ 4 callersFunctionexpandHome
(path string)
config/config.go:711
↓ 4 callersFunctionfileExists
(path string)
agentContext/builder.go:49
↓ 4 callersFunctionfileMTime
(path string)
tools/builtin.go:1145
↓ 4 callersFunctionfirstNonEmptyString
(values ...string)
agent/task_runtime.go:972
↓ 4 callersMethodforgetTaskIdentityLocked
(taskID string)
agent/task_runtime.go:843
↓ 4 callersFunctionformatMetricValue
(value any)
benchmark/core.go:361
↓ 4 callersFunctiongetValueFrom
(item map[string]any, k string)
agentContext/micro.go:73
↓ 4 callersFunctionhasRiskLabel
(evalCase securityEvalCase, label string)
benchmark/plugins.go:406
↓ 4 callersFunctioninsertBeforeCurrentUserMessage
(state *AgentState, message map[string]any)
agent/loop.go:1471
← previousnext →301–400 of 2,483, ranked by callers