gate4agent 0.2.6

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
6
7
//! Core shared types and errors for gate4agent.

pub mod types;
pub mod error;

pub use types::{AgentEvent, CliTool, RateLimitInfo, RateLimitType, SessionConfig};
pub use error::AgentError;