Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescribeTool ¶
type DescribeTool struct {
// contains filtered or unexported fields
}
DescribeTool inspects summary metadata and lineage.
func NewDescribeTool ¶
func NewDescribeTool(engine memory.Engine) *DescribeTool
NewDescribeTool creates a memory_describe tool.
func (*DescribeTool) Definition ¶
func (t *DescribeTool) Definition() toolspec.Definition
type ExpandTool ¶
type ExpandTool struct {
// contains filtered or unexported fields
}
ExpandTool drills into a summary to retrieve original details.
func NewExpandTool ¶
func NewExpandTool(engine memory.Engine) *ExpandTool
NewExpandTool creates a memory_expand tool.
func (*ExpandTool) Definition ¶
func (t *ExpandTool) Definition() toolspec.Definition
type GrepTool ¶
type GrepTool struct {
// contains filtered or unexported fields
}
GrepTool searches conversation history using the memory retrieval engine.
func NewGrepTool ¶
NewGrepTool creates a memory_grep tool.
func (*GrepTool) Definition ¶
func (t *GrepTool) Definition() toolspec.Definition
Click to show internal directories.
Click to hide internal directories.