MCPcopy Create free account

hub / github.com/cloudflare/claude-managed-agents / functions

Functions639 in github.com/cloudflare/claude-managed-agents

↓ 1 callersFunctiondeleteAllWebhookEvents
(db: D1Database)
src/storage.ts:305
↓ 1 callersFunctionderivePrimaryAlias
(agentId: string)
src/storage.ts:466
↓ 1 callersMethoddestroy
(error?: any)
worker-configuration.d.ts:3906
↓ 1 callersMethoddispatch
(opts: DispatchOpts)
src/microvm/sandbox.ts:406
↓ 1 callersFunctiondocNavItems
(slugs: string[])
frontend/src/App.tsx:127
↓ 1 callersFunctiondrainSessionToolRunner
(opts: { client: Anthropic; sessionId: string; tools: BetaRunnableTool[]; signal: AbortSignal; })
src/isolate/runner.ts:678
↓ 1 callersFunctioneditTool
(sandbox: SandboxLike)
src/microvm/stock-tools.ts:157
↓ 1 callersFunctioneventTimestampMs
( event: WebhookEvent | { timestamp?: unknown; created_at?: unknown }, )
src/storage.ts:46
↓ 1 callersFunctionextractTitleFromHtml
(html: string)
src/tools/cf/browser.ts:25
↓ 1 callersFunctionextractTitleFromMarkdown
(md: string)
src/tools/cf/browser.ts:40
↓ 1 callersFunctionfindDoc
(slug: string)
frontend/src/views/docs/registry.ts:152
↓ 1 callersFunctionfindSessionByMessageId
( db: D1Database, messageId: string, )
src/storage.ts:561
↓ 1 callersMethodforward
(rcptTo: string, headers?: Headers)
src/email-handler.ts:86
↓ 1 callersFunctiongenerateCfImageBytes
( input: CfImageGenerateCoreInput, env: Env, )
src/tools/cf/ai.ts:72
↓ 1 callersFunctiongetAgentIdByAlias
( db: D1Database, alias: string, )
src/storage.ts:487
↓ 1 callersMethodgetEntrypoint
( name?: string, options?: WorkerStubEntrypointOptions, )
worker-configuration.d.ts:4044
↓ 1 callersFunctiongetIsolateToolDef
(name: string)
src/tools/schemas.ts:227
↓ 1 callersFunctiongetMicrovmCustomToolDef
(name: string)
src/tools/schemas.ts:436
↓ 1 callersFunctiongetSecret
(env: Env, name: string)
src/egress/store.ts:54
↓ 1 callersFunctiongetSessionData
( db: D1Database, sessionId: string, )
src/storage.ts:113
↓ 1 callersMethodgetStatus
()
src/isolate/runner.ts:596
↓ 1 callersFunctiongetThreadSession
( db: D1Database, agentId: string, counterparty: string, )
src/storage.ts:598
↓ 1 callersFunctiongetWebhookEvent
( db: D1Database, eventId: string, )
src/storage.ts:289
↓ 1 callersMethodgetWorkspaceInfo
()
src/isolate/runner.ts:628
↓ 1 callersFunctionglobTool
(sandbox: SandboxLike)
src/microvm/stock-tools.ts:191
↓ 1 callersFunctiongrepTool
(sandbox: SandboxLike)
src/microvm/stock-tools.ts:211
↓ 1 callersFunctionhandleEvent
(ctx: Ctx, ev: SessionEvent)
src/isolate/custom-dispatch.ts:199
↓ 1 callersFunctionhandleWebhook
( request: Request, env: Env, )
src/webhooks.ts:303
↓ 1 callersFunctionhasMicrovmFootprint
(db: D1Database)
src/storage.ts:361
↓ 1 callersMethodhasR2Credentials
()
src/microvm/sandbox.ts:226
↓ 1 callersFunctioninstrumentTools
( tools: BetaRunnableTool[], sessionId: string, )
src/isolate/runner.ts:23
↓ 1 callersFunctionisAnthropicControlPlane
( env: ProxyLoaderEnv, hostname: string, )
src/egress/handler.ts:95
↓ 1 callersFunctionisFetcher
(value: unknown)
src/egress/handler.ts:47
↓ 1 callersFunctionisFlux2Model
(model: string)
src/tools/cf/ai.ts:64
↓ 1 callersFunctionisMatcherOperator
(v: unknown)
src/api/index.ts:167
↓ 1 callersFunctionisSessionId
(id: string)
src/helpers.ts:20
↓ 1 callersFunctionisolateExecuteTool
( deps: ExecuteToolDeps, )
src/isolate/tools.ts:344
↓ 1 callersFunctionisolateRunFileTool
(deps: RunFileToolDeps)
src/isolate/tools.ts:416
↓ 1 callersFunctionisolateTools
(deps: IsolateToolDeps)
src/isolate/tools.ts:203
↓ 1 callersFunctionlistKnownDataFields
(env: Env)
src/egress/store.ts:62
↓ 1 callersFunctionlistPolicies
(env: Env)
src/egress/store.ts:21
↓ 1 callersFunctionlistSessionBackends
( db: D1Database, sessionIds: string[], )
src/storage.ts:151
↓ 1 callersFunctionlistSessions
( db: D1Database, page: number, limit: number, )
src/storage.ts:227
↓ 1 callersFunctionlistWebhookEvents
( db: D1Database, beforeMs: number | null, limit: number, )
src/storage.ts:257
↓ 1 callersFunctionloadPuppeteer
()
src/tools/cf/shared.ts:169
↓ 1 callersFunctionmakeDb
()
tests/helpers.ts:71
↓ 1 callersFunctionmatcherIsActionable
(matcher: ApplyToMatcher)
src/egress/match.ts:70
↓ 1 callersFunctionmatcherSatisfied
(matcher: ApplyToMatcher, fields: SessionFields)
src/egress/match.ts:81
↓ 1 callersFunctionnavIdForPath
(pathname: string)
frontend/src/routes.ts:103
↓ 1 callersFunctionneighbours
(doc: DocPage)
frontend/src/views/DocView.tsx:130
↓ 1 callersFunctionnewPolicyId
()
frontend/src/utils.ts:72
↓ 1 callersFunctionnotifyAgentOfEmail
( env: Env, sessionId: string, messageId: string, parsed: ParsedEmail, )
src/email-handler.ts:599
↓ 1 callersFunctiononAgentLinkChange
(next: string | null)
frontend/src/views/EgressView.tsx:416
↓ 1 callersFunctiononBackendChange
(next: AgentBackend)
frontend/src/views/AgentFormView.tsx:311
↓ 1 callersFunctionopenEntry
(entry: WorkspaceEntry)
frontend/src/components/WorkspaceBrowser.tsx:65
↓ 1 callersFunctionpatchBindingId
(text, binding, newId)
scripts/ensure-kv.mjs:233
↓ 1 callersFunctionpathForNav
(id: NavId)
frontend/src/routes.ts:124
↓ 1 callersFunctionpatternToRegex
(pattern: string)
src/isolate/tools.ts:39
↓ 1 callersFunctionpersistBackendForAgent
( db: D1Database, agentId: string, backend: AgentBackend, )
src/api/index.ts:148
↓ 1 callersFunctionpersistBackendFromResponse
( res: Response, db: D1Database, backend: AgentBackend, )
src/api/index.ts:107
↓ 1 callersFunctionpolicyIsLinkedToAgent
(policy: EgressPolicy, agentId: string)
frontend/src/views/AgentDetailView.tsx:22
↓ 1 callersFunctionpostResult
( ctx: Ctx, ev: ToolUseEvent, content: string | unknown[], isError: boolean, )
src/isolate/custom-dispatch.ts:279
↓ 1 callersFunctionprobeUrl
(url: string)
src/tools/cf/browser.ts:76
↓ 1 callersFunctionrandomSessionTitle
()
frontend/src/utils.ts:65
↓ 1 callersFunctionreadAgentId
(body: unknown)
src/api/index.ts:91
↓ 1 callersFunctionreadEnabledIsolateTools
(body: unknown)
src/isolate/agent-payload.ts:59
↓ 1 callersFunctionreadPath
(obj: Record<string, unknown> | undefined, path: string)
src/egress/match.ts:39
↓ 1 callersFunctionreadStream
( stream: ReadableStream<Uint8Array>, max: number, )
src/email-handler.ts:96
↓ 1 callersFunctionreadTool
(sandbox: SandboxLike)
src/microvm/stock-tools.ts:121
↓ 1 callersFunctionrecordDataFields
(env: Env, names: string[])
src/egress/store.ts:71
↓ 1 callersFunctionremove
(id: string)
frontend/src/views/EgressView.tsx:197
↓ 1 callersFunctionremove
(key: string)
frontend/src/views/SecretsView.tsx:50
↓ 1 callersFunctionremoveRule
(idx: number)
frontend/src/views/EgressView.tsx:449
↓ 1 callersMethodrenewContainerActivity
()
src/microvm/sandbox.ts:191
↓ 1 callersFunctionresolveRecipient
( env: Env, recipient: string, parsed: ParsedEmail, )
src/email-handler.ts:309
↓ 1 callersFunctionresolveWranglerBin
()
scripts/ensure-kv.mjs:50
↓ 1 callersFunctionresolveWranglerBin
()
scripts/ensure-d1.mjs:44
↓ 1 callersMethodrestoreLatestSnapshot
()
src/microvm/sandbox.ts:296
↓ 1 callersFunctionrewriteHeaders
( req: Request, hostname: string, policy: CompiledPolicy, )
src/egress/handler.ts:102
↓ 1 callersFunctionrewriteMicrovmTools
( body: Record<string, unknown>, env: Env | undefined, )
src/isolate/agent-payload.ts:93
↓ 1 callersFunctionrunCfBrowse
( input: CfBrowseInput, env: Env, )
src/tools/cf/browser.ts:179
↓ 1 callersFunctionrunCfCallService
( input: CfCallServiceInput, env: Env, )
src/tools/cf/vpc.ts:47
↓ 1 callersFunctionrunCfEmailInbox
( input: CfEmailInboxCoreInput & { sessionId: string }, env: Env, )
src/tools/cf/email.ts:238
↓ 1 callersFunctionrunCfEmailRead
( input: CfEmailReadCoreInput & { sessionId: string }, env: Env, )
src/tools/cf/email.ts:284
↓ 1 callersFunctionrunCfEmailSend
( input: CfEmailSendCoreInput & { sessionId: string }, env: Env, )
src/tools/cf/email.ts:142
↓ 1 callersFunctionrunCfFetchMarkdown
( input: CfFetchMarkdownInput, env: Env, )
src/tools/cf/browser.ts:157
↓ 1 callersFunctionrunCfWebFetch
( input: CfWebFetchInput, env: Env, )
src/tools/cf/browser.ts:259
↓ 1 callersFunctionrunCustomToolDispatcher
(opts: CustomDispatchOpts)
src/isolate/custom-dispatch.ts:101
↓ 1 callersFunctionrunTool
( ctx: Ctx, tool: BetaRunnableTool, ev: ToolUseEvent, )
src/isolate/custom-dispatch.ts:255
↓ 1 callersFunctionsafeFields
(event: unknown)
src/storage.ts:63
↓ 1 callersFunctionsend
()
frontend/src/views/SessionDetailView.tsx:67
↓ 1 callersMethodsend
* The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of
worker-configuration.d.ts:3737
↓ 1 callersFunctionsessionStatusIntent
(status: string | undefined)
frontend/src/utils.ts:59
↓ 1 callersMethodsetTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:348
↓ 1 callersFunctionshortSessionId
(id: string | undefined)
frontend/src/utils.ts:35
↓ 1 callersFunctionsleep
(ms: number, signal: AbortSignal)
src/heartbeat.ts:99
↓ 1 callersMethodstartDispatcher
(opts: DispatchOpts)
src/microvm/sandbox.ts:482
↓ 1 callersFunctionstartEditing
(policy: EgressPolicy)
frontend/src/views/EgressView.tsx:154
↓ 1 callersFunctionstripJsonc
(text)
scripts/ensure-kv.mjs:62
↓ 1 callersFunctionstripJsonc
(text)
scripts/ensure-d1.mjs:62
← previousnext →201–300 of 639, ranked by callers