Versions in this module Expand all Collapse all v0 v0.1.0 May 2, 2026 Changes in this version + var Agents = map[string]AgentConfig + func FindSkillSource() (string, error) + func SaveAll(rootDir string, store *Store) (fileCount int, err error) + func WriteAgentsMd(projectRoot string) + type AgentConfig struct + Description string + Dir string + Format string + InstallFile string + Name string + type MemoryDoc struct + ID string + Text string + type SearchHit struct + ID string + Score float64 + Text string + type Store struct + func NewStore(path string) (*Store, error) + func (s *Store) Close() error + func (s *Store) Delete(id string) error + func (s *Store) DocCount() (uint64, error) + func (s *Store) Remember(id, text string) error + func (s *Store) Search(q string, limit int) ([]SearchHit, uint64, error)