You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,13 +73,14 @@ In the Edison platform, we define the deployed combination of an agent and an en
73
73
Aiming to make the submission of tasks as simple as possible, we have created a `JobNames``enum` that contains the available task types.
74
74
75
75
The available supported jobs are:
76
-
| Alias | Task type | Description |
77
-
| --- | --- | --- |
78
-
|`JobNames.LITERATURE`| Literature Search | Ask a question of scientific data sources, and receive a high-accuracy, cited response. Built with [PaperQA3](https://github.com/Future-House/paper-qa). |
79
-
|`JobNames.ANALYSIS`| Data Analysis | Turn biological datasets into detailed analyses answering your research questions. |
80
-
|`JobNames.PRECEDENT`| Precedent Search | Formerly known as HasAnyone, query if anyone has ever done something in science. |
81
-
| `JobNames.MOLECULES` | Chemistry Tasks | A new iteration of ChemCrow, Phoenix uses cheminformatics tools to do chemistry. Good for planning synthesis and designing new molecules.
82
-
|`JobNames.DUMMY`| Dummy Task | This is a dummy task. Mainly for testing purposes. |
76
+
77
+
| Alias | Available Aliases | Task type | Description |
|`JobNames.LITERATURE`|`literature-20260216`, `JobNames.CROW`, `JobNames.FALCON`| Literature Search | Ask a question of scientific data sources, and receive a high-accuracy, cited response. Built with [PaperQA3](https://github.com/Future-House/paper-qa). |
80
+
|`JobNames.LITERATURE_HIGH`|`literature-high-20260216`| Literature Search | Ask a question of scientific data sources, and receive a high-accuracy, cited response. High reasoning mode enabled for SOTA performance. |
81
+
|`JobNames.ANALYSIS`|`JobNames.FINCH`| Data Analysis | Turn biological datasets into detailed analyses answering your research questions. |
82
+
|`JobNames.PRECEDENT`|`JobNames.OWL`| Precedent Search | Formerly known as HasAnyone, query if anyone has ever done something in science. |
83
+
|`JobNames.MOLECULES`|`JobNames.PHOENIX`| Chemistry Tasks | A new iteration of ChemCrow, Phoenix uses cheminformatics tools to do chemistry. Good for planning synthesis and designing new molecules. |
83
84
84
85
Using `JobNames`, the task submission looks like this:
0 commit comments