Expand description
agent-tui - Library for AI agents to interact with TUI applications
This library provides the core functionality for managing PTY sessions, detecting UI elements, and interacting with terminal applications.
§Modules
Re-exports§
pub use detection::Element;pub use detection::ElementDetector;pub use detection::Framework;pub use pty::PtyError;pub use pty::PtyHandle;pub use session::Session;pub use session::SessionError;pub use session::SessionId;pub use session::SessionInfo;pub use session::SessionManager;pub use terminal::CursorPosition;pub use terminal::ScreenBuffer;pub use terminal::VirtualTerminal;pub use wait::WaitCondition;