refactor: split skill providers

This commit is contained in:
Yichen Jiang
2026-07-08 15:50:38 +08:00
parent 5fd647012e
commit f453ba77a2
77 changed files with 1673 additions and 1334 deletions

View File

@@ -127,10 +127,10 @@ const SERVICE_ROLES: ServiceRole[] = [
{
key: 'skills',
pkg: 'skill',
title: 'Skill discovery registry',
title: 'Skill provider registry',
mode: 'core',
consumers: ['agent-core', 'tool-skill'],
note: 'Discovers project/user/system skills, injects request-time listings, and serves full skill bodies to the skill tool.',
consumers: ['agent-core', 'skill-local', 'tool-skill'],
note: 'Merges provider skill catalogs, injects request-time listings, and serves full skill bodies to the skill tool.',
},
{
key: 'agents',