Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + const EventAfterCommand + const EventAfterFileRead + const EventBeforeCommand + const EventBeforeFileRead + const EventOnNotification + const EventOnStop + const EventOnSubagentStop + var DefaultToolConfigs = map[string]ToolConfig + var SupportedTools = []string + func NewAgent(name, description string) *agentscore.Agent + func NewCommand(name, description string) *commandscore.Command + func NewContext(name string) *contextcore.Context + func NewHooksConfig() *hookscore.Config + func NewSkill(name, description string) *skillscore.Skill + type Agent = agentscore.Agent + type Argument = commandscore.Argument + type Bundle struct + Agents []*agentscore.Agent + Commands []*commandscore.Command + Context *contextcore.Context + Hooks *hookscore.Config + MCP *mcpcore.Config + Plugin *pluginscore.Plugin + Skills []*skillscore.Skill + func New(name, version, description string) *Bundle + func (b *Bundle) AddAgent(agent *agentscore.Agent) + func (b *Bundle) AddCommand(cmd *commandscore.Command) + func (b *Bundle) AddMCPServer(name string, server MCPServer) + func (b *Bundle) AddSkill(skill *skillscore.Skill) + func (b *Bundle) Generate(tool, outputDir string) error + func (b *Bundle) GenerateAll(outputDir string) error + func (b *Bundle) SetContext(ctx *contextcore.Context) + func (b *Bundle) SetHooks(cfg *hookscore.Config) + type Command = commandscore.Command + type Config = hookscore.Config + type Context = contextcore.Context + type Event = hookscore.Event + type GenerateError struct + Component string + Err error + Tool string + func (e *GenerateError) Error() string + func (e *GenerateError) Unwrap() error + type Hook = hookscore.Hook + type HookEntry = hookscore.HookEntry + type MCPServer struct + Args []string + Command string + Env map[string]string + type Skill = skillscore.Skill + type ToolConfig struct + AgentsDir string + CommandsDir string + ContextDir string + ContextFile string + HooksDir string + HooksFile string + MCPDir string + MCPFile string + PluginDir string + PluginFile string + SkillsDir string