refactor(core): land plugin auth and startup cleanup

This commit is contained in:
Peter Steinberger
2026-03-15 20:02:24 -07:00
parent f71f44576a
commit 8ab01c5c93
75 changed files with 736 additions and 383 deletions

View File

@@ -1,6 +1,9 @@
{
"id": "huggingface",
"providers": ["huggingface"],
"providerAuthEnvVars": {
"huggingface": ["HUGGINGFACE_HUB_TOKEN", "HF_TOKEN"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,