gate4agent 0.2.0

Universal transport library for 6 CLI AI agents (Claude Code, Codex, Gemini, Cursor, OpenCode, OpenClaw). Unified TransportSession entry point with Pipe, PTY, and DaemonHarness transports.
Documentation
1
2
3
4
5
pub mod wrapper;
pub mod session;

pub use wrapper::{PtyError, PtyWrapper};
pub use session::{PtySession, PtyWriteHandle};