From f1032804bb574850e05fd2e5a47dcdbe9c737bdb Mon Sep 17 00:00:00 2001 From: Dobiichi-Origami Date: Tue, 3 Oct 2023 18:48:21 +0800 Subject: [PATCH] :beers: publish plugin Nonebot Agent (#2388) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index b60c218e..06babd89 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5087,5 +5087,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_agent", + "project_link": "nonebot-plugin-agent", + "author": "Dobiichi-Origami", + "tags": [ + { + "label": "agent", + "color": "#99ccff" + } + ], + "is_official": false } ]