MCPcopy Create free account

hub / github.com/aws-samples/remote-swe-agents / functions

Functions518 in github.com/aws-samples/remote-swe-agents

↓ 2 callersFunctiongetIssueDescription
(issueNumber: number)
packages/github-actions/src/lib/comments.ts:54
↓ 2 callersFunctiongetSessionIdFromSlack
(channelId: string, threadTs: string, isThreadRoot: boolean)
packages/slack-bolt-app/src/util/session-map.ts:39
↓ 2 callersFunctiongetSessionStatus
()
packages/webapp/src/app/sessions/[workerId]/component/SessionPageClient.tsx:189
↓ 2 callersFunctiongetSfnArn
()
packages/agent-core/src/tools/event-trigger/index.ts:43
↓ 2 callersFunctiongetSfnRoleArn
()
packages/agent-core/src/tools/event-trigger/index.ts:44
↓ 2 callersFunctiongetUnreadMap
(userId: string)
packages/agent-core/src/lib/unread.ts:204
↓ 2 callersFunctiongetVapidPublicKey
()
packages/agent-core/src/lib/push-notification.ts:35
↓ 2 callersMethodgrantManage
(grantee: iam.IGrantable)
cdk/lib/constructs/worker/event-trigger/index.ts:197
↓ 2 callersFunctionhandleCommentEvent
(context: ActionContext, payload: WebhookPayload)
packages/github-actions/src/handlers/comment.ts:11
↓ 2 callersFunctionisCollaborator
(user: string, repository: string)
packages/github-actions/src/lib/permission.ts:4
↓ 2 callersFunctionisMsg
(toolName: string | undefined)
packages/webapp/src/app/sessions/[workerId]/page.tsx:38
↓ 2 callersFunctionlistEventTriggers
(workerId: string)
packages/agent-core/src/lib/event-triggers.ts:96
↓ 2 callersFunctionmain
(workerId: string)
packages/worker/src/entry.ts:141
↓ 2 callersFunctionmakeIdempotent
( func: (key: string) => Promise<T>, option?: { config?: IdempotencyConfig } )
packages/slack-bolt-app/src/util/idempotency.ts:19
↓ 2 callersFunctionmakeResourceName
(workerId: string, triggerName: string)
packages/agent-core/src/lib/event-triggers.ts:64
↓ 2 callersFunctionmiddleOutFiltering
(items: MessageItem[], maxInputToken = MAX_INPUT_TOKEN)
packages/agent-core/src/lib/messages.ts:241
↓ 2 callersFunctionparseRelativeTimeToMs
(expr: string)
packages/agent-core/src/lib/event-triggers.ts:30
↓ 2 callersFunctionpauseKillTimer
()
packages/worker/src/common/kill-timer.ts:54
↓ 2 callersFunctionpendingFilePath
(workerId: string)
packages/agent-core/src/tools/confirm-send-to-user/index.ts:10
↓ 2 callersFunctionprocessMessageForLinks
(message: string)
packages/agent-core/src/lib/slack.ts:40
↓ 2 callersFunctionreadCommonPrompt
()
packages/agent-core/src/lib/prompt.ts:73
↓ 2 callersFunctionrefreshSession
(workerId: string)
packages/worker/src/common/refresh-session.ts:6
↓ 2 callersFunctionrenderAgentMessage
(props: { message: string; senderSessionId: string })
packages/agent-core/src/lib/prompt.ts:33
↓ 2 callersFunctionresolveVapidKey
(envKey: string, paramNameEnvKey: string)
packages/agent-core/src/lib/push-notification.ts:12
↓ 2 callersFunctionrestartKillTimer
(workerId: string, token: string)
packages/worker/src/common/kill-timer.ts:65
↓ 2 callersFunctionsaveImageToLocalFs
(imageBuffer: Uint8Array)
packages/agent-core/src/lib/messages.ts:365
↓ 2 callersFunctionsaveTodoList
(todoList: TodoList, workerId: string)
packages/agent-core/src/lib/todo.ts:22
↓ 2 callersFunctionsendEvent
(channelPath: string, payload: any)
packages/agent-core/src/lib/events.ts:11
↓ 2 callersFunctionsendMessageToSession
( sessionId: string, message: string, context: any, config: RemoteSweApiConfig )
packages/github-actions/src/lib/remote-swe-api.ts:46
↓ 2 callersFunctionsendMessageToUser
(workerId: string, message: string)
packages/agent-core/src/tools/report-progress/index.ts:17
↓ 2 callersFunctionsetKillTimer
(workerId: string)
packages/worker/src/common/kill-timer.ts:32
↓ 2 callersFunctionsetSlackDestination
(channelId: string, threadTs: string)
packages/agent-core/src/lib/slack.ts:9
↓ 2 callersFunctionshouldTriggerForAssignee
(context: ActionContext, assignees: string[])
packages/github-actions/src/lib/trigger.ts:7
↓ 2 callersFunctionstopWorkerInstance
(workerId: string, runtimeType: RuntimeType = 'ec2')
packages/agent-core/src/lib/worker-manager.ts:220
↓ 2 callersFunctiontryAppendRepositoryKnowledge
()
packages/worker/src/agent/index.ts:145
↓ 2 callersFunctionupdateCustomAgent
( sk: string, updates: Omit<CustomAgent, 'PK' | 'SK' | 'createdAt' | 'updatedAt'> )
packages/agent-core/src/lib/custom-agent.ts:79
↓ 2 callersFunctionupdateUrl
(year: number, month: number)
packages/webapp/src/app/cost/components/DateSelector.tsx:37
↓ 2 callersFunctionvalidateMcpConfig
(mcpConfig: string)
packages/agent-core/src/lib/custom-agent.ts:7
↓ 2 callersFunctionvalidateTriggerLimit
(workerId: string)
packages/agent-core/src/lib/event-triggers.ts:348
↓ 2 callersFunctionwriteMetadata
(tag: string, data: object, workerId: string = process.env.WORKER_ID!)
packages/agent-core/src/lib/metadata.ts:10
↓ 1 callersFunctionApproveUsers
(userIdList: string[], channelId: string)
packages/slack-bolt-app/src/util/auth.ts:35
↓ 1 callersMethod_startOnMessageReceived
()
packages/worker/src/entry.ts:74
↓ 1 callersMethod_startResume
()
packages/worker/src/entry.ts:90
↓ 1 callersFunctionaddEyesReactionToComment
(commentId: number)
packages/github-actions/src/lib/comments.ts:72
↓ 1 callersFunctionaddIssueCommentHandler
(input: z.infer<typeof addIssueCommentSchema>, context: { workerId: string })
packages/agent-core/src/tools/github-comments/index.ts:152
↓ 1 callersFunctionaddIssueReference
(description: string, issueId: number)
packages/agent-core/src/tools/create-pr/index.ts:73
↓ 1 callersMethodaddSchedule
(jobType: string, schedule: ScheduleExpression, payload?: any)
cdk/lib/constructs/async-job.ts:62
↓ 1 callersFunctionaddSpacesToUrls
* Adds trailing spaces to URLs in the message * * @param message The message content to process * @returns The message with spaces added after URLs
packages/webapp/src/lib/message-formatter.ts:28
↓ 1 callersMethodaddUserPoolProvider
(userPool: IUserPool)
cdk/lib/constructs/worker/bus.ts:41
↓ 1 callersFunctionagentLoop
(workerId: string, cancellationToken: CancellationToken)
packages/worker/src/agent/index.ts:68
↓ 1 callersFunctionbedrockConverse
( workerId: string, modelTypes: ModelType[], input: Omit<ConverseCommandInput, 'modelId'>, maxTokensEx
packages/agent-core/src/lib/converse.ts:49
↓ 1 callersFunctioncalculateTotalSessionCost
* Calculate total cost from token usage records in DynamoDB
packages/agent-core/src/lib/cost.ts:30
↓ 1 callersMethodcallTool
(toolName: string, input: any)
packages/worker/src/agent/mcp/mcp-client.ts:79
↓ 1 callersMethodcancel
* @param callback The callback function that is executed when each session is cancelled.
packages/worker/src/common/cancellation-token.ts:21
↓ 1 callersFunctioncategorizeError
(error: unknown)
packages/worker/src/agent/index.ts:706
↓ 1 callersFunctionchangeLocale
(newLocale: string)
packages/webapp/src/components/Header.tsx:158
↓ 1 callersFunctioncheck
()
packages/webapp/src/components/PushNotificationBanner.tsx:28
↓ 1 callersFunctioncheckExistingPR
(workerId: string)
packages/agent-core/src/tools/create-pr/index.ts:42
↓ 1 callersFunctioncheckPush
()
packages/webapp/src/components/NotificationCenter.tsx:41
↓ 1 callersFunctioncheckTableExists
(tableName: string)
packages/worker/scripts/setup-dynamodb-local.ts:83
↓ 1 callersFunctionchooseModelAndRegion
(modelType: ModelType)
packages/agent-core/src/lib/converse.ts:245
↓ 1 callersMethodcleanup
()
packages/worker/src/agent/mcp/mcp-client.ts:98
↓ 1 callersFunctioncloseMcpServers
()
packages/worker/src/agent/mcp/index.ts:52
↓ 1 callersFunctioncollect
(parentId: string)
packages/agent-core/src/lib/sessions.ts:142
↓ 1 callersMethodcompleteCancel
* The function that cancelled task must call after it completed stopping its task.
packages/worker/src/common/cancellation-token.ts:12
↓ 1 callersFunctioncopyMessageToClipboard
(content: string)
packages/webapp/src/app/sessions/[workerId]/component/MessageItem.tsx:32
↓ 1 callersFunctioncountEventTriggers
(workerId: string)
packages/agent-core/src/lib/event-triggers.ts:109
↓ 1 callersFunctioncreateApiKey
(description?: string, ownerId?: string)
packages/agent-core/src/lib/api-key.ts:12
↓ 1 callersFunctioncreateEventPatternTrigger
(params: CreateEventPatternTriggerParams)
packages/agent-core/src/lib/event-triggers.ts:189
↓ 1 callersFunctioncreateScheduleTrigger
(params: CreateScheduleTriggerParams)
packages/agent-core/src/lib/event-triggers.ts:132
↓ 1 callersFunctioncreateTable
()
packages/worker/scripts/setup-dynamodb-local.ts:93
↓ 1 callersFunctioncreateWorkerInstance
( workerId: string, launchTemplateId: string, workerAmiParameterName: string, subnetId: string )
packages/agent-core/src/lib/worker-manager.ts:111
↓ 1 callersFunctiondeleteAllEventTriggers
(workerId: string)
packages/agent-core/src/lib/event-triggers.ts:330
↓ 1 callersFunctiondeleteApiKey
(apiKey: string)
packages/agent-core/src/lib/api-key.ts:81
↓ 1 callersFunctiondeleteEventTrigger
(workerId: string, triggerId: string)
packages/agent-core/src/lib/event-triggers.ts:272
↓ 1 callersFunctiondeleteUnreadByWorkerId
(workerId: string)
packages/agent-core/src/lib/unread.ts:218
↓ 1 callersFunctionensureFilesDirectory
()
packages/agent-core/src/lib/messages.ts:357
↓ 1 callersFunctionensureImagesDirectory
()
packages/agent-core/src/lib/messages.ts:349
↓ 1 callersFunctionensureMermaidInitialized
(theme: string)
packages/webapp/src/app/sessions/[workerId]/component/MermaidDiagram.tsx:8
↓ 1 callersFunctionexpandDescendants
(id: string)
packages/webapp/src/app/sessions/[workerId]/component/SessionSidebar.tsx:235
↓ 1 callersFunctionfetchWorkerAmiId
(workerAmiParameterName: string)
packages/agent-core/src/lib/worker-manager.ts:95
↓ 1 callersFunctionfindMdFiles
(dir: string)
packages/worker/src/agent/lib/knowledge.ts:24
↓ 1 callersFunctionfindRepositoryKnowledge
(repoDirectory: string)
packages/worker/src/agent/lib/knowledge.ts:54
↓ 1 callersFunctionfindRunningWorkerInstance
(workerId: string)
packages/agent-core/src/lib/worker-manager.ts:48
↓ 1 callersFunctionfindStoppedWorkerInstance
(workerId: string)
packages/agent-core/src/lib/worker-manager.ts:44
↓ 1 callersMethodforceStop
(callback?: () => Promise<any>)
packages/worker/src/entry.ts:68
↓ 1 callersFunctionformatCommentsAsThreads
( comments: Awaited<ReturnType<Octokit['pulls']['listReviewComments']>>['data'] )
packages/agent-core/src/tools/github-comments/index.ts:42
↓ 1 callersFunctionformatThread
(comment: ReviewCommentWithReplies, depth: number = 0)
packages/agent-core/src/tools/github-comments/index.ts:78
↓ 1 callersFunctionformatUtcNow
()
packages/agent-core/src/tools/event-trigger/index.ts:62
↓ 1 callersMethodfromCommand
(command: string, args: string[], env?: Record<string, string>)
packages/worker/src/agent/mcp/mcp-client.ts:25
↓ 1 callersMethodfromUrl
(url: string)
packages/worker/src/agent/mcp/mcp-client.ts:36
↓ 1 callersFunctiongetAdminUserIds
()
packages/slack-bolt-app/src/util/auth.ts:6
↓ 1 callersFunctiongetAttachedImageKey
(workerId: string, toolUseId: string, filePath: string)
packages/agent-core/src/lib/images.ts:3
↓ 1 callersFunctiongetBrainColor
(budget: number)
packages/webapp/src/app/sessions/[workerId]/component/MessageGroup.tsx:40
↓ 1 callersFunctiongetContentTypeFromExtension
(filePath: string)
packages/agent-core/src/tools/send-file/index.ts:17
↓ 1 callersFunctiongetContext
()
packages/github-actions/src/index.ts:9
↓ 1 callersFunctiongetConversationHistory
(workerId: string)
packages/slack-bolt-app/src/util/history.ts:41
↓ 1 callersFunctiongetCredentials
(account: string)
packages/agent-core/src/lib/converse.ts:266
↓ 1 callersFunctiongetDefaultKnowledgePrompt
()
packages/worker/src/agent/lib/default-agent.ts:68
↓ 1 callersFunctiongetDescendantSessions
(parentWorkerId: string)
packages/agent-core/src/lib/sessions.ts:139
← previousnext →101–200 of 518, ranked by callers