seher-sdk 0.0.37

Seher SDK: agent resolution and codexbar-backed rate-limit checks
Documentation
1
2
3
4
5
6
7
8
9
pub mod claude_terminal;
pub mod codexbar;
pub mod sdk;

pub use codexbar::{
    AgentLimit, CodexBarError, CodexBarUsage, CodexBarUsageResponse, CodexBarWindow,
    NamedCodexBarWindow, RunCodexBarUsageOptions, check_limit, check_limit_with,
    run_codexbar_usage,
};