MCPcopy Create free account

hub / github.com/HKUDS/AgentSpace / functions

Functions5,266 in github.com/HKUDS/AgentSpace

↓ 14 callersFunctiongetLocalDaemonStateDirPath
()
packages/db/src/storage-paths.ts:33
↓ 14 callersFunctionisFeishuCliPlaceholderValue
(value: string)
apps/cli/src/commands/integrations/feishu.ts:3594
↓ 14 callersFunctionlistStoredAgentSkillAssignmentsSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/skills.ts:86
↓ 14 callersFunctionlistWorkspaceNotificationsForRecipientSync
( options: ListWorkspaceNotificationsOptions, )
packages/db/src/notifications.ts:141
↓ 14 callersFunctionnormalizeWorkspaceState
(state: Partial<AgentSpaceState>)
packages/services/src/shared/normalizers.ts:63
↓ 14 callersFunctionresolvePostgresDatabaseUrl
(input?: PostgresConnectionInput)
packages/db/src/postgres-config.ts:8
↓ 14 callersFunctionresolveWorkDir
(flags: Record<string, string | boolean>)
apps/cli/src/commands/output.ts:982
↓ 14 callersFunctionrevalidateSettingsPaths
(workspaceSlug: string)
apps/web/features/settings/actions.ts:36
↓ 14 callersFunctionwriteEvidenceFixture
(evidence: ReturnType<typeof buildEvidenceFixture>)
scripts/feishu/smoke.test.ts:2152
↓ 13 callersFunctionWorkspaceSettingsPage
({ params, searchParams, }: { params: Promise<{ workspaceSlug: string; settingsPath?: string[] }>; sea
apps/web/app/w/[workspaceSlug]/settings/[[...settingsPath]]/page.tsx:20
↓ 13 callersFunctionasRecord
(value: unknown)
packages/services/src/integrations/providers/feishu/events.ts:224
↓ 13 callersFunctionassertDocumentChannelAccess
(workspaceId: string, currentUserDisplayName: string, documentId: string)
apps/web/features/channels/actions.ts:1135
↓ 13 callersFunctioncopyStringFlagAsParameter
( flags: Record<string, string | boolean>, parameters: Record<string, unknown>, flag: string, paramete
apps/cli/src/commands/integrations/feishu.ts:3340
↓ 13 callersFunctionextractText
(value: unknown)
packages/daemon/src/agent-router/utils.ts:209
↓ 13 callersFunctionhasFeishuSha256HashEvidence
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:6517
↓ 13 callersFunctionhasHelpFlag
(flags: Record<string, string | boolean>)
apps/cli/src/commands/integrations/feishu.ts:10482
↓ 13 callersFunctionparseWorkspaceModulePath
( pathname: string, searchParams?: WorkspaceModuleSearchParamsInput, )
apps/web/features/dashboard/workspace-module-route.ts:94
↓ 13 callersFunctionplanFeishuDataOperation
( request: ExternalDataOperationRequest, policyContext?: FeishuDataOperationPolicyContext, )
packages/services/src/integrations/providers/feishu/operation-plan.ts:37
↓ 13 callersFunctionreadExternalChannelBindingByExternalChatSync
(input: { workspaceId?: string; integrationId: string; externalChatId: string; })
packages/db/src/integrations/external-integrations.ts:599
↓ 13 callersFunctionreadNumber
(record: Record<string, unknown> | undefined, key: string)
packages/services/src/integrations/providers/feishu/agent-space-sync.ts:965
↓ 13 callersFunctionreadNumber
(value: Record<string, unknown> | undefined, key: string)
packages/services/src/integrations/providers/feishu/operation-plan.ts:1004
↓ 13 callersFunctionreadRecordParameter
(request: ExternalDataOperationRequest, key: string)
packages/services/src/integrations/providers/feishu/operation-plan.ts:932
↓ 13 callersFunctionreadString
(value: Record<string, unknown>, key: string)
packages/services/src/integrations/providers/feishu/data-plane.ts:1879
↓ 13 callersFunctionrequireFeishuIntegrationSettingsItem
(input: { workspaceId: string; integrationId: string; appUrl?: string; viewer?: { role: WorkspaceR
apps/web/features/integrations/feishu/feishu-actions.ts:1307
↓ 13 callersFunctionresolveFeishuResourceDescriptorForType
( providerResourceType: string, value: string, )
packages/services/src/integrations/providers/feishu/resource-resolver.ts:23
↓ 13 callersFunctionresolveModelId
(runtime: ProviderRuntimeRecord)
packages/daemon/src/provider-runtime.ts:829
↓ 13 callersFunctionrunSmokeCheckEnv
(path: string, extraArgs: string[] = [])
scripts/feishu/smoke.test.ts:2009
↓ 13 callersFunctionrunToastAction
(input: { action: () => Promise<ActionToastResult<T>>; onSuccess?: (data: T, result: ActionToastResult<T>)
apps/web/shared/lib/toast-action.ts:59
↓ 13 callersFunctionrunVerifyEvidence
(path: string)
scripts/feishu/smoke.test.ts:1972
↓ 13 callersFunctionupsertConversationExecutionWorkspaceState
( state: AgentSpaceState, input: { channelName: string; agentId: string; contactId?: string;
packages/services/src/shared/conversation-execution-workspaces.ts:72
↓ 13 callersFunctionupsertExternalResourceBindingSync
(input: { workspaceId?: string; integrationId: string; providerResourceType: ExternalResourceBindingProv
packages/db/src/integrations/external-integrations.ts:696
↓ 13 callersFunctionuseDialogSurface
(onClose: () => void)
apps/web/shared/lib/use-dialog-surface.ts:15
↓ 13 callersFunctionwithGovernanceContextFields
( operation: T, fields: Record<string, unknown>, )
apps/cli/src/commands/integrations.test.ts:10888
↓ 13 callersFunctionwriteConversationExecutionWorkspaceStateSync
( input: Parameters<typeof upsertConversationExecutionWorkspaceState>[1], workspaceId?: string, stateArg
packages/services/src/shared/conversation-execution-workspaces.ts:122
↓ 12 callersFunctionassertChannelAccess
( workspaceContext: Awaited<ReturnType<typeof requireCurrentWorkspaceContext>>, channelName?: string, )
apps/web/features/channels/actions.ts:1113
↓ 12 callersFunctionassertNoFeishuPlaceholderBindingValue
(value: string | undefined, errorCode: string)
apps/web/features/integrations/feishu/feishu-actions.ts:719
↓ 12 callersFunctionassertNoFeishuPlaceholderSetupValue
(value: string | undefined)
apps/web/features/integrations/feishu/feishu-actions.ts:710
↓ 12 callersFunctionbuildFeishuSmokePlanReport
(input: BuildFeishuSmokePlanReportInput)
apps/cli/src/commands/integrations/feishu.ts:5147
↓ 12 callersFunctionbuildOpenClawError
( code: OpenClawProviderErrorCode, category: OpenClawProviderErrorCategory, message: string, rawProvid
packages/daemon/src/openclaw-health.ts:283
↓ 12 callersFunctionbuildPayload
(input: { senderType?: string; messageSenderType?: string; mentionedBot?: boolean; mentions?: Record<s
packages/services/src/integrations/providers/feishu/__tests__/agent-bot-routing.test.ts:143
↓ 12 callersFunctionclearTaskOutputArtifacts
(workDir: string)
packages/daemon/src/bundle.ts:7
↓ 12 callersMethodclose
()
packages/db/src/database.ts:411
↓ 12 callersFunctioncreateTaskSync
(input: { title: string; channel: string; assignee: string; priority: TaskRecord["priority"]; reques
packages/services/src/tasks/tasks.ts:26
↓ 12 callersFunctiongetSettingsSectionPath
(section: SettingsSectionId)
apps/web/features/settings/settings-sections.ts:65
↓ 12 callersFunctionimportWorkspaceSkillFromUrl
(input: { workspaceId?: string; url: string; conflict?: SkillImportConflict; })
packages/services/src/skills/import.ts:73
↓ 12 callersFunctionlistFeishuIntegrationSettingsItems
(input: { workspaceId: string; appUrl?: string; viewer?: { role: WorkspaceRole; userId: string;
apps/web/features/integrations/feishu/feishu-settings-data.ts:60
↓ 12 callersFunctionmatchesWorkspaceInvalidation
( entry: WorkspaceModuleCacheEntry, event: WorkspaceInvalidationEvent, )
apps/web/features/dashboard/workspace-invalidation.ts:34
↓ 12 callersFunctionnormalizeOptionalString
(value: unknown)
packages/services/src/documents/model.ts:426
↓ 12 callersFunctionnormalizeRequired
(value: string, label: string)
packages/services/src/agent-forks/agent-forks.ts:663
↓ 12 callersFunctionreadDocumentPermissionRequestSync
(requestId: string)
packages/db/src/document-agent-access.ts:402
↓ 12 callersFunctionreadFeishuSafeChatReference
(metadataJson: string)
apps/cli/src/commands/integrations/feishu.ts:9400
↓ 12 callersFunctionreadNumber
(value: unknown)
scripts/feishu/smoke.ts:2221
↓ 12 callersFunctionreadRecord
(value: unknown)
packages/services/src/integrations/providers/feishu/approval.ts:1152
↓ 12 callersFunctionreadServerEnvValue
(name: string)
apps/web/features/auth/server-env.ts:3
↓ 12 callersFunctionreadString
(value: unknown)
packages/services/src/integrations/providers/feishu/lark-cli.ts:645
↓ 12 callersFunctionreadString
(value: unknown)
packages/services/src/integrations/core/fake-adapter.ts:215
↓ 12 callersFunctionreadWorkspaceStateRecordSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/workspace-state.ts:45
↓ 12 callersFunctionrecordExternalSheetOperationRunSync
(input: { channelDocumentId: string; externalFileId?: string; actorType: ExternalSheetOperationRun["acto
packages/services/src/documents/sync.ts:162
↓ 12 callersFunctionrecordQueueLifecycleEvent
( task: QueuedTaskRecord, event: { type: Parameters<typeof recordTaskExecutionEventSync>[0]["type"];
packages/db/src/task-queue.ts:662
↓ 12 callersFunctionrunFeishuDataOperationForCli
( input: { workspaceId: string; integrationId: string; operation: string; providerResourceTy
apps/cli/src/commands/integrations/feishu.ts:2590
↓ 11 callersFunctionassertNoPlaceholder
(value: string | undefined, fieldName: string)
packages/services/src/integrations/providers/feishu/agent-bot-bindings.ts:543
↓ 11 callersFunctionbuildEntry
( moduleId: WorkspaceModuleCacheEntry["metadata"]["moduleId"], metadata?: Partial<WorkspaceModuleCacheEntr
apps/web/features/dashboard/workspace-invalidation.test.ts:91
↓ 11 callersFunctionbuildFeishuCliBindingErrorReport
(error: unknown)
apps/cli/src/commands/integrations/feishu.ts:3880
↓ 11 callersFunctionbuildFeishuExternalIdReference
(input: { kind: "chat" | "user" | "union" | "email" | "thread"; value?: string; })
apps/web/features/integrations/feishu/feishu-resource-labels.ts:8
↓ 11 callersFunctionbuildFeishuWriteOperationRequest
( request: ExternalDataOperationRequest, )
packages/services/src/integrations/providers/feishu/operation-plan.ts:313
↓ 11 callersFunctioncanAccessSettingsSection
(role: WorkspaceRole, section: SettingsSectionId)
apps/web/features/settings/settings-sections.ts:56
↓ 11 callersFunctioncreateExternalGoogleSheetChannelDocumentSync
(input: { channelName: string; title: string; externalFileId: string; externalUrl: string; externalR
packages/services/src/documents/sync.ts:411
↓ 11 callersFunctioncreateOpaqueId
()
packages/services/src/shared/helpers.ts:7
↓ 11 callersFunctionexpectNoFeishuSecretLeak
(value: unknown)
apps/web/features/integrations/feishu/feishu-actions.test.ts:1574
↓ 11 callersFunctionformatDocumentTime
(value: string)
apps/web/features/channels/channel-documents-panel.tsx:1009
↓ 11 callersFunctiongetDataDirPath
()
packages/db/src/database.ts:455
↓ 11 callersFunctionhasFreshFeishuEvidenceTimestamp
(...values: readonly unknown[])
apps/cli/src/commands/integrations/feishu.ts:9157
↓ 11 callersFunctionlistExternalMessageOutboxSync
(options: { workspaceId?: string; integrationId?: string; status?: ExternalMessageOutboxStatus; limit?
packages/db/src/integrations/external-integrations.ts:1293
↓ 11 callersFunctionliveStep
( name: string, request?: { method: string; path: string; queryKeys?: string[]; bodyKeys?:
scripts/feishu/smoke.test.ts:2293
↓ 11 callersFunctionopenApiLiveStep
( name: string, request?: { method: string; path: string; queryKeys?: string[]; bodyKeys?:
apps/cli/src/commands/integrations.test.ts:10528
↓ 11 callersFunctionoptionalString
(value: unknown)
packages/db/src/knowledge-proposals.ts:345
↓ 11 callersFunctionpostNotificationChannelMessageSync
(input: { workspaceId: string; channelName: string; summary: string; code: string; data?: Record<str
packages/services/src/notifications/notifications.ts:69
↓ 11 callersFunctionpushWorkspaceMessageIfChannel
( state: AgentSpaceState, channel: string | undefined, input: { speaker: string; speakerUserId?:
packages/services/src/shared/messaging.ts:138
↓ 11 callersFunctionreadActiveAgentGoogleWorkspaceDelegationSync
(input: { workspaceId?: string; employeeName: string; })
packages/db/src/agent-google-workspace-delegations.ts:124
↓ 11 callersFunctionreadGoogleApiErrorMessage
(response: Response, fallback: string)
apps/web/features/integrations/google-workspace.ts:974
↓ 11 callersFunctionreadMetadataString
(metadata: Record<string, unknown> | undefined, key: string)
packages/services/src/approvals/approvals.ts:331
↓ 11 callersFunctionreadStoredEmployeeSync
(employeeName: string, workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/workspace-employees.ts:31
↓ 11 callersFunctionreadStringParameterValue
(value: unknown)
packages/services/src/integrations/providers/feishu/data-plane.ts:1777
↓ 11 callersFunctionreadStringValue
(value: unknown)
packages/services/src/integrations/providers/feishu/data-plane.ts:1884
↓ 11 callersFunctionrecordFeishuDataOperationDeniedSync
(input: { context: IntegrationRuntimeContext; request: ExternalDataOperationRequest; resourceBindingId?:
packages/services/src/integrations/providers/feishu/data-plane.ts:1781
↓ 11 callersMethodrefresh
()
apps/web/features/dashboard/workspace-module-refresh.ts:6
↓ 11 callersFunctionrenderSkillsPage
()
apps/web/features/skills/skills-page-client.test.tsx:197
↓ 11 callersFunctionrequireStringFlag
(flags: Record<string, string | boolean>, key: string)
apps/cli/src/commands/integrations/feishu.ts:3433
↓ 11 callersFunctionrunSmokeLiveWithEnvFile
(path: string, extraArgs: string[] = [])
scripts/feishu/smoke.test.ts:2035
↓ 11 callersFunctionsetKnowledgePageAssignmentModeSync
( pageId: string, assignmentMode: KnowledgeAssignmentMode, actor = "system", workspaceId?: string, )
packages/services/src/knowledge/assignments.ts:92
↓ 11 callersFunctionupsertChannelDocumentPresenceSync
(input: { documentId: string; actorId: string; actorType: "human" | "agent"; status: "viewing" | "edit
packages/services/src/documents/sync.ts:107
↓ 11 callersFunctionvalidateFeishuAgentSpaceResourceAccessForDataOperation
(input: { context: IntegrationRuntimeContext; request: ExternalDataOperationRequest; binding: ExternalRe
packages/services/src/integrations/providers/feishu/data-plane.ts:610
↓ 11 callersFunctionwriteCommandResult
(format: OutputFormat, value: unknown, message: string)
apps/cli/src/commands/output.ts:1112
↓ 10 callersFunctionGET
(request: NextRequest)
apps/web/app/api/search/route.ts:17
↓ 10 callersFunctionaddBundlePathReference
( workDir: string, value: unknown, files: Map<string, string>, options: { allowDirectory: boolean;
packages/daemon/src/runtime-output-manifests.ts:1749
↓ 10 callersFunctionasRecord
(value: unknown)
apps/web/features/integrations/feishu/feishu-settings-data.ts:977
↓ 10 callersFunctionbuildAgentSpaceSettingsIntegrationsDeepLink
(input: { workspaceId: string; target?: "channel-bindings" | "user-bindings"; })
packages/services/src/integrations/providers/feishu/links.ts:16
↓ 10 callersFunctionbuildApprovalCardActionEvent
( integrationId: string, externalEventId: string, status: "received" | "processed" | "ignored" | "failed
apps/cli/src/commands/integrations.test.ts:10810
↓ 10 callersFunctionbuildThreadCollaborationCardOutboxItem
( integrationId: string, options: { agentId?: string; botBindingId?: string; collaboratingAgen
apps/cli/src/commands/integrations.test.ts:10718
↓ 10 callersFunctioncanUseWorkspaceClientModule
(moduleId: WorkspaceModuleId | null)
apps/web/features/dashboard/workspace-workbench-flags.ts:35
← previousnext →201–300 of 5,266, ranked by callers