MCPcopy Create free account

hub / github.com/Autonoma-AI/autonoma / functions

Functions5,167 in github.com/Autonoma-AI/autonoma

↓ 7 callersFunctionsimpleCostFunction
({ inputCostPerM, outputCostPerM }: SimplePricing)
packages/ai/src/registry/costs.ts:10
↓ 7 callersFunctionsnapshotDocument
(document: Record<string, unknown>)
apps/ui/src/routes/_blacklight/onboarding/-components/previewkit/topology-draft.ts:885
↓ 7 callersFunctionsummarizeSessionCost
(costCollector: CostCollector)
packages/diffs/src/ai/session-cost.ts:23
↓ 7 callersFunctiontoRunVerdict
(modelVerdict: VerdictForModel)
packages/investigation/src/classify/verdict-schema.ts:53
↓ 7 callersFunctiontoSlug
(name: string)
packages/utils/src/slug.ts:9
↓ 7 callersMethodup
* Run an Environment Factory "up" against the preview's SDK endpoint and * return the seeded credentials / cookies. In-memory only - nothing is
apps/api/src/routes/deployments/previewkit-env-factory.service.ts:168
↓ 7 callersFunctionuseEditSession
(branchId: string)
apps/ui/src/lib/query/snapshot-edit.queries.ts:53
↓ 7 callersFunctionuseMainBranch
()
apps/ui/src/routes/_blacklight/_app-shell/app.$appSlug/-use-main-branch.ts:4
↓ 7 callersFunctionvalidInput
(overrides: { description?: string; coverageJustification?: string } = {})
packages/diffs/test/create-test-tool.test.ts:9
↓ 7 callersFunctionvalidateHealingCase
(testCase: HealingCase)
apps/workers/diffs/evals/healing/healing-evaluation.ts:19
↓ 7 callersFunctionvalidateScenarioIsConcrete
(content: string)
apps/cli/src/agents/03-scenario-recipe/scenario-table.ts:60
↓ 7 callersFunctionwriteCaseResult
( caseDir: string, metadata: Record<string, unknown>, data: Record<string, unknown>, )
apps/engine-web/evals/shared/eval-utils.ts:78
↓ 7 callersFunctionwritePermanent
(message: string)
apps/cli/src/core/display.ts:99
↓ 6 callersMethodasRawTx
(tx: TxClient)
packages/billing/src/credits.service.ts:988
↓ 6 callersFunctionattachNativeDialogHandler
(page: Page, observer: DialogObserver)
apps/engine-web/src/platform/native-dialog-handler.ts:32
↓ 6 callersFunctionbuildBashTool
(workingDirectory: string, allowedCommands?: Set<string>)
apps/cli/src/tools/bash.ts:45
↓ 6 callersFunctionbuildClassifierTools
(deps: ClassifierDeps)
packages/investigation/src/classify/tools.ts:287
↓ 6 callersFunctionbuildCodebaseTools
( model: LanguageModel, projectRoot: string, outputDir: string, onHeartbeat?: () => void,
apps/cli/src/tools/index.ts:11
↓ 6 callersFunctionbuildConflict
( slug: string, target: AssignmentRef | undefined, modifyingSources: ClassifierSource[], extra
packages/diffs/src/merge-classification.ts:205
↓ 6 callersFunctioncallTool
(toolInstance: AgentTool<unknown, unknown>, input: unknown)
packages/ai/tests/agent-tool.test.ts:73
↓ 6 callersFunctioncategorizeInfraFailure
(message: string)
packages/workflow/src/scenario-setup-failure.ts:86
↓ 6 callersMethodcheckCreditsGate
( organizationId: string, runCount: number, architecture: ApplicationArchitecture,
packages/billing/src/types.ts:83
↓ 6 callersMethodcompleteGithub
()
apps/api/src/routes/onboarding/states/github-state.ts:6
↓ 6 callersFunctioncomputeFinalOutcomes
( config: PreviewConfig, appBuilds: Record<string, PreviewBuildOutcome>, deployOutcomes: Record<st
apps/previewkit/src/pipeline/outcomes.ts:34
↓ 6 callersFunctionconfigWithDeps
* Build a deploy-resolved previewkit config carrying the given multirepo dep * SHAs. Stored verbatim as `resolvedConfig` JSON; the pinner re-parses i
apps/workers/diffs/test/pin-dependency-manifest.test.ts:18
↓ 6 callersMethodconfigureAndDiscoverSdkTarget
( applicationId: string, organizationId: string, targetId: string, allowSelfHe
apps/api/src/routes/onboarding/onboarding-manager.ts:649
↓ 6 callersMethodconnectionInfo
(config: ServiceConfig)
apps/previewkit/src/recipes/recipe.ts:41
↓ 6 callersFunctioncountOpenBugsBySnapshot
(db: PrismaClient, snapshotIds: string[])
packages/checkpoint/src/open-bugs.ts:19
↓ 6 callersMethodcreate
()
apps/api/test/harness.ts:39
↓ 6 callersMethodcreateBranch
A bare branch (no snapshot) - the carrier the carry-forward query walks twins on.
packages/investigation/test/harness.ts:226
↓ 6 callersFunctioncreateCommand
(page: Page)
apps/engine-web/test/evals/freestyle-scroll/freestyle-scroll.eval.test.ts:134
↓ 6 callersFunctioncreateFixture
(harness: APITestHarness, name: string)
apps/api/test/integration/scenarios.service.test.ts:20
↓ 6 callersFunctioncreateFreshUser
(harness: OnboardingTestHarness)
apps/api/test/integration/platform-events.test.ts:26
↓ 6 callersMethodcreateGenerationReview
* A failed generation review for a plan on a snapshot - the deterministic * failure metadata a report_bug action links its Issue to.
apps/workers/general/test/refinement-loop-cutover.test.ts:195
↓ 6 callersFunctioncreateGithubApp
()
apps/workers/diffs/src/create-services.ts:5
↓ 6 callersMethodcreateIteration
Create a refinement loop + its first iteration, scoped to the given input plans.
packages/diffs/test/bucket-iteration-outcomes.test.ts:171
↓ 6 callersFunctioncreateModelSession
()
apps/workers/investigation/src/services.ts:25
↓ 6 callersFunctioncreatePlan
( db: PrismaClient, params: { testCaseId: string; organizationId: string; prompt: string }, )
packages/test-updates/test/merge-queries.test.ts:49
↓ 6 callersFunctioncreatePreviewEnvironment
( harness: APITestHarness, fixture: Awaited<ReturnType<typeof createPreviewFixture>>, input: {
apps/api/test/integration/deployments-preview-summary.test.ts:436
↓ 6 callersMethodcreateSetup
(userId: string, organizationId: string, applicationId: string, repoName?: string)
apps/api/src/application-setup/application-setup.service.ts:53
↓ 6 callersMethodcreateSnapshot
(organizationId: string, applicationId: string)
packages/diffs/test/bucket-iteration-outcomes.test.ts:70
↓ 6 callersMethodcreateSnapshot
Create a bare branch + snapshot, returning the snapshot id.
apps/workers/diffs/test/harness.ts:643
↓ 6 callersMethoddeployFromWebhook
* Deploy entry point for `pull_request` opened/synchronize/reopened * webhooks. An unparseable payload is logged and skipped (GitHub retries
apps/api/src/previewkit/previewkit-trigger.service.ts:164
↓ 6 callersMethoddown
({ instanceId, refs, refsToken }: DownParams, options?: SdkCallOptions)
packages/scenario/src/sdk-client.ts:94
↓ 6 callersFunctionenvRow
(key: string, value: string, sensitive = false, origin: EnvRowOrigin = "new")
apps/ui/src/routes/_blacklight/onboarding/-components/previewkit/topology-draft.ts:66
↓ 6 callersFunctionescapeUrl
(value: string)
packages/github/src/comment/markdown.ts:368
↓ 6 callersFunctionextendObservabilityContext
(extra: ObservabilityContext)
packages/logger/src/observability-context.ts:158
↓ 6 callersFunctionfindForbiddenPlaceholder
(stepsSection: string)
apps/cli/src/agents/05-test-generator/tools.ts:34
↓ 6 callersFunctionfindingCategoryMeta
(category: string)
apps/ui/src/components/investigation/finding-category.ts:29
↓ 6 callersFunctionformatShortId
(value: string | null | undefined)
apps/ui/src/routes/_blacklight/_app-shell/app.$appSlug/scenarios/index.tsx:434
↓ 6 callersMethodfromSharp
(sharpImage: Sharp)
packages/image/src/screenshot.ts:63
↓ 6 callersFunctiongenerateValidKey
()
packages/scenario/test/encryption.test.ts:5
↓ 6 callersMethodgetAll
()
packages/engine/src/execution-agent/agent/memory/memory-store.ts:21
↓ 6 callersMethodgetBranchHead
(repoFullName: string, branchName: string)
apps/previewkit/src/git-provider/git-provider.ts:40
↓ 6 callersMethodgetSnapshotPlan
* The pinned plan prompt for one test on a snapshot (the instruction the browser agent runs), if any. * Reads the assignment's pinned plan - the
packages/investigation/src/db/test-catalog.ts:51
↓ 6 callersFunctiongetWorkflowSearchAttributes
()
packages/workflow/src/search-attributes.ts:3
↓ 6 callersMethodgoLive
* Go live: advance `diff_trigger` -> `completed` and seed the first * generation on main. For BYO this is optimistic - the first real PR * `
apps/api/src/routes/onboarding/onboarding-manager.ts:452
↓ 6 callersFunctionhealingCase
A minimal HealingCase carrying only what the load-time validators read.
apps/workers/diffs/test/eval-graders.test.ts:100
↓ 6 callersFunctionhugeEdit
(ref: string)
packages/investigation/test/merge/reconcile-merge.test.ts:60
↓ 6 callersFunctioninitialState
()
apps/cli/src/core/state.ts:19
↓ 6 callersFunctionisNotFound
(err: unknown)
apps/previewkit/src/deployer/k8s-errors.ts:7
↓ 6 callersFunctionisPixelMarked
Whether the pixel at (x, y) of a PNG buffer is no longer pure white.
packages/diffs/test/view-step-screenshot-tool.test.ts:22
↓ 6 callersFunctionisRecord
(value: unknown)
packages/types/src/schemas/scenarios.ts:126
↓ 6 callersFunctionisSupportedNodeVersion
(raw: string)
apps/cli/src/core/node-version.ts:13
↓ 6 callersMethodlaunchDeploy
(params: TriggerPreviewDeployParams)
apps/api/src/previewkit/previewkit-job-launcher.ts:153
↓ 6 callersFunctionloadGitignorePatterns
(projectRoot: string)
apps/cli/src/core/gitignore.ts:5
↓ 6 callersMethodloadRecipePayload
* Load and resolve a scenario's recipe payload. * * When `snapshotId` is supplied, the recipe version pinned to that snapshot * is used
packages/scenario/src/scenario-recipe-store.ts:195
↓ 6 callersFunctionmakeRecipe
(overrides: Partial<ScenarioRecipe> = {})
apps/api/test/integration/scenarios.service.test.ts:10
↓ 6 callersFunctionmapIssuesToDraft
( issues: ConfigIssue[], indexToDraftId: Map<number, number>, into?: DraftIssues, )
apps/ui/src/routes/_blacklight/onboarding/-components/previewkit/topology-draft.ts:827
↓ 6 callersFunctionmarkActionApplied
(refinementActionId?: string)
apps/workers/general/src/activities/healing/mark-applied.ts:8
↓ 6 callersMethodmarkCompleted
({ result, videoPath }: ReplayRunResult<TSpec>)
packages/engine/src/replay-engine/run-api/run-persister.ts:253
↓ 6 callersFunctionmarkStep
( outputDir: string, state: PipelineState, step: StepName, status: StepStatus, )
apps/cli/src/core/state.ts:50
↓ 6 callersFunctionmaterializeScenarioRecipe
( identity: ScenarioRecipeIdentity, fixtureJson: unknown, logger: Logger, )
packages/diffs/src/scenario-recipe/materialize-scenario-recipe.ts:40
↓ 6 callersMethodnextNode
()
apps/cli/src/agents/05-test-generator/graph.ts:34
↓ 6 callersFunctionnextPendingStep
(state: PipelineState)
apps/cli/src/core/state.ts:64
↓ 6 callersFunctionpad
(s: string, width: number)
apps/cli/src/agents/03-scenario-recipe/scenario-table.ts:86
↓ 6 callersFunctionpad
(s: string, width: number)
apps/cli/src/agents/02-entity-audit/audit-table.ts:22
↓ 6 callersFunctionpad
(s: string, width: number)
apps/cli/src/agents/01-kb-generator/flows.ts:51
↓ 6 callersFunctionparseEntityAudit
(outputDir: string)
apps/cli/src/agents/04-recipe-builder/entity-order.ts:50
↓ 6 callersFunctionpct
(n: number)
packages/investigation/test/reconcile/reconcile-findings.eval.test.ts:42
↓ 6 callersFunctionpersisterFor
(harness: PersisterTestHarness, runId: string)
packages/engine/test/run-persister.test.ts:12
↓ 6 callersFunctionplanIdsEqual
(a: string | null, b: string | null)
packages/diffs/src/merge-classification.ts:249
↓ 6 callersFunctionprovisionRailpackNodeOverride
(buildContext: string)
apps/previewkit/src/builder/turbo-monorepo.ts:211
↓ 6 callersFunctionpush
(failure: PreviewFailure)
apps/api/src/routes/deployments/preview-summary.ts:293
↓ 6 callersFunctionrandomToken
(byteLength: number, encoding: "base64url" | "hex")
packages/types/src/sensitive-detection.test.ts:10
↓ 6 callersMethodreadFile
(path: string, fromLine: number, toLine: number)
packages/investigation/src/classify/dependencies.ts:5
↓ 6 callersFunctionreadString
(record: Record<string, unknown>, key: string)
packages/diffs/src/review/kernel/step-summary.ts:167
↓ 6 callersFunctionreconcileRanking
(canonicalInOrder: string[], aiRanked: string[])
apps/cli/src/agents/04-recipe-builder/entity-relevance.ts:39
↓ 6 callersFunctionrecordBuildFinished
(input: BuildFinishedInput)
apps/previewkit/src/db/index.ts:192
↓ 6 callersFunctionrecordHealingAction
(loop: HealingAgentLoop, action: HealingAction)
packages/diffs/src/agents/healing/tools/record-action.ts:62
↓ 6 callersFunctionrecordPhaseChanged
(input: PhaseChangedInput)
apps/previewkit/src/db/index.ts:167
↓ 6 callersMethodredeploy
(repoFullName: string, prNumber: number, organizationId: string)
apps/api/src/routes/onboarding/onboarding-dependencies.ts:11
↓ 6 callersMethodredeployApp
* Triggers a redeploy of a SINGLE app within a preview environment. `mode` * "rebuild" rebuilds that app's image at the environment's current hea
apps/api/src/routes/deployments/deployments.service.ts:116
↓ 6 callersFunctionresolveScenarioRecipesForSnapshot
( db: PrismaClient, snapshotId: string, scenarioIds: readonly string[], )
packages/diffs/src/scenario-recipe/resolve-scenario-recipes.ts:23
↓ 6 callersFunctionrunWithSentry
( { name, tags = {}, dsn }: RunWithSentryOptions, job: (scope: Sentry.Scope) => Promise<void>, )
packages/logger/src/run-with-sentry.ts:10
↓ 6 callersMethodscroll
Scroll at a specific position on the screen
packages/engine/src/platform/drivers/mouse.driver.ts:21
↓ 6 callersMethodseal
Mark the environment's stream finished (e.g. flush buffered lines).
packages/logger/src/build-log-sink.ts:62
↓ 6 callersFunctionseedPinTarget
* Seed the minimal graph the pinner reads: an application carrying a GitHub repo * id, a PR branch with `prInfo`, and a snapshot at `headSha`. Return
apps/workers/diffs/test/pin-dependency-manifest.test.ts:40
↓ 6 callersFunctionseedPullRequest
* Seeds a branch with a PR and a chain of snapshots, each with a completed diffs job and a set of * executed tests (test case + assignment + run). Mi
apps/api/test/integration/pull-requests-query-budget.test.ts:115
↓ 6 callersMethodseedRun
* Creates an org -> app -> branch -> snapshot -> testCase -> testPlan -> * stepInputList (with two steps) -> assignment -> run chain. The two
packages/engine/test/persister-harness.ts:152
← previousnext →401–500 of 5,167, ranked by callers