MCPcopy Create free account

hub / github.com/HKUDS/AgentSpace / functions

Functions5,266 in github.com/HKUDS/AgentSpace

↓ 10 callersFunctioncompleteAgentChannelReplySync
(input: { channel: string; pendingSpeaker?: string; speaker: string; summary: string; attachments?:
packages/services/src/messages/messages.ts:655
↓ 10 callersFunctioncountWhere
(db: ReturnType<typeof getDatabase>, tableName: string, columnName: string, value: string)
packages/services/src/storage/workspace-purge.test.ts:255
↓ 10 callersFunctioncreateChannelSync
(input: { name: string; humanMemberNames?: string[]; employeeNames?: string[]; kind?: ChannelRecord["k
packages/services/src/channels/channels.ts:228
↓ 10 callersFunctioncreateWorkspaceMember
(baseName: string, role: "owner" | "admin" | "member")
packages/services/src/attachments/attachments.test.ts:30
↓ 10 callersFunctionformatFeishuEvidenceCommandText
(report: FeishuEvidenceReport)
apps/cli/src/commands/integrations/feishu.ts:4528
↓ 10 callersFunctionformatTokens
(value: number)
apps/web/features/costs/costs-page-client.tsx:437
↓ 10 callersFunctiongetChannelHistoryFilePath
(channelName: string, workspaceId = DEFAULT_WORKSPACE_ID)
packages/services/src/shared/messaging.ts:392
↓ 10 callersFunctiongetStringFlag
(flags: Record<string, string | boolean>, key: string)
packages/daemon/src/args.ts:32
↓ 10 callersFunctiongetWorkspacePermissionCenterSync
(input: { workspaceId: string; actor: PermissionCenterActorInput; })
packages/services/src/permissions/permissions.ts:221
↓ 10 callersFunctionloadTaskOutputEnvelope
( workDir: string, fallbackText: string, workspaceId: string, )
packages/daemon/src/task-output.ts:23
↓ 10 callersFunctionmetadataString
(value: Record<string, unknown>, key: string)
packages/services/src/permissions/permissions.ts:2298
↓ 10 callersFunctionnormalizeOptional
(value: string | null | undefined)
packages/db/src/knowledge-proposals.ts:349
↓ 10 callersFunctionparseJsonManifest
(path: string, relativePath: string, errors: string[])
packages/daemon/src/runtime-output-manifests.ts:2061
↓ 10 callersFunctionparseTaskInputJson
(inputJson: string)
packages/daemon/src/task-context.ts:151
↓ 10 callersFunctionreadEffectiveRuntimeEnv
(input?: { env?: NodeJS.ProcessEnv; startDir?: string; repositoryOverridesEnv?: boolean; })
packages/db/src/repository-env.ts:66
↓ 10 callersFunctionreadEmployeeRuntimeBindingSync
( employeeName: string, workspaceId = DEFAULT_WORKSPACE_ID, )
packages/db/src/employee-bindings.ts:94
↓ 10 callersFunctionreadFeishuMetadataString
(value: Record<string, unknown>, key: string)
apps/cli/src/commands/integrations/feishu.ts:9850
↓ 10 callersFunctionreadGoogleWorkspaceExecutor
()
apps/web/features/integrations/google-workspace.ts:135
↓ 10 callersFunctionreadRecord
(value: unknown)
scripts/feishu/smoke.ts:2233
↓ 10 callersFunctionreadString
(value: unknown)
scripts/feishu/smoke.ts:2229
↓ 10 callersFunctionreadStringFlagOrEnv
(input: { flags: Record<string, string | boolean>; flagKeys: string[]; envFlagKeys: string[]; defaultE
apps/cli/src/commands/integrations/feishu.ts:3452
↓ 10 callersFunctionrequireNonPlaceholderFeishuBindingValue
(value: string, errorCode: string)
apps/cli/src/commands/integrations/feishu.ts:3561
↓ 10 callersFunctionrequireTrimmed
(value: string, label: string)
packages/db/src/document-agent-access.ts:608
↓ 10 callersFunctionresolveFeishuEventType
(payload: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/events.ts:170
↓ 10 callersFunctiontrimOptional
(value: string | undefined)
packages/services/src/config/deployment.ts:122
↓ 10 callersFunctionupdateChannelDocumentSync
(input: { documentId: string; title?: string; contentMarkdown: string; contentJson?: ChannelDocumentJs
packages/services/src/documents/sync.ts:592
↓ 10 callersFunctionupdateExternalIntegrationEventStatusSync
(input: { workspaceId?: string; provider: ExternalIntegrationProvider; externalEventId: string; status
packages/db/src/integrations/external-integrations.ts:1662
↓ 10 callersFunctionupdateTaskStatusSync
(taskId: string, status: TaskStatus, workspaceId?: string)
packages/services/src/tasks/tasks.ts:116
↓ 10 callersFunctionupsertGoogleOAuthCredentialSync
(input: { workspaceId?: string; userId: string; googleSubject?: string; googleEmail?: string; scopes
packages/db/src/google-oauth-credentials.ts:4
↓ 10 callersFunctionvalidateRuntimeOutputManifests
(workDir: string)
packages/daemon/src/runtime-output-manifests.ts:624
↓ 10 callersFunctionworkspaceHref
(path: string)
apps/web/features/search/global-search-dialog.tsx:32
↓ 9 callersFunctionallowsDocumentAction
( role: DocumentAccessRole | undefined | null, action: DocumentAction, )
packages/domain/src/channel-document-collab.ts:17
↓ 9 callersFunctionassertRequired
(value: string | undefined, label: string)
apps/web/features/skills/actions.ts:285
↓ 9 callersFunctionbuildExternalGuestWriteDeniedRun
( integrationId: string, options: Pick<DataOperationRunOptions, "governanceAgentId" | "governanceB
apps/cli/src/commands/integrations.test.ts:10867
↓ 9 callersFunctionbuildOptions
(env: NodeJS.ProcessEnv = {})
packages/sandbox/src/cube/cube-config.test.ts:16
↓ 9 callersFunctioncaptureConsoleLog
(action: () => Promise<void> | void)
apps/cli/src/commands/integrations.test.ts:9550
↓ 9 callersMethodconnect
(options: SandboxConnectOptions)
packages/sandbox/src/cube/cube-sandbox.ts:37
↓ 9 callersFunctioncontainsRawFeishuOpenApiEvidenceIdentifier
(serialized: string)
apps/cli/src/commands/integrations/feishu.ts:8915
↓ 9 callersFunctioncopyJsonFlagAsParameter
( flags: Record<string, string | boolean>, parameters: Record<string, unknown>, flag: string, paramete
apps/cli/src/commands/integrations/feishu.ts:3352
↓ 9 callersFunctioncreateChannelParticipantSync
(input: CreateChannelParticipantInput)
packages/db/src/channel-access.ts:54
↓ 9 callersFunctioncreateKnowledgeProposalFromAgentSync
( input: CreateKnowledgeProposalFromAgentInput, )
packages/services/src/knowledge-proposals/knowledge-proposals.ts:82
↓ 9 callersFunctioncreateNotificationsSync
(inputs: CreateWorkspaceNotificationInput[])
packages/services/src/notifications/notifications.ts:30
↓ 9 callersFunctioncreateStoredChannelSync
(channel: ChannelRecord, workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/workspace-channels.ts:28
↓ 9 callersFunctiondecideAgentActionPolicySync
(input: AgentActionPolicyInput)
packages/services/src/policies/agent-actions.ts:60
↓ 9 callersFunctionfinishFeishuCardActionCallback
(input: { workspaceId: string; externalEventId: string; status: "processed" | "ignored" | "failed"; ha
packages/services/src/integrations/providers/feishu/approval.ts:1037
↓ 9 callersFunctionformatFeishuOutboundReference
(value: string | undefined)
packages/services/src/integrations/providers/feishu/outbound.ts:1483
↓ 9 callersFunctiongetWorkspaceDataDirPath
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/database.ts:463
↓ 9 callersFunctionhasFeishuMessageMappingAgentBotContext
( mapping: ExternalMessageMappingRecord, metadata: Record<string, unknown> | undefined, )
apps/cli/src/commands/integrations/feishu.ts:6771
↓ 9 callersFunctionhasNoFeishuRawExternalLocationContext
(metadata: Record<string, unknown>)
apps/cli/src/commands/integrations/feishu.ts:8302
↓ 9 callersFunctionhasNoFeishuRawProviderIdentityContext
(metadata: Record<string, unknown>)
apps/cli/src/commands/integrations/feishu.ts:8275
↓ 9 callersFunctionhasNoFeishuUnsafeSerializedEvidenceContext
(metadata: Record<string, unknown>)
apps/cli/src/commands/integrations/feishu.ts:7578
↓ 9 callersFunctionhasWorkspaceRole
(role: WorkspaceRole, minimumRole: WorkspaceRole)
apps/web/features/auth/workspace-permissions.ts:10
↓ 9 callersFunctionisSettingsDetailSectionId
(value: string)
apps/web/features/settings/settings-sections.ts:52
↓ 9 callersFunctionisWorkspaceAdminOrOwnerSync
(input: { workspaceId?: string; userId?: string; })
packages/services/src/runtime-access/runtime-access.ts:26
↓ 9 callersFunctionlistEmployeeKnowledgePageIdsSync
(employeeName: string, workspaceId?: string)
packages/services/src/knowledge/assignments.ts:69
↓ 9 callersFunctionlistEmployeeRuntimeBindingsSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/employee-bindings.ts:118
↓ 9 callersFunctionlistUserWorkspacesSync
(userId: string)
packages/db/src/workspace-memberships.ts:97
↓ 9 callersFunctionnormalizeOptional
(value: string | undefined)
packages/db/src/document-agent-access.ts:603
↓ 9 callersMethodonEvent
(eventType: string, event: unknown)
packages/services/src/integrations/providers/feishu/websocket-worker.ts:94
↓ 9 callersFunctionopenFreshDocumentWorkspace
(initialTitle?: string, mode: ChannelDocumentCreateMode = "markdown")
apps/web/features/channels/channels-page-client.tsx:1293
↓ 9 callersFunctionparseTaskPayload
(task: QueuedTaskRecord)
packages/daemon/src/task-context.ts:372
↓ 9 callersFunctionprepareRuntimeOutputArtifactReference
(input: { workDir: string; sourcePath: string; copyOutsideWorkDir?: boolean; })
packages/daemon/src/runtime-output-manifests.ts:566
↓ 9 callersFunctionreadArray
(value: Record<string, unknown>, key: string)
packages/services/src/integrations/providers/feishu/operation-plan.ts:994
↓ 9 callersFunctionreadFeishuIntegrationCredentials
( integration: ExternalIntegrationRecord, )
packages/services/src/integrations/providers/feishu/credentials.ts:29
↓ 9 callersFunctionreadRecordArrayParameter
(request: ExternalDataOperationRequest, key: string)
packages/services/src/integrations/providers/feishu/operation-plan.ts:936
↓ 9 callersFunctionreadUserByEmailSync
(email: string)
packages/db/src/user-auth.ts:56
↓ 9 callersFunctionredactPostgresDatabaseUrl
(databaseUrl: string)
packages/db/src/postgres-config.ts:49
↓ 9 callersMethodregister
(request: RegisterDaemonRequest)
packages/daemon/src/daemon-client.ts:61
↓ 9 callersFunctionsafePatternLiteral
(value: string | undefined)
packages/services/src/integrations/providers/feishu/lark-cli.ts:570
↓ 9 callersFunctionsanitizeSmokeOutputText
(value: string)
scripts/feishu/smoke.ts:1663
↓ 9 callersFunctionsanitizeStoragePathSegment
(value: string, fallback = "item")
packages/db/src/storage-paths.ts:90
↓ 9 callersFunctionseedPermissionWorkspace
()
packages/services/src/permissions/permissions.test.ts:533
↓ 9 callersFunctionsmokeFeishuRequest
(input: { name: string; live: boolean; client?: FeishuApiClient; required: unknown; requiredEnv: str
scripts/feishu/smoke.ts:881
↓ 9 callersFunctiontruncateSummary
(value: unknown)
packages/db/src/task-queue.ts:1049
↓ 9 callersFunctionuniqueStringValues
(values: string[])
packages/services/src/shared/helpers.ts:28
↓ 9 callersFunctionupsertDirectConversationStateSync
( input: { contactId: string; humanMemberName?: string; sessionId?: string | null; workDir?:
packages/services/src/contacts/contacts.ts:484
↓ 9 callersFunctionwriteManifestFile
(workDir: string, relativePath: RuntimeOutputManifestPath, value: unknown)
packages/daemon/src/runtime-output-manifests.ts:2055
↓ 8 callersFunctionapplyDocumentRuntimeOutputOperations
(input: { workDir: string; workspaceId: string; actorName: string; sourceTaskQueueId: string; source
packages/daemon/src/document-runtime-output.ts:75
↓ 8 callersFunctionbuildAgentInvalidation
(workspaceId: string, agentName: string)
apps/web/features/agents/actions.ts:686
↓ 8 callersFunctionbuildDocumentRuntimeToolCapabilities
( agentDocumentContexts: AgentDocumentContext[], options?: { canCreateGoogleSheet?: boolean; feish
packages/daemon/src/document-runtime-capabilities.ts:8
↓ 8 callersFunctionbuildFeishuReadOperationRequest
( request: ExternalDataOperationRequest, )
packages/services/src/integrations/providers/feishu/operation-plan.ts:211
↓ 8 callersFunctionbuildFeishuSmokeEnvTemplateReport
( input: BuildFeishuSmokeEnvTemplateReportInput, )
apps/cli/src/commands/integrations/feishu.ts:4868
↓ 8 callersFunctionbuildPublicAppUrl
(path: string, appUrl: string)
apps/web/app/api/auth/google/callback/route.ts:101
↓ 8 callersFunctionbuildSettingsItem
(overrides: Record<string, unknown> = {})
apps/web/features/integrations/feishu/feishu-actions.test.ts:1655
↓ 8 callersFunctionbuildWorkspaceContext
(role: "owner" | "admin" | "member")
apps/web/features/approvals/actions.test.ts:264
↓ 8 callersFunctioncheck
(name: string, passed: boolean, note: string)
apps/cli/src/commands/doctor.ts:66
↓ 8 callersFunctioncheckFeishuIntegrationHealth
(input: { appId: string; appSecret: string; baseUrl?: string; fetchImpl?: typeof fetch; clientFactor
packages/services/src/integrations/providers/feishu/health.ts:29
↓ 8 callersMethodclaimTask
(runtimeId: string)
packages/daemon/src/daemon-client.ts:77
↓ 8 callersFunctioncontainsFeishuSecretLikeEvidence
(serialized: string)
apps/cli/src/commands/integrations/feishu.ts:8908
↓ 8 callersFunctioncreateAttachment
(id: string, fileName: string, mediaType: string, content: string)
apps/web/features/dashboard/data.test.ts:106
↓ 8 callersFunctioncreateFeishuIntegrationAction
( input: CreateFeishuIntegrationInput, )
apps/web/features/integrations/feishu/feishu-actions.ts:121
↓ 8 callersFunctioncreateKnowledgePageFromSharedDocumentSync
(input: { sourceType: "attachment" | "channelDocument"; sourceId: string; parentId?: string | null; cr
packages/services/src/knowledge/knowledge.ts:204
↓ 8 callersFunctiondeleteChannelAttachmentSync
(input: { workspaceId?: string; channelName: string; attachmentId: string; actorUserId: string; acto
packages/services/src/attachments/attachments.ts:91
↓ 8 callersFunctionensureDaemonStateDir
()
apps/cli/src/commands/daemon.ts:583
↓ 8 callersFunctionformatFeishuSmokeEnvCommandText
( report: FeishuSmokeEnvTemplateReport, )
apps/cli/src/commands/integrations/feishu.ts:10103
↓ 8 callersFunctiongetAgentsPageData
(input: string | AgentsPageDataOptions = DEFAULT_WORKSPACE_ID)
apps/web/features/dashboard/data.ts:2622
↓ 8 callersFunctiongetDaemonChannelWorkDirPath
( stateDir: string, input: { threadId: string; agentId: string; workspaceId?: string; }, )
packages/db/src/storage-paths.ts:59
↓ 8 callersFunctiongetFeishuSmokeEnvExitCode
(report: Pick<FeishuSmokeEnvTemplateReport, "issues">)
apps/cli/src/commands/integrations/feishu.ts:10117
↓ 8 callersFunctiongetInboxPageData
( workspaceId = DEFAULT_WORKSPACE_ID, currentUser?: DashboardCurrentUser, )
apps/web/features/dashboard/data.ts:2434
↓ 8 callersFunctiongetRequiredValue
(formData: FormData, key: string)
apps/web/features/auth/actions.ts:170
← previousnext →301–400 of 5,266, ranked by callers