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
↓ 26 callers
Function
listWorkspaceSkillsSync
(workspaceId?: string)
packages/services/src/skills/skills.ts:39
↓ 26 callers
Function
readExternalMessageMappingByExternalMessageSync
(input: { workspaceId?: string; integrationId: string; externalMessageId: string; })
packages/db/src/integrations/external-integrations.ts:925
↓ 26 callers
Function
upsertExternalChannelBindingSync
(input: { workspaceId?: string; integrationId: string; channelName: string; externalChatId: string;
packages/db/src/integrations/external-integrations.ts:516
↓ 25 callers
Function
canReadChannelForActorSync
(input: { workspaceId: string; channelName?: string | null; actor: ChannelAccessActor; })
packages/services/src/channel-access/channel-access.ts:54
↓ 25 callers
Function
createOpaqueId
()
packages/services/src/documents/runs.ts:294
↓ 25 callers
Function
initializeOrganizationSync
(input: { organizationName: string; ownerName: string; ownerRole: string; firstChannelName?: string; }
packages/services/src/workspace/workspace.ts:30
↓ 25 callers
Function
readEnv
(name: string)
scripts/feishu/smoke.ts:1180
↓ 24 callers
Function
buildWorkspaceContext
( role: "owner" | "admin" | "member", options: { workspaceId?: string; workspaceSlug?: string } = {}, )
apps/web/features/channels/actions.test.ts:712
↓ 24 callers
Function
createNotificationSync
(input: CreateWorkspaceNotificationInput)
packages/services/src/notifications/notifications.ts:26
↓ 24 callers
Function
normalizeKey
(value: string)
packages/services/src/permissions/permissions.ts:2642
↓ 24 callers
Function
sameText
(left: string, right: string)
apps/web/features/dashboard/data.ts:4900
↓ 23 callers
Function
asRecord
(value: unknown)
packages/services/src/integrations/providers/feishu/operation-plan.ts:988
↓ 23 callers
Function
countRows
(db: PostgresSyncDatabase, tableName: string)
packages/db/src/database.ts:491
↓ 23 callers
Function
createWorkspaceSkillSync
(input: { name: string; description?: string; content?: string; sourceType?: string; sourceUrl?: str
packages/services/src/skills/skills.ts:68
↓ 23 callers
Function
revalidateChannelRoutes
(workspaceSlug: string)
apps/web/features/channels/actions.ts:1089
↓ 22 callers
Function
formatDaemonProviderLabel
(provider: string)
packages/domain/src/daemon-provider.ts:27
↓ 22 callers
Function
isRecord
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:9126
↓ 22 callers
Function
memberLabel
(member: Pick<PermissionCatalogMember, "displayName" | "primaryEmail">)
packages/services/src/permissions/permissions.ts:2646
↓ 22 callers
Function
readWorkspaceMembershipSync
( workspaceId: string, userId: string, )
packages/db/src/workspace-memberships.ts:48
↓ 21 callers
Function
asString
(value: unknown)
packages/services/src/integrations/providers/feishu/outbound.ts:1796
↓ 21 callers
Function
listWorkspaceMemberUsersSync
(workspaceId: string)
packages/db/src/user-auth.ts:377
↓ 21 callers
Function
readQueuedTaskSync
(taskId: string)
packages/db/src/task-queue.ts:210
↓ 21 callers
Function
readStringField
(source: Record<string, unknown> | undefined, key: string)
packages/services/src/integrations/providers/feishu/runtime-output.ts:680
↓ 21 callers
Function
requireNonEmpty
(value: string | undefined, errorCode: string)
apps/cli/src/commands/integrations/feishu.ts:3539
↓ 21 callers
Function
runAction
(work: () => Promise<ActionToastResult<T>>, onDone?: (data: T) => void)
apps/web/features/agents/agents-page-client.tsx:247
↓ 21 callers
Function
sendChannelHumanMessageSync
( channelName: string, speaker: string, summary: string, attachments?: MessageAttachment[], replyToM
packages/services/src/messages/messages.ts:248
↓ 21 callers
Function
sumFeishuEvidenceCounts
( items: readonly FeishuIntegrationEvidence[], select: (item: FeishuIntegrationEvidence) => number, )
apps/cli/src/commands/integrations/feishu.ts:9405
↓ 21 callers
Function
validateFeishuResourceBindingForDataOperation
(input: { context: IntegrationRuntimeContext; request: ExternalDataOperationRequest; binding?: ExternalR
packages/services/src/integrations/providers/feishu/data-plane.ts:719
↓ 21 callers
Function
writeWorkspaceStateRecordSync
( state: AgentSpaceState, workspaceId = DEFAULT_WORKSPACE_ID, options?: WorkspaceStateWriteOptions, )
packages/db/src/workspace-state.ts:58
↓ 20 callers
Function
asString
(value: unknown)
apps/web/features/integrations/feishu/feishu-settings-data.ts:983
↓ 20 callers
Function
buildChannelBinding
(integrationId: string, overrides: Record<string, unknown> = {})
apps/cli/src/commands/integrations.test.ts:10570
↓ 20 callers
Function
buildThreadBinding
( integrationId: string, options: { id?: string; agentId?: string; botBindingId?: string;
apps/cli/src/commands/integrations.test.ts:10316
↓ 20 callers
Function
escapeRegExp
(value: string)
apps/web/e2e/workspace-navigation.spec.ts:227
↓ 20 callers
Function
formatSessionTimestamp
(value: string)
apps/web/features/settings/settings-utils.ts:21
↓ 20 callers
Function
optionalText
(value: string | undefined)
packages/services/src/integrations/providers/feishu/agent-bot-bindings.ts:539
↓ 20 callers
Function
readExternalIntegrationSync
(input: { workspaceId?: string; integrationId: string; })
packages/db/src/integrations/external-integrations.ts:114
↓ 20 callers
Function
tailText
(value: string | undefined, limit = STDERR_TAIL_LIMIT)
packages/daemon/src/agent-router/utils.ts:99
↓ 19 callers
Function
buildIntegration
(overrides: Record<string, unknown> = {})
apps/web/features/integrations/feishu/feishu-actions.test.ts:1617
↓ 19 callers
Function
listExternalIntegrationsSync
(options: { workspaceId?: string; provider?: ExternalIntegrationProvider; agentId?: string; scope?: "a
packages/db/src/integrations/external-integrations.ts:127
↓ 19 callers
Function
persistWorkspaceAttachmentFromBytesSync
(input: { workspaceId?: string; contentBytes: Uint8Array; fileName: string; mediaType?: string; })
packages/services/src/attachments/attachments.ts:50
↓ 19 callers
Function
runPermissionAction
(input: { startTransition: TransitionStartFunction; setFeedback: (value: string | null) => void; tx: Set
apps/web/features/permissions/permissions-center-section.tsx:1129
↓ 19 callers
Function
uniqueStrings
(values: readonly string[])
apps/cli/src/commands/integrations/feishu.ts:10462
↓ 18 callers
Function
addChannelEmployeesSync
(input: { channelName: string; employeeNames: string[]; }, workspaceId?: string)
packages/services/src/channels/channels.ts:344
↓ 18 callers
Function
createKnowledgePageSync
(input: { title: string; parentId?: string | null; contentMarkdown?: string; tags?: string[]; create
packages/services/src/knowledge/knowledge.ts:22
↓ 18 callers
Method
emit
(event: AgentRouterEvent)
packages/daemon/src/agent-router/types.ts:133
↓ 18 callers
Function
formatFeishuCliYesNo
(value: boolean)
apps/cli/src/commands/integrations/feishu.ts:4658
↓ 18 callers
Function
getWorkspacePageContext
( workspaceSlug: string, options: { allowChannelScope?: boolean } = {}, )
apps/web/app/w/[workspaceSlug]/_lib/workspace-page-context.ts:7
↓ 18 callers
Function
listDaemonSnapshotsSync
(workspaceId?: string)
packages/db/src/daemons.ts:370
↓ 18 callers
Function
loadWorkspaceModuleDataWithMeta
( moduleId: TModuleId, workspaceId: string, viewer?: WorkspaceModuleViewer, options: WorkspaceModuleLo
apps/web/features/dashboard/workspace-module-loaders.ts:142
↓ 18 callers
Function
normalizeJsonInput
(value: JsonInput, fallback: string)
packages/db/src/integrations/external-integrations.ts:2386
↓ 18 callers
Function
normalizeOptional
(value: string | undefined)
packages/daemon/src/document-runtime-output.ts:736
↓ 18 callers
Function
normalizeWorkspaceModuleQuery
( moduleId: WorkspaceModuleId | null, input?: WorkspaceModuleSearchParamsInput, )
apps/web/features/dashboard/workspace-module-route.ts:155
↓ 18 callers
Function
readAgentRuntimeSync
(runtimeId: string)
packages/db/src/daemons.ts:317
↓ 18 callers
Function
readPublicAppUrl
()
apps/web/features/auth/public-app-url.ts:3
↓ 18 callers
Function
readString
(value: unknown)
packages/services/src/integrations/providers/feishu/websocket-worker.ts:574
↓ 18 callers
Function
uniqueNames
(values: string[])
packages/services/src/shared/helpers.ts:11
↓ 17 callers
Function
POST
(request: NextRequest)
apps/web/app/api/integrations/feishu/events/route.ts:32
↓ 17 callers
Function
buildBotAddedPayloadEvidenceFixture
()
apps/cli/src/commands/integrations.test.ts:10482
↓ 17 callers
Function
buildFeishuDataOperationPayloadHash
(request: ExternalDataOperationRequest)
packages/services/src/integrations/providers/feishu/operation-plan.ts:368
↓ 17 callers
Function
buildFeishuIntegration
( overrides: Partial<NonNullable<ComponentProps<typeof SettingsPageClient>["feishuIntegrations"]>[number]> =
apps/web/features/settings/settings-page-client.test.tsx:1966
↓ 17 callers
Function
buildRequest
( url: string, payload: Record<string, unknown>, headers: Record<string, string> = {}, )
apps/web/app/api/integrations/feishu/events/route.test.ts:903
↓ 17 callers
Function
buildUserBinding
(integrationId: string)
apps/cli/src/commands/integrations.test.ts:10586
↓ 17 callers
Function
countHumanMessages
()
packages/services/src/integrations/providers/feishu/__tests__/inbound.test.ts:2296
↓ 17 callers
Function
createDefaultWorkspaceState
()
packages/domain/src/workspace.ts:651
↓ 17 callers
Function
createFeishuAgentBotBindingSync
( input: CreateFeishuAgentBotBindingInput, )
packages/services/src/integrations/providers/feishu/agent-bot-bindings.ts:101
↓ 17 callers
Function
finishIgnored
(input: { context: IntegrationRuntimeContext; event: ExternalIntegrationEventRecord; message: ExternalMe
packages/services/src/integrations/providers/feishu/inbound.ts:1451
↓ 17 callers
Function
parseJsonManifestQuiet
(path: string)
packages/daemon/src/runtime-output-manifests.ts:2070
↓ 17 callers
Function
pushIssue
(issue: StorageScanIssue)
packages/services/src/storage/storage-scan.ts:65
↓ 17 callers
Function
readOptionalString
(value: unknown)
packages/db/src/runtime-apps.ts:924
↓ 17 callers
Function
readString
(value: unknown)
packages/services/src/clihub/catalog.ts:188
↓ 17 callers
Function
requireDaemonAuth
(request: Request)
apps/web/app/api/daemon/_lib/auth.ts:18
↓ 17 callers
Function
resetWorkspace
()
packages/services/src/documents/sync.test.ts:48
↓ 17 callers
Function
revalidateWorkspaceRoutes
(workspaceSlug: string)
apps/web/features/agents/actions.ts:672
↓ 17 callers
Function
withSecondActiveFeishuAgentBotEvidence
( input: ReturnType<typeof buildCompleteFeishuEvidenceInput>, options: { integrationId?: string; d
apps/cli/src/commands/integrations.test.ts:9860
↓ 17 callers
Function
writeExecutable
(binDir: string, name: string, contents: string)
packages/daemon/src/install-remote-daemon-script.test.ts:514
↓ 16 callers
Function
buildFeishuReadinessReport
(input: BuildFeishuReadinessReportInput)
apps/cli/src/commands/integrations/feishu.ts:4124
↓ 16 callers
Function
createExternalMessageMappingSync
(input: { workspaceId?: string; integrationId: string; channelBindingId?: string; direction: ExternalM
packages/db/src/integrations/external-integrations.ts:854
↓ 16 callers
Function
jsonResponse
(body: unknown)
packages/services/src/skills/import.test.ts:381
↓ 16 callers
Function
postMessageSync
(input: { channel: string; speaker: string; role: "human" | "agent"; summary: string; code?: string;
packages/services/src/messages/messages.ts:177
↓ 16 callers
Function
readChannelDocumentSync
(documentId: string, workspaceId?: string)
packages/services/src/documents/sync.ts:88
↓ 16 callers
Function
readStringMetadata
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:6917
↓ 16 callers
Function
setEmployeeSkillIdsSync
(employeeName: string, skillIds: string[], workspaceId?: string)
packages/services/src/employees/employees.ts:313
↓ 15 callers
Function
GET
( request: Request, context: { params: Promise<{ attachmentId: string }> }, )
apps/web/app/api/attachments/[attachmentId]/route.ts:25
↓ 15 callers
Function
buildAgentRuntimeDocReadRun
(integrationId: string)
apps/cli/src/commands/integrations.test.ts:10835
↓ 15 callers
Function
buildResourceBinding
( input: Partial<ExternalResourceBindingRecord> & Pick<ExternalResourceBindingRecord, "providerResourceType"
packages/services/src/integrations/providers/feishu/__tests__/data-plane.test.ts:2168
↓ 15 callers
Function
createExternalMessageOutboxSync
(input: { workspaceId?: string; integrationId: string; channelBindingId?: string; targetExternalChatId
packages/db/src/integrations/external-integrations.ts:1194
↓ 15 callers
Function
createFeishuInboundMapping
(input: { context: IntegrationRuntimeContext; message: ExternalMessageEnvelope; channelBindingId?: strin
packages/services/src/integrations/providers/feishu/inbound.ts:1568
↓ 15 callers
Function
listStoredWorkspaceSkillsSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/skills.ts:13
↓ 15 callers
Method
postJson
(path: string, body: unknown, options?: { retryable?: boolean })
packages/daemon/src/daemon-client.ts:146
↓ 15 callers
Function
printFeishuIntegrationHelp
()
apps/cli/src/commands/integrations/feishu.ts:10503
↓ 15 callers
Function
readChannelDocument
( state: AgentSpaceState, documentId: string, )
packages/services/src/documents/service.ts:40
↓ 15 callers
Function
readExternalDataOperationRunSync
(input: { workspaceId?: string; runId: string; })
packages/db/src/integrations/external-integrations.ts:1511
↓ 15 callers
Function
readNumber
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:9130
↓ 15 callers
Function
readProviderTaskFailureMetadata
(error: unknown)
packages/daemon/src/provider-runtime.ts:2056
↓ 15 callers
Function
valueAsString
(value: unknown)
apps/web/features/permissions/permissions-center-section.tsx:1155
↓ 15 callers
Function
withProcessGetuid
(uid: number, run: () => T | Promise<T>)
packages/daemon/src/provider-runtime.test.ts:1487
↓ 14 callers
Function
assertCanManageEmployeeForActorSync
(input: { workspaceId?: string; employeeName: string; actorUserId?: string; })
packages/services/src/runtime-access/runtime-access.ts:235
↓ 14 callers
Function
buildEvidenceFixture
()
scripts/feishu/smoke.test.ts:2172
↓ 14 callers
Function
buildIdentityBindingNoticeOutboxItem
(integrationId: string, status: "failed" | "pending" | "sent" = "sent")
apps/cli/src/commands/integrations.test.ts:10694
↓ 14 callers
Function
getChannelsPageData
( currentUserDisplayName?: string, workspaceId = DEFAULT_WORKSPACE_ID, currentUserId?: string, current
apps/web/features/dashboard/data.ts:2043
← previous
next →
101–200 of 5,266, ranked by callers