WorkspaceSettings

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product