From d45d3ddc5466c1e4ce830b189c41632d6ac5c07d Mon Sep 17 00:00:00 2001 From: Yasir Ekinci Date: Mon, 30 Oct 2023 18:17:01 +0000 Subject: [PATCH] automated release 0.5.0 --- dist/plugin.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..1ad667de --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,36 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", + "type": "app", + "name": "LLM", + "id": "grafana-llm-app", + "backend": true, + "streaming": true, + "executable": "gpx_llm", + "preload": true, + "info": { + "keywords": [ + "app" + ], + "description": "Plugin to easily allow LLM based extensions to grafana", + "author": { + "name": "Grafana" + }, + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "screenshots": [ + { + "name": "Configuration", + "path": "img/screenshot-configuration.png" + } + ], + "version": "0.5.0", + "updated": "2023-10-30" + }, + "includes": [], + "dependencies": { + "grafanaDependency": ">=9.5.2", + "plugins": [] + } +}