pub struct ACPApi { /* private fields */ }Expand description
Agent Communication Protocol bridge sessions
Implementations§
Source§impl ACPApi
impl ACPApi
Sourcepub fn get_acp_session(&self, session_id: &str) -> EventStream
pub fn get_acp_session(&self, session_id: &str) -> EventStream
Get ACP session state and events (SSE)
GET /api/v1/acp/session/{sessionId}
Returns a server-sent event stream.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ACPApi
impl !UnwindSafe for ACPApi
impl Freeze for ACPApi
impl Send for ACPApi
impl Sync for ACPApi
impl Unpin for ACPApi
impl UnsafeUnpin for ACPApi
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