Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/777genius/agent-teams-ai
/ functions
Functions
15,610 in github.com/777genius/agent-teams-ai
⨍
Functions
15,610
◇
Types & classes
3,659
↓ 11 callers
Method
isAvailable
()
src/main/services/team/TeamFsWorkerClient.ts:154
↓ 11 callers
Method
isDisplayableEntry
* Checks if a JSONL entry would create a displayable chunk. * Mirrors the logic in ChunkBuilder.categorizeMessage() and isParsed*Message() guards.
src/main/services/discovery/SessionContentFilter.ts:159
↓ 11 callers
Function
isGitInternalPath
(filePath: string)
src/main/utils/pathValidation.ts:429
↓ 11 callers
Function
isManagedOpenCodeServeProcessDetails
(details: string)
src/main/services/team/opencode/bridge/OpenCodeManagedHostProcessCleanup.ts:209
↓ 11 callers
Function
isNullableString
(value: unknown)
src/main/services/team/opencode/bridge/OpenCodeBridgeCommandContract.ts:1158
↓ 11 callers
Function
isTaskChangeSummaryCacheable
( taskOrBucket: TaskChangeStateLike | TaskChangeStateBucket )
src/shared/utils/taskChangeState.ts:34
↓ 11 callers
Function
isTeamProvisioningActive
( state: Pick<TeamSlice, 'currentProvisioningRunIdByTeam' | 'provisioningRuns'>, teamName: string )
src/renderer/store/slices/teamSlice.ts:1285
↓ 11 callers
Function
isTeamTaskBlockedByUnfinishedDependency
( task: TeamTaskBlockerLike, taskStateById: ReadonlyMap<string, TeamTaskStateLike> )
src/shared/utils/teamTaskState.ts:180
↓ 11 callers
Method
isTrackingCurrent
(teamName: string, expectedVersion: number)
src/main/services/team/TeamLogSourceTracker.ts:327
↓ 11 callers
Function
killTeamProcess
* Kill a team CLI process using SIGKILL (uncatchable). * * Newer Claude CLI versions (≥2.1.x) handle SIGTERM gracefully and run cleanup * that dele
src/main/services/team/TeamProvisioningService.ts:599
↓ 11 callers
Function
lastSeparatorIndex
(filePath: string)
src/shared/utils/platformPath.ts:134
↓ 11 callers
Method
listTaskInventory
(filters?: Record<string, unknown>)
mcp-server/src/agent-teams-controller.d.ts:26
↓ 11 callers
Function
makeConfig
(overrides: Partial<TeamConfig> = {})
test/main/services/team/CrossTeamService.test.ts:43
↓ 11 callers
Function
makeEvidence
( overrides: Partial<TeamRuntimeMemberLaunchEvidence> = {} )
test/main/services/team/TeamProvisioningOpenCodeRuntimeEvidencePolicy.test.ts:67
↓ 11 callers
Function
makeMessage
( overrides: Partial<InboxMessage> & Pick<InboxMessage, 'from' | 'text' | 'timestamp'> )
test/renderer/utils/mergeTeamMessages.test.ts:7
↓ 11 callers
Function
makeTask
(overrides: Partial<TeamTaskWithKanban> = {})
test/renderer/components/team/taskLogs/TaskLogsPanel.test.ts:144
↓ 11 callers
Method
markInboxMessagesRead
( teamName: string, member: string, messages: { messageId: string }[] )
src/main/services/team/TeamProvisioningService.ts:25752
↓ 11 callers
Function
markTeamEngaged
(teamName: string, nowMs: number = Date.now())
src/main/services/infrastructure/teamWatchScope.ts:74
↓ 11 callers
Function
masterAgentTeamsMcpCheckbox
(host: HTMLElement)
src/renderer/components/team/members/MembersEditorSection.test.tsx:182
↓ 11 callers
Function
matchesObservedMemberNameForExpected
( observedName: string, expectedName: string )
src/main/services/team/provisioning/TeamProvisioningMemberIdentity.ts:17
↓ 11 callers
Function
normalizeCopyString
(value: unknown)
src/renderer/components/team/teamCopyData.ts:31
↓ 11 callers
Function
normalizeExplicitTeamModelForUi
( providerId: SupportedProviderId | undefined, model: string | undefined )
src/renderer/utils/teamModelAvailability.ts:803
↓ 11 callers
Function
normalizeOpenCodeSessionStatus
(raw: unknown)
src/main/services/team/opencode/events/OpenCodeEventNormalizer.ts:119
↓ 11 callers
Method
parseBoundaries
Парсинг JSONL файла для обнаружения границ задач
src/main/services/team/TaskBoundaryParser.ts:65
↓ 11 callers
Function
parseNumericSuffixName
(name: string)
src/shared/utils/teamMemberName.ts:1
↓ 11 callers
Function
patch
(id: string, overrides: string[])
test/features/workspace-trust/core/WorkspaceTrustArgPatchApplier.test.ts:20
↓ 11 callers
Function
processGlobalTaskNotifications
(params: ProcessGlobalTaskNotificationsParams)
src/renderer/store/team/teamGlobalTaskNotifications.ts:58
↓ 11 callers
Method
readPersistedRuntimeMembers
(teamName: string)
src/main/services/team/TeamProvisioningService.ts:33153
↓ 11 callers
Method
reconcileScan
(args: { teamName: string; evaluations: TaskStallEvaluation[]; activeTaskIds: string[]; scopeT
src/main/services/team/stallMonitor/TeamTaskStallJournal.ts:46
↓ 11 callers
Method
recordAgentRuntimeResourceSample
(params: { teamName: string; memberName: string; timestamp: string; cpuPercent?: number; r
src/main/services/team/TeamProvisioningService.ts:27403
↓ 11 callers
Method
releaseStops
()
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:19979
↓ 11 callers
Function
resolveUiOwnedProviderBackendId
( providerId: TeamProviderId | CliProviderStatus['providerId'] | undefined, provider: Pick<CliProviderStat
src/renderer/utils/providerBackendIdentity.ts:27
↓ 11 callers
Function
responseForRequests
( requests: TeamTaskChangeSummaryRequest[] )
src/renderer/components/team/__tests__/useTeamChangesSummaries.test.tsx:135
↓ 11 callers
Function
restoreEnv
(name: string, previous: string | undefined)
test/main/services/team/AnthropicLaunchSelection.live.test.ts:380
↓ 11 callers
Method
runOnce
()
src/features/member-work-sync/main/infrastructure/MemberWorkSyncNudgeDispatchScheduler.ts:48
↓ 11 callers
Function
runtimeProviderCommandOptions
( options: T, projectPath: string | null )
src/features/runtime-provider-management/main/infrastructure/AgentTeamsRuntimeProviderManagementCliClient.ts:915
↓ 11 callers
Function
runtimeSnapshot
(capabilitySnapshotId: string)
test/main/services/team/OpenCodeTeamRuntimeAdapter.test.ts:1968
↓ 11 callers
Function
sanitizeDisplayContent
(content: string)
src/shared/utils/contentSanitizer.ts:108
↓ 11 callers
Function
sanitizeMcpServerName
(displayName: string)
src/shared/utils/extensionNormalizers.ts:307
↓ 11 callers
Method
scheduleOpenCodePromptLedgerFollowUp
(input: { ledger: OpenCodePromptDeliveryLedgerStore; ledgerRecord: OpenCodePromptDeliveryLedgerRecord;
src/main/services/team/TeamProvisioningService.ts:7196
↓ 11 callers
Method
searchInFiles
* Search for a literal string across project files. * * @param projectRoot - Validated project root path * @param options - Search options (q
src/main/services/editor/FileSearchService.ts:206
↓ 11 callers
Method
sendMessageToRun
( run: ProvisioningRun, message: string, attachments?: { data: string; mimeType: string; filename?
src/main/services/team/TeamProvisioningService.ts:23678
↓ 11 callers
Function
serializeChipsWithText
(text: string, chips: InlineChip[])
src/renderer/types/inlineChip.ts:100
↓ 11 callers
Function
setPathEnv
(env: NodeJS.ProcessEnv, key: string, value: string)
src/main/services/runtime/agentChildProcessPreflight.ts:43
↓ 11 callers
Method
setRuntimeTurnSettledEnvironmentProvider
( provider: | ((input: { provider: RuntimeTurnSettledProvider; }) => Promise<Recor
src/main/services/team/TeamProvisioningService.ts:4018
↓ 11 callers
Method
setTaskStatus
(taskId: string, status: string, actor?: string)
mcp-server/src/agent-teams-controller.d.ts:29
↓ 11 callers
Method
start
(options: { binaryPath: string; env: NodeJS.ProcessEnv; mode?: CodexChatgptLoginMode; })
src/features/codex-account/main/infrastructure/CodexLoginSessionManager.ts:62
↓ 11 callers
Method
startTask
(taskId: string, actor?: string)
mcp-server/src/agent-teams-controller.d.ts:30
↓ 11 callers
Function
stripEncodedTaskReferenceMetadata
(text: string)
src/renderer/utils/taskReferenceUtils.ts:372
↓ 11 callers
Function
stripTrailingSeparators
(filePath: string)
src/shared/utils/platformPath.ts:50
↓ 11 callers
Function
summarizeTeamRefreshFanout
(teamName?: string)
src/renderer/store/teamRefreshFanoutDiagnostics.ts:196
↓ 11 callers
Function
unsubscribe
(normalizedKey: string)
src/renderer/hooks/useBranchSync.ts:37
↓ 11 callers
Method
updateExisting
( id: string, updater: (record: OpenCodePromptDeliveryLedgerRecord) => OpenCodePromptDeliveryLedgerRec
src/main/services/team/opencode/delivery/OpenCodePromptDeliveryLedger.ts:753
↓ 11 callers
Function
validateFileName
(name: string)
src/main/utils/pathValidation.ts:376
↓ 11 callers
Function
waitUntil
( predicate: () => Promise<boolean>, timeoutMs: number, pollMs = 500 )
test/main/services/team/openCodeLiveTestHarness.ts:253
↓ 11 callers
Function
workspace
(cwd = '/tmp/project')
test/features/workspace-trust/core/ClaudePtyWorkspaceTrustStrategy.test.ts:93
↓ 11 callers
Function
writeToolUse
( toolUseId: string, filePath: string, content: string, timestamp = '2026-03-01T10:00:00.000Z' )
test/main/services/team/TaskChangeComputer.test.ts:39
↓ 11 callers
Function
yieldToEventLoop
()
src/main/utils/asyncYield.ts:1
↓ 10 callers
Method
appendPendingReport
(request: MemberWorkSyncReportRequest, reason: string)
src/features/member-work-sync/core/application/ports.ts:152
↓ 10 callers
Function
applyOpenCodeRuntimeBinaryEnv
( env: NodeJS.ProcessEnv, discoveredBinaryPath: string | null | undefined )
src/main/services/runtime/openCodeRuntimeBinaryEnv.ts:32
↓ 10 callers
Function
approvalEntry
(overrides: Partial<RuntimeToolApprovalEntry> = {})
test/main/services/team/RuntimeToolApprovalCoordinator.test.ts:27
↓ 10 callers
Method
attachLiveRosterMember
( teamName: string, memberName: string, options?: { reason?: LiveRosterAttachReason } )
src/main/services/team/TeamProvisioningService.ts:16170
↓ 10 callers
Method
begin
(batch: RuntimeStoreWriteBatch)
src/main/services/team/opencode/store/RuntimeStoreManifest.ts:388
↓ 10 callers
Method
buildAggregatePendingLaunchMessage
( prefix: string, run: ProvisioningRun, launchSummary: { confirmedCount: number; pendi
src/main/services/team/TeamProvisioningService.ts:28416
↓ 10 callers
Function
buildModelFailureLine
( providerId: TeamProviderId, modelId: string, kind: 'unavailable' | 'check failed', reason: string |
src/renderer/components/team/dialogs/providerPrepareDiagnostics.ts:509
↓ 10 callers
Function
buildProgressLogsTail
( lines: readonly string[], maxLines: number = PROGRESS_LOG_TAIL_LINES )
src/main/services/team/progressPayload.ts:120
↓ 10 callers
Function
buildProviderPrepareModelChecksSignature
( modelChecksByProvider: SelectedModelChecksByProvider )
src/renderer/components/team/dialogs/providerPrepareRequestSignature.ts:71
↓ 10 callers
Function
buildTeamChangeRequestPlan
( tasks: TeamTaskWithKanban[], unknownScanCursor: number, forceFresh: boolean, options: TeamChangeRequ
src/renderer/components/team/teamChangesRequestPlan.ts:90
↓ 10 callers
Function
buildTeamGraphDefaultLayoutSeed
( members: readonly TeamGraphDefaultLayoutMemberInput[], configMembers: readonly TeamGraphDefaultLayoutMem
src/shared/utils/teamGraphDefaultLayout.ts:178
↓ 10 callers
Function
captureTeamLocalStateEpoch
(teamName: string)
src/renderer/store/team/teamLocalStateEpoch.ts:3
↓ 10 callers
Function
captureTeamRequestScope
(get: () => AppState, teamName: string)
src/renderer/store/slices/teamSlice.ts:470
↓ 10 callers
Function
checkAborted
()
src/renderer/hooks/useTabNavigationController.ts:182
↓ 10 callers
Function
choosePreferredLaunchSnapshot
( bootstrapSnapshot: T | null, launchSnapshot: T | null )
src/main/services/team/TeamBootstrapStateReader.ts:875
↓ 10 callers
Function
clamp
(value: number, min: number, max: number)
src/renderer/components/splash/splashScene.ts:975
↓ 10 callers
Function
classifyIdleNotificationForMainProcess
( text: string )
src/main/services/team/idleNotificationMainProcessSemantics.ts:15
↓ 10 callers
Function
clickButton
(label: string)
test/renderer/features/terminal-workspace/TerminalWorkspacePanel.fixture-e2e.test.tsx:1966
↓ 10 callers
Function
commandArgEquals
( command: string, argName: string, expected: string | undefined )
src/main/services/team/TeamRuntimeLivenessResolver.ts:163
↓ 10 callers
Function
createAnthropicProvider
( overrides?: Partial<CliProviderStatus['connection']> & { authenticated?: boolean; authMethod?: str
test/renderer/components/runtime/ProviderRuntimeSettingsDialog.test.ts:335
↓ 10 callers
Function
createCodexSnapshot
( overrides: Partial<CodexAccountSnapshotDto> = {} )
test/main/services/runtime/ProviderConnectionService.test.ts:83
↓ 10 callers
Function
createDefaultTabUIState
* Creates a default/empty TabUIState.
src/renderer/store/slices/tabUISlice.ts:50
↓ 10 callers
Function
createIpcWrapper
(logPrefix: string)
src/main/ipc/ipcWrapper.ts:13
↓ 10 callers
Method
createOpenCodePromptDeliveryLedger
(teamName: string, laneId: string)
src/main/services/team/TeamProvisioningService.ts:13019
↓ 10 callers
Function
createPassingStages
( overrides: Partial<RunGauntletResult['stages']> = {} )
test/main/services/team/OpenCodeSemanticModelGauntlet.live.test.ts:2088
↓ 10 callers
Function
createProject
( projectsDir: string, encodedName: string, cwd: string, sessionCount = 1 )
test/main/services/discovery/ProjectScanner.scanDedup.safe-e2e.test.ts:39
↓ 10 callers
Function
createRecord
(overrides: Partial<BoardTaskActivityRecord> = {})
test/main/services/team/stallMonitor/TeamTaskStallPolicy.test.ts:41
↓ 10 callers
Function
createService
( overrides: { leaseAcquireTimeoutMs?: number; leaseAcquireRetryDelayMs?: number; } = {}
test/main/services/team/OpenCodeStateChangingBridgeCommandService.test.ts:566
↓ 10 callers
Function
createSessionManagerHarness
(loginResponse: CodexAppServerLoginAccountResponse)
src/features/codex-account/main/infrastructure/__tests__/CodexLoginSessionManager.test.ts:11
↓ 10 callers
Function
createSnapshot
()
test/features/codex-account/renderer/useCodexAccountSnapshot.test.ts:31
↓ 10 callers
Function
createStubbedServiceHarness
()
test/main/services/team/TeamMemberRuntimeAdvisoryService.test.ts:63
↓ 10 callers
Function
createTeamReconcileDrainScheduler
(options: { run: (teamName: string, trigger: TeamReconcileTrigger) => Promise<void>; runTimeoutMs?: number
src/main/services/team/TeamReconcileDrainScheduler.ts:60
↓ 10 callers
Function
createTempJsonl
(entries: Record<string, unknown>[])
test/main/services/team/TeamDataService.test.ts:173
↓ 10 callers
Function
createWritableStdin
(writes: string[])
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:20534
↓ 10 callers
Function
decideOpenCodePromptDeliveryRepair
( input: OpenCodePromptDeliveryRepairInput )
src/main/services/team/opencode/delivery/OpenCodePromptDeliveryRepairPolicy.ts:251
↓ 10 callers
Method
drainPending
(limit: number = 50)
src/features/member-work-sync/core/application/RuntimeTurnSettledIngestor.ts:60
↓ 10 callers
Function
expectDirectChildKillCount
(actual: number, expected: number)
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:20481
↓ 10 callers
Function
expectProcessKillCount
( killedPids: readonly number[], pid: number, expected: number )
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:20507
↓ 10 callers
Function
findButton
(host: HTMLElement, label: string)
test/renderer/components/sidebar/GlobalTaskList.test.ts:178
↓ 10 callers
Method
findLogsForTask
* Returns session logs that reference the given task (TaskCreate, TaskUpdate, comments, etc.). * When the task is in_progress and has an owner, als
src/main/services/team/TeamMemberLogsFinder.ts:409
↓ 10 callers
Function
flushReact
()
src/renderer/components/team/UnreadCommentsBadge.test.tsx:20
↓ 10 callers
Method
flushSessionMetadataIndexForTesting
()
src/main/services/discovery/ProjectScanner.ts:1768
← previous
next →
1,101–1,200 of 15,610, ranked by callers