Add support for custom agent skills via plugins (#2202)

* Add support for custom agent skills via plugins
Update Admin.systemPreferences to updated endpoint (legacy has deprecation notice

* lint

* dev build

* patch safeJson
patch label loading

* allow plugins with no config options

* lint

* catch invalid setupArgs in frontend

* update link to docs page for agent skills

* remove unneeded files

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
This commit is contained in:
Timothy Carambat
2024-09-10 17:06:02 -07:00
committed by GitHub
parent f3f6299aae
commit d1103e2b71
17 changed files with 768 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['chrome-extension'] # put your current branch to create a build. Core team only.
branches: ['agent-skill-plugins'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'