Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepoAnalyzer ¶
func NewRepoAnalyzer(ctx context.Context, opts RepoAnnalyzerOptions) *llm.ReactAgent
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
type AgentOptions ¶
type AgentOptions struct { ASTsDir string MaxHistories int MaxSteps int Model llm.ModelConfig }
type Histories ¶
type Histories struct {
// contains filtered or unexported fields
}
func NewHistories ¶
type RepoAnnalyzerOptions ¶
type RepoAnnalyzerOptions struct { llm.ModelConfig MaxSteps int `json:"max_steps"` ASTsDir string `json:"asts_dir"` }
Click to show internal directories.
Click to hide internal directories.