Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MemoryDefinition ¶ added in v0.8.0
func MemoryDefinition() toolspec.Definition
MemoryDefinition returns the tool definition without requiring a live engine.
Types ¶
type MemoryTool ¶ added in v0.8.0
type MemoryTool struct {
// contains filtered or unexported fields
}
MemoryTool provides a unified interface for all memory operations. Actions: grep, describe, expand, user_memory_update.
func NewMemoryTool ¶ added in v0.8.0
func NewMemoryTool(engine memory.Engine, memStore *memory.UserMemoryStore) *MemoryTool
NewMemoryTool creates a unified memory tool.
func (*MemoryTool) Definition ¶ added in v0.8.0
func (t *MemoryTool) Definition() toolspec.Definition
Click to show internal directories.
Click to hide internal directories.