|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# disable warnings
|
|
|
|
|
|
|
|
|
|
import warnings
|
|
|
|
|
|
|
|
|
|
warnings.filterwarnings("ignore", category=UserWarning)
|
|
|
|
@ -9,8 +9,8 @@ import os
|
|
|
|
|
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from swarms.logo import logo
|
|
|
|
|
|
|
|
|
|
from swarms.logo import logo
|
|
|
|
|
print(logo)
|
|
|
|
|
|
|
|
|
|
from swarms import agents
|
|
|
|
@ -18,10 +18,6 @@ from swarms.swarms.orchestrate import Orchestrator
|
|
|
|
|
from swarms import swarms
|
|
|
|
|
from swarms import structs
|
|
|
|
|
from swarms import models
|
|
|
|
|
|
|
|
|
|
# from swarms.chunkers import chunkers
|
|
|
|
|
from swarms.chunkers import chunkers
|
|
|
|
|
from swarms.workers.worker import Worker
|
|
|
|
|
from swarms import workers
|
|
|
|
|
from swarms.logo import logo2
|
|
|
|
|
|
|
|
|
|
print(logo2)
|