main
Kye 2 years ago
parent a0e83e77ee
commit 067cdab2ee

@ -1,12 +1,12 @@
# Agora
![Agora banner](Agora-Banner-blend.png)
![Agora banner](images/Agora-Banner-blend.png)
[Swarms is brought to you by Agora, the open source AI research organization. Join Agora and Help create swarms and or recieve support to advance Humanity. ](https://discord.gg/qUtxnK2NMf)
# Swarming Language Models (Swarms)
![Swarming banner](swarms.png)
![Swarming banner](images/swarms.png)
[![Share on Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Share%20%40kyegomez/swarms)](https://twitter.com/intent/tweet?text=Check%20out%20this%20amazing%20AI%20project:%20&url=https%3A%2F%2Fgithub.com%2Fkyegomez%2Fswarms)

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Before

Width:  |  Height:  |  Size: 8.0 MiB

After

Width:  |  Height:  |  Size: 8.0 MiB

@ -2,7 +2,7 @@ from swarms import Swarms
import os
# Retrieve your API key from the environment or replace with your actual key
api_key = os.getenv("OPENAI_API_KEY")
api_key = ""
# Initialize Swarms with your API key
swarm = Swarms(api_key)

@ -1,7 +0,0 @@
from swarms import worker_node
#cretae an agent
worker_node.create_agent(ai_name="Workerx", ai_role="Assistant", human_in_the_loop=True, search_kwargs={"k": 8})
#use the agent to perform a task
worker_node.run_agent("Find 20 potential customers for a Swarms based AI Agent automation infrastructure")
Loading…
Cancel
Save