org.llm4s.codegen.WorkspaceSettings
See theWorkspaceSettings companion object
final case class WorkspaceSettings(workspaceDir: String, imageName: String, hostPort: Int, traceLogPath: String)
Configuration settings for workspace environment.
Defines the directory, Docker image, port, and logging configuration for the containerized code workspace.
Value parameters
- hostPort
-
host port for workspace communication
- imageName
-
Docker image name for the workspace container
- traceLogPath
-
path for writing trace/log output
- workspaceDir
-
directory path containing the codebase to work with
Attributes
- See also
-
WorkspaceConfigSupport for loading settings from configuration
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article