feat(agent): implement agent execution engine and turn handling with background processing
This commit is contained in:
@@ -21,6 +21,6 @@ impl IpcServer {
|
||||
|
||||
pub fn accept(&self) -> anyhow::Result<crate::ipc::conn::Connection> {
|
||||
let (stream, _addr) = self.listener.accept()?;
|
||||
Ok(crate::ipc::conn::Connection::new(stream))
|
||||
crate::ipc::conn::Connection::new(stream)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user