tooluniverse 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tooluniverse might be problematic. Click here for more details.
- {tooluniverse-0.1.2/src/tooluniverse.egg-info → tooluniverse-0.1.3}/PKG-INFO +11 -3
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/README.md +10 -2
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/setup.cfg +1 -1
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/openfda_tool.py +1 -1
- {tooluniverse-0.1.2 → tooluniverse-0.1.3/src/tooluniverse.egg-info}/PKG-INFO +11 -3
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/LICENSE +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/pyproject.toml +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/__init__.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/base_tool.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/__init__.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/fda_drug_labeling_tools.json +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/fda_drugs_with_brand_generic_names_for_tool.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/monarch_tools.json +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/opentarget_tools.json +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/special_tools.json +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/execute_function.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/graphql_tool.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/restful_tool.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/utils.py +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/SOURCES.txt +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/dependency_links.txt +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/requires.txt +0 -0
- {tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tooluniverse
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A collection of biomedical tools designed for use by Agentic AI.
|
|
5
5
|
Home-page: https://github.com/mims-harvard/TxAgent
|
|
6
6
|
Author: Shanghua Gao
|
|
@@ -15,7 +15,7 @@ Requires-Dist: graphql-core
|
|
|
15
15
|
# ToolUniverse
|
|
16
16
|
|
|
17
17
|
[](https://zitniklab.hms.harvard.edu/TxAgent)
|
|
18
|
-
[](https://arxiv.org/pdf/2503.10970)
|
|
19
19
|
[](https://pypi.org/project/txagent/)
|
|
20
20
|
[](https://pypi.org/project/tooluniverse/)
|
|
21
21
|
[](https://github.com/mims-harvard/TxAgent)
|
|
@@ -124,7 +124,15 @@ tooluni.run(query)
|
|
|
124
124
|
## Citation
|
|
125
125
|
|
|
126
126
|
```
|
|
127
|
-
|
|
127
|
+
@misc{gao2025txagent,
|
|
128
|
+
title={TxAgent: An AI Agent for Therapeutic Reasoning Across a Universe of Tools},
|
|
129
|
+
author={Shanghua Gao and Richard Zhu and Zhenglun Kong and Ayush Noori and Xiaorui Su and Curtis Ginder and Theodoros Tsiligkaridis and Marinka Zitnik},
|
|
130
|
+
year={2025},
|
|
131
|
+
eprint={2503.10970},
|
|
132
|
+
archivePrefix={arXiv},
|
|
133
|
+
primaryClass={cs.AI},
|
|
134
|
+
url={https://arxiv.org/abs/2503.10970},
|
|
135
|
+
}
|
|
128
136
|
```
|
|
129
137
|
|
|
130
138
|
## Contact
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# ToolUniverse
|
|
2
2
|
|
|
3
3
|
[](https://zitniklab.hms.harvard.edu/TxAgent)
|
|
4
|
-
[](https://arxiv.org/pdf/2503.10970)
|
|
5
5
|
[](https://pypi.org/project/txagent/)
|
|
6
6
|
[](https://pypi.org/project/tooluniverse/)
|
|
7
7
|
[](https://github.com/mims-harvard/TxAgent)
|
|
@@ -110,7 +110,15 @@ tooluni.run(query)
|
|
|
110
110
|
## Citation
|
|
111
111
|
|
|
112
112
|
```
|
|
113
|
-
|
|
113
|
+
@misc{gao2025txagent,
|
|
114
|
+
title={TxAgent: An AI Agent for Therapeutic Reasoning Across a Universe of Tools},
|
|
115
|
+
author={Shanghua Gao and Richard Zhu and Zhenglun Kong and Ayush Noori and Xiaorui Su and Curtis Ginder and Theodoros Tsiligkaridis and Marinka Zitnik},
|
|
116
|
+
year={2025},
|
|
117
|
+
eprint={2503.10970},
|
|
118
|
+
archivePrefix={arXiv},
|
|
119
|
+
primaryClass={cs.AI},
|
|
120
|
+
url={https://arxiv.org/abs/2503.10970},
|
|
121
|
+
}
|
|
114
122
|
```
|
|
115
123
|
|
|
116
124
|
## Contact
|
|
@@ -390,7 +390,7 @@ class FDADrugLabelGetDrugGenericNameTool(FDADrugLabelTool):
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
|
|
393
|
-
from data.fda_drugs_with_brand_generic_names_for_tool import drug_list
|
|
393
|
+
from .data.fda_drugs_with_brand_generic_names_for_tool import drug_list
|
|
394
394
|
|
|
395
395
|
self.brand_to_generic = {drug['brand_name']: drug['generic_name'] for drug in drug_list}
|
|
396
396
|
self.generic_to_brand = {drug['generic_name']: drug['brand_name'] for drug in drug_list}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tooluniverse
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A collection of biomedical tools designed for use by Agentic AI.
|
|
5
5
|
Home-page: https://github.com/mims-harvard/TxAgent
|
|
6
6
|
Author: Shanghua Gao
|
|
@@ -15,7 +15,7 @@ Requires-Dist: graphql-core
|
|
|
15
15
|
# ToolUniverse
|
|
16
16
|
|
|
17
17
|
[](https://zitniklab.hms.harvard.edu/TxAgent)
|
|
18
|
-
[](https://arxiv.org/pdf/2503.10970)
|
|
19
19
|
[](https://pypi.org/project/txagent/)
|
|
20
20
|
[](https://pypi.org/project/tooluniverse/)
|
|
21
21
|
[](https://github.com/mims-harvard/TxAgent)
|
|
@@ -124,7 +124,15 @@ tooluni.run(query)
|
|
|
124
124
|
## Citation
|
|
125
125
|
|
|
126
126
|
```
|
|
127
|
-
|
|
127
|
+
@misc{gao2025txagent,
|
|
128
|
+
title={TxAgent: An AI Agent for Therapeutic Reasoning Across a Universe of Tools},
|
|
129
|
+
author={Shanghua Gao and Richard Zhu and Zhenglun Kong and Ayush Noori and Xiaorui Su and Curtis Ginder and Theodoros Tsiligkaridis and Marinka Zitnik},
|
|
130
|
+
year={2025},
|
|
131
|
+
eprint={2503.10970},
|
|
132
|
+
archivePrefix={arXiv},
|
|
133
|
+
primaryClass={cs.AI},
|
|
134
|
+
url={https://arxiv.org/abs/2503.10970},
|
|
135
|
+
}
|
|
128
136
|
```
|
|
129
137
|
|
|
130
138
|
## Contact
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tooluniverse-0.1.2 → tooluniverse-0.1.3}/src/tooluniverse/data/fda_drug_labeling_tools.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|