Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store holds static knowledge loaded from a disk.
func LoadDir ¶
LoadDir loads prompts, skills, and facts from subdirectories of the root. Expected layout: root/{prompts,skills,facts}/<name>.<ext>
Skill files may begin with a YAML front-matter block delimited by `---` lines (name, description, tools); the remainder is the skill's instructions.
func (*Store) Skills ¶
func (s *Store) Skills() intent.SkillRegistry
Skills returns a registry of the loaded skills for use with intent.WithSkills.
Click to show internal directories.
Click to hide internal directories.