WorkspaceAgentCommand

org.llm4s.shared.WorkspaceAgentCommand
See theWorkspaceAgentCommand companion object
sealed trait WorkspaceAgentCommand

Core trait for all workspace agent commands.

Commands are sent from the client to the workspace agent to perform file operations, execute shell commands, or query workspace information. Each command has a unique commandId for request-response correlation.

Attributes

See also

WorkspaceAgentResponse for corresponding responses

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def commandId: String

Unique identifier for correlating responses with requests

Unique identifier for correlating responses with requests

Attributes