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
↓ 8 callers
Function
getSettingsPageData
(page: Awaited<ReturnType<typeof WorkspaceSettingsPage>>)
apps/web/app/w/[workspaceSlug]/settings/[[...settingsPath]]/page.test.tsx:102
↓ 8 callers
Function
hasFeishuSafeInboundMessageContext
(metadata: Record<string, unknown> | undefined)
apps/cli/src/commands/integrations/feishu.ts:6762
↓ 8 callers
Function
listAgentForkInvitationsSync
( workspaceId: string, options?: ListAgentForkInvitationsOptions, )
packages/db/src/agent-fork-invitations.ts:111
↓ 8 callers
Function
listDirectoryEntries
(dirPath: string)
packages/services/src/storage/storage-scan.ts:394
↓ 8 callers
Function
listKnowledgeProposalsSync
( workspaceId: string, options?: ListKnowledgeProposalsOptions, )
packages/db/src/knowledge-proposals.ts:130
↓ 8 callers
Function
listPendingExternalMessageOutboxSync
(options: { workspaceId?: string; integrationId?: string; now?: string; limit?: number; } = {})
packages/db/src/integrations/external-integrations.ts:1264
↓ 8 callers
Function
listRuntimeGrantsSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/db/src/runtime-grants.ts:79
↓ 8 callers
Function
listWorkspaceMembershipsSync
(workspaceId: string)
packages/db/src/workspace-memberships.ts:74
↓ 8 callers
Function
normalizeFeishuInboundMessage
(input: { context: IntegrationRuntimeContext; payload: Record<string, unknown>; })
packages/services/src/integrations/providers/feishu/normalize-message.ts:50
↓ 8 callers
Function
normalizeRequired
(value: string, fieldName: string)
packages/db/src/notifications.ts:366
↓ 8 callers
Function
normalizeRequired
(value: string, label: string)
packages/db/src/agent-fork-invitations.ts:291
↓ 8 callers
Function
normalizeSkillFilePath
(path: unknown)
packages/services/src/shared/helpers.ts:150
↓ 8 callers
Function
readFeishuI18nName
(value: unknown)
packages/services/src/integrations/providers/feishu/agent-bot-routing.ts:113
↓ 8 callers
Function
readMetadataString
(value: Record<string, unknown>, key: string)
apps/web/features/integrations/feishu/feishu-settings-data.ts:701
↓ 8 callers
Function
readRuntimeAppOperationSync
( operationId: string, workspaceId = DEFAULT_WORKSPACE_ID, )
packages/db/src/runtime-apps.ts:350
↓ 8 callers
Function
readTaskForWorkspace
(taskId: string, workspaceId: string)
apps/web/app/api/daemon/_lib/auth.ts:73
↓ 8 callers
Function
readUrlParameter
(value: string, key: string)
packages/services/src/integrations/providers/feishu/resource-resolver.ts:126
↓ 8 callers
Function
recordExternalIntegrationEventSync
(input: { workspaceId?: string; integrationId?: string; provider: ExternalIntegrationProvider; externa
packages/db/src/integrations/external-integrations.ts:1558
↓ 8 callers
Function
removeUndefinedProperties
(value: T)
apps/cli/src/commands/output.ts:1279
↓ 8 callers
Function
renderCacheProbe
(options?: { scope?: WorkspaceModuleCacheScope; workspaceId?: string; })
apps/web/features/dashboard/workspace-module-cache.test.tsx:43
↓ 8 callers
Function
resolveFeishuChatDescriptor
(payload: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/agent-bot-routing.ts:60
↓ 8 callers
Function
reviewApprovalSync
( approvalId: string, decision: "approved" | "rejected", comment?: string, workspaceId?: string, )
packages/services/src/approvals/approvals.ts:117
↓ 8 callers
Function
runGoogleWorkspaceCliJson
( args: string[], accessToken: string, options: GoogleWorkspaceCliRunOptions = {}, )
apps/web/features/integrations/google-workspace-cli.ts:146
↓ 8 callers
Function
sameValue
(left: string, right: string)
packages/services/src/documents/service.ts:307
↓ 8 callers
Function
seedProposalWorkspace
(label: string)
packages/services/src/knowledge-proposals/knowledge-proposals.test.ts:280
↓ 8 callers
Function
sha256Text
(value: string)
scripts/feishu/smoke.ts:2243
↓ 8 callers
Function
shellDoubleQuote
(value: string)
apps/web/features/agents/agents-page-client.tsx:1112
↓ 8 callers
Function
summarizeFeishuInboundEventPayload
(payload: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/event-summary.ts:13
↓ 8 callers
Function
translateAuthError
( message: string, tx: (zh: string, en: string) => string, )
apps/web/features/auth/auth-error-messages.ts:1
↓ 8 callers
Function
updateExternalSheetOperationRunSync
(input: { runId: string; status: ExternalSheetOperationRunStatus; rangeA1?: string; affectedRows?: num
packages/services/src/documents/sync.ts:243
↓ 8 callers
Function
updateFeishuBindingStatusAction
(input: { bindingId: string; bindingKind: "channel" | "resource" | "user"; status: ExternalBindingStatus
apps/web/features/integrations/feishu/feishu-actions.ts:1201
↓ 8 callers
Function
upsertWorkspaceSkillFileSync
(input: { skillId: string; fileId?: string; path: string; content: string; }, workspaceId?: string)
packages/services/src/skills/skills.ts:189
↓ 8 callers
Function
useFeedbackToast
()
apps/web/shared/ui/feedback-toast-provider.tsx:108
↓ 8 callers
Function
validateManifestFileReference
( workDir: string, value: unknown, label: string, errors: string[], options: { requireExists?: b
packages/daemon/src/runtime-output-manifests.ts:1947
↓ 8 callers
Function
validateNoSensitiveOutput
(value: string, label: string, errors: string[])
packages/daemon/src/runtime-output-manifests.ts:1910
↓ 7 callers
Function
GET
(request: Request)
apps/web/app/api/auth/google/callback/route.ts:12
↓ 7 callers
Function
GET
( request: Request, context: { params: Promise<{ workspaceId: string; moduleId: string }> }, )
apps/web/app/api/workspaces/[workspaceId]/modules/[moduleId]/route.ts:15
↓ 7 callers
Function
applySkillImportOperations
( workDir: string, context: { workspaceId: string; agentName?: string; }, )
packages/daemon/src/skill-imports.ts:119
↓ 7 callers
Function
asRecord
(value: unknown)
apps/cli/src/commands/integrations/feishu.ts:3381
↓ 7 callers
Function
assertWorkspaceManager
(workspaceId: string, actor: ChannelAccessActor)
packages/services/src/channel-access/channel-access.ts:587
↓ 7 callers
Function
bindAtlasRuntime
()
packages/services/src/messages/messages.test.ts:110
↓ 7 callers
Function
buildAgentActionPolicyAuditData
(input: AgentActionPolicyInput)
packages/services/src/policies/agent-actions.ts:167
↓ 7 callers
Function
buildFeishuCliAgentBotErrorReport
(error: unknown)
apps/cli/src/commands/integrations/feishu.ts:3713
↓ 7 callers
Function
buildFeishuDataOperationPolicyInput
(input: { request: ExternalDataOperationRequest; writeOperation: boolean; policyContext?: FeishuDataOper
packages/services/src/integrations/providers/feishu/operation-plan.ts:102
↓ 7 callers
Function
buildFeishuInteractiveCardOutboundMessage
(input: { targetExternalChatId: string; card: Record<string, unknown>; targetExternalThreadId?: string;
packages/services/src/integrations/providers/feishu/outbound.ts:149
↓ 7 callers
Function
buildLegacyAgentIdForEmployeeName
(employeeName: string)
packages/services/src/employees/employees.ts:74
↓ 7 callers
Function
buildPolicyBlockedMessageMapping
( integrationId: string, input: { externalMessageId: string; decision: "ignore" | "require_identit
apps/cli/src/commands/integrations.test.ts:10240
↓ 7 callers
Function
buildRemoteDaemonConfig
( flags: Record<string, string | boolean>, options?: { environment?: NodeJS.ProcessEnv; defaultStateDir?:
packages/daemon/src/remote-daemon.ts:201
↓ 7 callers
Function
buildSafeExternalReference
(kind: string, value: string | undefined)
packages/services/src/integrations/providers/feishu/event-summary.ts:89
↓ 7 callers
Function
buildTaskPrompt
( runtime: AgentRuntimeRecord, payload: ParsedTaskPayload, attachmentLines: string[], agentProfile?: A
packages/daemon/src/task-context.ts:475
↓ 7 callers
Method
completeTask
(taskId: string, body: CompleteTaskRequest)
packages/daemon/src/daemon-client.ts:124
↓ 7 callers
Function
createChannelDocumentFromAttachmentSync
(input: { channelName: string; attachmentId: string; title?: string; createdBy: string; createdByTyp
packages/services/src/documents/sync.ts:910
↓ 7 callers
Function
createDocumentPermissionRequestSync
(input: { workspaceId: string; documentId?: string; externalProvider?: DocumentPermissionRequestExternal
packages/services/src/document-permissions/document-permissions.ts:281
↓ 7 callers
Function
createFeishuResourceBindingAction
( input: CreateFeishuResourceBindingInput, )
apps/web/features/integrations/feishu/feishu-actions.ts:975
↓ 7 callers
Function
createFeishuResourceBindingForCli
( input: { workspaceId: string; integrationId: string; providerResourceType: string; resourc
apps/cli/src/commands/integrations/feishu.ts:2363
↓ 7 callers
Function
createKnowledgeProposalSync
(input: CreateKnowledgeProposalInput)
packages/db/src/knowledge-proposals.ts:45
↓ 7 callers
Function
createWorkspaceInvitationSync
(input: { workspaceId: string; email: string; role: WorkspaceRole; invitedBy: string; expiresAt?: st
packages/db/src/workspace-invitations.ts:13
↓ 7 callers
Function
createWorkspaceSkillRecord
(input: { name: string; description: string; content?: string; sourceType?: string; sourceUrl?: stri
packages/services/src/shared/normalizers.ts:225
↓ 7 callers
Function
escapeFeishuCardMarkdown
(value: string)
packages/services/src/integrations/providers/feishu/outbound.ts:1724
↓ 7 callers
Function
evaluateFeishuExternalGuestIdentityRequirement
(input: { policy: Pick<FeishuExternalParticipantPolicy, "requireIdentityFor">; action: FeishuExternalGuest
packages/services/src/integrations/providers/feishu/external-guests.ts:121
↓ 7 callers
Function
extractClaudeContentText
(value: unknown)
packages/daemon/src/provider-runtime.ts:1466
↓ 7 callers
Function
fetchFeishuTenantAccessToken
(input: { appId: string; appSecret: string; baseUrl?: string; fetchImpl?: typeof fetch; })
packages/services/src/integrations/providers/feishu/client.ts:150
↓ 7 callers
Function
firstValue
(...values)
apps/web/scripts/prepare-e2e-neon-branch.mjs:418
↓ 7 callers
Function
formatAbsoluteDateTime
(value: string)
apps/web/features/dashboard/data.ts:4456
↓ 7 callers
Function
getDaemonWorkspaceExecutionRootDir
( stateDir: string, workspaceId = DEFAULT_WORKSPACE_ID, )
packages/db/src/storage-paths.ts:38
↓ 7 callers
Function
getGoogleWorkspaceAccessTokenForUser
(input: { workspaceId: string; userId: string; })
apps/web/features/integrations/google-workspace.ts:242
↓ 7 callers
Function
getRuntimeOutputSkillImportsPath
(workDir: string)
packages/daemon/src/runtime-output.ts:44
↓ 7 callers
Function
grantDocumentAgentAccessSync
(input: { workspaceId: string; documentId: string; agentName: string; role: AgentAssignableDocumentAcc
packages/services/src/document-permissions/document-permissions.ts:79
↓ 7 callers
Function
groupByNormalizedKey
(items: T[], keyForItem: (item: T) => string)
packages/services/src/permissions/permissions.ts:2549
↓ 7 callers
Function
hasBooleanFlag
(flags: Record<string, string | boolean>, key: string)
apps/cli/src/commands/integrations/feishu.ts:10477
↓ 7 callers
Function
inspectOpenClawDaemonAuthHealth
(input: { workDir?: string; env?: NodeJS.ProcessEnv; homeDir?: string; profile?: string; model?: str
packages/daemon/src/openclaw-health.ts:61
↓ 7 callers
Function
isFeishuCardActionCallbackPayload
(value: Record<string, unknown>)
packages/services/src/integrations/providers/feishu/events.ts:49
↓ 7 callers
Function
isRootUser
()
packages/daemon/src/provider-runtime.ts:992
↓ 7 callers
Function
isRuntimeOutputArtifactsReference
(value: string)
packages/daemon/src/runtime-output-manifests.ts:2035
↓ 7 callers
Function
isSafeSmokeStepNamed
(value: unknown, name: string)
scripts/feishu/smoke.ts:2095
↓ 7 callers
Function
isWorkspaceManagerRole
(role: WorkspaceRole | undefined)
apps/web/features/dashboard/data.ts:2867
↓ 7 callers
Function
limitLoadtestDashboardPayload
(items: T[], limit: number)
apps/web/features/dashboard/data.ts:2855
↓ 7 callers
Function
listExternalChannelBindingsSync
(options: { workspaceId?: string; integrationId: string; status?: ExternalBindingStatus; })
packages/db/src/integrations/external-integrations.ts:653
↓ 7 callers
Function
listTaskExecutionEventsSync
( options: TaskExecutionEventListOptions = {}, )
packages/db/src/task-execution-events.ts:103
↓ 7 callers
Function
normalizeManifestRelativePath
(value: unknown)
packages/daemon/src/runtime-output-manifests.ts:1994
↓ 7 callers
Function
openSeededWorkspacePage
( page: Page, path: string, )
apps/web/e2e/helpers.ts:212
↓ 7 callers
Function
parseForkOptions
(json: string)
packages/services/src/agent-forks/agent-forks.ts:605
↓ 7 callers
Function
parseWorkspaceModuleHref
(href: string)
apps/web/features/dashboard/workspace-module-route.ts:129
↓ 7 callers
Function
parseWorkspacePathname
(pathname: string)
apps/web/features/auth/workspace-paths.ts:14
↓ 7 callers
Function
prepareSkillImportOperationArtifacts
(workDir: string)
packages/daemon/src/skill-imports.ts:69
↓ 7 callers
Function
pruneOrphanWorkspaceAttachmentsSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/services/src/attachments/attachments.ts:205
↓ 7 callers
Function
queueFeishuChannelReplyOutboxSync
(input: { workspaceId: string; channelName: string; agentId?: string; text: string; attachments?: Me
packages/services/src/integrations/providers/feishu/outbound.ts:480
↓ 7 callers
Function
readAllowedValue
( value: unknown, allowedValues: readonly T[], )
apps/web/features/integrations/feishu/feishu-settings-data.ts:828
↓ 7 callers
Function
readConversationExecutionWorkspaceState
( state: AgentSpaceState, input: { channelName: string; agentId: string; contactId?: string;
packages/services/src/shared/conversation-execution-workspaces.ts:31
↓ 7 callers
Function
readExternalIntegrationEventSync
(input: { workspaceId?: string; provider: ExternalIntegrationProvider; externalEventId: string; })
packages/db/src/integrations/external-integrations.ts:1615
↓ 7 callers
Function
readFeishuThreadBindingSync
( input: ReadFeishuThreadBindingInput, )
packages/services/src/integrations/providers/feishu/thread-bindings.ts:70
↓ 7 callers
Function
readManifestValue
(path: string, fallback: unknown)
packages/daemon/src/runtime-output-manifests.ts:2044
↓ 7 callers
Function
readStringAtPaths
(value: unknown, paths: string[][])
packages/daemon/src/agent-router/utils.ts:181
↓ 7 callers
Function
readStringFromRecord
(value: Record<string, unknown> | undefined, key: string)
apps/cli/src/commands/integrations/feishu.ts:3387
↓ 7 callers
Function
readWorkspaceStateSnapshotSync
(workspaceId = DEFAULT_WORKSPACE_ID)
packages/services/src/shared/state-io.ts:51
↓ 7 callers
Function
recordFeishuDataOperationFinishSync
(input: { workspaceId: string; runId: string; result: ExternalDataOperationResult; })
packages/services/src/integrations/providers/feishu/data-plane.ts:1825
↓ 7 callers
Function
recordRouterLifecycleEvent
( task: QueuedTaskRecord, event: { type: string; actorType: Parameters<typeof recordAgentRouterEve
packages/db/src/task-queue.ts:690
↓ 7 callers
Function
redactText
(value: string, redactions: HarnessLaunchPlan["redactions"])
packages/daemon/src/agent-router/utils.ts:89
↓ 7 callers
Method
reportMessages
(taskId: string, body: ReportTaskMessagesRequest)
packages/daemon/src/daemon-client.ts:105
↓ 7 callers
Function
requireEnvValue
(env: NodeJS.ProcessEnv, name: string)
packages/services/src/config/deployment.ts:114
← previous
next →
401–500 of 5,266, ranked by callers