From bed1b46527fc690e899c04cdb7d8c78d13f4daef Mon Sep 17 00:00:00 2001 From: yejue Date: Wed, 8 May 2024 11:08:43 +0800 Subject: [PATCH] :beers: publish plugin with_ai_agents (#2696) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index ae4b57f0..668a054f 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5915,5 +5915,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_with_ai_agents", + "project_link": "nonebot-plugin-with-ai-agents", + "author": "yejue", + "tags": [ + { + "label": "AI 智能体", + "color": "#5dac81" + }, + { + "label": "多平台模型", + "color": "#5dac81" + } + ], + "is_official": false } ]