pull/584/head
Your Name 4 months ago
parent 5d112d0358
commit 44858aa572

@ -1,6 +1,7 @@
from swarms import Agent, AgentRearrange from swarms import Agent, AgentRearrange
from swarm_models import OpenAIChatfrom swarms.agents.multion_wrapper import MultiOnAgent from swarm_models import OpenAIChat
from swarms.agents.multion_wrapper import MultiOnAgent
model = MultiOnAgent( model = MultiOnAgent(
url="https://tesla.com", url="https://tesla.com",

@ -9,7 +9,6 @@ with concurrent.futures.ThreadPoolExecutor(max_workers=2) as executor:
from swarms.agents import * # noqa: E402, F403 from swarms.agents import * # noqa: E402, F403
from swarms.artifacts import * # noqa: E402, F403 from swarms.artifacts import * # noqa: E402, F403
from swarm_models import * # noqa: E402, F403
from swarms.prompts import * # noqa: E402, F403 from swarms.prompts import * # noqa: E402, F403
from swarms.structs import * # noqa: E402, F403 from swarms.structs import * # noqa: E402, F403
from swarms.telemetry import * # noqa: E402, F403 from swarms.telemetry import * # noqa: E402, F403

Loading…
Cancel
Save