gate4agent 0.2.2

Universal transport library for 5 CLI AI agents (Claude Code, Codex, Gemini, Cursor, OpenCode). Pipe and PTY transports. TransportSession is a thin router over PipeSession.
Documentation
1
2
3
4
5
pub mod rate_limit;

pub use rate_limit::RateLimitDetector;
// RateLimitInfo and RateLimitType live in crate::types; re-export here for convenience.
pub use crate::types::{RateLimitInfo, RateLimitType};