Documentation
¶
Overview ¶
Package scaffold is the Stage-1 namespace for scaffolding, recipes, patterns, skills, and few-shot types. See ../REFACTOR_PLAN.md.
Index ¶
- func FormatPattern(p *PromptPattern) string
- func FormatSkill(s *Skill) string
- type FewShotExample
- type FewShotStore
- type PatternLibrary
- type PromptPattern
- type Recipe
- type RecipeRegistry
- type Scaffolder
- type Skill
- type SkillRegistry
- type SkillResult
- type SkillStep
- type Template
- type TemplateFile
- type TemplateVariable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatPattern ¶
func FormatPattern(p *PromptPattern) string
func FormatSkill ¶
Types ¶
type FewShotExample ¶
type FewShotExample = engine.FewShotExample
type FewShotStore ¶
type FewShotStore = engine.FewShotStore
func NewFewShotStore ¶
func NewFewShotStore() *FewShotStore
type PatternLibrary ¶
type PatternLibrary = engine.PatternLibrary
func NewPatternLibrary ¶
func NewPatternLibrary(dir string) *PatternLibrary
type PromptPattern ¶
type PromptPattern = engine.PromptPattern
type RecipeRegistry ¶
type RecipeRegistry = engine.RecipeRegistry
func NewRecipeRegistry ¶
func NewRecipeRegistry(dir string) *RecipeRegistry
type Scaffolder ¶
type Scaffolder = engine.Scaffolder
func NewScaffolder ¶
func NewScaffolder() *Scaffolder
type SkillRegistry ¶
type SkillRegistry = engine.SkillRegistry
func NewSkillRegistry ¶
func NewSkillRegistry(dir string) *SkillRegistry
type SkillResult ¶
type SkillResult = engine.SkillResult
type TemplateFile ¶
type TemplateFile = engine.TemplateFile
type TemplateVariable ¶
type TemplateVariable = engine.TemplateVariable
Click to show internal directories.
Click to hide internal directories.