agent_id
: The ID of your deployed agententrypoint_tag
: The entrypoint to use for executionlocal
: Whether this is a local agent deploymentRunAgentResult<RunAgentClient>
agent_id
: The ID of your deployed agententrypoint_tag
: The entrypoint to use for executionlocal
: Whether this is a local agent deploymenthost
: Optional host addressport
: Optional port numberRunAgentResult<RunAgentClient>
input_kwargs
: Array of key-value pairs for agent inputRunAgentResult<Value>
- Agent
Returns: RunAgentResult<Value>
- Agent response as JSON
input_args
: Array of positional argumentsinput_kwargs
: Array of key-value pairs for agent inputRunAgentResult<Value>
- Agent response as JSON
input_kwargs
: Array of key-value pairs for agent inputRunAgentResult<Stream>
- Stream of response chunks
RunAgentResult<Value>
- Architecture details
RunAgentResult<bool>
- Health status
agent_id
: Unique identifier for the agentagent_path
: Path to the agent directoryhost
: Host address to bind toport
: Port number to bind toagent_path
: Path to the agent directoryhost
: Optional host (defaults to “127.0.0.1”)port
: Optional port (defaults to 8450)ServerInfo
struct with server details
db
feature is enabled).