Wendong-Fan commited on
Commit
ff39853
·
1 Parent(s): b0af2d3

update readme

Browse files
Files changed (2) hide show
  1. README.md +13 -0
  2. README_zh.md +13 -0
README.md CHANGED
@@ -81,6 +81,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
81
  - [🤝 Contributing](#-contributing)
82
  - [🔥 Community](#-community)
83
  - [❓ FAQ](#-faq)
 
84
  - [⭐ Star History](#-star-history)
85
 
86
 
@@ -500,6 +501,18 @@ A: OWL supports Python 3.10, 3.11, and 3.12.
500
 
501
  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.
502
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  # ⭐ Star History
504
 
505
  [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)
 
81
  - [🤝 Contributing](#-contributing)
82
  - [🔥 Community](#-community)
83
  - [❓ FAQ](#-faq)
84
+ - [📚 Exploring CAMEL Dependency](#-exploring-camel-dependency)
85
  - [⭐ Star History](#-star-history)
86
 
87
 
 
501
 
502
  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.
503
 
504
+ # 📚 Exploring CAMEL Dependency
505
+
506
+ 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:
507
+
508
+ ## Accessing CAMEL Source Code
509
+
510
+ ```bash
511
+ # Clone the CAMEL repository
512
+ git clone https://github.com/camel-ai/camel.git
513
+ cd camel
514
+ ```
515
+
516
  # ⭐ Star History
517
 
518
  [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)
README_zh.md CHANGED
@@ -82,6 +82,7 @@
82
  - [🤝 贡献](#-贡献)
83
  - [🔥 社区](#-社区)
84
  - [❓ 常见问题](#-常见问题)
 
85
  - [⭐ Star History](#-star-history)
86
 
87
 
@@ -490,6 +491,18 @@ A: OWL支持Python 3.10、3.11和3.12。为了与所有依赖项获得最佳兼
490
 
491
  A: 请参阅我们的[贡献](#-贡献)部分,了解如何参与的详细信息。我们欢迎各种形式的贡献,从代码改进到文档更新。
492
 
 
 
 
 
 
 
 
 
 
 
 
 
493
  # ⭐ Star History
494
 
495
  [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)
 
82
  - [🤝 贡献](#-贡献)
83
  - [🔥 社区](#-社区)
84
  - [❓ 常见问题](#-常见问题)
85
+ - [📚 探索 CAMEL 依赖](#-探索-camel-依赖)
86
  - [⭐ Star History](#-star-history)
87
 
88
 
 
491
 
492
  A: 请参阅我们的[贡献](#-贡献)部分,了解如何参与的详细信息。我们欢迎各种形式的贡献,从代码改进到文档更新。
493
 
494
+ # 📚 探索 CAMEL 依赖
495
+
496
+ OWL 是基于 CAMEL-AI 框架构建的,以下是如何探索 CAMEL 源代码并了解其与 OWL 的工作方式:
497
+
498
+ ## 访问 CAMEL 源代码
499
+
500
+ ```bash
501
+ # 克隆 CAMEL 仓库
502
+ git clone https://github.com/camel-ai/camel.git
503
+ cd camel
504
+ ```
505
+
506
  # ⭐ Star History
507
 
508
  [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)