init cleanup

Former-commit-id: 7b1a855bc4
group-chat
Kye 1 year ago
parent fb5e4a2a61
commit 878aada22c

@ -81,7 +81,7 @@ task = f"What are the biggest risks facing humanity?"
god_mode.print_responses(task)
```
- The `Worker` is an fully feat
- The `Worker` is an fully feature complete agent with an llm, tools, and a vectorstore for long term memory!
```python
from swarms import Worker

@ -10,10 +10,10 @@ from swarms.workers.worker import Worker
# from swarms.boss.boss_node import Boss
#models
import swarms.models
from swarms import models
#structs
import swarms.structs
from s
# swarms
import swarms.swarms

Loading…
Cancel
Save