Documentation
¶
Overview ¶
Package memory is the Stage-1 namespace for knowledge, experience, and memory consolidation types. See ../REFACTOR_PLAN.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsolidatedMemory ¶
type ConsolidatedMemory = engine.ConsolidatedMemory
type ConsolidatorStats ¶
type ConsolidatorStats = engine.ConsolidatorStats
type Experience ¶
type Experience = engine.Experience
type ExperienceStats ¶
type ExperienceStats = engine.ExperienceStats
type ExperienceStore ¶
type ExperienceStore = engine.ExperienceStore
func NewExperienceStore ¶
func NewExperienceStore(dir string) *ExperienceStore
type KnowledgeBase ¶
type KnowledgeBase = engine.KnowledgeBase
func NewKnowledgeBase ¶
func NewKnowledgeBase(dir string) *KnowledgeBase
type KnowledgeEntry ¶
type KnowledgeEntry = engine.KnowledgeEntry
type KnowledgeStats ¶
type KnowledgeStats = engine.KnowledgeStats
type MemoryConsolidator ¶
type MemoryConsolidator = engine.MemoryConsolidator
func NewMemoryConsolidator ¶
func NewMemoryConsolidator(dir string) *MemoryConsolidator
Click to show internal directories.
Click to hide internal directories.