pub struct BenchSDK { /* private fields */ }Expand description
The main SDK client for connecting to Bench AI
Implementationsยง
Sourceยงimpl BenchSDK
impl BenchSDK
Sourcepub fn create_agent(&mut self, config: AgentConfig) -> Agent
pub fn create_agent(&mut self, config: AgentConfig) -> Agent
Create a new AI agent
Auto Trait Implementationsยง
impl Freeze for BenchSDK
impl RefUnwindSafe for BenchSDK
impl Send for BenchSDK
impl Sync for BenchSDK
impl Unpin for BenchSDK
impl UnwindSafe for BenchSDK
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