MCPcopy Create free account

hub / github.com/acoyfellow/cloudbox / functions

Functions387 in github.com/acoyfellow/cloudbox

↓ 3 callersFunctioncheck
(name, cmd)
scripts/proof-launch-readiness.mjs:21
↓ 3 callersFunctionchoose
(paths: string[], patterns: RegExp[])
src/agent.ts:97
↓ 3 callersMethodconsume
(state: string)
src/oauth-proxy.ts:33
↓ 3 callersFunctioncreateBuggyRepo
()
tests/run-api.test.ts:7
↓ 3 callersFunctioncreateCloudboxTools
( config: CloudboxToolsConfig, )
src/think.ts:63
↓ 3 callersFunctioncreateMergeRequest
(env: RepoWorkflowEnv, input: { ownerId: string; remote: string; sourceBranch: string; targetBranch?: string;
src/repo-workflow.ts:53
↓ 3 callersFunctionextractGitLabRepoFromGitPath
(path: string)
src/gitlab-egress.ts:29
↓ 3 callersFunctionfetch
(request)
runner/server.mjs:306
↓ 3 callersMethodfirst
()
tests/run-history.test.ts:35
↓ 3 callersFunctionformatMs
(ms: number)
web/src/components/runner-receipts.ts:34
↓ 3 callersMethodgetRegistration
(appId: string)
oauth-proxy/src/durable-objects/oauth-client.ts:707
↓ 3 callersFunctiongitLabRepoKeyFromRemote
(remote: string)
src/http-personal-computers.ts:263
↓ 3 callersFunctionjson
(path: string, init?: RequestInit)
src/live-run-tools.ts:36
↓ 3 callersFunctionjson
(body: unknown, status = 200)
src/worker-lite.ts:17
↓ 3 callersMethodlist
()
src/computer-do.ts:179
↓ 3 callersFunctionmakeAuthenticatedRequest
( token: string, appDef: OAuthApplicationDef, request: Request, env: Env | null, )
oauth-proxy/src/fetch.ts:7
↓ 3 callersFunctionmessage
(error)
scripts/cloudbox-live-sync.mjs:112
↓ 3 callersFunctionmountPrivateRepo
(env: RepoWorkflowEnv, input: { ownerId: string; remote: string; path: string; branch?: string })
src/repo-workflow.ts:21
↓ 3 callersFunctionpost
(path: string, body: unknown)
src/think.ts:75
↓ 3 callersFunctionpostJson
(url: string, body: unknown)
web/src/lib/api.ts:58
↓ 3 callersFunctionpreviewInContainer
(runner: unknown, runId: string, request: Request, suffix: string)
src/container-runner.ts:144
↓ 3 callersFunctionpublishBranch
(env: RepoWorkflowEnv, input: { ownerId: string; remote: string; path: string; branch: string })
src/repo-workflow.ts:40
↓ 3 callersFunctionrecordRun
(db: D1Database | undefined, row: { id: string; input: ContainerRunRequest | null; result: unknown; status: st
src/http.ts:392
↓ 3 callersFunctionrequireLiveRun
(db: D1Database | undefined, id: string)
src/http.ts:484
↓ 3 callersFunctionresolveRedirectUri
(app: OAuthApplicationDef<E>, env: E)
oauth-proxy/src/applications.ts:74
↓ 3 callersFunctionrestoreInContainer
(runner: unknown, runId: string, input: { snapshot: { bytes: string } })
src/container-runner.ts:136
↓ 3 callersFunctionrun
(commands: string[], artifact = submittedArtifact)
src/agent-computer.ts:33
↓ 3 callersFunctionrunCloudboxAgent
( spec: ComputerSpec, tools: AgentTools, )
src/agent.ts:27
↓ 3 callersFunctionsafeRunId
(runId)
runner/server.mjs:222
↓ 3 callersMethodsetState
(key: string, value: string)
src/computer-do.ts:366
↓ 3 callersFunctionsnapshotDevProcess
(runId, live)
runner/server.mjs:182
↓ 3 callersFunctionsnapshotInContainer
(runner: unknown, runId: string)
src/container-runner.ts:132
↓ 3 callersMethodstartAuth
(userId: string, raw: { appId: string })
src/oauth-proxy.ts:16
↓ 3 callersFunctionstoreSnapshot
(bucket: R2Bucket | undefined, runId: string, bytes: string)
src/http.ts:464
↓ 3 callersFunctionvalidPath
(path: string)
src/computer-do.ts:479
↓ 3 callersMethodwrite
(body: { path: string; content: string })
src/computer-do.ts:215
↓ 2 callersFunctionaddJitter
(ms: number)
oauth-proxy/src/durable-objects/oauth-client.ts:74
↓ 2 callersMethodattemptRefresh
( reg: StoredRegistration, app: OAuthApplicationDef, )
oauth-proxy/src/durable-objects/oauth-client.ts:717
↓ 2 callersMethodconfigureGitLabTransport
(params: ComputerEgressParams)
src/cloudbox-sandbox.ts:11
↓ 2 callersFunctiondecide
(spec: ComputerSpec)
src/agent.ts:104
↓ 2 callersFunctiondecrypt
(masterKeyB64: string, info: string, blob: string)
oauth-proxy/src/crypto/encryption.ts:78
↓ 2 callersFunctiondefineComputer
(spec: T)
src/spec.ts:163
↓ 2 callersMethoddeleteApplication
(userId: string, appId: string)
src/oauth-proxy.ts:18
↓ 2 callersFunctiondeleteLiveInContainer
(runner: unknown, runId: string)
src/container-runner.ts:140
↓ 2 callersFunctionderiveKey
* Derive an AES-256-GCM key from the master key using HKDF-SHA256. * * @param masterKeyB64 - Base64-encoded 256-bit master key * @param info - Per-
oauth-proxy/src/crypto/encryption.ts:11
↓ 2 callersFunctiondevInContainer
(runner: unknown, runId: string, input: { command: string; port: number })
src/container-runner.ts:128
↓ 2 callersFunctionenableOwnerGitLabTransport
(env: SandboxComputerBindings, sandbox: ComputerSandbox, owner: ComputerOwner)
src/sandbox-computer.ts:55
↓ 2 callersFunctionexecInContainer
(runner: unknown, runId: string, input: { command: string; timeoutMs?: number })
src/container-runner.ts:116
↓ 2 callersFunctionfirstReadIndex
(receipts: Receipt[], path: string)
src/grade.ts:134
↓ 2 callersFunctionfromBrief
(text: string, _env: BriefEnv)
src/brief.ts:18
↓ 2 callersFunctiongenerateProof
({ agent, schema, prompt, cloudboxUrl = "", token, fetcher = fetch, }: GenerateProofOptions<T>)
src/generate-proof.ts:19
↓ 2 callersFunctionget
(path: string)
src/think.ts:69
↓ 2 callersMethodgetValidAccessToken
(app: OAuthApplicationDef, forceRefresh = false)
oauth-proxy/src/durable-objects/oauth-client.ts:656
↓ 2 callersFunctiongradeReceipts
( spec: ComputerSpec, receipts: Receipt[], )
src/grade.ts:40
↓ 2 callersFunctionhandleLiveDelete
(runId)
runner/server.mjs:260
↓ 2 callersFunctionhandleLiveDev
(runId, input)
runner/server.mjs:196
↓ 2 callersFunctionhandleLiveExec
(runId, input)
runner/server.mjs:160
↓ 2 callersFunctionhandleLiveRead
(runId, path)
runner/server.mjs:167
↓ 2 callersFunctionhandleLiveRestore
(runId, input)
runner/server.mjs:241
↓ 2 callersFunctionhandleLiveSnapshot
(runId)
runner/server.mjs:227
↓ 2 callersFunctionhandleLiveWrite
(runId, input)
runner/server.mjs:173
↓ 2 callersFunctionhandleRun
(input)
runner/server.mjs:95
↓ 2 callersFunctionhasBearerError
(response: Response, errorCode: string)
oauth-proxy/src/fetch.ts:53
↓ 2 callersFunctionhasPassed
(receipts: RunReceipt[], type: RunReceipt["type"])
web/src/components/Playground.tsx:246
↓ 2 callersFunctioninitialRefreshAt
(expiresAt: Date | null | undefined)
oauth-proxy/src/durable-objects/oauth-client.ts:84
↓ 2 callersFunctionisSafeRelativePath
(path: unknown)
src/http.ts:499
↓ 2 callersFunctionjsonError
(status: number, code: string, detail: string)
web/src/pages/c/[id]/[action].ts:34
↓ 2 callersMethodkvDelete
* Delete from KV cache. On failure, records in pending_kv_ops for retry. * Never throws.
oauth-proxy/src/durable-objects/oauth-client.ts:875
↓ 2 callersMethodkvPut
* Write to KV cache. On failure, records in pending_kv_ops for retry. * Never throws — KV failures must not block DO operations.
oauth-proxy/src/durable-objects/oauth-client.ts:856
↓ 2 callersFunctionkvTtlSeconds
Calculate KV TTL in seconds: time until refresh_at, floored at 1s
oauth-proxy/src/durable-objects/oauth-client.ts:114
↓ 2 callersMethodlistApplications
(userId: string)
src/oauth-proxy.ts:19
↓ 2 callersFunctionlivePreviewTarget
(runId, request, suffix, protocol)
runner/server.mjs:269
↓ 2 callersFunctionmaterialize
(spec: ComputerSpec)
web/src/lib/api.ts:16
↓ 2 callersFunctionnormalizeGitLabSmartHttpRequest
(request: Request, targetHost = "gitlab-access.cfdata.org")
src/gitlab-egress.ts:78
↓ 2 callersMethodoauthFetch
(userId: string, appId: string, request: Request)
src/oauth-proxy.ts:20
↓ 2 callersFunctionoauthFlowStore
(env: CloudboxBindings)
src/http-personal-computers.ts:258
↓ 2 callersMethodread
(path: string)
src/computer-do.ts:194
↓ 2 callersFunctionreadArg
(flag)
scripts/cloudbox-live-sync.mjs:36
↓ 2 callersFunctionreadInContainer
(runner: unknown, runId: string, path: string)
src/container-runner.ts:120
↓ 2 callersMethodrecordPendingKvOp
( op: string, cacheKey: string, value: string | null, ttl: number | null | undefined, )
oauth-proxy/src/durable-objects/oauth-client.ts:888
↓ 2 callersFunctionrefresh
(id: string)
web/src/components/SampleAgent.tsx:91
↓ 2 callersFunctionremoteRepoKey
(remote: string)
src/repo-workflow.ts:13
↓ 2 callersFunctionresolveRunner
(runner: unknown)
src/container-runner.ts:163
↓ 2 callersMethodrevoke
(ownerId: string, computerId: string, repoKey: string)
src/computer-grants.ts:55
↓ 2 callersFunctionrowToRegistration
(row: RegistrationRow)
oauth-proxy/src/durable-objects/oauth-client.ts:1010
↓ 2 callersFunctionrunBringYourAgent
( spec: ComputerSpec, config: BringYourAgentConfig, )
examples/bring-your-agent.ts:72
↓ 2 callersFunctionsafeParse
(value: string)
src/http.ts:509
↓ 2 callersFunctionsandboxBinding
()
tests/personal-computer.test.ts:5
↓ 2 callersFunctionselectRunner
(env: CloudboxBindings, input: Pick<ContainerRunRequest, "desktop"> | null | undefined)
src/http.ts:273
↓ 2 callersFunctionsoftDeleteRetentionMs
Hard-delete retention: 30.5 days ± 0.5 days (always ≥ 30 days)
oauth-proxy/src/durable-objects/oauth-client.ts:66
↓ 2 callersFunctionspecJson
(spec: ComputerSpec)
src/computer-do.ts:418
↓ 2 callersMethodsubmit
(body: { objective: string; decision?: string; paths?: string[]; notes?: string; })
src/computer-do.ts:273
↓ 2 callersFunctiontoMetadata
( app: OAuthApplicationDef | undefined, reg: StoredRegistration, )
oauth-proxy/src/durable-objects/oauth-client.ts:1027
↓ 2 callersFunctiontokenEndpoint
(app: OAuthApplicationDef)
oauth-proxy/src/applications.ts:79
↓ 2 callersMethodtokenErrorResponse
(result: TokenResult & { ok: false })
oauth-proxy/src/durable-objects/oauth-client.ts:492
↓ 2 callersFunctionwriteInContainer
(runner: unknown, runId: string, input: { path: string; content: string })
src/container-runner.ts:124
↓ 1 callersFunction_setRegistry
(registry: Registry)
oauth-proxy/src/applications.ts:158
↓ 1 callersFunctionagentBrowser
()
src/run.ts:12
↓ 1 callersFunctionapplyNaiveFix
(input: RunInput, workspace: string)
src/run.ts:104
↓ 1 callersMethodask
(body: { who: string; message: string })
src/computer-do.ts:256
← previousnext →101–200 of 387, ranked by callers