Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvConsoleToken = "PLRL_CONSOLE_TOKEN" EnvGitAccessToken = "GIT_ACCESS_TOKEN" )
View Source
const (
EnvOverrideSystemPrompt = "PLRL_AGENT_SYSTEM_PROMPT_OVERRIDE"
)
Variables ¶
View Source
var Version = dev
Version of this binary
Functions ¶
func ConfigureGitSafeDirectory ¶ added in v0.6.48
ConfigureGitSafeDirectory marks the repository as trusted for git when the directory is owned by a different user than the current process (for example when agent-bootstrap clones into a shared volume and the harness runs later).
Types ¶
type Option ¶
type Option func(*environment)
Option allows modifying Environment behavior.
func WithAgentRun ¶
WithAgentRun provides information about agent run used to initialize the Environment.
func WithConsoleTokenClient ¶
func WithWorkingDir ¶
WithWorkingDir allows changing the default working directory of the Environment.
Click to show internal directories.
Click to hide internal directories.