MCPcopy Create free account

hub / github.com/LiteLLM-Labs/litellm-rust / functions

Functions696 in github.com/LiteLLM-Labs/litellm-rust

↓ 2 callersFunctiondefault_provider
()
src/agents/sandboxes/mod.rs:12
↓ 2 callersFunctiondeleteAgent
(id: string)
src/ui/src/lib/api.ts:565
↓ 2 callersFunctiondeleteSession
(id: string)
src/ui/src/lib/api.ts:158
↓ 2 callersFunctionencryption_key
(master_key: Option<&str>)
src/proxy/credential_crypto.rs:12
↓ 2 callersFunctionensure_key
(route: &Route)
src/http/credential_overrides.rs:22
↓ 2 callersMethodevents
(&self)
src/agents/runs.rs:189
↓ 2 callersFunctionfallbackList
()
src/ui/src/lib/api.ts:360
↓ 2 callersFunctionfetch
(http: &Client, url: &str)
src/model_prices.rs:86
↓ 2 callersFunctionflushTools
()
src/ui/src/components/message-block.tsx:238
↓ 2 callersFunctionformatDate
(ts?: number | null)
src/ui/src/app/inbox/page.tsx:38
↓ 2 callersFunctionformatMemoryDate
(ms: number)
src/ui/src/app/agents/detail/page.tsx:58
↓ 2 callersFunctionforward_streamable_http
( http: &Client, server: &McpServer, method: Method, inbound_headers: &HeaderMap, body: By
src/mcp/upstream.rs:17
↓ 2 callersFunctionframe_payload_len
(buffer: &[u8])
src/agents/sandboxes/e2b/connect.rs:61
↓ 2 callersFunctionget
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(agent_id): Path<String>, )
src/http/managed_agents/registry/get.rs:16
↓ 2 callersFunctionget
(app: axum::Router, uri: &str)
tests/ui.rs:59
↓ 2 callersFunctiongetAgent
(id: string)
src/ui/src/lib/api.ts:542
↓ 2 callersFunctiongetStoredMasterKey
()
src/ui/src/lib/api.ts:24
↓ 2 callersFunctionhas_configured_agent
(state: &AppState, agent_id: &str)
src/http/agents.rs:91
↓ 2 callersFunctionis_process_lifecycle_event
(value: &Value)
src/agents/sandboxes/e2b/connect.rs:145
↓ 2 callersFunctionlistAgentFiles
(agentId: string)
src/ui/src/lib/api.ts:569
↓ 2 callersFunctionlistAgents
()
src/ui/src/lib/api.ts:105
↓ 2 callersFunctionlistInbox
(filter: InboxFilter = "all")
src/ui/src/lib/api.ts:316
↓ 2 callersFunctionlistIntegrationKeys
()
src/ui/src/lib/api.ts:408
↓ 2 callersFunctionlistModels
()
src/ui/src/lib/api.ts:251
↓ 2 callersFunctionlistSessions
()
src/ui/src/lib/api.ts:87
↓ 2 callersFunctionlistSkills
()
src/ui/src/lib/api.ts:587
↓ 2 callersFunctionload
()
src/ui/src/components/sidebar.tsx:30
↓ 2 callersFunctionmcp_header_names
()
src/mcp/upstream.rs:112
↓ 2 callersFunctionmigrate
(pool: &PgPool)
src/db/managed_agents/pool.rs:13
↓ 2 callersFunctionnon_empty_env
(name: &str)
src/cli/parser.rs:129
↓ 2 callersFunctionorderIndex
(cat: string)
src/ui/src/lib/integrations.ts:65
↓ 2 callersFunctionoriginForSlack
()
src/ui/src/app/agents/slack-app-flow.tsx:63
↓ 2 callersFunctionprint_codex_setup_header
(config_path: &Path)
src/cli/ui.rs:31
↓ 2 callersFunctionprint_saved_credentials
(config_path: &Path)
src/cli/ui.rs:61
↓ 2 callersFunctionprint_wizard_header
(config_path: &Path)
src/cli/claude.rs:71
↓ 2 callersFunctionprompt_required
(prompt: &str)
src/cli/codex.rs:94
↓ 2 callersFunctionprompt_required
(prompt: &str)
src/cli/claude.rs:80
↓ 2 callersFunctionprovider_overrides
Codex reads providers from ~/.codex/config.toml; `-c` overrides inject ours at launch without editing the user's file. `env_key` points Codex at the A
src/cli/codex.rs:74
↓ 2 callersFunctionrefresh
()
src/ui/src/app/skills/page.tsx:46
↓ 2 callersFunctionrejectApproval
(id: string, feedback?: string)
src/ui/src/lib/api.ts:284
↓ 2 callersFunctionrequest
( app: axum::Router, method: &str, uri: &str, body: Option<String>, content_type: &str, )
tests/managed_agents_support/mod.rs:107
↓ 2 callersFunctionrequired
(value: String, field: &str)
src/http/provider_credentials.rs:133
↓ 2 callersMethodresolve
(&self, server_id: &str)
src/mcp/registry.rs:39
↓ 2 callersFunctionresponse
(state: &AppState)
src/http/provider_credentials.rs:94
↓ 2 callersFunctionrun_claude_wizard
(args: ClaudeArgs)
src/cli/claude.rs:14
↓ 2 callersFunctionrun_codex_wizard
(args: CodexArgs)
src/cli/codex.rs:15
↓ 2 callersFunctionsend_request
( http: &Client, url: String, prepared: ProviderRequest, )
src/http/llm.rs:9
↓ 2 callersFunctionserve_gateway
(args: ServeArgs)
src/main.rs:77
↓ 2 callersFunctionset_status
( pool: &PgPool, agent_id: &str, status: &str, )
src/db/managed_agents/registry/repository.rs:238
↓ 2 callersFunctionslugify
(value: &str)
src/agents/config.rs:163
↓ 2 callersMethodstderr
(delta: String)
src/agents/sandboxes/mod.rs:34
↓ 2 callersMethodstdout
(delta: String)
src/agents/sandboxes/mod.rs:27
↓ 2 callersFunctionsubscribeEvents
(opts: { sessionId: string; onEvent: (ev: unknown) => void; onError?: (err: unknown) => void; })
src/ui/src/lib/api.ts:494
↓ 2 callersFunctionunix_timestamp
()
src/proxy/auth/api_keys.rs:99
↓ 2 callersMethodupdate_status
(&self, run_id: &str, status: AgentRunStatus)
src/agents/runs.rs:120
↓ 1 callersFunctionabortSession
(id: string)
src/ui/src/lib/api.ts:247
↓ 1 callersMethodaccepts
(&self, presented: &str)
src/proxy/auth/api_keys.rs:77
↓ 1 callersFunctionaddVaultKey
()
src/ui/src/app/agents/page.tsx:100
↓ 1 callersFunctionagentPrompt
(agent: Agent | null)
src/ui/src/app/chat/page.tsx:56
↓ 1 callersFunctionagent_routes
()
src/http/managed_agents/routes.rs:17
↓ 1 callersFunctionapply
(state: &AppState, mut route: Route)
src/http/credential_overrides.rs:7
↓ 1 callersFunctionassert_redirects_to_sessions
(app: axum::Router)
tests/ui.rs:43
↓ 1 callersFunctionassert_serves_sessions_html
(app: axum::Router)
tests/ui.rs:52
↓ 1 callersFunctionattentionDot
(item: InboxItem)
src/ui/src/app/inbox/page.tsx:101
↓ 1 callersFunctionbase_config
(api_base: String)
tests/mcp.rs:29
↓ 1 callersFunctionbeginEditMemory
(memory: Memory)
src/ui/src/app/agents/detail/page.tsx:295
↓ 1 callersFunctionboxed_stream
(stream: S)
src/agents/sandboxes/mod.rs:145
↓ 1 callersFunctionbuildArgs
()
src/ui/src/components/tool-approval-panel.tsx:49
↓ 1 callersFunctionbuildSlackManifest
(ag: Agent, appName: string)
src/ui/src/app/agents/slack-app-flow.tsx:88
↓ 1 callersFunctionbuild_harness_run
( agent: &AgentDefinition, prompt: &str, )
src/agents/harnesses/mod.rs:85
↓ 1 callersFunctionbuild_managed_agents_pool
( config: &GatewayConfig, )
src/main.rs:120
↓ 1 callersFunctionbuild_router
(config: &GatewayConfig)
tests/agents.rs:191
↓ 1 callersFunctionbuild_router
(config: &GatewayConfig)
tests/ui.rs:91
↓ 1 callersFunctionbuild_router
(config: &GatewayConfig)
tests/messages.rs:90
↓ 1 callersFunctionbuild_run
(agent: &AgentDefinition, prompt: &str)
src/agents/harnesses/claude_code.rs:13
↓ 1 callersFunctionbuild_state
(config: &GatewayConfig)
tests/agents.rs:197
↓ 1 callersFunctionbuild_state
(config: &GatewayConfig)
tests/ui.rs:97
↓ 1 callersFunctionbuild_state
(pool: PgPool)
tests/managed_agents_support/mod.rs:40
↓ 1 callersFunctionclampInt
(value: string, min: number, max: number)
src/ui/src/components/schedule-editor.tsx:60
↓ 1 callersFunctioncollect_end_stream_error
(bytes: &[u8], chunks: &mut Vec<AgentOutputChunk>)
src/agents/sandboxes/e2b/connect.rs:93
↓ 1 callersFunctioncommand_with_workspace
(workspace_dir: &str, command: &str)
src/agents/sandboxes/e2b.rs:172
↓ 1 callersMethodcomplete
(&self, context: &HarnessRunContext)
src/agents/harnesses/mod.rs:41
↓ 1 callersFunctionconfigured_agent_runs_value
(state: &AppState, agent_id: &str)
src/http/agents.rs:99
↓ 1 callersFunctionconfigured_agent_value
(state: &AppState, agent_id: &str)
src/http/agents.rs:82
↓ 1 callersFunctionconfigured_agent_values
(state: &AppState)
src/http/agents.rs:73
↓ 1 callersFunctionconfigured_models
(state: &AppState)
src/http/openapi.rs:23
↓ 1 callersFunctionconnect_json_frame
(message: &T)
src/agents/sandboxes/e2b/connect.rs:8
↓ 1 callersFunctionconnect_json_frames
(payloads: &[&[u8]])
tests/agents.rs:89
↓ 1 callersFunctionconnected_providers
(state: &AppState)
src/http/provider_credentials.rs:109
↓ 1 callersFunctioncreate
()
src/ui/src/components/api-keys-dialog.tsx:49
↓ 1 callersFunctioncreateAgent
( input: { name: string; owner_id: string; schedule?: { cron: string; timezone?: string } | null } & Partial
src/ui/src/lib/api.ts:531
↓ 1 callersFunctioncreateGatewayApiKey
(label?: string)
src/ui/src/lib/api.ts:197
↓ 1 callersMethodcreate_run
(&self, agent_id: &str)
src/agents/runs.rs:83
↓ 1 callersFunctioncredentials_path
()
src/cli/credentials.rs:19
↓ 1 callersFunctioncronFor
(next: ParsedSchedule)
src/ui/src/components/schedule-editor.tsx:100
↓ 1 callersFunctiondecrypt_value
(value: &str, signing_key: &str)
src/proxy/credential_crypto.rs:41
↓ 1 callersFunctiondefault_e2b_api_base
()
src/agents/config.rs:159
↓ 1 callersFunctiondefault_e2b_template
()
src/agents/config.rs:147
↓ 1 callersFunctiondefault_timeout_seconds
()
src/agents/config.rs:151
↓ 1 callersFunctiondefault_workspace_dir
()
src/agents/config.rs:155
← previousnext →101–200 of 696, ranked by callers