Documentation
¶
Index ¶
- Constants
- Variables
- func ReadProjectDescription(root string) (string, string, error)
- func RenderPromptTree(rootName string, keptFiles []*scanner.TreeEntry, ...) string
- func ScanDepth(ctx context.Context, root string, parents []string, logger *slog.Logger) ([]*scanner.TreeEntry, error)
- func ScanDepthWithWarnings(ctx context.Context, root string, parents []string, logger *slog.Logger) ([]*scanner.TreeEntry, []scanner.Warning, error)
- type DepthProposal
- type LLMClient
- type Options
- type Result
- type State
Constants ¶
View Source
const MaxCandidatesPerLLMRequest = 150
View Source
const MaxReadmeChars = 12000
Variables ¶
View Source
var ErrDescriptionRequired = errors.New("project description is required")
Functions ¶
func RenderPromptTree ¶
Types ¶
type DepthProposal ¶
type Result ¶
Click to show internal directories.
Click to hide internal directories.