Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildOnboardContent ¶
func InstallPackagedSkill ¶
func InstallPackagedSkill(skill PackagedSkill, skillsRootDir string) (string, error)
func OnboardLong ¶
func OnboardShort ¶
func OnboardWrapper ¶
Types ¶
type PackagedSkill ¶
type PackagedSkill struct {
Key string
Name string
Description string
SkillMD string
OpenAIYAML string
}
func GetPackagedSkill ¶
func GetPackagedSkill(key string) (*PackagedSkill, error)
func ListPackagedSkills ¶
func ListPackagedSkills() ([]PackagedSkill, error)
Click to show internal directories.
Click to hide internal directories.