mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
udpate readme
This commit is contained in:
15
README.md
15
README.md
@@ -277,21 +277,6 @@ For more detailed Docker usage instructions, including cross-platform support, o
|
||||
|
||||
# 🚀 Quick Start
|
||||
|
||||
## Try MCP (Model Context Protocol) Integration
|
||||
|
||||
Experience the power of MCP by running our example that demonstrates multi-agent information retrieval and processing:
|
||||
|
||||
```bash
|
||||
# Set up MCP servers (one-time setup)
|
||||
npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude
|
||||
npx @wonderwhy-er/desktop-commander setup
|
||||
|
||||
# Run the MCP example
|
||||
python examples/run_mcp.py
|
||||
```
|
||||
|
||||
This example showcases how OWL agents can seamlessly interact with file systems, web automation, and information retrieval through the MCP protocol. Check out `examples/run_mcp.py` for the full implementation.
|
||||
|
||||
## Basic Usage
|
||||
|
||||
After installation and setting up your environment variables, you can start using OWL right away:
|
||||
|
||||
15
README_zh.md
15
README_zh.md
@@ -270,21 +270,6 @@ chmod +x build_docker.sh
|
||||
|
||||
# 🚀 快速开始
|
||||
|
||||
## 尝试 MCP(模型上下文协议)集成
|
||||
|
||||
体验 MCP 的强大功能,运行我们的示例来展示多智能体信息检索和处理:
|
||||
|
||||
```bash
|
||||
# 设置 MCP 服务器(仅需一次性设置)
|
||||
npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude
|
||||
npx @wonderwhy-er/desktop-commander setup
|
||||
|
||||
# 运行 MCP 示例
|
||||
python examples/run_mcp.py
|
||||
```
|
||||
|
||||
这个示例展示了 OWL 智能体如何通过 MCP 协议无缝地与文件系统、网页自动化和信息检索进行交互。查看 `examples/run_mcp.py` 了解完整实现。
|
||||
|
||||
## 基本用法
|
||||
|
||||
运行以下示例:
|
||||
|
||||
Reference in New Issue
Block a user