添加函数调用支持,重构插件加载机制,优化函数描述和模块路径管理

This commit is contained in:
2024-12-17 19:32:51 +08:00
parent 339d0e05bf
commit 7893f28259
7 changed files with 127 additions and 21 deletions

View File

@ -6,9 +6,11 @@ require("nonebot_plugin_localstore")
import nonebot_plugin_localstore as store # type: ignore
from nonebot import get_driver, logger # type: ignore
# from .hunyuan import *
from .azure import *
from .config import config
# from .hunyuan import *
from .dev import *
from .metadata import metadata
__author__ = "Asankilp"