Crate kodegen_tools_terminal

Crate kodegen_tools_terminal 

Source

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§

TerminalOutput
Response from unified terminal tool

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)