File size: 1,790 Bytes
1a66d79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 🧩 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):