package
Version:
v0.1.28
Opens a new window with list of versions in this module.
Published: Jun 26, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AttemptResult struct {
Output string
ExitCode int
}
type Decision struct {
Attempt int `yaml:"attempt"`
Prompt string `yaml:"prompt,omitempty"`
Bundle string `yaml:"bundle,omitempty"`
ExitCode int `yaml:"exit_code"`
Decision string `yaml:"decision"`
Reason string `yaml:"reason"`
CreatedAt time.Time `yaml:"created_at"`
}
type Result struct {
Decisions []Decision `yaml:"decisions"`
Stopped bool `yaml:"stopped"`
Reason string `yaml:"reason"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.