Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
patrickbdevaney
/
sw-api
like
0
Runtime error
App
Files
Files
Community
55ea4e8
sw-api
/
simple_example.py
patrickbdevaney
v1 attempt at hf space api
ffcf62f
6 days ago
raw
Copy download link
history
blame
Safe
200 Bytes
from
swarms
import
Agent
Agent(
agent_name=
"Stock-Analysis-Agent"
,
model_name=
"gpt-4o-mini"
,
max_loops=
1
,
interactive=
False
,
streaming_on=
True
,
).run(
"What are 5 hft algorithms"
)