Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(apiURL string, req RunRequest) (harnessloop.RunResult, error)
func RunSummary ¶
func RunSummary(apiURL string, req RunRequest) (harness.CommandSummary, error)
Types ¶
type RunRequest ¶
type RunRequest struct {
Action string `json:"action"`
RepoRoot string `json:"repo_root"`
Threshold float64 `json:"threshold"`
MaxIterations int `json:"max_iterations"`
Branch string `json:"branch"`
Mode string `json:"mode"`
RoleConfig string `json:"role_config"`
VerboseArtifacts bool `json:"verbose_artifacts"`
Seed int64 `json:"seed"`
Budget int `json:"budget"`
}
Click to show internal directories.
Click to hide internal directories.