Interface LlmCommand

All Known Implementing Classes:
CompleteCommand, ContinueCommand, CreateFileCommand, EscalateCommand, GenerateQuestionsCommand, RunCommandCommand, SetContextCommand, ToolInvocationCommand, UserPromptCommand

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.