Spaces:
No application file
No application file
add comment
Browse files
main.py
CHANGED
|
@@ -16,7 +16,7 @@ def main(module_name):
|
|
| 16 |
This is the list of tools:
|
| 17 |
{"\n\t".join(f"{tool[0]}: {tool[1]}" for tool in module_tools)}
|
| 18 |
"""
|
| 19 |
-
tool_name = "fastqc"
|
| 20 |
meta_info = extract_information_from_meta_json(meta_file=meta_yml, tool_name=tool_name)
|
| 21 |
|
| 22 |
def chat_with_agent(message, history):
|
|
|
|
| 16 |
This is the list of tools:
|
| 17 |
{"\n\t".join(f"{tool[0]}: {tool[1]}" for tool in module_tools)}
|
| 18 |
"""
|
| 19 |
+
tool_name = "fastqc" # this would be the answer of the first agent
|
| 20 |
meta_info = extract_information_from_meta_json(meta_file=meta_yml, tool_name=tool_name)
|
| 21 |
|
| 22 |
def chat_with_agent(message, history):
|