MCPcopy Create free account

hub / github.com/LiteLLM-Labs/litellm-agent-control-plane / functions

Functions3,232 in github.com/LiteLLM-Labs/litellm-agent-control-plane

↓ 9 callersFunctionsimple_event
(event_type: &str, data: Map<String, Value>)
src/sdk/providers/gemini/runtime/stream.rs:143
↓ 9 callersFunctionslackConfig
(ag: Agent | null)
src/ui/src/app/agents/slack-app-flow.tsx:114
↓ 9 callersFunctionsleep
(ms)
templates/opencode/src/index.mjs:135
↓ 9 callersMethodupdate_status
(&self, run_id: &str, status: AgentRunStatus)
src/agents/runs.rs:129
↓ 9 callersFunctionwrite
Create or overwrite a text file.
templates/deepagents/src/server.py:478
↓ 8 callersFunctionapiErrorMessage
(error: unknown, fallback: string)
src/ui/src/lib/api.ts:89
↓ 8 callersFunctionclip
(text: Any, limit: int = 20_000)
templates/deepagents/src/server.py:384
↓ 8 callersFunctionerror_information
(error_type: &str, message: String)
src/callbacks/standard_logging.rs:135
↓ 8 callersFunctionresolve_runtime
( pool: &PgPool, state: &AppState, alias: &str, )
src/http/runtime_resolution.rs:23
↓ 8 callersFunctionsimple_event
(event_type: &str, data: Map<String, Value>)
src/sdk/providers/elastic/runtime/stream.rs:262
↓ 8 callersMethodstorage_key
(&self)
src/http/sessions/runtime_provision/mcp_vault/credential.rs:28
↓ 8 callersFunctionstringifyAgentDraft
(draft: AgentDraft)
src/ui/src/lib/agent-builder.ts:388
↓ 8 callersFunctionupdateAgent
(id: string, fields: Partial<Agent>)
src/ui/src/lib/api.ts:1625
↓ 7 callersFunctionappend_event
(session_id: str, event: str, data: dict[str, Any])
templates/pydantic-deepagents/src/server.py:424
↓ 7 callersFunctionbuildHarness
({ eventStreams = [[]], eventResponse = null } = {})
templates/opencode/test/app.test.mjs:53
↓ 7 callersFunctionbuild_state
(config: &GatewayConfig)
tests/mcp.rs:86
↓ 7 callersFunctioncatalog_entry
(provider_id: &str)
src/proxy/provider_credentials.rs:92
↓ 7 callersMethodcontext_for_session
( &self, session_id: &str, )
src/sdk/agents/client.rs:184
↓ 7 callersMethoddecorate
Attach the captured Elastic `conversation_id` so the shared runtime drain can persist it as the session's `provider_run_id`.
src/sdk/providers/elastic/runtime/stream.rs:110
↓ 7 callersFunctionendpointFor
(agentId: string)
src/ui/src/app/agents/google-chat-app-flow.tsx:34
↓ 7 callersFunctionenqueue_prompt_text
( state: Arc<AppState>, pool: sqlx::PgPool, session_id: &str, prompt: String, model: Strin
src/http/sessions.rs:123
↓ 7 callersMethodentry_for_id
(&self, id: &str)
src/sdk/providers/base/models.rs:44
↓ 7 callersFunctiongetHarnessServerUrl
()
src/ui/src/lib/api.ts:142
↓ 7 callersFunctionget_by_name
( pool: &PgPool, credential_name: &str, )
src/db/credentials.rs:23
↓ 7 callersFunctionla_ms
(year: i32, month: u32, day: u32, hour: u32, minute: u32)
src/http/managed_agents/routines/scheduler.rs:237
↓ 7 callersMethodlist
(&self)
src/proxy/auth/api_keys.rs:36
↓ 7 callersFunctionlistRuntimeHarnesses
()
src/ui/src/lib/api.ts:358
↓ 7 callersFunctionlisten
(app)
templates/opencode/test/app.test.mjs:97
↓ 7 callersFunctionload_agent
( pool: &PgPool, agent_id: &str, )
src/http/managed_agents/slack/config.rs:17
↓ 7 callersFunctionmount
(server: &MockServer, url_path: &'static str, body: Value)
tests/managed_agents_support/slack_mock.rs:77
↓ 7 callersMethodon_error
(&self, payload: StandardLoggingPayload)
src/callbacks/mod.rs:30
↓ 7 callersFunctionparseAgentDraftConfig
(source: string)
src/ui/src/lib/agent-builder.ts:558
↓ 7 callersFunctionparse_sse
(input: &str)
src/sdk/agents/events.rs:240
↓ 7 callersMethodremember_session_context
( &self, session_id: &str, context: SessionContext, )
src/sdk/agents/client.rs:240
↓ 7 callersFunctionresolve
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(item_id): Path<String>, Json(in
src/http/managed_agents/inbox/resolve.rs:13
↓ 7 callersFunctionrpc
(fixture: &AppFixture, agent_id: &str, body: Value)
tests/managed_agents_support/flows/platform_mcps.rs:266
↓ 7 callersMethodruns
(&self)
src/agents/runs.rs:188
↓ 7 callersFunctionsavePersonalVaultKey
( userId: string, envKey: string, value: string, )
src/ui/src/lib/api.ts:1030
↓ 7 callersFunctionset_session_status
(session_id: str, status: str)
templates/pydantic-deepagents/src/server.py:456
↓ 7 callersFunctionsignal_done_locked
(session_id: str)
templates/pydantic-deepagents/src/server.py:450
↓ 7 callersFunctionsimple_event
(event_type: &str, data: Map<String, Value>)
src/sdk/providers/cursor/runtime/stream.rs:174
↓ 7 callersFunctionsubstitute_vars
Replace all `${VAR_NAME}` placeholders in `template` with values from `vars`.
src/http/mcp_registry/mod.rs:20
↓ 7 callersFunctiontext
(record: Record<string, unknown>, keys: string[])
src/ui/src/lib/runtime-templates.ts:130
↓ 7 callersFunctionupsert
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path((agent_id, path)): Path<(String, St
src/http/managed_agents/files/upsert.rs:19
↓ 7 callersFunctionwithDraft
(patch: Partial<AgentDraft>)
src/ui/src/lib/agent-builder.ts:105
↓ 6 callersFunctionappend
( pool: &PgPool, session_id: &str, info_json: &str, parts_json: &str, )
src/db/managed_agents/messages/repository.rs:25
↓ 6 callersFunctioncaller_user_id
Return the caller's user id for vault key operations. Any authenticated caller may supply `x-user-id` to scope their personal credentials. Falls back
src/http/mcp_registry/mod.rs:32
↓ 6 callersFunctiondeserialize
(row)
templates/opencode/src/store.mjs:22
↓ 6 callersFunctionencrypt_value
(value: &str, signing_key: &str)
src/proxy/credential_crypto.rs:28
↓ 6 callersFunctionensureAssistant
(seed?: string)
src/ui/src/app/chat/page.tsx:260
↓ 6 callersMethodenvironments
(&self)
src/sdk/agents/resources.rs:27
↓ 6 callersMethodflush_progress
(&mut self)
src/http/managed_agents/slack/reply_stream.rs:259
↓ 6 callersFunctionget
(app: axum::Router, uri: &str)
tests/ui.rs:104
↓ 6 callersFunctiongetStoredMasterKey
()
src/ui/src/lib/api.ts:101
↓ 6 callersFunctionget_json
(app: Router, uri: &str, expected: StatusCode)
tests/models_endpoint.rs:81
↓ 6 callersFunctionindentOf
(line: string)
src/ui/src/lib/agent-builder.ts:413
↓ 6 callersFunctionisRecord
(value: unknown)
src/ui/src/app/agents/edit/page.tsx:66
↓ 6 callersMethodkind
(&self)
src/sdk/agents/events.rs:125
↓ 6 callersFunctionlistAgents
()
src/ui/src/lib/api.ts:400
↓ 6 callersFunctionload
( pool: &PgPool, config: &GatewayConfig, user_id: &str, key: &str, )
src/proxy/vault.rs:30
↓ 6 callersMethodlock
(&self)
src/proxy/auth/api_keys.rs:87
↓ 6 callersFunctionnew_id
(prefix: str)
templates/pydantic-deepagents/src/server.py:96
↓ 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 callersFunctionnow_ms
()
templates/deepagents/src/server.py:40
↓ 6 callersFunctionnow_ms
()
templates/hermes/src/server.py:40
↓ 6 callersFunctionnow_ms
()
templates/openclaw/src/server.py:66
↓ 6 callersFunctionnow_ms
()
templates/pydantic-deepagents/src/server.py:92
↓ 6 callersFunctionnow_ms
()
src/http/mcp_registry/oauth/flow_state.rs:153
↓ 6 callersFunctionocFetch
(baseUrl, path, init)
templates/opencode/src/opencode.mjs:254
↓ 6 callersFunctionparse_json
(value: str | None, fallback: Any)
templates/hermes/src/server.py:177
↓ 6 callersFunctionparse_json
(value: str | None, fallback: Any)
templates/openclaw/src/server.py:214
↓ 6 callersFunctionparse_json
(value: str | None, fallback: Any)
templates/pydantic-deepagents/src/server.py:344
↓ 6 callersFunctionpatchRow
( idx: number, key: K, value: VariableDef[K], )
src/ui/src/app/mcp-servers/page.tsx:1061
↓ 6 callersFunctionpick
(...keys: string[])
src/ui/src/components/message-block.tsx:429
↓ 6 callersFunctionpush_sse
(out: &mut String, event: &str, data: Value)
src/sdk/providers/openai/anthropic_messages/translation.rs:197
↓ 6 callersFunctionread_events_until_completed
( app: axum::Router, event_url: &str, session_id: &str, )
tests/managed_agents_support/mod.rs:150
↓ 6 callersFunctionregister_runtime_session
( client: &Lap, pool: &PgPool, row: &SessionRow, resolved: &crate::http::runtime_resolution::R
src/http/sessions/runtime_sdk.rs:48
↓ 6 callersFunctionrequest_json_raw
( app: axum::Router, method: &str, uri: &str, body: Option<Value>, )
tests/managed_agents_support/mod.rs:131
↓ 6 callersFunctionroutine
(cron: &str, created_at: i64, last_run_at: Option<i64>)
src/http/managed_agents/routines/scheduler.rs:220
↓ 6 callersFunctionrun
(args)
templates/opencode/src/opencode.mjs:26
↓ 6 callersFunctionruntime_registry
()
src/sdk/providers/mod.rs:23
↓ 6 callersFunctionscheduleLabel
(cron?: string | null, timezone?: string | null)
src/ui/src/lib/schedule.ts:4
↓ 6 callersMethodset_error
(&self, run_id: &str, error: String)
src/agents/runs.rs:144
↓ 6 callersFunctionset_session_status
(session_id: str, status: str)
templates/openclaw/src/server.py:557
↓ 6 callersFunctionsigned_json_request
( fixture: &AppFixture, uri: &str, body: String, expected: StatusCode, )
tests/managed_agents_support/flows/slack_helpers.rs:151
↓ 6 callersFunctionslack_config
(agent: &ManagedAgentRow)
src/http/managed_agents/slack/config.rs:26
↓ 6 callersMethodtrack_run
(&self, agent_id: &str, run_id: &str)
src/agents/runs.rs:92
↓ 6 callersMethodtransform_request
( &self, body: Value, deployment: &Deployment, inbound_headers: &HeaderMap,
src/sdk/providers/openai/openai_responses/transformation.rs:69
↓ 6 callersFunctionversionScore
(model: string)
src/ui/src/lib/model-options.ts:61
↓ 5 callersFunctionactivity
(value: Value)
src/http/managed_agents/teams/events_tests.rs:106
↓ 5 callersFunctionagentConfig
(agent: Agent)
src/ui/src/app/agents/agent-row-utils.ts:8
↓ 5 callersFunctionallowed_dm_user_ids
(arguments: &Value)
src/http/platform_mcps/factory_slack_dm_access.rs:19
↓ 5 callersFunctionanthropic_headers
(request: reqwest::RequestBuilder, api_key: &str)
tests/managed_agents_support/live_compare.rs:246
↓ 5 callersFunctioncallback_redirect
( redirect_after: &str, status: &str, server_id: &str, error: Option<&str>, )
src/http/mcp_registry/oauth.rs:240
↓ 5 callersFunctionclearStoredMasterKey
()
src/ui/src/lib/api.ts:119
↓ 5 callersFunctioncommit
(patch: Partial<ParsedSchedule>, nextTimezone = tz)
src/ui/src/components/schedule-editor.tsx:115
↓ 5 callersFunctioncompactErrorText
(text: string)
src/ui/src/lib/api.ts:56
↓ 5 callersFunctionconfig_with_mcp_server
( api_base: String, url: String, auth_type: McpAuthType, auth_value: Option<&str>, static_
tests/mcp.rs:51
↓ 5 callersFunctionconnect
(delayMs: number)
src/ui/src/lib/api.ts:1472
← previousnext →101–200 of 3,232, ranked by callers