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

@@ -31,6 +31,7 @@
{ "path": "./packages/core/agent" },
{ "path": "./packages/core/tools" },
{ "path": "./packages/core/skill" },
{ "path": "./packages/core/skill-local" },
{ "path": "./packages/core/tool-skill" },
{ "path": "./packages/core/agent-loop" },
{ "path": "./packages/core/agent-core" },