Documentation
¶
Overview ¶
Package history is the Stage-1 namespace for command history, conversation summarisation, distillation, head/tail, annotations. See ../REFACTOR_PLAN.md.
Index ¶
- Variables
- type AliasSuggestion
- type Annotation
- type AnnotationManager
- type CommandFrequency
- type CommandHistory
- type CommandRecord
- type ConversationSummarizer
- type DistillExample
- type DistillStats
- type DistillationPipeline
- type FileMentionDetector
- type HeadTailWindow
- type SumMessage
- type Summary
- type SummaryLevel
- type WindowMessage
- type WindowResult
Constants ¶
This section is empty.
Variables ¶
View Source
var AdaptiveSizes = engine.AdaptiveSizes
View Source
var DetectAnnotations = engine.DetectAnnotations
View Source
var FormatAnnotations = engine.FormatAnnotations
View Source
var FormatWindow = engine.FormatWindow
View Source
var NewAnnotationManager = engine.NewAnnotationManager
View Source
var NewCommandHistory = engine.NewCommandHistory
View Source
var NewConversationSummarizer = engine.NewConversationSummarizer
View Source
var NewDistillationPipeline = engine.NewDistillationPipeline
View Source
var NewFileMentionDetector = engine.NewFileMentionDetector
View Source
var NewHeadTailWindow = engine.NewHeadTailWindow
View Source
var PreserveToolPairs = engine.PreserveToolPairs
View Source
var ShouldApply = engine.ShouldApply
View Source
var StripAnnotations = engine.StripAnnotations
Functions ¶
This section is empty.
Types ¶
type AliasSuggestion ¶
type AliasSuggestion = engine.AliasSuggestion
type Annotation ¶
type Annotation = engine.Annotation
type AnnotationManager ¶
type AnnotationManager = engine.AnnotationManager
type CommandFrequency ¶
type CommandFrequency = engine.CommandFrequency
type CommandHistory ¶
type CommandHistory = engine.CommandHistory
type CommandRecord ¶
type CommandRecord = engine.CommandRecord
type ConversationSummarizer ¶
type ConversationSummarizer = engine.ConversationSummarizer
type DistillExample ¶
type DistillExample = engine.DistillExample
type DistillStats ¶
type DistillStats = engine.DistillStats
type DistillationPipeline ¶
type DistillationPipeline = engine.DistillationPipeline
type FileMentionDetector ¶
type FileMentionDetector = engine.FileMentionDetector
type HeadTailWindow ¶
type HeadTailWindow = engine.HeadTailWindow
type SumMessage ¶
type SumMessage = engine.SumMessage
type SummaryLevel ¶
type SummaryLevel = engine.SummaryLevel
type WindowMessage ¶
type WindowMessage = engine.WindowMessage
type WindowResult ¶
type WindowResult = engine.WindowResult
Click to show internal directories.
Click to hide internal directories.