Skip to main content

Agent

Type Alias Agent 

Source
pub type Agent = AgentHandle<PythonRuntime>;
Expand description

Convenience alias for an agent backed by the bridge’s runtime.

This hides the generic Runtime parameter so consumers never see the underlying Python bridge type.

Aliased Type§

pub struct Agent { /* private fields */ }