MCPcopy Create free account

hub / github.com/HKUDS/AgentSpace / functions

Functions5,266 in github.com/HKUDS/AgentSpace

↓ 5 callersFunctioncreateAgentForkInvitationSync
( input: CreateAgentForkInvitationRecordInput, )
packages/db/src/agent-fork-invitations.ts:30
↓ 5 callersFunctioncreateApprovalRequestSync
(input: { type: ApprovalRequest["type"]; sourceId: string; agentId: string; channelName: string; con
packages/services/src/approvals/approvals.ts:21
↓ 5 callersFunctioncreateChannelDocument
(input: { state: AgentSpaceState; channelName: string; title: string; kind?: ChannelDocumentKind; st
packages/services/src/documents/service.ts:62
↓ 5 callersFunctioncreateFakeIntegrationProviderAdapter
( options: FakeIntegrationProviderAdapterOptions = {}, )
packages/services/src/integrations/core/fake-adapter.ts:27
↓ 5 callersFunctioncreateFeishuApiClient
(input: { credentials: FeishuClientCredentials; baseUrl?: string; fetchImpl?: typeof fetch; })
packages/services/src/integrations/providers/feishu/client.ts:45
↓ 5 callersFunctioncreateFeishuChannelBindingAction
( input: CreateFeishuChannelBindingInput, )
apps/web/features/integrations/feishu/feishu-actions.ts:765
↓ 5 callersFunctioncreateFeishuUserBindingAction
( input: CreateFeishuUserBindingInput, )
apps/web/features/integrations/feishu/feishu-actions.ts:873
↓ 5 callersFunctioncreateMetrics
()
packages/services/src/integrations/providers/feishu/__tests__/websocket-worker.test.ts:546
↓ 5 callersFunctioncreateOwnedWorkspaceForUserSync
( input: OwnedWorkspaceBootstrapInput, )
apps/web/features/auth/user-workspaces.ts:21
↓ 5 callersFunctioncreatePostgresClient
(databaseUrl: string)
packages/db/src/postgres.ts:525
↓ 5 callersFunctioncreateRuntimeAppOperationSync
(input: CreateRuntimeAppOperationInput)
packages/db/src/runtime-apps.ts:308
↓ 5 callersFunctioncreateSessionSync
(input: { userId: string; tokenHash: string; expiresAt: string; ipAddress?: string; userAgent?: stri
packages/db/src/user-auth.ts:246
↓ 5 callersFunctioncreateWorkspaceNotificationSync
( input: CreateWorkspaceNotificationInput, )
packages/db/src/notifications.ts:44
↓ 5 callersFunctioncreateWorkspaceWithTourVisitChannel
(input: { slug: string; name: string; createdBy: string; })
packages/services/src/integrations/providers/feishu/__tests__/outbound-db.test.ts:594
↓ 5 callersFunctiondedupeStrings
(values: string[])
packages/daemon/src/provider-runtime.ts:1619
↓ 5 callersFunctiondiscoverSessionId
(events: Array<Record<string, unknown>>, initial?: string)
packages/daemon/src/agent-router/adapters/shared.ts:170
↓ 5 callersFunctionevaluateFeishuExternalGuestRuntimeToolIdentityRequirementFromTaskInput
( inputJson: string, )
packages/services/src/integrations/providers/feishu/runtime-tools.ts:11
↓ 5 callersFunctionexecuteFeishuDataOperation
(input: { context: IntegrationRuntimeContext; client: FeishuApiClient; request: ExternalDataOperationReq
packages/services/src/integrations/providers/feishu/data-plane.ts:249
↓ 5 callersFunctionformatFeishuDataOperationResourceReference
(input: { providerResourceType: string; providerResourceToken: string; tableId?: string; })
packages/services/src/integrations/providers/feishu/operation-plan.ts:166
↓ 5 callersFunctionformatFeishuResponseReference
(value: string | undefined)
packages/services/src/integrations/providers/feishu/operation-plan.ts:191
↓ 5 callersFunctionformatPercent
(value: number)
apps/web/features/performance/performance-page-client.tsx:186
↓ 5 callersFunctiongetDaemonTaskOutputStagingDir
(taskId: string, workspaceId: string)
apps/web/app/api/daemon/_lib/output-bundle.ts:11
↓ 5 callersFunctiongetDaemonTaskWorkDirPath
( stateDir: string, input: { taskId: string; workspaceId?: string; }, )
packages/db/src/storage-paths.ts:45
↓ 5 callersFunctiongetFeishuWorkerExitCode
(metrics: Pick< FeishuWebSocketWorkerMetrics, "connectionErrorCount" | "failedCount" | "processedCount" >)
apps/cli/src/commands/integrations/feishu.ts:1433
↓ 5 callersFunctiongetField
(formData: FormData, key: string)
apps/web/shared/lib/form.ts:1
↓ 5 callersMethodgetInputBundle
(taskId: string)
packages/daemon/src/daemon-client.ts:101
↓ 5 callersFunctiongetKnowledgePageData
( currentUserDisplayName?: string, workspaceId = DEFAULT_WORKSPACE_ID, )
apps/web/features/dashboard/data.ts:5213
↓ 5 callersFunctiongetPostgresSchemaStatements
()
packages/db/src/postgres-schema.ts:69
↓ 5 callersFunctiongetRuntimeOutputExternalDocumentsPath
(workDir: string)
packages/daemon/src/runtime-output.ts:64
↓ 5 callersFunctiongetRuntimeOutputKnowledgeProposalsPath
(workDir: string)
packages/daemon/src/runtime-output.ts:48
↓ 5 callersFunctiongetRuntimeOutputManifestPath
(workDir: string)
packages/daemon/src/runtime-output.ts:36
↓ 5 callersFunctiongetWorkspaceChannelHistoryDirPath
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/storage-paths.ts:18
↓ 5 callersFunctiongetWorkspaceShellData
( currentUserDisplayName?: string, workspaceId = DEFAULT_WORKSPACE_ID, currentUserId?: string, current
apps/web/features/dashboard/workspace-shell-data.ts:95
↓ 5 callersFunctionhasFeishuSafeThreadEvidenceContext
( metadata: Record<string, unknown> | undefined, )
apps/cli/src/commands/integrations/feishu.ts:8170
↓ 5 callersFunctionhasNoFeishuRawDataOperationResourceContext
(metadata: Record<string, unknown>)
apps/cli/src/commands/integrations/feishu.ts:8324
↓ 5 callersFunctioninferAttachmentKind
(mediaType: string)
packages/services/src/shared/helpers.ts:146
↓ 5 callersFunctioninferHandoffKind
(input: string, inheritedKind?: "document" | "attachment" | "message")
packages/domain/src/mention-plan.ts:228
↓ 5 callersFunctionisBuiltinSkill
(name: string)
packages/services/src/skills/skills.ts:342
↓ 5 callersFunctionisDaemonProvider
(value: string)
packages/domain/src/daemon-provider.ts:23
↓ 5 callersFunctionisFeishuApprovalCardActionCallbackPayload
(value: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/events.ts:62
↓ 5 callersFunctionisFeishuExternalGuestDataOperationActor
( actor: FeishuBoundDataOperationActor | undefined, )
packages/services/src/integrations/providers/feishu/data-plane.ts:1467
↓ 5 callersFunctionisRecipientType
(value: unknown)
packages/db/src/notifications.ts:431
↓ 5 callersFunctionisRuntimeAppCatalogSource
(value: unknown)
packages/db/src/runtime-apps.ts:895
↓ 5 callersFunctionisSha256Hex
(value: unknown)
scripts/feishu/smoke.ts:2225
↓ 5 callersFunctionisWorkspaceAdminOrOwnerRole
(role?: WorkspaceRole)
packages/services/src/channel-access/channel-access.ts:50
↓ 5 callersFunctionisWorkspaceModuleId
(value: string | null | undefined)
apps/web/features/dashboard/workspace-module-route.ts:86
↓ 5 callersFunctionisWorkspaceModuleLoaderId
(moduleId: WorkspaceModuleId | null)
apps/web/features/dashboard/workspace-module-loader-types.ts:105
↓ 5 callersFunctionknowledgeProposalSelectSql
(where: string)
packages/db/src/knowledge-proposals.ts:225
↓ 5 callersFunctionlistAgentRouterEventsSync
(options: { workspaceId?: string; routerSessionId?: string; taskQueueId?: string; limit?: number; or
packages/db/src/agent-router-sessions.ts:707
↓ 5 callersFunctionlistAgentTaskAttemptsSync
(options: { workspaceId?: string; taskQueueId?: string; routerSessionId?: string; limit?: number; } =
packages/db/src/agent-router-sessions.ts:545
↓ 5 callersFunctionlistChannelInvitationsSync
( workspaceId: string, options?: ListChannelInvitationsOptions, )
packages/db/src/channel-access.ts:363
↓ 5 callersFunctionlistDaemonApiTokensSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/daemon-tokens.ts:40
↓ 5 callersFunctionlistNotificationsForRecipientSync
(input: { workspaceId: string; recipientType: WorkspaceNotificationRecipientType; recipientId: string;
packages/services/src/notifications/notifications.ts:34
↓ 5 callersFunctionlistSessionsForUserSync
(userId: string)
packages/db/src/user-auth.ts:313
↓ 5 callersFunctionlistTaskMessagesForTaskSync
(taskId: string)
packages/db/src/task-messages.ts:71
↓ 5 callersFunctionlistWorkspaceInvitationsSync
( workspaceId: string, options?: { statuses?: WorkspaceInvitationStatus[] }, )
packages/db/src/workspace-invitations.ts:103
↓ 5 callersFunctionmaterializeOutputBundleToStaging
( taskId: string, workspaceId: string, bundle: DaemonTaskOutputBundle, )
apps/web/app/api/daemon/_lib/output-bundle.ts:23
↓ 5 callersFunctionnormalizeAdapterError
( harness: AgentRouterHarness, error: unknown, context: HarnessErrorContext, )
packages/daemon/src/agent-router/adapters/shared.ts:145
↓ 5 callersFunctionnormalizeNonNegativeInteger
(value: unknown)
packages/services/src/documents/model.ts:419
↓ 5 callersFunctionnormalizeOptional
(value: string | undefined)
packages/db/src/notifications.ts:374
↓ 5 callersFunctionnormalizeOptionalCount
(value: unknown)
apps/web/features/integrations/external-sheets.ts:406
↓ 5 callersFunctionnormalizeOptionalPolicyValue
( value: T | undefined, allowedValues: readonly T[], errorCode: string, )
packages/services/src/integrations/providers/feishu/agent-bot-bindings.ts:224
↓ 5 callersFunctionnormalizeOptionalString
(value: unknown)
apps/web/features/integrations/external-sheets.ts:402
↓ 5 callersFunctionnormalizeRequired
(value: string, label: string)
packages/services/src/agent-access-requests/agent-access-requests.ts:518
↓ 5 callersFunctionnormalizeSearchText
(value: string)
packages/domain/src/agent-templates.ts:286
↓ 5 callersMethodonReady
()
packages/services/src/integrations/providers/feishu/websocket-worker.ts:92
↓ 5 callersFunctionparseAgentMentions
(input: string, candidates: MentionCandidate[])
packages/domain/src/mentions.ts:29
↓ 5 callersFunctionparseJsonRecord
(value: string)
apps/web/features/integrations/feishu/feishu-settings-data.ts:923
↓ 5 callersFunctionparseMentionPlan
(input: string, candidates: MentionCandidate[])
packages/domain/src/mention-plan.ts:32
↓ 5 callersFunctionreadAgentAccessRequestSync
( requestId: string, workspaceId?: string, )
packages/db/src/agent-access-requests.ts:129
↓ 5 callersFunctionreadAgentForkSnapshotByInvitationSync
( workspaceId: string, invitationId: string, )
packages/db/src/agent-fork-invitations.ts:99
↓ 5 callersFunctionreadAgentRouterSessionSync
(id: string)
packages/db/src/agent-router-sessions.ts:155
↓ 5 callersFunctionreadArgValue
(name: string)
scripts/feishu/smoke.ts:2545
↓ 5 callersFunctionreadChannelParticipantSync
( workspaceId: string, channelName: string, userId: string, options?: { includeRemoved?: boolean }, )
packages/db/src/channel-access.ts:79
↓ 5 callersFunctionreadExternalUserBindingByExternalUserSync
(input: { workspaceId?: string; integrationId: string; externalUserId: string; })
packages/db/src/integrations/external-integrations.ts:446
↓ 5 callersFunctionreadFeishuAtAttribute
(attrs: string, name: string)
packages/services/src/integrations/providers/feishu/agent-bot-routing.ts:292
↓ 5 callersFunctionreadFeishuChannelAutoProvisionPolicy
( integration: ExternalIntegrationRecord, )
packages/services/src/integrations/providers/feishu/channel-auto-provisioning.ts:55
↓ 5 callersFunctionreadFeishuMatchedIdentityIntegrationId
( proof: FeishuExpectedBotAddedPayloadIdentityProof | undefined, evidence: unknown, )
apps/cli/src/commands/integrations/feishu.ts:6566
↓ 5 callersFunctionreadFiniteNumber
(entry: PerformanceEntry, key: string)
apps/web/features/dashboard/workspace-navigation-performance.ts:257
↓ 5 callersFunctionreadFirstSafeIdentifier
( sources: Record<string, unknown>[], keys: string[], )
packages/services/src/integrations/providers/feishu/lark-cli.ts:679
↓ 5 callersFunctionreadJsonObject
(value: string)
packages/services/src/integrations/providers/feishu/data-plane.ts:1868
↓ 5 callersFunctionreadKnowledgeProposalSync
( proposalId: string, workspaceId?: string, )
packages/db/src/knowledge-proposals.ts:108
↓ 5 callersFunctionreadObjectArray
(value: unknown)
packages/db/src/task-queue.ts:1035
↓ 5 callersFunctionreadPidIfRunning
(pidPath: string)
packages/daemon/src/state.ts:41
↓ 5 callersFunctionreadPlainObject
(value: unknown)
packages/services/src/integrations/providers/feishu/runtime-output.ts:674
↓ 5 callersFunctionreadReadinessItem
(value: unknown)
packages/services/src/clihub/runtime-apps.ts:212
↓ 5 callersFunctionreadRequiredGoogleWorkspaceEnv
(name: string)
apps/web/features/integrations/google-workspace.ts:1087
↓ 5 callersFunctionreadRuntimeAppCatalogItemSync
( source: RuntimeAppCatalogSource, name: string, )
packages/db/src/runtime-apps.ts:185
↓ 5 callersFunctionreadRuntimeMetadataString
(runtime: ProviderRuntimeRecord, ...keys: string[])
packages/daemon/src/provider-runtime.ts:901
↓ 5 callersFunctionreadStoredChannelSync
(channelName: string, workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/workspace-channels.ts:24
↓ 5 callersFunctionreadString
(value: unknown)
packages/services/src/integrations/providers/feishu/runtime-tools.ts:58
↓ 5 callersFunctionreadString
(value: unknown)
apps/web/features/dashboard/data.ts:3026
↓ 5 callersFunctionreadText
(path: string)
packages/daemon/src/install-remote-daemon-script.test.ts:524
↓ 5 callersFunctionreadValueAtPaths
(value: unknown, paths: string[][])
packages/daemon/src/agent-router/utils.ts:191
↓ 5 callersFunctionreadWorkspaceStateVersion
(state: AgentSpaceState)
packages/db/src/workspace-state.ts:381
↓ 5 callersFunctionrebuildChannelDocumentBlocksForVersion
(input: { state: AgentSpaceState; document: ChannelDocument; version: ChannelDocumentVersion; actorNam
packages/services/src/documents/collab.ts:14
↓ 5 callersFunctionrenderInbox
(pageData: InboxPageData = data)
apps/web/features/inbox/inbox-page-client.test.tsx:163
↓ 5 callersFunctionreplaceBuiltinWorkspaceSkill
( skills: WorkspaceSkill[], builtinName: string, createBuiltin: () => WorkspaceSkill, )
packages/services/src/shared/normalizers.ts:316
↓ 5 callersFunctionreplacePendingChannelMessageSync
(input: { channel: string; pendingSpeaker: string; speaker: string; role: "human" | "agent"; summary
packages/services/src/messages/messages.ts:764
↓ 5 callersFunctionreplaceStateSkillSnapshot
(state: AgentSpaceState, skillId: string, nextSkill: WorkspaceSkill)
packages/services/src/skills/skills.ts:465
← previousnext →701–800 of 5,266, ranked by callers