Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggressiveReader ¶
type AggressiveReader struct {
// contains filtered or unexported fields
}
func NewAggressiveReader ¶
func NewAggressiveReader(maxTokens int) *AggressiveReader
func (*AggressiveReader) ReadAggressive ¶
func (r *AggressiveReader) ReadAggressive(filePath string) string
func (*AggressiveReader) TokenCount ¶
func (r *AggressiveReader) TokenCount(content string) int
func (*AggressiveReader) WithinBudget ¶
func (r *AggressiveReader) WithinBudget(content string) bool
type CompactTree ¶
type CompactTree struct {
MaxDepth int
}
func NewCompactTree ¶
func NewCompactTree(maxDepth int) *CompactTree
Click to show internal directories.
Click to hide internal directories.