Skip to content

Commit 61c0440

Browse files
committed
feat: Add 秘塔AI搜索 tool for web search capabilities
- Implemented the 秘塔AI搜索 tool with a search function using the 秘塔AI API. - Created README documentation outlining features, installation, and usage scenarios. - Added data.yaml for tool configuration and metadata. - Included logo for the 秘塔AI搜索 tool. feat: Introduce MongoDB 查询 tool for database querying - Developed MongoDB 查询 tool with a query function for MongoDB databases. - Added comprehensive README documentation detailing features and installation requirements. - Created data.yaml for tool configuration and metadata. - Included logo for the MongoDB 查询 tool. docs: Update submission guidelines for new applications - Provided detailed instructions on how to submit applications to MaxKB Toolstore. - Included requirements for application types, structure, and configuration files. - Added sections on development guidelines, submission process, and common questions.
1 parent f654ad4 commit 61c0440

13 files changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# MaxKB Appstore
1+
# MaxKB Toolstore
22

33
MaxKB 应用商店 - 强大易用的开源企业级智能体平台应用集合
44

55
## 📖 项目简介
66

7-
MaxKB Appstore 是 MaxKB 智能体平台的官方应用商店,提供各类工具应用来扩展 MaxKB 的功能。通过这些应用,您可以轻松地为 MaxKB 添加联网搜索、数据库查询等能力。
7+
MaxKB Toolstore 是 MaxKB 智能体平台的官方应用商店,提供各类工具应用来扩展 MaxKB 的功能。通过这些应用,您可以轻松地为 MaxKB 添加联网搜索、数据库查询等能力。
88

99
## 🚀 现有应用
1010

@@ -17,7 +17,7 @@ MaxKB Appstore 是 MaxKB 智能体平台的官方应用商店,提供各类工
1717
## 📁 项目结构
1818

1919
```
20-
MaxKB-appstore/
20+
MaxKB-toolstore/
2121
├── README.md # 项目说明文档
2222
├── apps/ # 应用目录
2323
│ ├── data.yaml # 应用商店配置
@@ -31,7 +31,6 @@ MaxKB-appstore/
3131
│ ├── data.yaml # 应用配置
3232
│ ├── logo.png # 应用图标
3333
│ ├── README.md # 应用说明
34-
│ ├── requirements.txt # 依赖文件
3534
│ └── 1.0.0/ # 版本目录
3635
```
3736

@@ -44,7 +43,7 @@ MaxKB-appstore/
4443

4544
## 🤝 贡献指南
4645

47-
如果您想为 MaxKB Appstore 贡献新的应用,请参考:
46+
如果您想为 MaxKB Toolstore 贡献新的应用,请参考:
4847
[如何提交自己想要的应用](./如何提交应用.md)
4948

5049
### 应用开发规范
@@ -57,7 +56,7 @@ MaxKB-appstore/
5756

5857
## 📞 联系我们
5958

60-
- 项目地址:https://github.com/1panel-dev/MaxKB-appstore
59+
- 项目地址:https://github.com/1panel-dev/MaxKB-toolstore
6160
- 问题反馈:请在 GitHub Issues 中提交
6261
- 文档支持:参考 MaxKB 官方文档
6362

apps/mongo/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
在使用此工具之前,需要先安装所需的依赖包:
2020

2121
```bash
22-
pip install -r requirements.txt
22+
pip install pymongo==4.14.1
2323
```
2424

2525
依赖包说明:

0 commit comments

Comments
 (0)