gate4agent 0.2.34

Universal transport library for CLI AI agents (Claude Code, Codex, Gemini, OpenCode). Pipe, PTY, ACP (Agent Client Protocol), and Daemon transports.
Documentation
1
2
3
4
5
//! OpenCode PTY stubs.
//!
//! OpenCode is pipe-only — it has no PTY OutputParser or PromptSubmitter.
//! The PTY factory falls back to the Claude parser/submitter for OpenCode.
//! This module exists as a placeholder for future PTY support.