bitrouter-providers 0.18.3

BitRouter provider adapters — HTTP client, auth, streaming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! ACP (Agent Client Protocol) provider — feature-gated.
//!
//! Provides a `Send`-safe facade over ACP's `!Send` runtime by confining
//! the protocol to a dedicated OS thread with a single-threaded tokio
//! runtime and `LocalSet`.

pub mod discovery;
pub mod install;
pub mod platform;
pub mod provider;
pub mod types;

mod client;
mod connection;