feat(experts): add built-in expert skills with per-agent activation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-10 15:17:51 +08:00
parent 64d4e9c903
commit 5b613daded
73 changed files with 11199 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
pub mod acp;
pub mod chat_channel;
pub mod conversations;
pub mod experts;
pub mod folder_commands;
pub mod folders;
pub mod mcp;