Expand description
CLI binary and command handlers for agent-tui.
This crate provides the command-line interface for interacting with TUI applications through the agent-tui daemon.
Re-exports§
pub use app::Application;pub use common::Colors;pub use core::Element;pub use core::ElementType;pub use daemon::Session;pub use daemon::SessionError;pub use daemon::SessionId;pub use daemon::SessionManager;pub use ipc::ClientError;pub use ipc::DaemonClient;pub use error::AttachError;pub use handlers::HandlerResult;