mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
# 🧩 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):
|