Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Module
Resolve Galileo context for Agent Control calls. This module produces generic Agent Control targets from Galileo state. It does not import the Agent Control SDK; callers wire the two SDKs together explicitly. For Agent Control telemetry ingestion, usegalileo.handlers.agent_control.
AgentControlTargetUnresolvedError
Raised when no Agent Control target can be resolved from available inputs.AgentControlTarget
A target identifier that can be passed to Agent Control. Arguments-
target_type: Opaque Agent Control target type. Agent Control treats this value as deployer-defined; Galileo currently auto-resolves onlylog_streamtargets. -
target_id: Opaque Agent Control target ID. -
project_id: Galileo project ID for logs, debugging, and audit context only. Agent Control resolves project ownership fromtarget_typeandtarget_id.
get_agent_control_target
- Explicit
target_id. - Explicit
log_stream_idforlog_streamtargets. GALILEO_LOG_STREAM_IDforlog_streamtargets.- An already-initialized
galileo_contextlogger.