Re-exports§
pub use registry::TerminalRegistry;pub use tool::TerminalTool;pub use validation::CommandManager;pub use pty::terminal::Terminal;pub use pty::terminal::TerminalBuffer;pub use pty::terminal::ExecuteCommand;pub use pty::terminal::ShellOutput;
Modules§
- pty
- registry
- Terminal registry - manages multiple terminal instances
- shell
- tool
- Terminal tool implementation
- validation
- Command validation system with context-aware security rules
Structs§
- Terminal
Output - Response from unified
terminaltool
Functions§
- start_
server - Start the HTTP server programmatically for embedded mode
- start_
server_ with_ listener - Start terminal HTTP server using pre-bound listener (TOCTOU-safe)