gate4agent 0.1.10

Universal wrapper for CLI agents (Claude Code, Codex, Gemini). PTY mirror and pipe/NDJSON modes with tokio broadcast fan-out.
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};