|
|
@ -50,11 +50,12 @@ Use GitHub Issues for:
|
|
|
|
|
|
|
|
|
|
|
|
4. **Include the following information**:
|
|
|
|
4. **Include the following information**:
|
|
|
|
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
|
|
|
|
## Bug Description
|
|
|
|
## Bug Description
|
|
|
|
|
|
|
|
|
|
|
|
A clear description of what the bug is.
|
|
|
|
A clear description of what the bug is.
|
|
|
|
|
|
|
|
|
|
|
|
## Environment
|
|
|
|
## Environment
|
|
|
|
|
|
|
|
|
|
|
|
- Swarms version: [e.g., 5.9.2]
|
|
|
|
- Swarms version: [e.g., 5.9.2]
|
|
|
|
|
|
|
|
|
|
|
|
- Python version: [e.g., 3.9.0]
|
|
|
|
- Python version: [e.g., 3.9.0]
|
|
|
@ -65,17 +66,21 @@ A clear description of what the bug is.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Steps to Reproduce
|
|
|
|
## Steps to Reproduce
|
|
|
|
|
|
|
|
|
|
|
|
1. Step one
|
|
|
|
1. Step one
|
|
|
|
2. Step two
|
|
|
|
2. Step two
|
|
|
|
3. Step three
|
|
|
|
3. Step three
|
|
|
|
|
|
|
|
|
|
|
|
## Expected Behavior
|
|
|
|
## Expected Behavior
|
|
|
|
|
|
|
|
|
|
|
|
What you expected to happen.
|
|
|
|
What you expected to happen.
|
|
|
|
|
|
|
|
|
|
|
|
## Actual Behavior
|
|
|
|
## Actual Behavior
|
|
|
|
|
|
|
|
|
|
|
|
What actually happened.
|
|
|
|
What actually happened.
|
|
|
|
|
|
|
|
|
|
|
|
## Code Sample
|
|
|
|
## Code Sample
|
|
|
|
|
|
|
|
|
|
|
|
```python
|
|
|
|
```python
|
|
|
|
# Minimal code that reproduces the issue
|
|
|
|
# Minimal code that reproduces the issue
|
|
|
|
from swarms import Agent
|
|
|
|
from swarms import Agent
|
|
|
@ -85,11 +90,12 @@ result = agent.run("Your task here")
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Error Messages
|
|
|
|
## Error Messages
|
|
|
|
```
|
|
|
|
|
|
|
|
Paste any error messages or stack traces here
|
|
|
|
Paste any error messages or stack traces here
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Additional Context
|
|
|
|
## Additional Context
|
|
|
|
|
|
|
|
|
|
|
|
Any other context, screenshots, or logs that might help.
|
|
|
|
Any other context, screenshots, or logs that might help.
|
|
|
|
|
|
|
|
|
|
|
|
### **Issue Templates Available**
|
|
|
|
### **Issue Templates Available**
|
|
|
@ -109,6 +115,7 @@ Any other context, screenshots, or logs that might help.
|
|
|
|
### **When to Book a Private Support Call**
|
|
|
|
### **When to Book a Private Support Call**
|
|
|
|
|
|
|
|
|
|
|
|
Book a private consultation for:
|
|
|
|
Book a private consultation for:
|
|
|
|
|
|
|
|
|
|
|
|
- Security vulnerabilities or concerns
|
|
|
|
- Security vulnerabilities or concerns
|
|
|
|
|
|
|
|
|
|
|
|
- Enterprise deployment guidance
|
|
|
|
- Enterprise deployment guidance
|
|
|
@ -164,6 +171,7 @@ Book a private consultation for:
|
|
|
|
Get instant help from our active community of developers and core team members.
|
|
|
|
Get instant help from our active community of developers and core team members.
|
|
|
|
|
|
|
|
|
|
|
|
**Discord Benefits:**
|
|
|
|
**Discord Benefits:**
|
|
|
|
|
|
|
|
|
|
|
|
- **24/7 availability** - Someone is always online
|
|
|
|
- **24/7 availability** - Someone is always online
|
|
|
|
|
|
|
|
|
|
|
|
- **Instant responses** - Get help in real-time
|
|
|
|
- **Instant responses** - Get help in real-time
|
|
|
|