Skip to main content

Module tools

Module tools 

Source
Expand description

LLM-callable tools for process management.

These tools are contributed to the agent’s tool registry by ProcessPlugin when process_tracking.enabled = true.

Structs§

KillProcessTool
LLM tool: send a signal to a process owned by this agent.
ListProcessesTool
LLM tool: list all running processes visible to this agent.
ProcessStatsTool
LLM tool: detailed stats for a single tracked process (own or child).
ReadProcessOutputTool
LLM tool: read captured stdout/stderr from a non-interactive process.
WaitForProcessTool
LLM tool: wait for a process to finish and return its exit status.