MCPcopy Create free account

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

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

↓ 52 callersFunctioncn
(...inputs: ClassValue[])
src/ui/src/lib/utils.ts:4
↓ 49 callersMethodis_empty
(&self)
src/mcp/registry.rs:55
↓ 44 callersMethodget
(&self, id: &str)
src/sdk/providers/transform.rs:56
↓ 43 callersFunctionreq
(path: string, init?: RequestInit)
src/ui/src/lib/api.ts:59
↓ 24 callersFunctiondb
(state: &'a AppState, headers: &HeaderMap)
src/http/managed_agents/mod.rs:17
↓ 23 callersFunctionget
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path((agent_id, path)): Path<(String, St
src/http/managed_agents/files/get.rs:13
↓ 19 callersFunctionjsonOrThrow
(res: Response)
src/ui/src/lib/api.ts:79
↓ 17 callersMethodlen
(&self)
src/mcp/registry.rs:51
↓ 17 callersFunctionrequest_json
( app: axum::Router, method: &str, uri: &str, body: Option<Value>, )
tests/managed_agents_support/mod.rs:68
↓ 15 callersMethodas_str
(&self)
src/proxy/mcp_config.rs:55
↓ 14 callersFunctionrouter
(state: Arc<AppState>)
src/http/routes.rs:23
↓ 13 callersFunctionrequire_any_gateway_key
(headers: &HeaderMap, state: &AppState)
src/proxy/auth/master_key.rs:20
↓ 12 callersMethoddelete
(&self, id: &str)
src/proxy/auth/api_keys.rs:73
↓ 12 callersFunctionrequire_non_empty
( name: &str, value: String, )
src/cli/parser.rs:148
↓ 12 callersMethodstatus
(&self)
src/errors.rs:73
↓ 11 callersFunctionload
()
src/ui/src/app/agents/page.tsx:86
↓ 10 callersFunctionload_config
(path: &Path)
src/proxy/config.rs:53
↓ 10 callersFunctionwrite_config
(contents: &str)
tests/config_loader.rs:6
↓ 9 callersFunctionexpand_env_value
(value: &str)
src/proxy/config.rs:74
↓ 9 callersFunctionisAlwaysOn
(memory: Memory)
src/ui/src/app/agents/detail/page.tsx:54
↓ 7 callersFunctionbuild_state
(config: &GatewayConfig)
tests/mcp.rs:85
↓ 7 callersMethoddecode
(&mut self, bytes: Bytes)
src/agents/sandboxes/e2b/connect.rs:25
↓ 7 callersFunctionnow_ms
()
src/db/managed_agents/mod.rs:18
↓ 7 callersFunctionslackConfig
(ag: Agent | null)
src/ui/src/app/agents/slack-app-flow.tsx:68
↓ 6 callersMethodlock
(&self)
src/proxy/auth/api_keys.rs:87
↓ 6 callersFunctionnext_option_value
( option: &str, raw_args: &mut impl Iterator<Item = OsString>, )
src/cli/parser.rs:135
↓ 6 callersFunctionnormalize_base_url
(raw: &str)
src/cli/credentials.rs:79
↓ 6 callersFunctionpick
(...keys: string[])
src/ui/src/components/message-block.tsx:330
↓ 6 callersMethodresolve
(&self, model: &str)
src/sdk/router.rs:92
↓ 6 callersMethodruns
(&self)
src/agents/runs.rs:183
↓ 5 callersFunctioncommit
(patch: Partial<ParsedSchedule>, nextTimezone = tz)
src/ui/src/components/schedule-editor.tsx:115
↓ 5 callersFunctionconfig_with_mcp_server
( api_base: String, url: String, auth_type: McpAuthType, auth_value: Option<&str>, static_
tests/mcp.rs:50
↓ 5 callersFunctionid
(prefix: &str)
src/db/managed_agents/mod.rs:14
↓ 5 callersMethodid
(&self)
src/agents/config.rs:132
↓ 5 callersFunctionok_tools
()
tests/mcp.rs:97
↓ 5 callersFunctionsaveIntegrationKey
( envKey: string, value: string, )
src/ui/src/lib/api.ts:377
↓ 5 callersFunctionsend_mcp
(app: axum::Router, headers: Vec<(&str, &str)>)
tests/mcp.rs:103
↓ 5 callersFunctionstoreMemory
( agentId: string, key: string, value: string, alwaysOn?: boolean, )
src/ui/src/lib/api.ts:602
↓ 5 callersMethodtransform_request
( &self, mut body: Value, deployment: &Deployment, inbound_headers: &HeaderMap
src/sdk/providers/openai/transformation.rs:29
↓ 4 callersMethodcreate
(&self, label: Option<String>)
src/proxy/auth/api_keys.rs:50
↓ 4 callersFunctioncreateSession
(title?: string, agent?: string)
src/ui/src/lib/api.ts:96
↓ 4 callersFunctiondeleteMemory
(agentId: string, key: string)
src/ui/src/lib/api.ts:616
↓ 4 callersFunctionload_credentials
( path: &Path, )
src/cli/credentials.rs:31
↓ 4 callersFunctionparse_claude_args
( raw_args: impl IntoIterator<Item = OsString>, )
src/cli/parser.rs:12
↓ 4 callersFunctionprint_credential_hint
(message: &str)
src/cli/ui.rs:69
↓ 4 callersFunctionproviderIdFor
(agentId: string)
src/ui/src/app/agents/slack-app-flow.tsx:59
↓ 4 callersFunctionrequest_raw
( app: axum::Router, method: &str, uri: &str, body: Option<String>, content_type: &str,
tests/managed_agents_support/mod.rs:93
↓ 4 callersFunctionsave_credentials
( path: &Path, url: &str, key: &str, )
src/cli/credentials.rs:42
↓ 4 callersFunctiontoTime
(hour: string, minute: string)
src/ui/src/components/schedule-editor.tsx:51
↓ 4 callersFunctionupdateAgent
(id: string, fields: Partial<Agent>)
src/ui/src/lib/api.ts:556
↓ 3 callersFunctionbearer_config
(api_base: String, mcp_url: String)
tests/mcp.rs:74
↓ 3 callersFunctionbuild_state
(config: &GatewayConfig)
tests/messages.rs:96
↓ 3 callersFunctionclearStoredMasterKey
()
src/ui/src/lib/api.ts:42
↓ 3 callersFunctioncredential_name
(provider_id: &str)
src/proxy/provider_credentials.rs:40
↓ 3 callersFunctioncredentials_path_for
(tool: &str)
src/cli/credentials.rs:23
↓ 3 callersFunctiondecode_output_delta
(delta: &str)
src/agents/sandboxes/e2b/connect.rs:137
↓ 3 callersFunctiondeleteIntegrationKey
(envKey: string)
src/ui/src/lib/api.ts:396
↓ 3 callersFunctiondeployment
()
src/sdk/providers/openai/transformation.rs:92
↓ 3 callersFunctionencoding_for_path
(path: &str)
src/db/managed_agents/files/repository.rs:11
↓ 3 callersFunctionensure_lite_schedule_skill
( root: &Path, )
src/cli/skills.rs:10
↓ 3 callersFunctionheaders
(name: &'static str, value: &str)
src/proxy/auth/master_key.rs:56
↓ 3 callersFunctioninvalid_encrypted_value
()
src/proxy/credential_crypto.rs:60
↓ 3 callersMethodis_terminal
(self)
src/agents/runs.rs:27
↓ 3 callersFunctionlistMemory
(agentId: string)
src/ui/src/lib/api.ts:596
↓ 3 callersFunctionload
()
src/ui/src/components/api-keys-dialog.tsx:32
↓ 3 callersFunctionloadMemories
(agentId = id)
src/ui/src/app/agents/detail/page.tsx:120
↓ 3 callersFunctionloadMemory
(agentId: string)
src/ui/src/app/agents/page.tsx:133
↓ 3 callersFunctionnow_millis
()
src/agents/runs.rs:196
↓ 3 callersFunctionparse_codex_args
( raw_args: impl IntoIterator<Item = OsString>, )
src/cli/parser.rs:75
↓ 3 callersFunctionpresented_key
(headers: &HeaderMap)
src/proxy/auth/master_key.rs:36
↓ 3 callersFunctionprint_brand_header
(subtitle: &str)
src/cli/ui.rs:77
↓ 3 callersMethodpush_event
(&self, run_id: &str, event: &str, data: impl Serialize)
src/agents/runs.rs:143
↓ 3 callersFunctionpush_harness_events
(store: &AgentRunStore, run_id: &str, events: Vec<HarnessEvent>)
src/http/agents.rs:197
↓ 3 callersFunctionrefresh
()
src/ui/src/app/vault/page.tsx:45
↓ 3 callersMethodregister
( &mut self, id: &'static str, default_api_base: &'static str, handler: impl T
src/sdk/providers/transform.rs:41
↓ 3 callersFunctionrequire_admin
(state: &AppState, headers: &HeaderMap)
src/http/provider_credentials.rs:129
↓ 3 callersFunctionrequire_master_key
( headers: &HeaderMap, configured: Option<&str>, )
src/proxy/auth/master_key.rs:5
↓ 3 callersFunctionreset
()
src/ui/src/components/integration-dialog.tsx:33
↓ 3 callersMethodresolved_harness
(&self)
src/agents/config.rs:140
↓ 3 callersFunctionscheduleLabel
(cron?: string | null, timezone?: string | null)
src/ui/src/lib/schedule.ts:4
↓ 3 callersMethodstart
( &self, session: &SandboxSession, command: SandboxCommand, )
src/agents/sandboxes/mod.rs:126
↓ 3 callersFunctiontest_config
(api_base: String)
tests/messages.rs:26
↓ 3 callersFunctiontimeAgo
(ms: number)
src/ui/src/app/agents/detail/page.tsx:45
↓ 3 callersFunctiontools_list
()
tests/mcp.rs:93
↓ 3 callersMethodtransform_response_headers
(&self, upstream: &HeaderMap, stream: bool)
src/sdk/providers/openai/transformation.rs:66
↓ 2 callersFunctionacceptApproval
( id: string, args?: Record<string, unknown>, )
src/ui/src/lib/api.ts:272
↓ 2 callersMethodapi_key
(&self)
src/agents/sandboxes/e2b.rs:159
↓ 2 callersFunctionbuild_auth_header
Build the upstream auth header for an MCP server, mirroring LiteLLM's managed-transport `MCPClient._get_auth_headers`. `none` yields no header; `oauth
src/mcp/registry.rs:83
↓ 2 callersFunctionbuild_response
(upstream: UpstreamResponse, headers: HeaderMap)
src/http/llm.rs:21
↓ 2 callersFunctionbulkSetAlwaysOn
(alwaysOn: boolean)
src/ui/src/app/agents/detail/page.tsx:360
↓ 2 callersFunctioncatalog_entry
(provider_id: &str)
src/proxy/provider_credentials.rs:44
↓ 2 callersFunctioncipher
(signing_key: &str)
src/proxy/credential_crypto.rs:55
↓ 2 callersFunctioncollect_output_chunks
(value: &Value, chunks: &mut Vec<AgentOutputChunk>)
src/agents/sandboxes/e2b/connect.rs:107
↓ 2 callersFunctionconnect
(database_url: &str)
src/db/managed_agents/pool.rs:5
↓ 2 callersFunctioncontent_size
(content: &str, encoding: &str)
src/db/managed_agents/files/repository.rs:171
↓ 2 callersFunctioncreateSkill
(input: { name: string; content: string; description?: string | null; })
src/ui/src/lib/api.ts:448
↓ 2 callersFunctioncreate_agent
(fixture: &AppFixture)
tests/managed_agents_support/flows.rs:7
↓ 2 callersFunctiondecide_approval
( pool: &PgPool, item_id: &str, decision: &str, feedback: Option<String>, arguments: Optio
src/db/managed_agents/inbox/repository.rs:86
↓ 2 callersFunctiondecode_process_payload
(bytes: &[u8])
src/agents/sandboxes/e2b/connect.rs:65
↓ 2 callersFunctiondecrypt_field
( values: &serde_json::Map<String, Value>, field: &str, key: &str, )
src/proxy/provider_credentials.rs:97
next →1–100 of 696, ranked by callers