You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
389 B
15 lines
389 B
#swarms
|
|
|
|
# worker
|
|
# from swarms.workers.worker_node import WorkerNode
|
|
|
|
#boss
|
|
# from swarms.boss.boss_node import BossNode
|
|
|
|
#models
|
|
from swarms.agents.models.anthropic import Anthropic
|
|
from swarms.agents.models.huggingface import HuggingFaceLLM
|
|
from swarms.agents.models.palm import GooglePalm
|
|
from swarms.agents.models.petals import Petals
|
|
# from swarms.agents.models.openai import OpenAI
|