Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AgentSpace
/ functions
Functions
5,266 in github.com/HKUDS/AgentSpace
⨍
Functions
5,266
◇
Types & classes
823
↓ 7 callers
Function
resolveAttachmentMediaType
(fileName: string, inputMediaType?: string)
packages/services/src/shared/helpers.ts:137
↓ 7 callers
Function
resolveFeishuEventId
(payload: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/events.ts:162
↓ 7 callers
Function
resolveFeishuLarkCliCommand
( environment: Record<string, string | undefined> = process.env, )
packages/services/src/integrations/providers/feishu/lark-cli.ts:110
↓ 7 callers
Function
resolveFeishuReplyTargetExternalMessageId
( sourceMapping: { externalThreadId?: string; externalMessageId?: string } | null | undefined, )
packages/services/src/integrations/providers/feishu/outbound.ts:732
↓ 7 callers
Function
resolveFeishuResourceDescriptor
(value: string)
packages/services/src/integrations/providers/feishu/resource-resolver.ts:17
↓ 7 callers
Function
revalidateWorkspaceRoutes
(workspaceSlug: string)
apps/web/features/skills/actions.ts:291
↓ 7 callers
Function
runFeishuIntegrationCommand
(args: string[], format: OutputFormat)
apps/cli/src/commands/integrations/feishu.ts:880
↓ 7 callers
Function
runVersionCommand
(executable: string, args: string[])
packages/daemon/src/agent-router/adapters/versions.ts:3
↓ 7 callers
Function
safeParseJson
(value: string)
apps/web/features/dashboard/data.ts:4334
↓ 7 callers
Function
seedChannelAttachment
(input: { attachment: ReturnType<typeof persistWorkspaceAttachmentFromBytesSync>; speaker: string; speak
packages/services/src/attachments/attachments.test.ts:44
↓ 7 callers
Function
seedIntegrationWorkspace
(suffix: string)
packages/db/src/integrations.test.ts:991
↓ 7 callers
Function
setEmployeeKnowledgePageIdsSync
( employeeName: string, pageIds: string[], actor = "system", workspaceId?: string, )
packages/services/src/knowledge/assignments.ts:179
↓ 7 callers
Function
slugify
(value: string)
packages/services/src/shared/helpers.ts:40
↓ 7 callers
Function
summarizeFeishuDataOperationResponse
( request: ExternalDataOperationRequest, response: Record<string, unknown>, )
packages/services/src/integrations/providers/feishu/operation-plan.ts:574
↓ 7 callers
Function
summarizeFeishuOutboundResponse
(response: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/outbound.ts:1457
↓ 7 callers
Function
syncGoogleSheetDocumentDrivePermissions
(input: { accessToken: string; workspaceId: string; documentId: string; actorId: string; actorType?:
apps/web/features/integrations/google-drive-permissions.ts:35
↓ 7 callers
Function
tailAndRedact
(value: string)
packages/daemon/src/runtime-apps.ts:150
↓ 7 callers
Function
testFeishuIntegrationConnectionAction
( input: TestFeishuIntegrationConnectionInput, )
apps/web/features/integrations/feishu/feishu-actions.ts:74
↓ 7 callers
Function
translateWorkspaceRole
(role: WorkspaceRole, tx: SettingsTx)
apps/web/features/settings/settings-utils.ts:25
↓ 7 callers
Function
truncateToolOutput
(value: string)
packages/daemon/src/provider-runtime.ts:1868
↓ 7 callers
Function
updateExternalChannelDocumentMetadataSync
(input: { documentId: string; title?: string; externalRevisionId?: string; externalSyncStatus?: Channe
packages/services/src/documents/sync.ts:545
↓ 7 callers
Function
upsertAgentGoogleWorkspaceDelegationSync
(input: { workspaceId?: string; employeeName: string; userId: string; googleOAuthCredentialId: string;
packages/db/src/agent-google-workspace-delegations.ts:4
↓ 7 callers
Function
upsertExternalUserBindingSync
(input: { workspaceId?: string; integrationId: string; userId: string; externalUserId: string; exter
packages/db/src/integrations/external-integrations.ts:360
↓ 7 callers
Function
useWorkspaceModuleCache
()
apps/web/features/dashboard/workspace-module-cache.tsx:327
↓ 7 callers
Function
validateOptionalFeishuAgentBotValue
(field: string, value: string | undefined)
apps/cli/src/commands/integrations/feishu.ts:3583
↓ 7 callers
Function
withResultJsonFields
(operation: T, fields: Record<string, unknown>)
apps/cli/src/commands/integrations.test.ts:10934
↓ 7 callers
Function
withoutResourceBindingId
(operation: T)
apps/cli/src/commands/integrations.test.ts:10916
↓ 7 callers
Function
writeCompatibleBwrap
(binDir: string)
packages/daemon/src/install-remote-daemon-script.test.ts:498
↓ 6 callers
Function
acceptWorkspaceInvitationForUser
(input: { token: string; userId: string; actorDisplayName: string; })
apps/web/features/auth/workspace-invitations.ts:53
↓ 6 callers
Function
appendStaleRows
( target: Record<string, never[]>, source: Record<string, never[]>, integrationId: string, )
apps/cli/src/commands/integrations.test.ts:9814
↓ 6 callers
Function
applyChannelDocumentBlockOperations
(input: { state: AgentSpaceState; document: ChannelDocument; baseVersionId: string; actorId: string;
packages/services/src/documents/operations.ts:35
↓ 6 callers
Function
applyKnowledgeProposalOperations
(input: { workDir: string; workspaceId: string; actorName: string; sourceTaskQueueId: string; source
packages/daemon/src/knowledge-proposals.ts:32
↓ 6 callers
Function
approveAgentAccessRequestForActorSync
(input: { workspaceId: string; requestId: string; actorUserId: string; })
packages/services/src/agent-access-requests/agent-access-requests.ts:134
↓ 6 callers
Function
asRecord
(value: unknown)
packages/services/src/integrations/providers/feishu/websocket-worker.ts:568
↓ 6 callers
Function
assertAgentDocumentActionAllowedSync
(input: { workspaceId: string; agentName: string; action: DocumentAction; documentId?: string; exter
packages/services/src/document-permissions/document-permissions.ts:251
↓ 6 callers
Function
assertCanEditChannelDocument
( state: AgentSpaceState, document: ChannelDocument, actorId: string, actorType: "human" | "agent", )
packages/services/src/documents/access.ts:97
↓ 6 callers
Function
assertCanUseEmployeeInChannelForActorSync
(input: { workspaceId?: string; employeeName: string; channelName: string; actorUserId?: string; act
packages/services/src/runtime-access/runtime-access.ts:318
↓ 6 callers
Function
buildAccessDependencies
(input: { canViewChannelDocument?: boolean; readDataTable?: ReturnType<FeishuAgentSpaceResourceAccessDepen
packages/services/src/integrations/providers/feishu/__tests__/data-plane.test.ts:2215
↓ 6 callers
Function
buildCapabilityPathDirs
( capabilities: RuntimeToolCapability[] | undefined, )
packages/daemon/src/agent-router/capabilities.ts:48
↓ 6 callers
Function
buildEncryptedFeishuCredentials
(input: FeishuPlainCredentials)
packages/services/src/integrations/providers/feishu/credentials.ts:21
↓ 6 callers
Function
buildExternalGuestDocReadRun
(integrationId: string)
apps/cli/src/commands/integrations.test.ts:10860
↓ 6 callers
Function
buildFeishuLarkCliAllowedShellPatterns
(input: { command?: string; resourceGrants?: FeishuLarkCliResourceGrant[]; includeDiagnostics?: boolean;
packages/services/src/integrations/providers/feishu/lark-cli.ts:402
↓ 6 callers
Function
buildIntegration
(overrides: Record<string, unknown> = {})
apps/web/features/integrations/feishu/feishu-settings-data.test.ts:873
↓ 6 callers
Function
buildProviderEnv
(runtime: ProviderRuntimeRecord, extra?: NodeJS.ProcessEnv)
packages/daemon/src/provider-runtime.ts:1876
↓ 6 callers
Function
buildProviderRuntimeMetadata
(runtime: Pick<ProviderRuntimeRecord, "provider" | "metadata">)
packages/daemon/src/provider-runtime.ts:860
↓ 6 callers
Function
buildPublicAppUrl
(path: string, appUrl?: string)
apps/web/features/auth/public-app-url.ts:19
↓ 6 callers
Function
buildRedactions
(env: Record<string, string>)
packages/daemon/src/agent-router/utils.ts:74
↓ 6 callers
Function
buildResourceBinding
(input: Partial<ExternalResourceBindingRecord>)
packages/services/src/integrations/providers/feishu/__tests__/agent-space-sync.test.ts:612
↓ 6 callers
Function
buildRun
(input: { request: ExternalDataOperationRequest; requestJson: string; resourceBindingId?: string; })
packages/services/src/integrations/providers/feishu/__tests__/data-plane.test.ts:2192
↓ 6 callers
Function
buildRuntimeAppInstallPlan
(input: { item: RuntimeAppCatalogItemRecord; operation: RuntimeAppOperationType; cliHubAvailable?: boole
packages/services/src/clihub/install-plan.ts:6
↓ 6 callers
Function
buildSha256EntityTag
(value: string)
apps/web/app/api/attachments/[attachmentId]/route.test.ts:566
↓ 6 callers
Function
buildTaskExecutionEventContext
(task: QueuedTaskRecord)
packages/db/src/task-execution-events.ts:162
↓ 6 callers
Function
buildUserBinding
( userId: string, status: "active" | "disabled" | "archived" = "active", integrationId = "integration-1"
apps/web/features/integrations/feishu/feishu-actions.test.ts:1637
↓ 6 callers
Function
buildWorkspaceContext
(role: "owner" | "admin" | "member" = "owner")
apps/web/features/settings/actions.test.ts:434
↓ 6 callers
Function
collectRuntimeOutputBundle
(workDir: string)
packages/daemon/src/bundle.ts:20
↓ 6 callers
Function
computeScore
(text: string, tokens: string[])
packages/services/src/search/search.ts:275
↓ 6 callers
Function
connectSandbox
(options: SandboxConnectOptions)
packages/sandbox/src/factory.ts:7
↓ 6 callers
Function
countFeishuAutoProvisionedChannelBindings
( bindings: readonly ExternalChannelBindingRecord[], provisionSource?: "bot_added" | "first_message", )
apps/cli/src/commands/integrations/feishu.ts:7879
↓ 6 callers
Function
createAgentAccessRequestForActorSync
(input: { workspaceId: string; sourceAgentName: string; requesterUserId: string; requestType?: AgentAc
packages/services/src/agent-access-requests/agent-access-requests.ts:31
↓ 6 callers
Function
createAgentAccessRequestSync
(input: CreateAgentAccessRequestInput)
packages/db/src/agent-access-requests.ts:30
↓ 6 callers
Function
createAgentForkInvitationForActorSync
(input: { workspaceId: string; sourceAgentName: string; targetUserId: string; actorUserId: string; o
packages/services/src/agent-forks/agent-forks.ts:61
↓ 6 callers
Function
createAttachmentStorageClient
(config = resolveAttachmentRuntimeConfig())
packages/services/src/attachments/storage.ts:64
↓ 6 callers
Function
createClaudeRuntimeFixture
(scriptLines: string[])
packages/daemon/src/provider-runtime.test.ts:1463
↓ 6 callers
Function
createTestWorkspace
(prefix: string)
packages/db/src/knowledge-proposals.test.ts:130
↓ 6 callers
Function
ensureHumanMemberSnapshot
( state: AgentSpaceState, displayName: string, role: WorkspaceRole, )
packages/services/src/contacts/contacts.ts:560
↓ 6 callers
Function
failExternalMessageOutboxSync
(input: { workspaceId?: string; outboxId: string; lastError: string; nextAttemptAt?: string; termina
packages/db/src/integrations/external-integrations.ts:1356
↓ 6 callers
Function
failQueuedTaskSync
(input: { taskId: string; errorText: string; sessionId?: string; workDir?: string; errorCode?: strin
packages/db/src/task-queue.ts:475
↓ 6 callers
Function
fetchImpl
(url: string | URL | Request, init?: RequestInit)
packages/services/src/integrations/providers/feishu/__tests__/health.test.ts:16
↓ 6 callers
Function
findExecutableOnPath
(command: string)
packages/daemon/src/agent-router/utils.ts:17
↓ 6 callers
Function
flattenPermissionTree
(tree: ReturnType<typeof getWorkspacePermissionCenterSync>["tree"])
packages/services/src/permissions/permissions.test.ts:661
↓ 6 callers
Function
formatFeishuApprovalResourceReference
(input: { providerResourceType: string; providerResourceToken: string; tableId?: string; })
packages/services/src/integrations/providers/feishu/approval.ts:844
↓ 6 callers
Function
formatNativeQueueStatus
(status: string)
apps/web/features/dashboard/data.ts:4460
↓ 6 callers
Function
formatTaskStatus
(status: TaskStatus)
apps/web/features/dashboard/data.ts:4428
↓ 6 callers
Function
getMonthStartIso
()
packages/db/src/budgets.ts:120
↓ 6 callers
Function
getRequiredValue
(formData: FormData, key: string)
apps/web/features/channels/actions.ts:1054
↓ 6 callers
Function
getRuntimeOutputChannelDocumentsPath
(workDir: string)
packages/daemon/src/runtime-output.ts:40
↓ 6 callers
Function
getStringFlag
(flags: Record<string, string | boolean>, key: string)
packages/daemon/src/agent-router/cli.ts:122
↓ 6 callers
Function
hasFeishuExternalGuestNoWorkspaceMemberEvidence
(metadata: Record<string, unknown>)
apps/cli/src/commands/integrations/feishu.ts:6758
↓ 6 callers
Function
hasNoFeishuAgentSpaceCommandRoute
(metadata: Record<string, unknown>)
apps/cli/src/commands/integrations/feishu.ts:7683
↓ 6 callers
Function
initializeGeneralChannelForDataPlaneTest
(workspaceId: string)
packages/services/src/integrations/providers/feishu/__tests__/data-plane-db.test.ts:78
↓ 6 callers
Function
isDirectChannel
(channel: Pick<ChannelRecord, "kind">)
packages/services/src/channels/channels.ts:19
↓ 6 callers
Function
isFeishuAgentBotMentioned
( payload: Record<string, unknown>, binding: FeishuAgentBotBinding, )
packages/services/src/integrations/providers/feishu/agent-bot-routing.ts:217
↓ 6 callers
Function
isFeishuBotSenderPayload
(input: { payload: Record<string, unknown>; externalSenderId?: string; binding?: FeishuAgentBotBinding;
packages/services/src/integrations/providers/feishu/agent-bot-routing.ts:148
↓ 6 callers
Function
isFeishuOpenApiSmokeStepNamed
(value: unknown, name: string)
apps/cli/src/commands/integrations/feishu.ts:8862
↓ 6 callers
Function
isFeishuUserDataOperationActor
( actor: FeishuBoundDataOperationActor | undefined, )
packages/services/src/integrations/providers/feishu/data-plane.ts:1473
↓ 6 callers
Function
isRecord
(value: unknown)
apps/cli/src/commands/output.ts:1227
↓ 6 callers
Function
isWorkspaceNavigationPerformanceEnabled
()
apps/web/features/dashboard/workspace-navigation-performance.ts:270
↓ 6 callers
Function
joinWorkspaceByCodeForUser
(input: { joinCode: string; userId: string; actorDisplayName: string; auditWorkspaceId?: string; })
apps/web/features/auth/workspace-join-codes.ts:16
↓ 6 callers
Function
listAgentGoogleWorkspaceDelegationsSync
( workspaceId = DEFAULT_WORKSPACE_ID, )
packages/db/src/agent-google-workspace-delegations.ts:153
↓ 6 callers
Function
listApprovalsSync
(workspaceId?: string)
packages/services/src/approvals/approvals.ts:17
↓ 6 callers
Function
listChannelAccessRequestsSync
( workspaceId: string, options?: ListChannelAccessRequestsOptions, )
packages/db/src/channel-access.ts:252
↓ 6 callers
Function
listChannelDocumentBlocks
(state: AgentSpaceState, documentId: string)
packages/services/src/documents/collab.ts:48
↓ 6 callers
Function
listGoogleOAuthCredentialsSync
( workspaceId = DEFAULT_WORKSPACE_ID, )
packages/db/src/google-oauth-credentials.ts:111
↓ 6 callers
Function
listRuntimeInstalledAppsSync
(options: { workspaceId?: string; runtimeId?: string; enabledOnly?: boolean; } = {})
packages/db/src/runtime-apps.ts:233
↓ 6 callers
Function
listStoredAgentKnowledgePageAssignmentsSync
( workspaceId = DEFAULT_WORKSPACE_ID, )
packages/db/src/knowledge-assignments.ts:86
↓ 6 callers
Function
markDaemonOfflineSync
(daemonKey: string, options?: { lastError?: string })
packages/db/src/daemons.ts:271
↓ 6 callers
Function
metadataString
(node: PermissionTreeNode, key: string)
apps/web/features/permissions/permissions-center-section.tsx:1146
↓ 6 callers
Function
neonRequest
(apiHost, apiKey, path, init = {})
apps/web/scripts/prepare-e2e-neon-branch.mjs:318
↓ 6 callers
Function
normalizeEmail
(email: string | undefined)
packages/db/src/user-auth.ts:517
↓ 6 callers
Function
normalizeFeishuOutboundError
( error: unknown, options: { attempts?: number; maxAttempts?: number } = {}, )
packages/services/src/integrations/providers/feishu/outbound.ts:1499
← previous
next →
501–600 of 5,266, ranked by callers