MCPcopy Create free account

hub / github.com/GongShichen/LuminaCode / functions

Functions2,483 in github.com/GongShichen/LuminaCode

↓ 4 callersFunctionintValue
(v any)
mcp/protocol.go:135
↓ 4 callersMethodisSafeLocked
(tc coretools.ToolCall)
agent/tools_executor.go:348
↓ 4 callersFunctionisTruthy
(v any)
agent/normalize.go:376
↓ 4 callersFunctionmapSliceFromAny
(value any)
mcp/client.go:433
↓ 4 callersMethodmetaInt
(ctx context.Context, key string)
sessionmemory/store.go:640
↓ 4 callersMethodmetaPath
(sessionID string)
session/store.go:374
↓ 4 callersMethodmigrateLegacySession
(sessionID string)
session/store.go:462
↓ 4 callersFunctionnewLargeReadTool
()
test/agent_test.go:53
↓ 4 callersFunctionnewOrderedJSONMap
()
tools/builtin.go:440
↓ 4 callersFunctionnonEmptyStringsOrDefault
(values []string, fallback []string)
config/config.go:273
↓ 4 callersFunctionnormalizeMCPTrustRequest
(value any)
ui/runtime.go:841
↓ 4 callersFunctionnormalizeQuotes
(text string)
tools/builtin.go:1295
↓ 4 callersFunctionnotebookEditMode
(mode string)
tools/builtin.go:433
↓ 4 callersFunctionnullableMCPSchema
(schema map[string]any)
tools/mcp_schema.go:134
↓ 4 callersMethodreadLine
()
ui/terminal_backend.go:757
↓ 4 callersMethodrememberAPIError
(state *AgentState, msg string)
agent/loop.go:1430
↓ 4 callersFunctionresolvePath
(path string)
tools/bash/validation.go:367
↓ 4 callersFunctionresolvePathBestEffort
(path string)
tools/builtin.go:1197
↓ 4 callersFunctionresolveSkillPathBestEffort
(path string)
skills/registry.go:245
↓ 4 callersMethodsignalActivity
()
agent/tools_executor.go:503
↓ 4 callersMethodskillRecoveryCommitPath
(sessionID string)
session/store.go:386
↓ 4 callersMethodskillRecoveryPath
(sessionID string)
session/store.go:382
↓ 4 callersFunctionskillShellRequestParts
(value any)
ui/runtime.go:812
↓ 4 callersFunctionsplitPathParts
(path string)
skills/registry.go:230
↓ 4 callersMethodstatePath
(sessionID string)
session/store.go:378
↓ 4 callersFunctionstreamContentsOfType
(events []agent.StreamEvent, eventType string)
test/agent_test.go:120
↓ 4 callersFunctionstringField
(raw map[string]any, key string)
benchmark/agentbench/official_diagnostics.go:187
↓ 4 callersFunctionstringFromAny
(value any)
session/store.go:741
↓ 4 callersFunctionstringSliceFromAny
(raw any)
security/permission.go:196
↓ 4 callersMethodtaskRuntimePath
(sessionID string)
session/store.go:390
↓ 4 callersMethodtimeoutSeconds
()
agent/subagent.go:340
↓ 4 callersFunctiontruncateDisplayLine
(line string, maxLen int)
tools/edit_ui.go:223
↓ 4 callersFunctiontruncateForMsg
(s string, limit int)
tools/builtin.go:1727
↓ 4 callersFunctiontruncateRunes
(content string, maxChars int)
skills/persistence.go:374
↓ 4 callersFunctiontruncateVisible
(text string, width int)
ui/fullscreen_backend.go:1360
↓ 4 callersFunctiontruthyStringFromSnapshot
(value any)
skills/persistence.go:385
↓ 4 callersMethodupdateCompletion
()
frontend/src/tui.ts:523
↓ 4 callersFunctionwriteFile
(path string, data []byte)
cmd/lumina_benchmark_agent/main.go:129
↓ 3 callersMethodActivate
(name string)
tools/deferred.go:45
↓ 3 callersFunctionAggregateCompoundPermissions
(subResults []PermissionResult)
tools/bash/permissions.go:76
↓ 3 callersFunctionAppendFreshRecalledMemoriesWithConfig
(ctx context.Context, cfg config.Config, state *AgentState, toolObservations []map[string]any, clientFactory M
agent/memory_recall.go:87
↓ 3 callersFunctionApplyHarnessDefaults
(cfg *Config)
config/config.go:249
↓ 3 callersMethodAskPermission
(prompt any, dangerous bool)
ui/terminal_backend.go:680
↓ 3 callersFunctionAssessRisk
(command string)
security/pattern.go:121
↓ 3 callersFunctionBuildAgentMemoryContextMessages
(agentType, projectRoot string)
memory/agent_memory.go:86
↓ 3 callersFunctionBuildExtractionPrompt
(messagesSlice []map[string]any, existingManifest string, maxTurns int)
agent/memory_extraction.go:215
↓ 3 callersFunctionBuildFollowupRecallQuery
(taskQuery string, toolObservations []map[string]any)
agent/memory_recall.go:111
↓ 3 callersMethodBuildInlineSkillMessage
(skill SkillSpec, prompt string, disableSkillTool bool)
skills/executor.go:90
↓ 3 callersFunctionBuildMemorySection
(cfg *config.Config)
agentContext/builder.go:859
↓ 3 callersMethodBuildMessages
(state *AgentState)
agent/loop.go:1016
↓ 3 callersFunctionBuildRecalledAgentMemoriesMessage
(recalled []MemoryRecall, source string)
memory/agent_memory.go:167
↓ 3 callersFunctionBuildRecalledMemoriesMessage
(recalled []MemoryRecall)
memory/injection.go:28
↓ 3 callersMethodBuildRecoveryMessage
(agentScope string)
skills/persistence.go:121
↓ 3 callersFunctionBuildSubagentState
(parentState *AgentState, permissionMode string)
agent/loop.go:1536
↓ 3 callersMethodCheckPermissionChain
(tc coretools.ToolCall, tool coretools.Tool, state *AgentState)
agent/loop.go:1395
↓ 3 callersFunctionClassifyCommand
(command string)
tools/bash/classifier.go:80
↓ 3 callersFunctionCleanupExpiredMemories
(memoryDir string, ttlDays map[MemoryType]int, now time.Time)
memory/cleanup.go:45
↓ 3 callersMethodCleanupScope
(scopeID string)
agent/task_runtime.go:537
↓ 3 callersMethodClearAll
()
skills/persistence.go:151
↓ 3 callersMethodClose
(context.Context)
mcp/transport.go:286
↓ 3 callersFunctionCollectInlineSkillRuntime
(messages []map[string]any)
skills/runtime.go:54
↓ 3 callersFunctionCommitAssistantTurn
(state *AgentState, thinkingContent []map[string]any, fullText string, toolCalls []coretools.ToolCall, message
agent/messages.go:42
↓ 3 callersMethodConnect
(ctx context.Context)
mcp/transport.go:221
↓ 3 callersMethodConnect
(ctx context.Context)
mcp/client.go:114
↓ 3 callersMethodCreate
(cwd string)
backend/session.go:40
↓ 3 callersFunctionDiscoverProjectDocs
(cwd string, cfg config.Config)
agentContext/builder.go:368
↓ 3 callersMethodEmit
(event TaskUiEvent)
ui/runtime.go:97
↓ 3 callersMethodEnrichForRender
(call ToolCall, execCtx ExecutionContext)
tools/registry.go:62
↓ 3 callersFunctionEnsureMemoryDirectory
(path string)
memory/resolution.go:85
↓ 3 callersMethodEvict
(ctx context.Context)
sessionmemory/store.go:542
↓ 3 callersFunctionEvictLeastAccessed
(memoryDir string, maxMemories int)
memory/cleanup.go:78
↓ 3 callersMethodExportSkillRecoverySnapshot
()
agent/loop.go:362
↓ 3 callersFunctionExtractContent
(parts []map[string]any)
mcp/content.go:5
↓ 3 callersFunctionFindLuminaRoot
(start string)
config/config.go:484
↓ 3 callersMethodFormatLargeResult
(ctx context.Context, content string, maxChars int, toolUseID, sessionDir string)
tools/base.go:58
↓ 3 callersMethodFormatListing
(skills []SkillSpec, budgetChars int, preserveBundled bool)
skills/discovery.go:55
↓ 3 callersFunctionFormatToolInputForRecall
(rawInput map[string]any)
agent/recall_utils.go:60
↓ 3 callersMethodGetCommit
(ctx context.Context, commitNo int, includeMessages bool)
sessionmemory/store.go:490
↓ 3 callersMethodGetInput
(state any)
ui/terminal_backend.go:161
↓ 3 callersFunctionGetPromptBudgetProfile
(role string)
agentContext/builder.go:515
↓ 3 callersFunctionGetSimpleCommandPrefix
(command string)
tools/bash/permissions.go:57
↓ 3 callersMethodGetSlot
(tcID string)
agent/tools_executor.go:290
↓ 3 callersFunctionHandleOutputTruncation
(state *AgentState, recovery *OutputRecoveryState, toolCalls []coretools.ToolCall, thinkingContent []map[strin
agent/output_recovery.go:44
↓ 3 callersFunctionHarnessSystemPromptAppendix
(mode string)
agent/harness_prompt.go:9
↓ 3 callersMethodImportSkillRecoverySnapshot
(snapshot map[string]any)
agent/loop.go:369
↓ 3 callersMethodIsCommandPrefixConfirmed
(prefix string)
security/permission.go:93
↓ 3 callersFunctionIsMemoryContextMessage
(message map[string]any)
memory/injection.go:76
↓ 3 callersFunctionIsOfficialSuite
(suite string)
benchmark/agentbench/official.go:24
↓ 3 callersFunctionIsPTLErrorMessage
(msg string)
agent/ptl_recovery.go:16
↓ 3 callersFunctionIsReadLikeObservationWithNames
(observation map[string]any, readLikeNames map[string]struct{})
agent/recall_utils.go:107
↓ 3 callersFunctionIsWarningOnly
(result SecurityCheckResult)
tools/bash/security.go:235
↓ 3 callersMethodListTasks
(scopeID string)
agent/task_runtime.go:239
↓ 3 callersMethodMarkSkillHistoryCompacted
(agentScope string)
agent/loop.go:376
↓ 3 callersFunctionMinInt
(a, b int)
agentContext/auto.go:414
↓ 3 callersMethodMount
(RenderFrame)
ui/runtime.go:66
↓ 3 callersFunctionNeedUserPermission
(toolName string, toolInput any, state *PermissionState)
security/permission.go:167
↓ 3 callersFunctionNewAPIStatusError
(provider string, statusCode int, status string, body []byte)
api/retry.go:130
↓ 3 callersFunctionNewBackgroundManager
(sessionDir string)
tools/bash/background.go:53
↓ 3 callersFunctionNewSendMessageTool
()
agent/agent_tool.go:365
↓ 3 callersFunctionNewTerminalUIBackendMixin
(renderTaskSnapshot func(map[string]any))
ui/backend.go:32
← previousnext →401–500 of 2,483, ranked by callers