pub type BoundAgent = Arc<dyn Fn(String) -> BoxFuture<'static, Result<String>> + Send + Sync>;
Type-erased callable agent.
pub struct BoundAgent { /* private fields */ }