mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 02:06:20 +08:00
challenge
This commit is contained in:
parent
4560a31930
commit
6fe3ce73c3
13
README.md
13
README.md
@ -99,6 +99,19 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div align="center" style="background-color: #e8f5e9; padding: 15px; border-radius: 10px; border: 2px solid #4caf50; margin: 20px 0;">
|
||||
<h3 style="color: #2e7d32; margin: 0; font-size: 1.3em;">
|
||||
🧩 <b>NEW: COMMUNITY AGENT CHALLENGES!</b> 🧩
|
||||
</h3>
|
||||
<p style="font-size: 1.1em; margin: 10px 0;">
|
||||
Showcase your creativity by designing unique challenges for AI agents! <br>
|
||||
Join our community and see your innovative ideas tackled by cutting-edge AI.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/camel-ai/owl/blob/main/community_challenges.md" style="background-color: #2e7d32; color: white; padding: 8px 15px; text-decoration: none; border-radius: 5px; font-weight: bold;">View & Submit Challenges</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="background-color: #e3f2fd; padding: 12px; border-radius: 8px; border-left: 4px solid #1e88e5; margin: 10px 0;">
|
||||
<h4 style="color: #1e88e5; margin: 0 0 8px 0;">
|
||||
🎉 Latest Major Update - March 15, 2025
|
||||
|
||||
13
README_zh.md
13
README_zh.md
@ -99,6 +99,19 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div align="center" style="background-color: #e8f5e9; padding: 15px; border-radius: 10px; border: 2px solid #4caf50; margin: 20px 0;">
|
||||
<h3 style="color: #2e7d32; margin: 0; font-size: 1.3em;">
|
||||
🧩 <b>新增:社区智能体挑战!</b> 🧩
|
||||
</h3>
|
||||
<p style="font-size: 1.1em; margin: 10px 0;">
|
||||
展示您的创造力,为AI智能体设计独特的挑战!<br>
|
||||
加入我们的社区,见证您的创新想法被尖端AI技术实现。
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/camel-ai/owl/blob/main/community_challenges.md" style="background-color: #2e7d32; color: white; padding: 8px 15px; text-decoration: none; border-radius: 5px; font-weight: bold;">查看与提交挑战</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="background-color: #e3f2fd; padding: 12px; border-radius: 8px; border-left: 4px solid #1e88e5; margin: 10px 0;">
|
||||
<h4 style="color: #1e88e5; margin: 0 0 8px 0;">
|
||||
🎉 最新重大更新 - 2025年3月15日
|
||||
|
||||
50
community_challenges.md
Normal file
50
community_challenges.md
Normal file
@ -0,0 +1,50 @@
|
||||
# 🧩 Community Agent Challenges
|
||||
|
||||
Welcome to the OWL Community Challenges hub! This is where creative minds come together to craft interesting, innovative, and thought-provoking challenges for AI agents. Got an idea for a task that would really put an AI to the test? We want to hear from you!
|
||||
|
||||
## 🚀 Why Submit a Challenge?
|
||||
|
||||
- **Showcase your creativity** - Design unique tasks that highlight your innovative thinking
|
||||
- **Join our community** - Become part of the growing OWL ecosystem
|
||||
- **See your ideas in action** - Watch as your challenges are tackled by cutting-edge AI
|
||||
- **Help shape the future** - Contribute to advancing the capabilities of AI assistants
|
||||
|
||||
## 📝 How to Submit Your Challenge
|
||||
|
||||
It's easy! Simply add your challenge directly to this document by following the template below. The more detailed and creative your challenge, the better!
|
||||
|
||||
## ✨ Challenge Template
|
||||
|
||||
```markdown
|
||||
### [Challenge Title]
|
||||
|
||||
**Task**: Detailed instructions for the task.
|
||||
|
||||
**Success Criteria**:
|
||||
- What defines successful completion of this challenge?
|
||||
|
||||
**Hints** (Optional):
|
||||
- Any helpful tips
|
||||
```
|
||||
|
||||
## 🏆 Community Challenges
|
||||
|
||||
### GitHub Repository Statistics Visualization
|
||||
|
||||
**Task**: Open Google search, summarize the GitHub stars, fork counts, and other relevant statistics of camel-ai/camel framework. Then, write these numbers into a Python file using a plotting package (such as matplotlib or seaborn), save the visualization locally, and run the generated Python file to display the chart.
|
||||
|
||||
**Success Criteria**:
|
||||
- Retrieve accurate GitHub statistics for the camel-ai/camel repository
|
||||
- Generate a Python script that visualizes the data
|
||||
- Successfully run the script and create a visualization
|
||||
|
||||
|
||||
---
|
||||
|
||||
### [Your Challenge Here]
|
||||
|
||||
**Task**:
|
||||
|
||||
**Success Criteria**:
|
||||
|
||||
**Hints** (Optional):
|
||||
Loading…
x
Reference in New Issue
Block a user