Delete examples/multi_agent/asb/agents_builder.py

pull/1101/head
CI-DEV 1 week ago committed by GitHub
parent 9b4621e9ef
commit 64ecf70a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,9 +0,0 @@
from swarms.structs.agent_builder import AgentsBuilder
example_task = "Write a blog post about the benefits of using Swarms for AI agents."
agents_builder = AgentsBuilder()
agents = agents_builder.run(example_task)
print(agents)
Loading…
Cancel
Save