Skip to content

Commit 934d92c

Browse files
authored
update table with aliases (#38)
1 parent 42adafb commit 934d92c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,14 @@ In the Edison platform, we define the deployed combination of an agent and an en
7373
Aiming to make the submission of tasks as simple as possible, we have created a `JobNames` `enum` that contains the available task types.
7474

7575
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 |
78+
| -------------------------- | --------------------------------------------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
79+
| `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. |
8384

8485
Using `JobNames`, the task submission looks like this:
8586

0 commit comments

Comments
 (0)