Skip to main content

Module service

Module service 

Source
Expand description

Skill service — central coordinator for skills.

Mirrors cherry-studio’s SkillService pattern:

  • Aggregates skills from multiple storage providers
  • Configurable matching algorithms
  • Per-agent skill bindings
  • Script execution (sandboxed)

Structs§

SkillMatchingConfig
Configuration for skill matching behavior.
SkillService
Central skill service coordinating storage + matching.
SkillUpdate
Patch fields for updating an existing skill.

Enums§

SkillMatchingAlgorithm
Supported matching algorithms.