pub struct AgentRuntimeOptions {
pub agents: Vec<AgentDefinition>,
}Expand description
The declared agents whose engine the emitted graph runs. Empty means the
server graph carries no agents section at all.
Fields§
§agents: Vec<AgentDefinition>Implementations§
Trait Implementations§
Source§impl Clone for AgentRuntimeOptions
impl Clone for AgentRuntimeOptions
Source§fn clone(&self) -> AgentRuntimeOptions
fn clone(&self) -> AgentRuntimeOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentRuntimeOptions
impl Debug for AgentRuntimeOptions
Source§impl Default for AgentRuntimeOptions
impl Default for AgentRuntimeOptions
Source§fn default() -> AgentRuntimeOptions
fn default() -> AgentRuntimeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentRuntimeOptions
impl RefUnwindSafe for AgentRuntimeOptions
impl Send for AgentRuntimeOptions
impl Sync for AgentRuntimeOptions
impl Unpin for AgentRuntimeOptions
impl UnsafeUnpin for AgentRuntimeOptions
impl UnwindSafe for AgentRuntimeOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more