- All Known Implementing Classes:
CompleteCommand,ContinueCommand,CreateFileCommand,EscalateCommand,GenerateQuestionsCommand,RunCommandCommand,SetContextCommand,ToolInvocationCommand,UserPromptCommand
public sealed interface LlmCommand
permits CreateFileCommand, UserPromptCommand, SetContextCommand, RunCommandCommand, CompleteCommand, ContinueCommand, GenerateQuestionsCommand, EscalateCommand, ToolInvocationCommand
Marker interface for commands that LLMs can return in structured JSON responses. Each command
type is a record implementing this interface, dispatched by the runtime to produce side effects.
Workflow configuration controls the execution flow; AI/model output provides commands or content but does not own runtime flow control.