MCPcopy Create free account

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

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

↓ 1 callersFunctiondelete
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(id): Path<String>, )
src/http/management/api_keys.rs:42
↓ 1 callersFunctiondelete
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path((agent_id, path)): Path<(String, St
src/http/managed_agents/files/delete.rs:13
↓ 1 callersFunctiondeleteGatewayApiKey
(id: string)
src/ui/src/lib/api.ts:206
↓ 1 callersFunctiondeleteMemoryRow
(key: string)
src/ui/src/app/agents/detail/page.tsx:345
↓ 1 callersFunctiondeleteProvider
(providerId: string)
src/ui/src/lib/api.ts:151
↓ 1 callersFunctiondeleteSkill
(id: string)
src/ui/src/lib/api.ts:478
↓ 1 callersFunctiondelete_all
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(agent_id): Path<String>, )
src/http/managed_agents/files/delete_all.rs:13
↓ 1 callersFunctiondelete_by_name
(pool: &PgPool, credential_name: &str)
src/db/credentials.rs:64
↓ 1 callersFunctiondisconnect
(providerId: string)
src/ui/src/app/settings/page.tsx:104
↓ 1 callersFunctiondownloadAgentFile
(agentId: string, filePath: string)
src/ui/src/lib/api.ts:575
↓ 1 callersFunctionempty_router
()
tests/managed_agents_support/mod.rs:55
↓ 1 callersFunctionencrypt_value
(value: &str, signing_key: &str)
src/proxy/credential_crypto.rs:28
↓ 1 callersFunctionenforce_count_cap
(pool: &PgPool, agent_id: &str, path: &str)
src/db/managed_agents/files/repository.rs:182
↓ 1 callersMethodevent_stream
(&self)
src/agents/runs.rs:112
↓ 1 callersFunctionexecute_agent_run
( state: Arc<AppState>, agent: AgentDefinition, prompt: String, run_id: &str, )
src/http/agents.rs:151
↓ 1 callersFunctionexercise_agent_lifecycle
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:22
↓ 1 callersFunctionexercise_files
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:79
↓ 1 callersFunctionexercise_inbox
(fixture: &AppFixture)
tests/managed_agents_support/flows.rs:167
↓ 1 callersFunctionexercise_memory
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:51
↓ 1 callersFunctionexercise_runs
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:114
↓ 1 callersFunctionexercise_skills
(fixture: &AppFixture)
tests/managed_agents_support/flows.rs:148
↓ 1 callersFunctionexpand_env
(config: &mut GatewayConfig)
src/proxy/config.rs:84
↓ 1 callersFunctionfallbackDelete
(key: string)
src/ui/src/lib/api.ts:351
↓ 1 callersFunctionfallbackSet
(key: string, value: string)
src/ui/src/lib/api.ts:342
↓ 1 callersFunctionfileNameFromPath
(filePath: string)
src/ui/src/app/agents/detail/page.tsx:85
↓ 1 callersFunctionfind_agent
( state: &'a AppState, agent_id: &str, )
src/http/agents.rs:203
↓ 1 callersFunctionfmtTime
(ts: number)
src/ui/src/components/inspector-panel.tsx:65
↓ 1 callersFunctionformatBytes
(bytes: number)
src/ui/src/app/agents/detail/page.tsx:71
↓ 1 callersFunctionformatLatency
(ms: number)
src/ui/src/components/message-block.tsx:277
↓ 1 callersMethodfrom
(agent: &'a AgentDefinition)
src/http/agents.rs:242
↓ 1 callersFunctionfromStringValue
(original: unknown, text: string)
src/ui/src/components/tool-approval-panel.tsx:19
↓ 1 callersFunctionfunctions_in_file
(path: Path)
scripts/check_code_size.py:143
↓ 1 callersFunctiongetMessages
(sid: string)
src/ui/src/lib/api.ts:219
↓ 1 callersFunctiongetSession
(id: string)
src/ui/src/lib/api.ts:214
↓ 1 callersFunctionget_by_name
( pool: &PgPool, credential_name: &str, )
src/db/credentials.rs:11
↓ 1 callersFunctiongroupRenderItems
(parts: HarnessMessagePart[])
src/ui/src/components/message-block.tsx:234
↓ 1 callersFunctionhandleDownloadFile
(file: AgentFile)
src/ui/src/app/agents/detail/page.tsx:267
↓ 1 callersFunctioninbox_routes
()
src/http/managed_agents/routes.rs:80
↓ 1 callersFunctioninit_tracing
()
src/main.rs:111
↓ 1 callersFunctioninsert_agent
( conn: &mut PgConnection, input: CreateManagedAgent, defaults: &CreateDefaults, )
src/db/managed_agents/registry/repository.rs:96
↓ 1 callersFunctioninsert_session
( conn: &mut PgConnection, defaults: &CreateDefaults, )
src/db/managed_agents/registry/repository.rs:74
↓ 1 callersFunctionintegrationsByCategory
()
src/ui/src/lib/integrations.ts:53
↓ 1 callersFunctionis_code_line
(line: str)
scripts/check_code_size.py:138
↓ 1 callersFunctionis_credential_header
Headers that carry the gateway's own credential and must never be forwarded upstream. `name` is compared case-insensitively.
src/mcp/upstream.rs:94
↓ 1 callersFunctionis_mcp_sequence_error
(raw: &str, error: &serde_yaml::Error)
src/proxy/mcp_config.rs:70
↓ 1 callersFunctionis_stdout
(stream: AgentOutputStreamKind)
src/agents/harnesses/mod.rs:77
↓ 1 callersFunctionis_supported
(harness: &str)
src/agents/harnesses/mod.rs:81
↓ 1 callersFunctionis_supported_provider
(provider: &str)
src/agents/sandboxes/mod.rs:16
↓ 1 callersFunctionitemTone
(item: InboxItem)
src/ui/src/app/inbox/page.tsx:96
↓ 1 callersFunctionlistApprovals
()
src/ui/src/lib/api.ts:266
↓ 1 callersFunctionlistGatewayApiKeys
()
src/ui/src/lib/api.ts:191
↓ 1 callersFunctionlistProviders
()
src/ui/src/lib/api.ts:130
↓ 1 callersFunctionlistVaultKeys
()
src/ui/src/lib/api.ts:429
↓ 1 callersFunctionload
(http: &Client)
src/model_prices.rs:70
↓ 1 callersFunctionloadCount
()
src/ui/src/components/sidebar.tsx:48
↓ 1 callersFunctionloadFiles
(agentId = id)
src/ui/src/app/agents/detail/page.tsx:134
↓ 1 callersFunctionload_backup
()
src/model_prices.rs:98
↓ 1 callersFunctionlogout
()
src/cli/credentials.rs:57
↓ 1 callersFunctionlooks_like_connect_frame
(buffer: &[u8])
src/agents/sandboxes/e2b/connect.rs:57
↓ 1 callersFunctionmain
()
scripts/check_code_size.py:183
↓ 1 callersFunctionmask_api_key
(api_key: &str)
src/proxy/provider_credentials.rs:89
↓ 1 callersFunctionmessageDetails
(msg: LocalMessage)
src/ui/src/components/message-block.tsx:262
↓ 1 callersMethodmessages_url
(&self)
src/sdk/router.rs:18
↓ 1 callersFunctionmock_e2b
()
tests/agents.rs:51
↓ 1 callersFunctionmodel_enum_description
(models: &[Value])
src/http/openapi.rs:32
↓ 1 callersFunctiononDelete
(e: React.MouseEvent, id: string)
src/ui/src/components/sidebar.tsx:70
↓ 1 callersFunctiononDelete
(key: string)
src/ui/src/app/vault/page.tsx:58
↓ 1 callersFunctiononDelete
(id: string)
src/ui/src/app/skills/page.tsx:80
↓ 1 callersFunctiononSave
()
src/ui/src/components/integration-dialog.tsx:39
↓ 1 callersFunctiononSave
()
src/ui/src/app/vault/page.tsx:239
↓ 1 callersMethodonly_server_id
(&self)
src/mcp/registry.rs:45
↓ 1 callersFunctionopenDialog
(it: Integration)
src/ui/src/app/integrations/page.tsx:48
↓ 1 callersFunctionopenEdit
(ag: Agent)
src/ui/src/app/agents/page.tsx:174
↓ 1 callersFunctionopenapi_spec
(models: &[Value], model_enum_desc: &str)
src/http/openapi.rs:40
↓ 1 callersMethodoutput
( &mut self, context: &HarnessRunContext, output: AgentOutputChunk, )
src/agents/harnesses/mod.rs:31
↓ 1 callersFunctionparseCron
(cron: string)
src/ui/src/components/schedule-editor.tsx:66
↓ 1 callersFunctionparseFrontmatter
Pull name/description out of a SKILL.md YAML frontmatter block, if present.
src/ui/src/app/skills/page.tsx:26
↓ 1 callersFunctionparse_arg
( arg_str: &str, arg: OsString, raw_args: &mut impl Iterator<Item = OsString>, args: &mut Clau
src/cli/parser.rs:41
↓ 1 callersFunctionparse_codex_arg
( arg_str: &str, arg: OsString, raw_args: &mut impl Iterator<Item = OsString>, args: &mut Code
src/cli/parser.rs:104
↓ 1 callersFunctionparse_credentials
(raw: &str)
src/cli/credentials.rs:94
↓ 1 callersFunctionparse_run_agent_request
(value: serde_json::Value)
src/http/agents.rs:104
↓ 1 callersFunctionpassthrough_model
(model: &str, provider_id: &str)
src/sdk/router.rs:120
↓ 1 callersFunctionpending_approvals
(pool: &PgPool)
src/db/managed_agents/inbox/repository.rs:50
↓ 1 callersFunctionpreview
(item: InboxItem)
src/ui/src/app/inbox/page.tsx:86
↓ 1 callersFunctionprint_setup_header
(config_path: &Path)
src/cli/ui.rs:15
↓ 1 callersFunctionprint_startup_banner
(config: &GatewayConfig, addr: SocketAddr)
src/main.rs:131
↓ 1 callersFunctionprint_tool_selector
()
src/cli/ui.rs:47
↓ 1 callersFunctionprompt_url
(prompt: &str)
src/cli/codex.rs:89
↓ 1 callersFunctionprompt_url
(prompt: &str)
src/cli/claude.rs:75
↓ 1 callersFunctionreadHarness
()
src/ui/src/lib/use-harness.ts:21
↓ 1 callersFunctionread_events_until_completed
(app: axum::Router, event_url: String)
tests/agents.rs:123
↓ 1 callersFunctionrefresh
()
src/ui/src/app/integrations/page.tsx:23
↓ 1 callersFunctionremove
(id: string)
src/ui/src/components/api-keys-dialog.tsx:64
↓ 1 callersFunctionremove
(ag: Agent)
src/ui/src/app/agents/page.tsx:232
↓ 1 callersFunctionremoveMemory
(key: string)
src/ui/src/app/agents/page.tsx:153
↓ 1 callersFunctionremoveVaultKey
(k: string)
src/ui/src/app/agents/page.tsx:106
↓ 1 callersFunctionrequest_headers
Inbound headers to forward upstream: the fixed MCP protocol set, plus any names the server config allowlisted via `extra_headers`. Credential headers
src/mcp/upstream.rs:63
↓ 1 callersFunctionrequire_events_master_key
( headers: &HeaderMap, query: &HashMap<String, String>, configured: Option<&str>, )
src/http/agents.rs:62
↓ 1 callersFunctionreset_tables
(pool: &PgPool)
tests/managed_agents_support/mod.rs:127
↓ 1 callersFunctionresolveInboxItem
(id: string, note?: string)
src/ui/src/lib/api.ts:323
← previousnext →201–300 of 696, ranked by callers