Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SkillConfig ¶
type SkillConfig struct{}
type SkillDeps ¶
type SkillDeps struct {
Skills skill.Registry `json:"skills"`
SessionStore agentkit.SessionStore `json:"sessionStore"`
}
type SkillInput ¶
type SkillInput struct {
Name string `json:"name" jsonschema:"required,description=Skill name to load"`
}
type SkillOutput ¶
Click to show internal directories.
Click to hide internal directories.