Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LiteLLM-Labs/litellm-rust
/ functions
Functions
696 in github.com/LiteLLM-Labs/litellm-rust
⨍
Functions
696
◇
Types & classes
151
↓ 1 callers
Function
delete
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(id): Path<String>, )
src/http/management/api_keys.rs:42
↓ 1 callers
Function
delete
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path((agent_id, path)): Path<(String, St
src/http/managed_agents/files/delete.rs:13
↓ 1 callers
Function
deleteGatewayApiKey
(id: string)
src/ui/src/lib/api.ts:206
↓ 1 callers
Function
deleteMemoryRow
(key: string)
src/ui/src/app/agents/detail/page.tsx:345
↓ 1 callers
Function
deleteProvider
(providerId: string)
src/ui/src/lib/api.ts:151
↓ 1 callers
Function
deleteSkill
(id: string)
src/ui/src/lib/api.ts:478
↓ 1 callers
Function
delete_all
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(agent_id): Path<String>, )
src/http/managed_agents/files/delete_all.rs:13
↓ 1 callers
Function
delete_by_name
(pool: &PgPool, credential_name: &str)
src/db/credentials.rs:64
↓ 1 callers
Function
disconnect
(providerId: string)
src/ui/src/app/settings/page.tsx:104
↓ 1 callers
Function
downloadAgentFile
(agentId: string, filePath: string)
src/ui/src/lib/api.ts:575
↓ 1 callers
Function
empty_router
()
tests/managed_agents_support/mod.rs:55
↓ 1 callers
Function
encrypt_value
(value: &str, signing_key: &str)
src/proxy/credential_crypto.rs:28
↓ 1 callers
Function
enforce_count_cap
(pool: &PgPool, agent_id: &str, path: &str)
src/db/managed_agents/files/repository.rs:182
↓ 1 callers
Method
event_stream
(&self)
src/agents/runs.rs:112
↓ 1 callers
Function
execute_agent_run
( state: Arc<AppState>, agent: AgentDefinition, prompt: String, run_id: &str, )
src/http/agents.rs:151
↓ 1 callers
Function
exercise_agent_lifecycle
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:22
↓ 1 callers
Function
exercise_files
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:79
↓ 1 callers
Function
exercise_inbox
(fixture: &AppFixture)
tests/managed_agents_support/flows.rs:167
↓ 1 callers
Function
exercise_memory
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:51
↓ 1 callers
Function
exercise_runs
(fixture: &AppFixture, agent_id: &str)
tests/managed_agents_support/flows.rs:114
↓ 1 callers
Function
exercise_skills
(fixture: &AppFixture)
tests/managed_agents_support/flows.rs:148
↓ 1 callers
Function
expand_env
(config: &mut GatewayConfig)
src/proxy/config.rs:84
↓ 1 callers
Function
fallbackDelete
(key: string)
src/ui/src/lib/api.ts:351
↓ 1 callers
Function
fallbackSet
(key: string, value: string)
src/ui/src/lib/api.ts:342
↓ 1 callers
Function
fileNameFromPath
(filePath: string)
src/ui/src/app/agents/detail/page.tsx:85
↓ 1 callers
Function
find_agent
( state: &'a AppState, agent_id: &str, )
src/http/agents.rs:203
↓ 1 callers
Function
fmtTime
(ts: number)
src/ui/src/components/inspector-panel.tsx:65
↓ 1 callers
Function
formatBytes
(bytes: number)
src/ui/src/app/agents/detail/page.tsx:71
↓ 1 callers
Function
formatLatency
(ms: number)
src/ui/src/components/message-block.tsx:277
↓ 1 callers
Method
from
(agent: &'a AgentDefinition)
src/http/agents.rs:242
↓ 1 callers
Function
fromStringValue
(original: unknown, text: string)
src/ui/src/components/tool-approval-panel.tsx:19
↓ 1 callers
Function
functions_in_file
(path: Path)
scripts/check_code_size.py:143
↓ 1 callers
Function
getMessages
(sid: string)
src/ui/src/lib/api.ts:219
↓ 1 callers
Function
getSession
(id: string)
src/ui/src/lib/api.ts:214
↓ 1 callers
Function
get_by_name
( pool: &PgPool, credential_name: &str, )
src/db/credentials.rs:11
↓ 1 callers
Function
groupRenderItems
(parts: HarnessMessagePart[])
src/ui/src/components/message-block.tsx:234
↓ 1 callers
Function
handleDownloadFile
(file: AgentFile)
src/ui/src/app/agents/detail/page.tsx:267
↓ 1 callers
Function
inbox_routes
()
src/http/managed_agents/routes.rs:80
↓ 1 callers
Function
init_tracing
()
src/main.rs:111
↓ 1 callers
Function
insert_agent
( conn: &mut PgConnection, input: CreateManagedAgent, defaults: &CreateDefaults, )
src/db/managed_agents/registry/repository.rs:96
↓ 1 callers
Function
insert_session
( conn: &mut PgConnection, defaults: &CreateDefaults, )
src/db/managed_agents/registry/repository.rs:74
↓ 1 callers
Function
integrationsByCategory
()
src/ui/src/lib/integrations.ts:53
↓ 1 callers
Function
is_code_line
(line: str)
scripts/check_code_size.py:138
↓ 1 callers
Function
is_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 callers
Function
is_mcp_sequence_error
(raw: &str, error: &serde_yaml::Error)
src/proxy/mcp_config.rs:70
↓ 1 callers
Function
is_stdout
(stream: AgentOutputStreamKind)
src/agents/harnesses/mod.rs:77
↓ 1 callers
Function
is_supported
(harness: &str)
src/agents/harnesses/mod.rs:81
↓ 1 callers
Function
is_supported_provider
(provider: &str)
src/agents/sandboxes/mod.rs:16
↓ 1 callers
Function
itemTone
(item: InboxItem)
src/ui/src/app/inbox/page.tsx:96
↓ 1 callers
Function
listApprovals
()
src/ui/src/lib/api.ts:266
↓ 1 callers
Function
listGatewayApiKeys
()
src/ui/src/lib/api.ts:191
↓ 1 callers
Function
listProviders
()
src/ui/src/lib/api.ts:130
↓ 1 callers
Function
listVaultKeys
()
src/ui/src/lib/api.ts:429
↓ 1 callers
Function
load
(http: &Client)
src/model_prices.rs:70
↓ 1 callers
Function
loadCount
()
src/ui/src/components/sidebar.tsx:48
↓ 1 callers
Function
loadFiles
(agentId = id)
src/ui/src/app/agents/detail/page.tsx:134
↓ 1 callers
Function
load_backup
()
src/model_prices.rs:98
↓ 1 callers
Function
logout
()
src/cli/credentials.rs:57
↓ 1 callers
Function
looks_like_connect_frame
(buffer: &[u8])
src/agents/sandboxes/e2b/connect.rs:57
↓ 1 callers
Function
main
()
scripts/check_code_size.py:183
↓ 1 callers
Function
mask_api_key
(api_key: &str)
src/proxy/provider_credentials.rs:89
↓ 1 callers
Function
messageDetails
(msg: LocalMessage)
src/ui/src/components/message-block.tsx:262
↓ 1 callers
Method
messages_url
(&self)
src/sdk/router.rs:18
↓ 1 callers
Function
mock_e2b
()
tests/agents.rs:51
↓ 1 callers
Function
model_enum_description
(models: &[Value])
src/http/openapi.rs:32
↓ 1 callers
Function
onDelete
(e: React.MouseEvent, id: string)
src/ui/src/components/sidebar.tsx:70
↓ 1 callers
Function
onDelete
(key: string)
src/ui/src/app/vault/page.tsx:58
↓ 1 callers
Function
onDelete
(id: string)
src/ui/src/app/skills/page.tsx:80
↓ 1 callers
Function
onSave
()
src/ui/src/components/integration-dialog.tsx:39
↓ 1 callers
Function
onSave
()
src/ui/src/app/vault/page.tsx:239
↓ 1 callers
Method
only_server_id
(&self)
src/mcp/registry.rs:45
↓ 1 callers
Function
openDialog
(it: Integration)
src/ui/src/app/integrations/page.tsx:48
↓ 1 callers
Function
openEdit
(ag: Agent)
src/ui/src/app/agents/page.tsx:174
↓ 1 callers
Function
openapi_spec
(models: &[Value], model_enum_desc: &str)
src/http/openapi.rs:40
↓ 1 callers
Method
output
( &mut self, context: &HarnessRunContext, output: AgentOutputChunk, )
src/agents/harnesses/mod.rs:31
↓ 1 callers
Function
parseCron
(cron: string)
src/ui/src/components/schedule-editor.tsx:66
↓ 1 callers
Function
parseFrontmatter
Pull name/description out of a SKILL.md YAML frontmatter block, if present.
src/ui/src/app/skills/page.tsx:26
↓ 1 callers
Function
parse_arg
( arg_str: &str, arg: OsString, raw_args: &mut impl Iterator<Item = OsString>, args: &mut Clau
src/cli/parser.rs:41
↓ 1 callers
Function
parse_codex_arg
( arg_str: &str, arg: OsString, raw_args: &mut impl Iterator<Item = OsString>, args: &mut Code
src/cli/parser.rs:104
↓ 1 callers
Function
parse_credentials
(raw: &str)
src/cli/credentials.rs:94
↓ 1 callers
Function
parse_run_agent_request
(value: serde_json::Value)
src/http/agents.rs:104
↓ 1 callers
Function
passthrough_model
(model: &str, provider_id: &str)
src/sdk/router.rs:120
↓ 1 callers
Function
pending_approvals
(pool: &PgPool)
src/db/managed_agents/inbox/repository.rs:50
↓ 1 callers
Function
preview
(item: InboxItem)
src/ui/src/app/inbox/page.tsx:86
↓ 1 callers
Function
print_setup_header
(config_path: &Path)
src/cli/ui.rs:15
↓ 1 callers
Function
print_startup_banner
(config: &GatewayConfig, addr: SocketAddr)
src/main.rs:131
↓ 1 callers
Function
print_tool_selector
()
src/cli/ui.rs:47
↓ 1 callers
Function
prompt_url
(prompt: &str)
src/cli/codex.rs:89
↓ 1 callers
Function
prompt_url
(prompt: &str)
src/cli/claude.rs:75
↓ 1 callers
Function
readHarness
()
src/ui/src/lib/use-harness.ts:21
↓ 1 callers
Function
read_events_until_completed
(app: axum::Router, event_url: String)
tests/agents.rs:123
↓ 1 callers
Function
refresh
()
src/ui/src/app/integrations/page.tsx:23
↓ 1 callers
Function
remove
(id: string)
src/ui/src/components/api-keys-dialog.tsx:64
↓ 1 callers
Function
remove
(ag: Agent)
src/ui/src/app/agents/page.tsx:232
↓ 1 callers
Function
removeMemory
(key: string)
src/ui/src/app/agents/page.tsx:153
↓ 1 callers
Function
removeVaultKey
(k: string)
src/ui/src/app/agents/page.tsx:106
↓ 1 callers
Function
request_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 callers
Function
require_events_master_key
( headers: &HeaderMap, query: &HashMap<String, String>, configured: Option<&str>, )
src/http/agents.rs:62
↓ 1 callers
Function
reset_tables
(pool: &PgPool)
tests/managed_agents_support/mod.rs:127
↓ 1 callers
Function
resolveInboxItem
(id: string, note?: string)
src/ui/src/lib/api.ts:323
← previous
next →
201–300 of 696, ranked by callers