Installation
Install the swarms package using pip:Basic Setup
- First, set up your environment variables:
Step by Step
-
Install and put your keys in
.env -
Turn on streaming in
Agent()withstreaming_on=True -
Optional: If you want to pretty print it, you can do
print_on=True; if not, it will print normally