seher-sdk 0.0.32

Seher SDK: agent resolution, rate-limit checks, and provider clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod auth;
mod local;
mod remote;
mod types;

pub use auth::OpencodeGoAuth;
pub use local::OpencodeGoUsageStore;
pub use remote::{
    OpencodeGoRemoteError, RemoteUsage, RemoteWindow, fetch_usage as fetch_remote_usage,
    parse_usage as parse_remote_usage,
};
pub use types::{OpencodeGoUsageSnapshot, OpencodeGoUsageSource, OpencodeGoUsageWindow};