Spaces:
Sleeping
Sleeping
vaishakgkumar
commited on
Commit
•
b7ac658
1
Parent(s):
0cf6387
Update main.py
Browse fileschange in agentics import
main.py
CHANGED
@@ -8,6 +8,7 @@ from src.mapper.scimap import scimap
|
|
8 |
from src.mapper.parser import MapperParser
|
9 |
from src.datatonic.dataloader import DataLoader
|
10 |
from src.teams.agentteam import codingteam, covid19team, financeteam, debateteam, homeworkteam, consultingteam
|
|
|
11 |
|
12 |
title = """# Welcome to 👩🏻🔬🧪SciTonic
|
13 |
this is a highly adaptive technical operator that will listen to your query and load datasets and multi-agent teams based on those. Simply describe your problem in detail, ask a question and provide a reasoning method to get started:
|
|
|
8 |
from src.mapper.parser import MapperParser
|
9 |
from src.datatonic.dataloader import DataLoader
|
10 |
from src.teams.agentteam import codingteam, covid19team, financeteam, debateteam, homeworkteam, consultingteam
|
11 |
+
from src.agentics.agents import AgentsFactory
|
12 |
|
13 |
title = """# Welcome to 👩🏻🔬🧪SciTonic
|
14 |
this is a highly adaptive technical operator that will listen to your query and load datasets and multi-agent teams based on those. Simply describe your problem in detail, ask a question and provide a reasoning method to get started:
|