Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packages/appkit/src/plugins/vector-search/**",
"packages/appkit/src/plugin/index.ts",
"packages/appkit/src/plugin/to-plugin.ts",
"packages/appkit/src/plugins/agents/index.ts",
"packages/appkit/src/plugins/agents/**",
"template/**",
"tools/**",
"docs/**",
Expand Down
1 change: 1 addition & 0 deletions packages/appkit/src/plugins/agents/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "agents",
"displayName": "Agents Plugin",
"stability": "beta",
"hidden": true,
"description": "AI agents driven by markdown configs or code, with auto-tool-discovery from registered plugins",
"resources": {
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/appkit/src/plugins/beta-exports.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// subpath ships each plugin. Editing this file by hand will drift it from the
// manifests and the synced appkit.plugins.json.

export { agents } from "./agents";
export {};
25 changes: 0 additions & 25 deletions template/appkit.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@
"$schema": "https://databricks.github.io/appkit/schemas/template-plugins.schema.json",
"version": "1.1",
"plugins": {
"agents": {
"name": "agents",
"displayName": "Agents Plugin",
"description": "AI agents driven by markdown configs or code, with auto-tool-discovery from registered plugins",
"package": "@databricks/appkit",
"resources": {
"required": [],
"optional": [
{
"type": "serving_endpoint",
"alias": "Model Serving (agents)",
"resourceKey": "agents-serving-endpoint",
"description": "Databricks Model Serving endpoint for agents using workspace-hosted models (`DatabricksAdapter.fromModelServing`). Wire the same endpoint name AppKit reads from `DATABRICKS_AGENT_ENDPOINT` when no per-agent model is configured. Omit when agents use only external adapters.",
"permission": "CAN_QUERY",
"fields": {
"name": {
"env": "DATABRICKS_AGENT_ENDPOINT",
"description": "Endpoint name passed to Model Serving when agents default to `DatabricksAdapter.fromModelServing()`"
}
}
}
]
},
"stability": "beta"
},
"analytics": {
"name": "analytics",
"displayName": "Analytics Plugin",
Expand Down
Loading