219 Commits

Author SHA1 Message Date
5287d974b3 添加自举功能描述,支持AI自动编写代码以实现自我学习和自我优化 2024-12-16 13:16:59 +08:00
dd05e603e0 添加随机数生成器插件,支持生成指定数量的随机数 2024-12-16 03:16:27 +08:00
05cce4b8e8 Add catgirl comment in main.py 2024-12-16 03:07:48 +08:00
7b71023994 Add catgirl comment in main.py 2024-12-16 03:03:25 +08:00
006f925afd 优化函数参数解析,增加对JSON解析错误的处理;更新run_shell_command描述 2024-12-16 03:02:05 +08:00
dacb5aa854 更新Caller类,修复模块名称为空的情况并添加调试日志;修改run_shell_command描述并重命名 2024-12-16 02:15:55 +08:00
b3c63f0ae4 修复tools禁用plugins启用时无法响应的bug 2024-12-16 01:57:32 +08:00
86f0e395f3 移动使用文档位置,添加小棉插件开关配置项 2024-12-16 01:31:42 +08:00
11d5af1144 📝 更新扩展文档,修正标题并添加功能调用支持说明 2024-12-15 23:29:01 +08:00
377ba70286 添加页脚信息,包含改进建议和版权声明 2024-12-15 23:01:16 +08:00
a3ccb4a8e5 🗑️ 删除 Pytest 工作流配置文件 2024-12-15 22:58:46 +08:00
25867b6a31 📝 修正文档中的拼写错误,更新为正确的 NoneBot2 和 OpenAI 表述 2024-12-15 22:57:18 +08:00
ebcdffade0 添加日语支持,更新多语言导航和首页链接 2024-12-15 22:56:41 +08:00
26fe0e9b23 修正插件 API 文档链接路径 2024-12-15 19:04:47 +08:00
4e25951599 修正插件 API 文档链接路径 2024-12-15 19:01:59 +08:00
57e20c61ab 更新安装文档,移除鸣谢与版权说明部分,简化内容 2024-12-15 19:00:34 +08:00
be99a117f0 添加天气查询插件,更新文档以说明插件功能和安装步骤 2024-12-15 18:53:44 +08:00
eb5dcb443d 添加Bot和状态支持,重构Caller类以实现依赖注入;新增获取设备信息和运行代码的功能 2024-12-15 18:27:30 +08:00
5fc4140cf7 优化参数处理逻辑,添加默认值支持;更新天气获取函数的返回信息 2024-12-15 17:43:03 +08:00
df8bc01178 更新扩展开发文档,添加插件和工具的说明;修改获取地理位置和用户信息函数的描述 2024-12-15 17:37:33 +08:00
84c2eb562b Merge branch 'main' of https://github.com/LiteyukiStudio/nonebot-plugin-marshoai 2024-12-15 17:08:09 +08:00
0379789bec 重构Caller类,移除泛型参数;添加函数签名复制装饰器 2024-12-15 17:08:02 +08:00
e7b3d5a1b4
📝 Create LICENSE-LSO
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 33s
Pre-commit checks / pre-commit (3.11) (push) Successful in 2m13s
Pre-commit checks / pre-commit (3.10) (push) Successful in 2m48s
Pre-commit checks / pre-commit (3.13) (push) Successful in 2m52s
Pre-commit checks / pre-commit (3.12) (push) Successful in 2m57s
Pytest API Testing / Pytest (3.11) (push) Failing after 2m1s
Pytest API Testing / Pytest (3.10) (push) Failing after 2m38s
Pytest API Testing / Pytest (3.12) (push) Failing after 2m36s
Pytest API Testing / Pytest (3.13) (push) Failing after 2m29s
2024-12-15 03:11:54 +08:00
af9a5e3c96 删除文档字符串解析相关的未使用文件 2024-12-15 02:59:57 +08:00
6c6b45a168 添加日志输出以指示插件功能开发状态;移除未使用的函数注册模块 2024-12-15 02:59:06 +08:00
0704285cde Merge branch 'main' of https://github.com/LiteyukiStudio/nonebot-plugin-marshoai 2024-12-15 02:51:41 +08:00
f1064b65db 重构函数信息获取逻辑;移除示例测试用例文件 2024-12-15 02:51:37 +08:00
43a33f500e 修复tools函数名 2024-12-15 01:13:25 +08:00
4083aba99f 添加开发模式配置;新增入口文件和函数调用处理逻辑;重构文档字符串解析类 2024-12-15 01:06:41 +08:00
52046ba032 更新函数调用模型,添加同步函数类型支持;重构函数信息获取逻辑;新增示例测试用例
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 38s
Pre-commit checks / pre-commit (3.11) (push) Successful in 2m40s
Pre-commit checks / pre-commit (3.10) (push) Successful in 3m19s
Pre-commit checks / pre-commit (3.12) (push) Successful in 3m19s
Pre-commit checks / pre-commit (3.13) (push) Successful in 3m23s
Pytest API Testing / Pytest (3.11) (push) Failing after 2m10s
Pytest API Testing / Pytest (3.10) (push) Failing after 2m51s
Pytest API Testing / Pytest (3.12) (push) Failing after 2m46s
Pytest API Testing / Pytest (3.13) (push) Failing after 2m39s
2024-12-14 19:56:42 +08:00
2229a60a05 🔒️ 修正权限问题 2024-12-14 19:16:59 +08:00
cacbea2302 更新文档结构,添加项目开发和扩展开发指南;修改侧边栏配置以支持新章节排序 2024-12-14 19:10:27 +08:00
8530e2e34a 添加开发文档和 API 文档的初始结构;更新 .gitignore 以排除生成的文档目录 2024-12-14 18:49:06 +08:00
8c06f1336e 修改文档配置,禁用从索引文件获取文件夹标题;更新图标和 logo 路径 2024-12-14 18:47:16 +08:00
19aadc3271 更新文档配置以启用从索引文件获取文件夹标题;修改开发脚本以支持主机选项 2024-12-14 18:43:20 +08:00
1e21f378c4 更新 litedoc 命令,添加文件标题选项;修改文档配置以禁用文件夹标题从索引文件获取 2024-12-14 18:39:53 +08:00
0658eb9624 更新依赖项,添加 litedoc 和 vitepress-sidebar;修改 .gitignore 以排除生成的文档目录;修正文档链接格式 2024-12-14 17:57:40 +08:00
448758d40d 重构文档构建流程,将 litedoc 命令移至 build-docs.sh 脚本中,并赋予执行权限 2024-12-14 16:25:05 +08:00
a8cc471f7b 更新 GitHub Actions 工作流,移除不必要的构建输出;更新 .gitignore 文件以排除 VitePress 生成的缓存和构建目录 2024-12-14 16:19:42 +08:00
9dc2c42f8b 修正 litedoc 命令中的插件引用,确保文档生成路径正确 2024-12-14 16:15:51 +08:00
c3ad997d79 更新 litedoc 命令以正确引用 nonebot-plugin-marshoai,确保文档生成正常 2024-12-14 16:14:42 +08:00
ecd517533b 添加 VitePress 配置和主题支持;更新 .gitignore 文件以排除不必要的目录;新增中英文文档首页 2024-12-14 16:11:30 +08:00
d0110f1c11
Update .pre-commit-config.yaml
All checks were successful
Pre-commit checks / pre-commit (3.11) (push) Successful in 1m38s
Pre-commit checks / pre-commit (3.10) (push) Successful in 2m13s
Pre-commit checks / pre-commit (3.12) (push) Successful in 2m15s
Pre-commit checks / pre-commit (3.13) (push) Successful in 2m13s
Pytest API Testing / Pytest (3.11) (push) Successful in 1m30s
Pytest API Testing / Pytest (3.10) (push) Successful in 2m10s
Pytest API Testing / Pytest (3.12) (push) Successful in 2m7s
Pytest API Testing / Pytest (3.13) (push) Successful in 2m4s
2024-12-14 05:27:22 +08:00
29da8d774d
Update CNAME 2024-12-14 05:26:35 +08:00
cd505c4171
Create CNAME 2024-12-14 05:20:22 +08:00
3f969ecf33 添加插件加载模块及相关模型,支持插件的动态加载与管理;新增天气、环境和时间获取功能;重构工具函数;删除不再使用的文件 2024-12-14 05:08:24 +08:00
a9938d30ed 🎨 Apply black formatting 2024-12-14 04:43:03 +08:00
59e0871840 🎨 Apply black formatting 2024-12-14 03:34:54 +08:00
7b47606039 🎨 Apply black formatting 2024-12-14 03:33:59 +08:00
23f9a6dde4 添加插件加载模块及相关模型,支持插件的动态加载与管理 2024-12-14 03:32:56 +08:00