Update readme (#79)
* update readme * update deepwiki badge * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
88
README_zh.md
88
README_zh.md
@@ -1,60 +1,45 @@
|
||||
# AgentScope 示例 Agent
|
||||
# AgentScope 示例
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
[](https://github.com/agentscope-ai/agentscope-samples/blob/main/LICENSE)
|
||||
[](https://www.python.org/)
|
||||
[](https://deepwiki.com/agentscope-ai/agentscope-samples)
|
||||
[](https://doc.agentscope.io/)
|
||||
[](https://runtime.agentscope.io/)
|
||||
[](https://github.com/agentscope-ai/agentscope-samples)
|
||||
|
||||
[[README]](README.md)
|
||||
|
||||
欢迎来到 **AgentScope 示例 Agent** 仓库!🎯
|
||||
该仓库提供**可直接使用的 Python 示例 Agent**,它们构建于以下项目之上:
|
||||
🎯 **快启动你的智能体之旅!**
|
||||
这是一个集合了 **各种可直接运行的 Python 智能体示例** 的仓库,涵盖从命令行小工具到 **全栈可部署应用**。
|
||||
|
||||
- [AgentScope](https://github.com/agentscope-ai/agentscope)
|
||||
- [AgentScope Runtime](https://github.com/agentscope-ai/agentscope-runtime)
|
||||
## 🌟 什么是 AgentScope?
|
||||
|
||||
这些示例涵盖了广泛的使用场景 —— 从轻量级命令行 Agent,到同时具备前端和后端的**可部署全栈应用**。
|
||||
**[AgentScope](https://github.com/agentscope-ai/agentscope)** 是一个 **多智能体(Multi-Agent)框架**,让你能快速构建 **基于 LLM 的智能应用**:
|
||||
|
||||
---
|
||||
> 详情请参考:[AgentScope 文档](https://doc.agentscope.io/)
|
||||
- 🧠 定义智能体、集成工具
|
||||
- 📡 管理上下文与对话
|
||||
- 🤝 编排多个智能体协作完成任务
|
||||
|
||||
## 📖 关于 AgentScope & AgentScope Runtime
|
||||
|
||||
### **AgentScope**
|
||||
|
||||
AgentScope 是一个多 Agent 框架,旨在以**简单高效**的方式构建**基于 LLM 的 Agent 应用**。它提供了用于定义 Agent、集成工具、管理对话以及编排多 Agent 工作流的抽象能力。
|
||||
**[AgentScope-Runtime](https://github.com/agentscope-ai/agentscope-runtime)** 则是智能体运行时框架,让你能将智能体部署成API服务:
|
||||
|
||||
### **AgentScope Runtime**
|
||||
> 详情请参考:[AgentScope Runtime 文档](https://runtime.agentscope.io/)
|
||||
1. 🔄 **多智能体的可伸缩部署管理**
|
||||
2. 🛡️ **安全工具沙箱执行**
|
||||
|
||||
AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和运行 Agent 的两个关键问题:
|
||||
结合两者,你可以从原型 **一键走向生产部署**。
|
||||
|
||||
1. **高效的 Agent 部署** —— 支持跨环境的可扩展部署和管理。
|
||||
2. **沙盒化工具执行** —— 安全、隔离地运行工具和外部操作。
|
||||
## ⚡ 快速开始
|
||||
|
||||
它包括**Agent 部署**以及**安全的沙盒化工具执行**能力,可搭配 **AgentScope** 或其他 Agent 框架使用。
|
||||
📌 **运行示例之前**,请查看对应的 `README.md` 获取安装与运行说明。
|
||||
|
||||
---
|
||||
|
||||
## ✨ 快速开始
|
||||
|
||||
- 所有示例均基于 **Python**。
|
||||
- 示例按功能使用场景组织。
|
||||
- 有些示例仅使用 **AgentScope**(纯 Python Agent)。
|
||||
- 有些示例同时使用 **AgentScope 和 AgentScope Runtime** 来实现**带前端+后端的可部署全栈应用**。
|
||||
- 全栈运行时版本的文件夹名称以:
|
||||
**`_fullstack_runtime`** 结尾
|
||||
|
||||
> 📌 **运行示例之前**,请查看对应的 `README.md` 获取安装与运行说明。
|
||||
|
||||
### 安装依赖
|
||||
|
||||
- [AgentScope 文档](https://doc.agentscope.io/)
|
||||
- [AgentScope Runtime 文档](https://runtime.agentscope.io/)
|
||||
|
||||
---
|
||||
> - 所有示例均基于 **Python**
|
||||
> - 示例按功能、使用场景组织
|
||||
> - 有些示例仅使用 **AgentScope**
|
||||
> - 有些示例同时使用 **AgentScope 和 AgentScope Runtime** 来实现**带前端+后端的可部署全栈应用**。
|
||||
> - 全栈运行时版本的文件夹名称以:**`_fullstack_runtime`** 结尾
|
||||
|
||||
## 🌳 仓库结构
|
||||
|
||||
@@ -109,9 +94,9 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
|
||||
|
||||
---
|
||||
|
||||
## 🌟 特色示例
|
||||
## 🌈 特色示例
|
||||
|
||||
### DataJuicer 智能体
|
||||
### 📊 DataJuicer 智能体
|
||||
|
||||
一个强大的数据处理多智能体系统,利用 Data-Juicer 的 200+ 算子进行智能数据处理:
|
||||
|
||||
@@ -123,7 +108,7 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
|
||||
|
||||
📖 **文档**:[English](data_juicer_agent/README.md) | [中文](data_juicer_agent/README_ZH.md)
|
||||
|
||||
### Alias 智能体
|
||||
### 🕵🏻 Alias 智能体
|
||||
|
||||
*Alias-Agent*(简称 *Alias*)旨在作为一个智能助手来处理多样且复杂的真实世界任务,提供三种操作模式以实现灵活的任务执行:
|
||||
- **Simple React**:采用经典的推理-行动循环来迭代解决问题并执行工具调用。
|
||||
@@ -134,7 +119,7 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
|
||||
|
||||
📖 **文档**:[English](alias/README.md) | [中文](alias/README_ZH.md)
|
||||
|
||||
### EvoTraders
|
||||
### 📈 EvoTraders
|
||||
|
||||
*EvoTraders* 是一个开源的金融交易智能体框架,通过多智能体协作和记忆系统,构建能够在真实市场中持续学习与进化的交易系统。主要特性包括:
|
||||
|
||||
@@ -147,7 +132,7 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
|
||||
|
||||
---
|
||||
|
||||
## ℹ️ 获取帮助
|
||||
## 🆘 获取帮助
|
||||
|
||||
如果你:
|
||||
|
||||
@@ -176,25 +161,18 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
|
||||
- 文档改进
|
||||
- 代码贡献
|
||||
|
||||
详情见 [Contributing](https://github.com/agentscope-ai/agentscope-samples/blob/main/CONTRIBUTING_zh.md) 文档。
|
||||
|
||||
---
|
||||
详情见 [CONTRIBUTING_zh.md](CONTRIBUTING_zh.md) 文档。
|
||||
|
||||
## 📄 许可证
|
||||
|
||||
本项目基于 **Apache 2.0 License** 授权,详见 [LICENSE](https://github.com/agentscope-ai/agentscope-samples/blob/main/LICENSE) 文件。
|
||||
|
||||
---
|
||||
|
||||
## 🔗 相关资源
|
||||
|
||||
- [AgentScope 文档](https://doc.agentscope.io/)
|
||||
- [AgentScope Runtime 文档](https://runtime.agentscope.io/)
|
||||
- [AgentScope GitHub 仓库](https://github.com/agentscope-ai/agentscope)
|
||||
- [AgentScope Runtime GitHub 仓库](https://github.com/agentscope-ai/agentscope-runtime)
|
||||
本项目基于 **Apache 2.0 License** 授权,详见 [LICENSE](LICENSE) 文件。
|
||||
|
||||
## 贡献者 ✨
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
感谢这些优秀的贡献者们 ([表情符号说明](https://allcontributors.org/emoji-key/)):
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
|
||||
Reference in New Issue
Block a user