MCPcopy Create free account

hub / github.com/danielwpz/pokoclaw / functions

Functions2,718 in github.com/danielwpz/pokoclaw

↓ 3 callersMethodattachMessageAnchor
( input: PatchLarkObjectBindingInput & { larkMessageId: string; }, )
src/storage/repos/lark-object-bindings.repo.ts:227
↓ 3 callersFunctionattachToolSource
( tool: ToolDefinition<TArgs, TDetails>, source: ToolSourceMetadata, )
src/tools/core/source.ts:29
↓ 3 callersFunctionblockTaskExecution
(input: { db: StorageDb; taskRunId: string; resultSummary?: string | null; finishedAt?: Date; })
src/orchestration/task-run-lifecycle.ts:59
↓ 3 callersFunctionbuildConfigToml
(chatModelId: string)
tests/config/live-manager.test.ts:8
↓ 3 callersFunctionbuildDefaultMeditationBacktestSandboxPaths
(input: { label: string; cwd?: string; })
src/meditation/backtest.ts:92
↓ 3 callersFunctionbuildFailureSignature
(fact: MeditationFailedToolResultFact)
src/meditation/clustering.ts:109
↓ 3 callersMethodbuildIndex
()
src/tools/core/composite-registry.ts:54
↓ 3 callersFunctionbuildLarkApiErrorLogContext
(error: unknown)
src/channels/lark/subagent-provisioner.ts:403
↓ 3 callersFunctionbuildMainAgentIdentitySection
()
src/agent/system-prompt-sections.ts:88
↓ 3 callersFunctionbuildMeditationBacktestWindow
( input: MeditationBacktestWindowInput, )
src/meditation/backtest.ts:57
↓ 3 callersFunctionbuildMeditationLogsRoot
(logsDir = POKOCLAW_LOGS_DIR)
src/meditation/files.ts:26
↓ 3 callersFunctionbuildPiStreamOptions
( providerApiKeyResolver: ProviderApiKeyResolver | undefined, model: ResolvedModel, signal: AbortSignal,
src/agent/llm/pi-bridge.ts:640
↓ 3 callersFunctionbuildSlashCommandHelpPresentation
( channelType: string, )
src/channels/help.ts:39
↓ 3 callersFunctionbuildSubagentIdentitySection
()
src/agent/system-prompt-sections.ts:105
↓ 3 callersFunctionbuildSubagentKickoffMessage
(initialTask: string)
src/orchestration/subagents.ts:605
↓ 3 callersFunctionbuildVisibleReplyContinuationGuidance
()
src/agent/system-prompt-sections.ts:23
↓ 3 callersFunctionbuildWorkspaceBootstrapPath
(workspaceDir: string)
src/memory/files.ts:104
↓ 3 callersFunctionbuildWorkspaceSoulPath
(workspaceDir: string)
src/memory/files.ts:96
↓ 3 callersMethodcancel
(sessionId: string, reason = "cancelled")
src/runtime/cancel.ts:56
↓ 3 callersMethodcancelSession
(input: { sessionId: string; actor?: string; rawInput?: string | null; reasonText?: string | n
src/runtime/approval-waits.ts:162
↓ 3 callersFunctioncancelTaskExecution
(input: { db: StorageDb; taskRunId: string; cancelledBy: string; resultSummary?: string | null; fini
src/orchestration/task-run-lifecycle.ts:74
↓ 3 callersFunctioncapTextTail
(value: string, options: CappedTextTailOptions)
src/shared/capped-text.ts:27
↓ 3 callersFunctioncheckBashFullAccessPermission
(input: { commandPrefix: string[]; permissions: EffectivePermissions; })
src/security/permissions.ts:372
↓ 3 callersMethodcheckMcpToolAccess
(input: { ownerAgentId: string; server: string; tool: string; serverFingerprint: string; c
src/security/service.ts:155
↓ 3 callersMethodclaimDueRun
(input: { id: string; now: Date; nextRunAt: Date | null; staleBefore?: Date; })
src/storage/repos/cron-jobs.repo.ts:220
↓ 3 callersFunctionclassifyBashApprovalHelper
( segment: BashCommandSegment, )
src/security/bash-approval-helpers.ts:50
↓ 3 callersMethodclearWaitingApproval
(runId: string)
src/agent/loop.ts:501
↓ 3 callersFunctioncloneMeditationConfig
(config: MeditationConfig)
src/config/schema.ts:1739
↓ 3 callersFunctioncloseMcpConnection
( client: Client | null, transport: Transport | null, )
src/mcp/manager.ts:555
↓ 3 callersFunctioncloseStorage
(signal: string)
src/storage/index.ts:20
↓ 3 callersMethodcompactNow
(input: AgentCompactionInput)
src/agent/compaction.ts:362
↓ 3 callersFunctionconfigureRuntimeLogging
( config: LoggingConfig, options: ConfigureRuntimeLoggingOptions = {}, )
src/shared/logger.ts:174
↓ 3 callersMethodconsumeAction
( input: ConsumeA2uiSurfacePublicationActionInput, )
src/storage/repos/a2ui-surface-publications.repo.ts:171
↓ 3 callersFunctioncontainsLarkFormElement
(context, componentIds)
skills/a2ui-author/runtime/v0_8/render.js:250
↓ 3 callersFunctioncontainsUnsupportedExpansion
(node: Node)
src/security/bash-prefix.ts:448
↓ 3 callersFunctioncountBindings
(handle: TestDatabaseHandle, kind: string)
tests/channels/lark/yolo-autopilot-outbound.test.ts:134
↓ 3 callersFunctioncreateBackgroundTaskTool
()
src/tools/background-task.ts:37
↓ 3 callersFunctioncreateBuiltinToolRegistry
( config?: Pick<AppConfig, "providers" | "tools">, integrations: { a2uiPublisher?: A2uiPublisher; }
src/tools/builtins.ts:27
↓ 3 callersFunctioncreateConfig
()
tests/runtime/bootstrap.test.ts:13
↓ 3 callersFunctioncreateFakeChild
(pid: number)
tests/security/sandbox.windows-timeout.test.ts:223
↓ 3 callersFunctioncreateGatedReadTool
()
tests/orchestration/delegated-approval-orchestration.test.ts:117
↓ 3 callersFunctioncreateIntegrationLlmFixture
()
tests/integration/llm/helpers/fixture.ts:39
↓ 3 callersFunctioncreateLinkedTransport
(server: McpServer)
tests/mcp/manager.test.ts:272
↓ 3 callersFunctioncreateListBackgroundTasksTool
()
src/tools/list-background-tasks.ts:42
↓ 3 callersFunctioncreateLoop
(input: { handle: TestDatabaseHandle; sessionsRepo: SessionsRepo; messagesRepo: MessagesRepo; runner:
tests/agent/empty-output-retry.test.ts:106
↓ 3 callersFunctioncreateModelConfig
()
tests/orchestration/delegated-approval-orchestration.test.ts:36
↓ 3 callersFunctioncreateModelConfig
()
tests/agent/bash-approval.test.ts:43
↓ 3 callersFunctioncreateQuerySystemDbTool
()
src/tools/query-system-db.ts:26
↓ 3 callersFunctioncreateRunner
(input: { sessionsRepo: SessionsRepo; approvalsRepo: ApprovalsRepo; taskPlan: Map< string, Array
tests/orchestration/delegated-approval-orchestration.test.ts:158
↓ 3 callersFunctioncreateStoredAssistantMessage
(input: { sessionId: string; id: string; seq: number; createdAt: string; provider: string; model:
tests/integration/llm/helpers/fixture.ts:104
↓ 3 callersFunctioncreateTextAssistantMessage
(text = "ok")
tests/agent/llm/pi-bridge.test.ts:140
↓ 3 callersFunctioncreateWebFetchTool
(input: { providerId: string; providerConfig: ProviderConfig })
src/tools/web/fetch.ts:23
↓ 3 callersFunctiondedupeScopes
(scopes: PermissionScope[])
src/orchestration/subagents.ts:697
↓ 3 callersFunctiondedupeStrings
(values: string[])
src/meditation/backtest.ts:227
↓ 3 callersFunctiondescribeApprovalActorLabel
(actor: string | null)
src/channels/lark/render.ts:375
↓ 3 callersFunctiondescribeRuntimeEventForLog
(event: unknown)
src/runtime/event-bus.ts:96
↓ 3 callersFunctiondescribeTaskRunTerminal
(terminal: LarkRunState["terminal"])
src/channels/lark/render/task-card.ts:75
↓ 3 callersMethoddispatchTick
(tickAt: Date)
src/runtime/minute-heartbeat.ts:134
↓ 3 callersFunctionemptySnapshot
(warnings: AgentProjectContextWarning[])
src/agent/project-context.ts:143
↓ 3 callersMethodensureSurface
(surfaceId)
skills/a2ui-author/runtime/v0_8/surface.js:65
↓ 3 callersFunctionestimateSessionContextTokens
(input: { compactSummary: string | null; compactSummaryTokenTotal: number | null; compactSummaryUsageJso
src/agent/compaction.ts:239
↓ 3 callersFunctionestimateStoredMessageTokens
(message: Message)
src/agent/compaction.ts:701
↓ 3 callersFunctionextractCommandSequence
( node: Node, context: BashCommandExtractContext, )
src/security/bash-prefix.ts:153
↓ 3 callersFunctionextractCronTaskDefinition
(payload: string)
src/cron/payload.ts:5
↓ 3 callersFunctionextractLarkApiErrorDetails
(error: unknown)
src/channels/lark/subagent-provisioner.ts:416
↓ 3 callersFunctionfailTaskExecution
(input: { db: StorageDb; taskRunId: string; errorText?: string | null; resultSummary?: string | null;
src/orchestration/task-run-lifecycle.ts:42
↓ 3 callersMethodfailWithAbort
()
src/agent/llm/pi-bridge.ts:469
↓ 3 callersFunctionfinalizeRun
( state: LarkRunState, event: | (OrchestratedRuntimeEventEnvelope["event"] & { type: "run_completed" }
src/channels/lark/run-state.ts:500
↓ 3 callersMethodfindByConversationAndBranchKey
( conversationId: string, branchKey: string, )
src/storage/repos/conversation-branches.repo.ts:48
↓ 3 callersMethodfindLatestApprovalSessionForSource
( approvalForSessionId: string, options: FindLatestApprovalSessionOptions = {}, )
src/storage/repos/sessions.repo.ts:178
↓ 3 callersFunctionfirstNumber
(...values: unknown[])
src/channels/lark/render/tool-calls.ts:577
↓ 3 callersFunctionfirstString
(...values: unknown[])
src/channels/lark/render/tool-calls.ts:568
↓ 3 callersFunctionformatApprovalCommandLines
(commandText: string | null)
src/channels/lark/render.ts:469
↓ 3 callersFunctionformatCronJobForOutput
(job: CronJob)
src/tools/cron.ts:501
↓ 3 callersFunctionformatHumanDeadlineLines
(label: string, isoTimestamp: string | null)
src/channels/lark/render.ts:402
↓ 3 callersFunctionformatMcpToolDisplayName
(serverName: string, toolName: string)
src/security/scope.ts:283
↓ 3 callersFunctionformatPromptArtifact
(input: { systemPrompt: string; userPrompt: string })
src/meditation/runner.ts:802
↓ 3 callersFunctionformatShortTimestamp
(value: Date)
src/runtime/back-online.ts:685
↓ 3 callersMethodgetAgentRole
(ownerAgentId: string)
src/security/service.ts:296
↓ 3 callersMethodgetApprovalById
(id: number)
src/security/service.ts:54
↓ 3 callersFunctiongetBooleanEnv
(env: Record<string, string>, key: string, fallback: boolean)
tests/integration/llm/helpers/fixture.ts:334
↓ 3 callersFunctiongetCompactionThresholdTokens
( contextWindow: number, config: CompactionConfig, )
src/agent/compaction.ts:201
↓ 3 callersMethodgetConnectedServers
()
src/mcp/manager.ts:122
↓ 3 callersFunctiongetDefaultBashExecutable
(platform: NodeJS.Platform = process.platform)
src/runtime/shell-info.ts:30
↓ 3 callersFunctiongetDefaultConfigPaths
()
src/config/load.ts:31
↓ 3 callersMethodgetEffectiveApprovalMode
(ownerAgentId: string | null | undefined)
src/runtime/runtime-modes.ts:49
↓ 3 callersFunctiongetErrorMessage
(error: unknown)
src/agent/compaction.ts:963
↓ 3 callersFunctiongetErrorMessage
(error: unknown)
src/agent/loop.ts:2427
↓ 3 callersFunctiongetFsSubtreeBase
(value: string)
src/security/scope.ts:76
↓ 3 callersFunctiongetMessageTokenTotal
(message: Message)
src/agent/compaction.ts:676
↓ 3 callersFunctiongetOptionalIntegrationEnv
( env: Record<string, string>, key: string, )
tests/integration/llm/helpers/fixture.ts:308
↓ 3 callersMethodgetOverview
()
src/config/scenario-model-switch.ts:55
↓ 3 callersMethodgetSnapshot
()
src/config/live-manager.ts:45
↓ 3 callersFunctionisLarkYoloCommand
(text: string)
src/channels/lark/yolo-command.ts:17
↓ 3 callersFunctionisMcpToolScope
(scope: PermissionScope)
src/security/service.ts:372
↓ 3 callersFunctionisRecord
(value: unknown)
src/channels/lark/subagent-provisioner.ts:510
↓ 3 callersFunctionisRecord
(value: unknown)
src/tasks/task-completion.ts:100
↓ 3 callersFunctionisUserApprovalTimeoutOutcome
(input: ApprovalFlowOutcomeInput)
src/runtime/approval-flow.ts:79
↓ 3 callersFunctionisoNowMinusDays
(days: number, extraHours = 0)
tests/runtime/status.test.ts:29
↓ 3 callersFunctionjsonSchemaToolInputSchema
(input: { schema: JsonSchemaObject; validate(input: unknown): ToolInputValidationResult<TArgs>; })
src/tools/core/schema.ts:48
← previousnext →601–700 of 2,718, ranked by callers