docs: update quickstart to use main.py instead of example.py

pull/828/head
ascender1729 1 week ago
parent 2dfe8a5dda
commit c93d263235

@ -122,7 +122,7 @@ swarm_architecture:
Now, create the main Python script that will use the `create_agents_from_yaml` function.
### `example.py`:
### `main.py`:
```python
from swarms.agents.create_agents_from_yaml import create_agents_from_yaml
@ -138,7 +138,7 @@ print(task_results)
### Example Run:
```bash
python example.py
python main.py
```
This will:

Loading…
Cancel
Save