MCPcopy Create free account

hub / github.com/HKUDS/AgentSpace / functions

Functions5,266 in github.com/HKUDS/AgentSpace

↓ 26 callersFunctionlistWorkspaceSkillsSync
(workspaceId?: string)
packages/services/src/skills/skills.ts:39
↓ 26 callersFunctionreadExternalMessageMappingByExternalMessageSync
(input: { workspaceId?: string; integrationId: string; externalMessageId: string; })
packages/db/src/integrations/external-integrations.ts:925
↓ 26 callersFunctionupsertExternalChannelBindingSync
(input: { workspaceId?: string; integrationId: string; channelName: string; externalChatId: string;
packages/db/src/integrations/external-integrations.ts:516
↓ 25 callersFunctioncanReadChannelForActorSync
(input: { workspaceId: string; channelName?: string | null; actor: ChannelAccessActor; })
packages/services/src/channel-access/channel-access.ts:54
↓ 25 callersFunctioncreateOpaqueId
()
packages/services/src/documents/runs.ts:294
↓ 25 callersFunctioninitializeOrganizationSync
(input: { organizationName: string; ownerName: string; ownerRole: string; firstChannelName?: string; }
packages/services/src/workspace/workspace.ts:30
↓ 25 callersFunctionreadEnv
(name: string)
scripts/feishu/smoke.ts:1180
↓ 24 callersFunctionbuildWorkspaceContext
( role: "owner" | "admin" | "member", options: { workspaceId?: string; workspaceSlug?: string } = {}, )
apps/web/features/channels/actions.test.ts:712
↓ 24 callersFunctioncreateNotificationSync
(input: CreateWorkspaceNotificationInput)
packages/services/src/notifications/notifications.ts:26
↓ 24 callersFunctionnormalizeKey
(value: string)
packages/services/src/permissions/permissions.ts:2642
↓ 24 callersFunctionsameText
(left: string, right: string)
apps/web/features/dashboard/data.ts:4900
↓ 23 callersFunctionasRecord
(value: unknown)
packages/services/src/integrations/providers/feishu/operation-plan.ts:988
↓ 23 callersFunctioncountRows
(db: PostgresSyncDatabase, tableName: string)
packages/db/src/database.ts:491
↓ 23 callersFunctioncreateWorkspaceSkillSync
(input: { name: string; description?: string; content?: string; sourceType?: string; sourceUrl?: str
packages/services/src/skills/skills.ts:68
↓ 23 callersFunctionrevalidateChannelRoutes
(workspaceSlug: string)
apps/web/features/channels/actions.ts:1089
↓ 22 callersFunctionformatDaemonProviderLabel
(provider: string)
packages/domain/src/daemon-provider.ts:27
↓ 22 callersFunctionisRecord
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:9126
↓ 22 callersFunctionmemberLabel
(member: Pick<PermissionCatalogMember, "displayName" | "primaryEmail">)
packages/services/src/permissions/permissions.ts:2646
↓ 22 callersFunctionreadWorkspaceMembershipSync
( workspaceId: string, userId: string, )
packages/db/src/workspace-memberships.ts:48
↓ 21 callersFunctionasString
(value: unknown)
packages/services/src/integrations/providers/feishu/outbound.ts:1796
↓ 21 callersFunctionlistWorkspaceMemberUsersSync
(workspaceId: string)
packages/db/src/user-auth.ts:377
↓ 21 callersFunctionreadQueuedTaskSync
(taskId: string)
packages/db/src/task-queue.ts:210
↓ 21 callersFunctionreadStringField
(source: Record<string, unknown> | undefined, key: string)
packages/services/src/integrations/providers/feishu/runtime-output.ts:680
↓ 21 callersFunctionrequireNonEmpty
(value: string | undefined, errorCode: string)
apps/cli/src/commands/integrations/feishu.ts:3539
↓ 21 callersFunctionrunAction
(work: () => Promise<ActionToastResult<T>>, onDone?: (data: T) => void)
apps/web/features/agents/agents-page-client.tsx:247
↓ 21 callersFunctionsendChannelHumanMessageSync
( channelName: string, speaker: string, summary: string, attachments?: MessageAttachment[], replyToM
packages/services/src/messages/messages.ts:248
↓ 21 callersFunctionsumFeishuEvidenceCounts
( items: readonly FeishuIntegrationEvidence[], select: (item: FeishuIntegrationEvidence) => number, )
apps/cli/src/commands/integrations/feishu.ts:9405
↓ 21 callersFunctionvalidateFeishuResourceBindingForDataOperation
(input: { context: IntegrationRuntimeContext; request: ExternalDataOperationRequest; binding?: ExternalR
packages/services/src/integrations/providers/feishu/data-plane.ts:719
↓ 21 callersFunctionwriteWorkspaceStateRecordSync
( state: AgentSpaceState, workspaceId = DEFAULT_WORKSPACE_ID, options?: WorkspaceStateWriteOptions, )
packages/db/src/workspace-state.ts:58
↓ 20 callersFunctionasString
(value: unknown)
apps/web/features/integrations/feishu/feishu-settings-data.ts:983
↓ 20 callersFunctionbuildChannelBinding
(integrationId: string, overrides: Record<string, unknown> = {})
apps/cli/src/commands/integrations.test.ts:10570
↓ 20 callersFunctionbuildThreadBinding
( integrationId: string, options: { id?: string; agentId?: string; botBindingId?: string;
apps/cli/src/commands/integrations.test.ts:10316
↓ 20 callersFunctionescapeRegExp
(value: string)
apps/web/e2e/workspace-navigation.spec.ts:227
↓ 20 callersFunctionformatSessionTimestamp
(value: string)
apps/web/features/settings/settings-utils.ts:21
↓ 20 callersFunctionoptionalText
(value: string | undefined)
packages/services/src/integrations/providers/feishu/agent-bot-bindings.ts:539
↓ 20 callersFunctionreadExternalIntegrationSync
(input: { workspaceId?: string; integrationId: string; })
packages/db/src/integrations/external-integrations.ts:114
↓ 20 callersFunctiontailText
(value: string | undefined, limit = STDERR_TAIL_LIMIT)
packages/daemon/src/agent-router/utils.ts:99
↓ 19 callersFunctionbuildIntegration
(overrides: Record<string, unknown> = {})
apps/web/features/integrations/feishu/feishu-actions.test.ts:1617
↓ 19 callersFunctionlistExternalIntegrationsSync
(options: { workspaceId?: string; provider?: ExternalIntegrationProvider; agentId?: string; scope?: "a
packages/db/src/integrations/external-integrations.ts:127
↓ 19 callersFunctionpersistWorkspaceAttachmentFromBytesSync
(input: { workspaceId?: string; contentBytes: Uint8Array; fileName: string; mediaType?: string; })
packages/services/src/attachments/attachments.ts:50
↓ 19 callersFunctionrunPermissionAction
(input: { startTransition: TransitionStartFunction; setFeedback: (value: string | null) => void; tx: Set
apps/web/features/permissions/permissions-center-section.tsx:1129
↓ 19 callersFunctionuniqueStrings
(values: readonly string[])
apps/cli/src/commands/integrations/feishu.ts:10462
↓ 18 callersFunctionaddChannelEmployeesSync
(input: { channelName: string; employeeNames: string[]; }, workspaceId?: string)
packages/services/src/channels/channels.ts:344
↓ 18 callersFunctioncreateKnowledgePageSync
(input: { title: string; parentId?: string | null; contentMarkdown?: string; tags?: string[]; create
packages/services/src/knowledge/knowledge.ts:22
↓ 18 callersMethodemit
(event: AgentRouterEvent)
packages/daemon/src/agent-router/types.ts:133
↓ 18 callersFunctionformatFeishuCliYesNo
(value: boolean)
apps/cli/src/commands/integrations/feishu.ts:4658
↓ 18 callersFunctiongetWorkspacePageContext
( workspaceSlug: string, options: { allowChannelScope?: boolean } = {}, )
apps/web/app/w/[workspaceSlug]/_lib/workspace-page-context.ts:7
↓ 18 callersFunctionlistDaemonSnapshotsSync
(workspaceId?: string)
packages/db/src/daemons.ts:370
↓ 18 callersFunctionloadWorkspaceModuleDataWithMeta
( moduleId: TModuleId, workspaceId: string, viewer?: WorkspaceModuleViewer, options: WorkspaceModuleLo
apps/web/features/dashboard/workspace-module-loaders.ts:142
↓ 18 callersFunctionnormalizeJsonInput
(value: JsonInput, fallback: string)
packages/db/src/integrations/external-integrations.ts:2386
↓ 18 callersFunctionnormalizeOptional
(value: string | undefined)
packages/daemon/src/document-runtime-output.ts:736
↓ 18 callersFunctionnormalizeWorkspaceModuleQuery
( moduleId: WorkspaceModuleId | null, input?: WorkspaceModuleSearchParamsInput, )
apps/web/features/dashboard/workspace-module-route.ts:155
↓ 18 callersFunctionreadAgentRuntimeSync
(runtimeId: string)
packages/db/src/daemons.ts:317
↓ 18 callersFunctionreadPublicAppUrl
()
apps/web/features/auth/public-app-url.ts:3
↓ 18 callersFunctionreadString
(value: unknown)
packages/services/src/integrations/providers/feishu/websocket-worker.ts:574
↓ 18 callersFunctionuniqueNames
(values: string[])
packages/services/src/shared/helpers.ts:11
↓ 17 callersFunctionPOST
(request: NextRequest)
apps/web/app/api/integrations/feishu/events/route.ts:32
↓ 17 callersFunctionbuildBotAddedPayloadEvidenceFixture
()
apps/cli/src/commands/integrations.test.ts:10482
↓ 17 callersFunctionbuildFeishuDataOperationPayloadHash
(request: ExternalDataOperationRequest)
packages/services/src/integrations/providers/feishu/operation-plan.ts:368
↓ 17 callersFunctionbuildFeishuIntegration
( overrides: Partial<NonNullable<ComponentProps<typeof SettingsPageClient>["feishuIntegrations"]>[number]> =
apps/web/features/settings/settings-page-client.test.tsx:1966
↓ 17 callersFunctionbuildRequest
( url: string, payload: Record<string, unknown>, headers: Record<string, string> = {}, )
apps/web/app/api/integrations/feishu/events/route.test.ts:903
↓ 17 callersFunctionbuildUserBinding
(integrationId: string)
apps/cli/src/commands/integrations.test.ts:10586
↓ 17 callersFunctioncountHumanMessages
()
packages/services/src/integrations/providers/feishu/__tests__/inbound.test.ts:2296
↓ 17 callersFunctioncreateDefaultWorkspaceState
()
packages/domain/src/workspace.ts:651
↓ 17 callersFunctioncreateFeishuAgentBotBindingSync
( input: CreateFeishuAgentBotBindingInput, )
packages/services/src/integrations/providers/feishu/agent-bot-bindings.ts:101
↓ 17 callersFunctionfinishIgnored
(input: { context: IntegrationRuntimeContext; event: ExternalIntegrationEventRecord; message: ExternalMe
packages/services/src/integrations/providers/feishu/inbound.ts:1451
↓ 17 callersFunctionparseJsonManifestQuiet
(path: string)
packages/daemon/src/runtime-output-manifests.ts:2070
↓ 17 callersFunctionpushIssue
(issue: StorageScanIssue)
packages/services/src/storage/storage-scan.ts:65
↓ 17 callersFunctionreadOptionalString
(value: unknown)
packages/db/src/runtime-apps.ts:924
↓ 17 callersFunctionreadString
(value: unknown)
packages/services/src/clihub/catalog.ts:188
↓ 17 callersFunctionrequireDaemonAuth
(request: Request)
apps/web/app/api/daemon/_lib/auth.ts:18
↓ 17 callersFunctionresetWorkspace
()
packages/services/src/documents/sync.test.ts:48
↓ 17 callersFunctionrevalidateWorkspaceRoutes
(workspaceSlug: string)
apps/web/features/agents/actions.ts:672
↓ 17 callersFunctionwithSecondActiveFeishuAgentBotEvidence
( input: ReturnType<typeof buildCompleteFeishuEvidenceInput>, options: { integrationId?: string; d
apps/cli/src/commands/integrations.test.ts:9860
↓ 17 callersFunctionwriteExecutable
(binDir: string, name: string, contents: string)
packages/daemon/src/install-remote-daemon-script.test.ts:514
↓ 16 callersFunctionbuildFeishuReadinessReport
(input: BuildFeishuReadinessReportInput)
apps/cli/src/commands/integrations/feishu.ts:4124
↓ 16 callersFunctioncreateExternalMessageMappingSync
(input: { workspaceId?: string; integrationId: string; channelBindingId?: string; direction: ExternalM
packages/db/src/integrations/external-integrations.ts:854
↓ 16 callersFunctionjsonResponse
(body: unknown)
packages/services/src/skills/import.test.ts:381
↓ 16 callersFunctionpostMessageSync
(input: { channel: string; speaker: string; role: "human" | "agent"; summary: string; code?: string;
packages/services/src/messages/messages.ts:177
↓ 16 callersFunctionreadChannelDocumentSync
(documentId: string, workspaceId?: string)
packages/services/src/documents/sync.ts:88
↓ 16 callersFunctionreadStringMetadata
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:6917
↓ 16 callersFunctionsetEmployeeSkillIdsSync
(employeeName: string, skillIds: string[], workspaceId?: string)
packages/services/src/employees/employees.ts:313
↓ 15 callersFunctionGET
( request: Request, context: { params: Promise<{ attachmentId: string }> }, )
apps/web/app/api/attachments/[attachmentId]/route.ts:25
↓ 15 callersFunctionbuildAgentRuntimeDocReadRun
(integrationId: string)
apps/cli/src/commands/integrations.test.ts:10835
↓ 15 callersFunctionbuildResourceBinding
( input: Partial<ExternalResourceBindingRecord> & Pick<ExternalResourceBindingRecord, "providerResourceType"
packages/services/src/integrations/providers/feishu/__tests__/data-plane.test.ts:2168
↓ 15 callersFunctioncreateExternalMessageOutboxSync
(input: { workspaceId?: string; integrationId: string; channelBindingId?: string; targetExternalChatId
packages/db/src/integrations/external-integrations.ts:1194
↓ 15 callersFunctioncreateFeishuInboundMapping
(input: { context: IntegrationRuntimeContext; message: ExternalMessageEnvelope; channelBindingId?: strin
packages/services/src/integrations/providers/feishu/inbound.ts:1568
↓ 15 callersFunctionlistStoredWorkspaceSkillsSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/skills.ts:13
↓ 15 callersMethodpostJson
(path: string, body: unknown, options?: { retryable?: boolean })
packages/daemon/src/daemon-client.ts:146
↓ 15 callersFunctionprintFeishuIntegrationHelp
()
apps/cli/src/commands/integrations/feishu.ts:10503
↓ 15 callersFunctionreadChannelDocument
( state: AgentSpaceState, documentId: string, )
packages/services/src/documents/service.ts:40
↓ 15 callersFunctionreadExternalDataOperationRunSync
(input: { workspaceId?: string; runId: string; })
packages/db/src/integrations/external-integrations.ts:1511
↓ 15 callersFunctionreadNumber
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:9130
↓ 15 callersFunctionreadProviderTaskFailureMetadata
(error: unknown)
packages/daemon/src/provider-runtime.ts:2056
↓ 15 callersFunctionvalueAsString
(value: unknown)
apps/web/features/permissions/permissions-center-section.tsx:1155
↓ 15 callersFunctionwithProcessGetuid
(uid: number, run: () => T | Promise<T>)
packages/daemon/src/provider-runtime.test.ts:1487
↓ 14 callersFunctionassertCanManageEmployeeForActorSync
(input: { workspaceId?: string; employeeName: string; actorUserId?: string; })
packages/services/src/runtime-access/runtime-access.ts:235
↓ 14 callersFunctionbuildEvidenceFixture
()
scripts/feishu/smoke.test.ts:2172
↓ 14 callersFunctionbuildIdentityBindingNoticeOutboxItem
(integrationId: string, status: "failed" | "pending" | "sent" = "sent")
apps/cli/src/commands/integrations.test.ts:10694
↓ 14 callersFunctiongetChannelsPageData
( currentUserDisplayName?: string, workspaceId = DEFAULT_WORKSPACE_ID, currentUserId?: string, current
apps/web/features/dashboard/data.ts:2043
← previousnext →101–200 of 5,266, ranked by callers