org.llm4s.shared.WorkspaceAgentCommand
See theWorkspaceAgentCommand companion object
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 Objecttrait Matchableclass Any
- Known subtypes
-
class ExecuteCommandCommandclass ExploreFilesCommandclass GetWorkspaceInfoCommandclass ModifyFileCommandclass ReadFileCommandclass SearchFilesCommandclass WriteFileCommand
Members list
In this article