MCPcopy Create free account

hub / github.com/danielwpz/pokoclaw / functions

Functions2,718 in github.com/danielwpz/pokoclaw

↓ 3 callersMethodlistByConversationBranch
(input: { channelType: string; conversationId: string; branchId: string; })
src/storage/repos/channel-surfaces.repo.ts:140
↓ 3 callersMethodlistByMainAgent
(mainAgentId: string)
src/storage/repos/agents.repo.ts:69
↓ 3 callersMethodlistBySourceSession
(sourceSessionId: string, limit = 50)
src/storage/repos/subagent-creation-requests.repo.ts:79
↓ 3 callersMethodlistFailedToolResults
(windowStart: string, windowEnd: string)
src/meditation/read-model.ts:188
↓ 3 callersMethodlistSessionMessageWindowByTime
( sessionId: string, aroundCreatedAt: string, before: number, after: number, )
src/meditation/read-model.ts:301
↓ 3 callersMethodlistStopFacts
(windowStart: string, windowEnd: string)
src/meditation/read-model.ts:104
↓ 3 callersMethodlistTaskFailureFacts
(windowStart: string, windowEnd: string)
src/meditation/read-model.ts:129
↓ 3 callersFunctionloadMeditationConsolidationEvaluationPromptInput
( input: LoadMeditationConsolidationEvaluationPromptInputInput, )
src/meditation/consolidation-context.ts:60
↓ 3 callersFunctionlogRawLlmFailure
( phase: "stream" | "complete" | "compaction", model: ResolvedModel, error: unknown, )
src/agent/llm/pi-bridge.ts:982
↓ 3 callersFunctionmakeAssistantResult
(params: { content: AgentAssistantContentBlock[]; stopReason?: "stop" | "length" | "toolUse" | "error" | "
tests/channels/lark/yolo-autopilot-outbound.test.ts:114
↓ 3 callersFunctionmakeAssistantResult
(params: { content: AgentAssistantContentBlock[]; stopReason?: "stop" | "length" | "toolUse" | "error" | "
tests/runtime/orchestration-bridge.test.ts:54
↓ 3 callersFunctionmakeAssistantResult
(content: AgentAssistantContentBlock[])
tests/agent/empty-output-retry.test.ts:51
↓ 3 callersFunctionmakeLarkHttpError
( status: number, data: Record<string, unknown>, )
tests/channels/lark/outbound.test.ts:225
↓ 3 callersFunctionmakeStreamableServerConfig
( overrides: Partial<Omit<McpStreamableHttpServerConfig, "transport">> = {}, )
tests/mcp/manager.test.ts:336
↓ 3 callersFunctionmakeTaskRuntimeEnvelope
( event: OrchestratedRuntimeEventEnvelope["event"], )
tests/channels/lark/outbound-task-threads.test.ts:18
↓ 3 callersFunctionmakeUserMessage
(id: string, seq: number, content: string, tokenTotal: number)
tests/agent/compaction.test.ts:392
↓ 3 callersMethodmarkCancelled
(input: { runId: string; at?: Date })
src/runtime/control.ts:412
↓ 3 callersMethodmarkCompleted
(input: { runId: string; at?: Date })
src/runtime/control.ts:382
↓ 3 callersFunctionmarkLarkRunApprovalResolved
( state: LarkRunState, input: { decision: "approve" | "deny"; actor: string; }, )
src/channels/lark/run-state.ts:591
↓ 3 callersMethodmarkWaitingApproval
(runId: string, approvalId: number)
src/agent/loop.ts:494
↓ 3 callersFunctionmaterializeForkedSessionSnapshotInStorage
( input: MaterializeForkedSessionSnapshotInput, )
src/orchestration/session-fork.ts:23
↓ 3 callersFunctionmaybeSendFullTaskTerminalMessageToThread
(input: { bindingsRepo: LarkObjectBindingsRepo; channelInstallationId: string; binding: LarkObjectBindin
src/channels/lark/outbound.ts:2575
↓ 3 callersFunctionmergeHardDenyList
(input: { defaults: readonly string[]; additions: string[]; override: boolean; })
src/security/policy.ts:167
↓ 3 callersFunctionnormalizeAssistantResult
( message: AssistantMessage, mode: "stream" | "complete", )
src/agent/llm/pi-bridge.ts:893
↓ 3 callersFunctionnormalizeCheckedPath
(value: string, cwd?: string)
src/security/permissions.ts:80
↓ 3 callersFunctionnormalizeLineEndings
(value: string)
src/tools/edit.ts:174
↓ 3 callersFunctionnormalizeNonNegativeInteger
(field: string, value: number)
src/storage/repos/sessions.repo.ts:246
↓ 3 callersFunctionnormalizeOptionalNonNegativeInteger
( field: string, value: number | null | undefined, )
src/storage/repos/sessions.repo.ts:235
↓ 3 callersFunctionnormalizeRequiredTrimmed
(field: string, value: string)
src/orchestration/subagents.ts:666
↓ 3 callersFunctiononTextDelta
(event)
tests/agent/llm/pi-bridge.test.ts:271
↓ 3 callersFunctionparseApprovalResumeRunId
(approval: ApprovalRecord | null)
src/agent/approval-round.ts:3
↓ 3 callersFunctionparseBindingMetadata
(raw: string | null)
src/channels/lark/cardkit-mutations.ts:37
↓ 3 callersFunctionparseDate
(value: string, flagName: string)
src/script/meditation-backtest.ts:189
↓ 3 callersFunctionparseGrantedScopes
(scopeJsonValues: string[])
src/security/permissions.ts:419
↓ 3 callersFunctionparseMcpToolName
(toolName: string)
src/channels/lark/render/tool-calls.ts:501
↓ 3 callersFunctionparseMessageTimestamp
(message: Message)
src/agent/llm/messages.ts:374
↓ 3 callersFunctionparsePayload
(payloadJson: string)
src/agent/compaction.ts:941
↓ 3 callersFunctionparsePayload
(payloadJson: string, messageId: string)
src/agent/llm/messages.ts:321
↓ 3 callersFunctionparseRequiredDate
(flag: string, rawValue: string | undefined)
src/script/meditation-episode-study.ts:370
↓ 3 callersFunctionparseToolFailure
(row: MessageRow)
tests/manual/meditation-tool-failure-analysis.ts:125
↓ 3 callersFunctionprepareCompaction
(input: { messages: Message[]; config: CompactionConfig; contextTokens: number; })
src/agent/compaction.ts:290
↓ 3 callersFunctionprojectTaskRunEvent
(input: { db: StorageDb; event: TaskRunOutboundEvent; taskRun: TaskRun; executionSession: Session | nu
src/orchestration/outbound-events.ts:220
↓ 3 callersFunctionreadLastRuntimeLogTimestamp
( runtimeLogPath: string, options: { tailBytes?: number; } = {}, )
src/runtime/runtime-log.ts:6
↓ 3 callersFunctionreadOptionalTomlFile
(filePath: string)
src/config/load.ts:13
↓ 3 callersFunctionreadPositiveInteger
(value: unknown)
src/channels/lark/cardkit-mutations.ts:50
↓ 3 callersFunctionreadPositiveInteger
(value, field, fallback)
skills/a2ui-author/runtime/v0_8/render.js:444
↓ 3 callersFunctionreadString
(value: unknown)
src/channels/lark/subagent-provisioner.ts:498
↓ 3 callersMethodrecordServerOperationFailed
(serverName: string, error: unknown)
src/mcp/manager.ts:214
↓ 3 callersFunctionrenderLineBlock
( tagName: string, lines: readonly string[], indent = 2, contentIndent = indent + 2, )
src/orchestration/delegated-approval.ts:559
↓ 3 callersFunctionrenderMessageWindow
( messages: Array<{ id: string; role: string; messageType: string; createdAt: string; pa
src/meditation/prompts.ts:570
↓ 3 callersFunctionrenderMultilineElement
( tagName: string, value: string, indent = 2, contentIndent = indent + 2, )
src/tools/helpers/permission-block.ts:231
↓ 3 callersFunctionrenderOptionalMultilineElement
( tagName: string, value: string | null | undefined, indent = 2, contentIndent = indent + 2, )
src/orchestration/delegated-approval.ts:536
↓ 3 callersMethodrenderSnapshot
(entry: CatalogCacheEntry, now: number)
src/mcp/catalog.ts:254
↓ 3 callersFunctionrenderSurface
(surface)
skills/a2ui-author/runtime/v0_8/render.js:6
↓ 3 callersFunctionrequireField
(value: string | undefined, field: string)
src/tools/cron.ts:319
↓ 3 callersFunctionrequireFilesystemAccess
( context: ToolExecutionContext, input: { kind: "fs.read" | "fs.write"; targetPath: string; }, )
src/tools/helpers/common.ts:175
↓ 3 callersFunctionrequireOwnerAgentId
(context: ToolExecutionContext)
src/security/sandbox.ts:614
↓ 3 callersMethodrequireState
(id: string)
src/storage/repos/meditation-state.repo.ts:111
↓ 3 callersMethodrequireSubagentRequest
(requestId: string)
src/orchestration/agent-manager.ts:958
↓ 3 callersMethodreserveBinding
(input: ReserveLarkObjectBindingInput)
src/storage/repos/lark-object-bindings.repo.ts:152
↓ 3 callersMethodresolveBucketProfile
( agentId: string, preferredSessionIds: string[] = [], )
src/meditation/read-model.ts:355
↓ 3 callersFunctionresolveContainedRealPath
(input: { source: AgentSkillRoot["source"]; rootDir: string; rootRealPath: string; candidatePath: stri
src/agent/skills.ts:673
↓ 3 callersFunctionresolveHeartbeatTickAt
(now: Date)
src/runtime/minute-heartbeat.ts:151
↓ 3 callersFunctionresolveInitialNextRunAt
(input: CronScheduleDefinition, now: Date)
src/cron/schedule.ts:68
↓ 3 callersFunctionresolvePathWithExistingRealpath
(inputPath: string, cwd?: string)
src/security/permissions.ts:440
↓ 3 callersFunctionresolvePiApi
(model: ResolvedModel)
src/agent/llm/pi-bridge.ts:777
↓ 3 callersFunctionresolvePiBaseUrl
(model: ResolvedModel)
src/agent/llm/pi-bridge.ts:797
↓ 3 callersFunctionresolveToolOwnerAgentId
(context: ToolExecutionContext)
src/tools/helpers/common.ts:18
↓ 3 callersMethodrunCompaction
(input: CompactionModelRunnerInput)
src/agent/compaction.ts:136
↓ 3 callersMethodrunCreatedTaskExecution
(input: { created: CreatedTaskExecution; createdAt?: Date; })
src/orchestration/agent-manager.ts:574
↓ 3 callersFunctionrunMeditationConsolidationRewriteAgent
( input: RunMeditationConsolidationRewriteAgentInput, )
src/meditation/agent-runner.ts:137
↓ 3 callersFunctionsafeJson
(value: unknown)
src/channels/lark/cardkit-mutations.ts:303
↓ 3 callersFunctionsafeJson
(value: unknown)
src/channels/lark/outbound.ts:2713
↓ 3 callersFunctionsafeSerialize
(value: unknown)
src/tools/core/registry.ts:279
↓ 3 callersFunctionsanitizeMeditationBacktestLabel
(input: string)
src/meditation/backtest.ts:215
↓ 3 callersFunctionscheduleDependentRetry
(deliveryId: string, context: Record<string, unknown>)
src/channels/lark/outbound.ts:226
↓ 3 callersFunctionscheduleFlush
( deliveryId: string, options?: { immediate?: boolean; delayMs?: number }, )
src/channels/lark/outbound.ts:172
↓ 3 callersFunctionseedAgentFixture
(handle: TestDatabaseHandle)
tests/storage/permission-grants.repo.test.ts:10
↓ 3 callersFunctionseedAgentFixture
(handle: TestDatabaseHandle)
tests/storage/db.test.ts:28
↓ 3 callersFunctionseedAgentFixture
(handle: TestDatabaseHandle)
tests/storage/approvals.repo.test.ts:10
↓ 3 callersFunctionseedChatSession
(handle: TestDatabaseHandle)
tests/agent/empty-output-retry.test.ts:81
↓ 3 callersFunctionseedConversationAndAgentFixture
(handle: TestDatabaseHandle)
tests/agent/bash-approval.test.ts:74
↓ 3 callersFunctionseedConversationFixture
(sql: { exec: (statement: string) => void })
tests/integration/llm/helpers/fixture.ts:186
↓ 3 callersFunctionseedFixture
()
tests/tools/review-permission-request.test.ts:21
↓ 3 callersFunctionseedFixture
(handle: TestDatabaseHandle)
tests/storage/lark-object-bindings.repo.test.ts:12
↓ 3 callersFunctionseedFixture
(handle: TestDatabaseHandle)
tests/orchestration/task-run-factory.test.ts:14
↓ 3 callersFunctionseedFixture
(handle: TestDatabaseHandle)
tests/orchestration/approval-session.test.ts:27
↓ 3 callersFunctionseedFixture
(handle: TestDatabaseHandle)
tests/orchestration/outbound-events.test.ts:12
↓ 3 callersFunctionseedFixture
(handle: TestDatabaseHandle)
tests/orchestration/main-agent-session.test.ts:20
↓ 3 callersFunctionseedFixture
(handle: TestDatabaseHandle)
tests/orchestration/delegated-approval-orchestration.test.ts:87
↓ 3 callersFunctionsendLarkStatusCard
(input: { installationId: string; chatId: string; replyToMessageId?: string | null; template?: string;
src/channels/lark/inbound.ts:3181
↓ 3 callersFunctionserializePermissionScope
(scope: PermissionScope)
src/security/scope.ts:243
↓ 3 callersFunctionshouldUseCustomOpenAIResponsesStream
( model: Pick<Model<Api>, "api" | "baseUrl">, )
src/agent/llm/upstream-openai.ts:183
↓ 3 callersMethodsoftDelete
(input: SoftDeleteCronJobInput)
src/storage/repos/cron-jobs.repo.ts:204
↓ 3 callersMethodstopRuns
( runs: ActiveRunRecord[], reasonText: string, input: StopRunInput | StopSessionInput | StopConver
src/runtime/control.ts:460
↓ 3 callersMethodstopSession
(input: StopSessionInput)
src/runtime/control.ts:201
↓ 3 callersFunctionstripQuotedShellContent
(command: string)
src/tools/bash.ts:695
↓ 3 callersMethodsubmitSubagentCreationRequest
(params: CreateSubagentInput)
src/orchestration/agent-manager.ts:313
↓ 3 callersFunctionsummarizeRenderedSurface
( surface: SurfaceState, card: Record<string, unknown>, )
src/channels/lark/a2ui.ts:855
↓ 3 callersFunctionsummarize_record
(record: dict[str, Any], index: int)
skills/claude-session-observe/scripts/read_session_records.py:193
← previousnext →701–800 of 2,718, ranked by callers