Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerManager ¶
type AnalyzerManager struct{}
func NewAnalyzerManager ¶
func NewAnalyzerManager() *AnalyzerManager
func (*AnalyzerManager) CodeAnalyzerForProjectType ¶
func (m *AnalyzerManager) CodeAnalyzerForProjectType(projectType string) codetypes.PathAnalyzer
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
Indexer indexes CodeChunks into LongTermMemory using an embedding Provider.
func NewIndexer ¶
func NewIndexer(analyzer codetypes.PathAnalyzer, embedder llm.Provider, ltm memory.LongTermMemory) *Indexer
Click to show internal directories.
Click to hide internal directories.