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
6
7
pub mod vte_parser;
pub mod screen_parser;
pub mod screen_analyzer;

pub use vte_parser::VteParser;
pub use screen_parser::ScreenParser;
pub use screen_analyzer::{analyze_screen, RowKind, ScreenAnalysis, UiState};