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" // DefaultScope is the default memory scope. DefaultScope = core.ScopeSession )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Client is an existing omnimemory client.
// If nil, a new in-memory client will be created.
Client *core.Client
// TenantID is the default tenant for memory operations.
TenantID string
// AgentID is the agent identifier for memory attribution.
AgentID string
}
Config configures the memory skill.
type Skill ¶
type Skill struct {
// contains filtered or unexported fields
}
Skill implements compiled.Skill for memory operations using omnimemory.
func (*Skill) Description ¶
Description implements compiled.Skill.
Click to show internal directories.
Click to hide internal directories.