Documentation
¶
Overview ¶
Package skillmanage exposes SkillStore mutations as a runtime tool.
Index ¶
Constants ¶
View Source
const (
ToolNameSkillManage = "skill_manage"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterWithMutation ¶ added in v0.1.17
func RegisterWithMutation( registry *tools.Registry, onMutation func(context.Context, skillstore.MutationKind, string, string), ) error
RegisterWithMutation adds skill_manage with an instance-scoped callback.
Types ¶
type Tool ¶
Tool lets the agent create and update procedural skills.
func NewToolWithMutation ¶ added in v0.1.17
func NewToolWithMutation(onMutation func(context.Context, skillstore.MutationKind, string, string)) (*Tool, error)
NewToolWithMutation creates skill_manage with an instance-scoped mutation callback.
Click to show internal directories.
Click to hide internal directories.