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

@@ -0,0 +1,5 @@
import { ExpertsSettings } from "@/components/settings/experts-settings"
export default function SettingsExpertsPage() {
return <ExpertsSettings />
}