Documentation
¶
Overview ¶
Package memory provides a compiled skill for semantic memory operations.
Index ¶
Constants ¶
View Source
const ( // SkillName is the name of the memory skill. SkillName = "memory" // DefaultCollection is the default memory collection name. DefaultCollection = "default" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Embedder computes vector embeddings for semantic search.
Embedder vector.Embedder
}
Config configures the memory skill.
type Skill ¶
type Skill struct {
// contains filtered or unexported fields
}
Skill implements compiled.Skill for memory operations.
func (*Skill) Description ¶
Description implements compiled.Skill.
func (*Skill) SetStorage ¶
SetStorage implements compiled.StorageAware.
Click to show internal directories.
Click to hide internal directories.