diff --git a/README.md b/README.md index ea8a641..fc90a48 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas - [🤝 Contributing](#-contributing) - [🔥 Community](#-community) - [❓ FAQ](#-faq) +- [📚 Exploring CAMEL Dependency](#-exploring-camel-dependency) - [⭐ Star History](#-star-history) @@ -500,6 +501,18 @@ A: OWL supports Python 3.10, 3.11, and 3.12. A: See our [Contributing](#-contributing) section for details on how to get involved. We welcome contributions of all kinds, from code improvements to documentation updates. +# 📚 Exploring CAMEL Dependency + +OWL is built on top of the CAMEL-AI Framework, here's how you can explore the CAMEL source code and understand how it works with OWL: + +## Accessing CAMEL Source Code + +```bash +# Clone the CAMEL repository +git clone https://github.com/camel-ai/camel.git +cd camel +``` + # ⭐ Star History [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date) diff --git a/README_zh.md b/README_zh.md index 20d3a92..4021385 100644 --- a/README_zh.md +++ b/README_zh.md @@ -82,6 +82,7 @@ - [🤝 贡献](#-贡献) - [🔥 社区](#-社区) - [❓ 常见问题](#-常见问题) +- [📚 探索 CAMEL 依赖](#-探索-camel-依赖) - [⭐ Star History](#-star-history) @@ -490,6 +491,18 @@ A: OWL支持Python 3.10、3.11和3.12。为了与所有依赖项获得最佳兼 A: 请参阅我们的[贡献](#-贡献)部分,了解如何参与的详细信息。我们欢迎各种形式的贡献,从代码改进到文档更新。 +# 📚 探索 CAMEL 依赖 + +OWL 是基于 CAMEL-AI 框架构建的,以下是如何探索 CAMEL 源代码并了解其与 OWL 的工作方式: + +## 访问 CAMEL 源代码 + +```bash +# 克隆 CAMEL 仓库 +git clone https://github.com/camel-ai/camel.git +cd camel +``` + # ⭐ Star History [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)