seher-sdk 0.0.50

Seher SDK: agent resolution and codexbar-backed rate-limit checks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod claude_agent;
pub mod claude_headless;
pub mod claude_terminal;
pub mod codexbar;
pub mod sdk;

/// Re-export of the [`claude-agent-sdk`] crate so downstream code can reach
/// it through seher without listing a second dependency.
///
/// [`claude-agent-sdk`]: ../claude_agent_sdk/index.html
pub use ::claude_agent_sdk;
pub use codexbar::{
    AgentLimit, CodexBarError, CodexBarUsage, CodexBarUsageResponse, CodexBarWindow,
    NamedCodexBarWindow, RunCodexBarUsageOptions, check_limit, check_limit_with,
    run_codexbar_usage,
};