MCPcopy Create free account

hub / github.com/GongShichen/LuminaCode / functions

Functions2,483 in github.com/GongShichen/LuminaCode

↓ 10 callersMethodhideMenu
()
frontend/src/tui.ts:821
↓ 10 callersFunctionminInt
(a, b int)
ui/fullscreen_backend.go:1942
↓ 10 callersFunctionnewTimelineEvent
(start time.Time, at time.Time, name string, metadata map[string]any)
benchmark/agentbench/headless.go:73
↓ 10 callersFunctiontruncateString
(value string, limit int)
ui/runtime.go:967
↓ 10 callersFunctionwaitUntilStatus
(t *testing.T, rt *agent.AgentTaskRuntime, taskID, scopeID, status string)
test/task_tools_parity_test.go:630
↓ 9 callersMethodCompress
( messages []map[string]any, currentTokens int, systemPrompt string, contextLimit int, threshold float64,
agentContext/pipeline.go:68
↓ 9 callersFunctionDefaultContextPipeline
()
agentContext/pipeline.go:61
↓ 9 callersFunctionExecutionCaseIDsFor
(plugin BenchmarkPluginName, tiers []string, group string)
benchmark/case_catalog.go:394
↓ 9 callersMethodFlush
(force bool)
ui/runtime.go:476
↓ 9 callersMethodGetDeferredTools
()
tools/registry.go:126
↓ 9 callersMethodHasPendingResult
()
agent/memory_extraction.go:115
↓ 9 callersMethodLoadSkillRecovery
(sessionID string)
session/store.go:181
↓ 9 callersMethodLoadState
(sessionID string)
session/store.go:145
↓ 9 callersFunctionNewSkillLoader
(cfg config.Config)
skills/loader.go:19
↓ 9 callersFunctionNewSkillRegistry
(root string)
skills/registry.go:17
↓ 9 callersFunctionParseMessage
(data string)
mcp/protocol.go:82
↓ 9 callersFunctionRunShellCommand
(ctx context.Context, dir string, command string, timeout time.Duration)
benchmark/agentbench/commands.go:11
↓ 9 callersMethodSchedule
(_ context.Context, state *AgentState, memoryDir string)
agent/memory_extraction.go:87
↓ 9 callersMethodShutdown
(RenderFrame)
ui/runtime.go:70
↓ 9 callersMethodSkillRegistry
()
agent/query_engine.go:93
↓ 9 callersFunctionTruncateRunes
(s string, maxLen int)
agentContext/auto.go:106
↓ 9 callersFunctionWriteMemoryIndex
(memoryDir string)
memory/index.go:156
↓ 9 callersFunctionassertProcessMetric
(t *testing.T, metrics map[string]float64, name string, want float64)
test/benchmark_plugins_parity_test.go:194
↓ 9 callersMethodcontrollerFromParams
(raw json.RawMessage)
backend/daemon.go:370
↓ 9 callersFunctionisolatedConfig
(t *testing.T)
test/config_helpers_test.go:10
↓ 9 callersFunctionnewRegistryEchoTool
()
test/registry_parity_test.go:18
↓ 9 callersFunctionreadRPCResponse
(t *testing.T, conn *websocket.Conn, id string)
test/backend_daemon_ipc_test.go:477
↓ 9 callersMethodsessionDir
(sessionID string)
session/store.go:398
↓ 9 callersFunctionstringFromExecCtx
(execCtx ExecutionContext, key string)
tools/builtin.go:1066
↓ 9 callersFunctionvariantEnabled
(variant *VariantOverride, key string)
benchmark/plugins.go:236
↓ 9 callersFunctionwaitForRPCOK
(t *testing.T, conn *websocket.Conn, id string)
test/backend_daemon_ipc_test.go:378
↓ 8 callersMethodClear
()
backend/session.go:243
↓ 8 callersMethodCompressionThreshold
()
config/config.go:229
↓ 8 callersFunctionCreateLLMClient
( apiKey string, baseURL string, model string, maxTokens int, thinkingBudgetTokens *int, retryConfig *Re
api/client.go:869
↓ 8 callersMethodGet
()
ui/runtime.go:114
↓ 8 callersMethodHasPendingWork
()
agent/tools_executor.go:168
↓ 8 callersFunctionMakeRequest
(method string, params map[string]any, requestID int)
mcp/protocol.go:117
↓ 8 callersFunctionMaxInt
(a, b int)
agentContext/micro.go:81
↓ 8 callersFunctionParseSkillMD
(filePath string)
skills/models.go:56
↓ 8 callersFunctionPercentile
(values []float64, percentile float64)
benchmark/agentbench/stats.go:19
↓ 8 callersFunctionRoughEstimate
(source any)
agentContext/tokens.go:10
↓ 8 callersMethodRunSuite
(context.Context, *VariantOverride)
benchmark/models.go:50
↓ 8 callersMethodSaveStateWithRecovery
(sessionID string, state *agent.AgentState, recovery map[string]any, tasks []map[string]any)
session/store.go:92
↓ 8 callersMethodScrollPane
(pane, text string, delta, height int)
ui/fullscreen_backend.go:378
↓ 8 callersMethodToAPISchema
()
tools/base.go:59
↓ 8 callersFunctionasMap
(value any)
mcp/client.go:423
↓ 8 callersFunctioncreateSession
(t *testing.T, conn *websocket.Conn, root, id string)
test/backend_daemon_ipc_test.go:387
↓ 8 callersFunctiondecodeResult
(t *testing.T, result any, out any)
test/backend_daemon_ipc_test.go:454
↓ 8 callersFunctionmapFromAny
(value any)
tools/mcp_schema.go:259
↓ 8 callersFunctionnewOrderedJSONMap
()
session/store.go:593
↓ 8 callersMethodrenderTasks
()
frontend/src/tui.ts:693
↓ 7 callersMethodApplyUIEvent
(event UiEvent)
ui/runtime.go:319
↓ 7 callersFunctionBuildMetaUserMessage
(text, source string)
memory/injection.go:154
↓ 7 callersMethodCacheEditStateSnapshot
()
agent/loop.go:1145
↓ 7 callersMethodCompressionContextLimit
()
config/config.go:222
↓ 7 callersMethodConfirmCommandPrefix
(prefix string)
security/permission.go:85
↓ 7 callersMethodDecodeInput
(raw map[string]any)
tools/base.go:41
↓ 7 callersFunctionExtractQuotedContent
(command string)
tools/bash/security.go:52
↓ 7 callersFunctionGetProfile
(name string)
benchmark/profiles.go:48
↓ 7 callersMethodGetRemainingResults
(ctx context.Context)
agent/tools_executor.go:196
↓ 7 callersMethodInt64
()
agent/messages.go:314
↓ 7 callersMethodIsReadOnly
(input any)
tools/base.go:45
↓ 7 callersMethodListTools
()
tools/registry.go:86
↓ 7 callersMethodLoadMeta
(sessionID string)
session/store.go:248
↓ 7 callersMethodMountStateSnapshot
(state *agent.AgentState)
ui/runtime.go:142
↓ 7 callersMethodName
()
benchmark/models.go:49
↓ 7 callersFunctionNewExtractionController
(cfg config.Config, baseRegistry *coretools.ToolRegistry, extractionConfig ...ExtractionConfig)
agent/memory_extraction.go:65
↓ 7 callersFunctionNewSkillPersistence
()
skills/persistence.go:38
↓ 7 callersFunctionPinFields
(cfg *Config, fields ...string)
config/config.go:206
↓ 7 callersMethodPrepareRuntime
()
ui/fullscreen_backend.go:124
↓ 7 callersFunctionRunAllSecurityChecks
(command string)
tools/bash/security.go:191
↓ 7 callersMethodRunSubmitMessage
(ctx context.Context, userInput string, state *agent.AgentState, sessionID string)
ui/runtime.go:180
↓ 7 callersMethodToUIEvent
(event agent.StreamEvent)
ui/runtime.go:298
↓ 7 callersFunctionTruncateResult
(content string, maxChars ...int)
agent/compact.go:7
↓ 7 callersMethodcurrentSlashCompletions
(line []rune, cursor int)
ui/terminal_backend.go:377
↓ 7 callersFunctiondecodeParams
(raw json.RawMessage, out any)
backend/daemon.go:396
↓ 7 callersFunctiondialEndpoint
(t *testing.T, endpoint backend.EndpointInfo)
test/backend_daemon_ipc_test.go:361
↓ 7 callersMethodemitEvent
(eventType string, payload any)
backend/bridge.go:121
↓ 7 callersFunctionfirstExistingPath
(primary, fallback string)
session/store.go:430
↓ 7 callersFunctiongetInt
(m map[string]any, key string)
api/client.go:1325
↓ 7 callersFunctionlabelSet
(labels ...string)
benchmark/plugins.go:398
↓ 7 callersFunctionmicroRound
(toolName, toolUseID, content string)
test/context_pipeline_parity_test.go:79
↓ 7 callersFunctionpositiveRate
(count int)
benchmark/plugins.go:274
↓ 7 callersMethodrestoreInFlightCacheEdits
()
agent/loop.go:1205
↓ 7 callersFunctiontoRPCError
(code string, err error)
backend/daemon.go:403
↓ 7 callersFunctionvalidateAgentTimeoutSeconds
(seconds int)
agent/agent_tool.go:224
↓ 7 callersFunctionvalidatePositiveTimeout
(value float64)
tools/builtin.go:1661
↓ 7 callersFunctionwaitForEndpoint
(t *testing.T, path string)
test/backend_daemon_ipc_test.go:330
↓ 6 callersMethodActivateTool
(name string)
tools/registry.go:134
↓ 6 callersFunctionAssemblePromptSections
(sections []PromptSection)
agentContext/builder.go:832
↓ 6 callersFunctionCollapseMessages
(messages []map[string]any, keepRecent int)
agentContext/collapse.go:151
↓ 6 callersMethodCycleFocus
(direction int)
ui/fullscreen_backend.go:339
↓ 6 callersFunctionDefaultBenchmarkPlugins
()
benchmark/plugins.go:228
↓ 6 callersFunctionDefaultRetryConfigPtr
()
api/retry.go:24
↓ 6 callersMethodDisconnect
(ctx context.Context)
mcp/client.go:147
↓ 6 callersMethodExecute
(ctx context.Context, execCtx ExecutionContext, input any)
tools/base.go:43
↓ 6 callersFunctionExtractBaseCommand
(command string)
tools/bash/tokenizer.go:264
↓ 6 callersFunctionExtractPaths
(command string)
tools/bash/validation.go:98
↓ 6 callersMethodFilteredCopy
(allow, deny map[string]struct{}, readOnlyOnly, enabledOnly bool)
tools/registry.go:104
↓ 6 callersFunctionGetAgentMemoryDirectories
(agentType, projectRoot string)
memory/agent_memory.go:41
← previousnext →101–200 of 2,483, ranked by callers