tooluniverse 0.1.1__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.

Files changed (23) hide show
  1. tooluniverse-0.1.3/LICENSE +21 -0
  2. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/PKG-INFO +22 -6
  3. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/README.md +20 -4
  4. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/setup.cfg +1 -2
  5. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/openfda_tool.py +1 -1
  6. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/PKG-INFO +22 -6
  7. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/SOURCES.txt +1 -0
  8. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/requires.txt +0 -1
  9. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/pyproject.toml +0 -0
  10. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/__init__.py +0 -0
  11. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/base_tool.py +0 -0
  12. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/data/__init__.py +0 -0
  13. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/data/fda_drug_labeling_tools.json +0 -0
  14. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/data/fda_drugs_with_brand_generic_names_for_tool.py +0 -0
  15. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/data/monarch_tools.json +0 -0
  16. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/data/opentarget_tools.json +0 -0
  17. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/data/special_tools.json +0 -0
  18. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/execute_function.py +0 -0
  19. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/graphql_tool.py +0 -0
  20. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/restful_tool.py +0 -0
  21. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse/utils.py +0 -0
  22. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/dependency_links.txt +0 -0
  23. {tooluniverse-0.1.1 → tooluniverse-0.1.3}/src/tooluniverse.egg-info/top_level.txt +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Artificial Intelligence for Medicine and Science @ Harvard
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,22 +1,22 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tooluniverse
3
- Version: 0.1.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
7
7
  Author-email: shanghuagao@gmail.com
8
8
  Requires-Python: >=3.6
9
9
  Description-Content-Type: text/markdown
10
+ License-File: LICENSE
10
11
  Requires-Dist: requests
11
12
  Requires-Dist: numpy
12
- Requires-Dist: graphql
13
13
  Requires-Dist: graphql-core
14
14
 
15
15
  # ToolUniverse
16
16
 
17
17
  [![ProjectPage](https://img.shields.io/badge/Page-TxAgent-red)](https://zitniklab.hms.harvard.edu/TxAgent)
18
- [![PaperLink](https://img.shields.io/badge/PDF-TxAgent-red)]()
19
- [![TxAgent-PIP](https://img.shields.io/badge/Pip-TxAgent-blue)]()
18
+ [![PaperLink](https://img.shields.io/badge/Arxiv-TxAgent-red)](https://arxiv.org/pdf/2503.10970)
19
+ [![TxAgent-PIP](https://img.shields.io/badge/Pip-TxAgent-blue)](https://pypi.org/project/txagent/)
20
20
  [![ToolUniverse-PIP](https://img.shields.io/badge/Pip-ToolUniverse-blue)](https://pypi.org/project/tooluniverse/)
21
21
  [![TxAgent](https://img.shields.io/badge/Code-TxAgent-purple)](https://github.com/mims-harvard/TxAgent)
22
22
  [![ToolUniverse](https://img.shields.io/badge/Code-ToolUniverse-purple)](https://github.com/mims-harvard/ToolUniverse)
@@ -75,8 +75,7 @@ Requires-Dist: graphql-core
75
75
  <span class="author-block">
76
76
  <a href="https://zitniklab.hms.harvard.edu/" target="_blank"
77
77
  >Marinka Zitnik</a
78
- ><sup>,</span
79
- >
78
+ >
80
79
  </div>
81
80
 
82
81
 
@@ -122,3 +121,20 @@ tooluni.load_tools()
122
121
  query = {"name": "get_indications_by_drug_name", "arguments": {"drug_name": "KISUNLA"}}
123
122
  tooluni.run(query)
124
123
  ```
124
+ ## Citation
125
+
126
+ ```
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
+ }
136
+ ```
137
+
138
+ ## Contact
139
+ If you have any questions or suggestions, please email [Shanghua Gao](mailto:shanghuagao@gmail.com) and [Marinka Zitnik](mailto:marinka@hms.harvard.edu).
140
+
@@ -1,8 +1,8 @@
1
1
  # ToolUniverse
2
2
 
3
3
  [![ProjectPage](https://img.shields.io/badge/Page-TxAgent-red)](https://zitniklab.hms.harvard.edu/TxAgent)
4
- [![PaperLink](https://img.shields.io/badge/PDF-TxAgent-red)]()
5
- [![TxAgent-PIP](https://img.shields.io/badge/Pip-TxAgent-blue)]()
4
+ [![PaperLink](https://img.shields.io/badge/Arxiv-TxAgent-red)](https://arxiv.org/pdf/2503.10970)
5
+ [![TxAgent-PIP](https://img.shields.io/badge/Pip-TxAgent-blue)](https://pypi.org/project/txagent/)
6
6
  [![ToolUniverse-PIP](https://img.shields.io/badge/Pip-ToolUniverse-blue)](https://pypi.org/project/tooluniverse/)
7
7
  [![TxAgent](https://img.shields.io/badge/Code-TxAgent-purple)](https://github.com/mims-harvard/TxAgent)
8
8
  [![ToolUniverse](https://img.shields.io/badge/Code-ToolUniverse-purple)](https://github.com/mims-harvard/ToolUniverse)
@@ -61,8 +61,7 @@
61
61
  <span class="author-block">
62
62
  <a href="https://zitniklab.hms.harvard.edu/" target="_blank"
63
63
  >Marinka Zitnik</a
64
- ><sup>,</span
65
- >
64
+ >
66
65
  </div>
67
66
 
68
67
 
@@ -108,3 +107,20 @@ tooluni.load_tools()
108
107
  query = {"name": "get_indications_by_drug_name", "arguments": {"drug_name": "KISUNLA"}}
109
108
  tooluni.run(query)
110
109
  ```
110
+ ## Citation
111
+
112
+ ```
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
+ }
122
+ ```
123
+
124
+ ## Contact
125
+ If you have any questions or suggestions, please email [Shanghua Gao](mailto:shanghuagao@gmail.com) and [Marinka Zitnik](mailto:marinka@hms.harvard.edu).
126
+
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = tooluniverse
3
- version = 0.1.1
3
+ version = 0.1.3
4
4
  description = A collection of biomedical tools designed for use by Agentic AI.
5
5
  author = Shanghua Gao
6
6
  author_email = shanghuagao@gmail.com
@@ -16,7 +16,6 @@ python_requires = >=3.6
16
16
  install_requires =
17
17
  requests
18
18
  numpy
19
- graphql
20
19
  graphql-core
21
20
 
22
21
  [options.packages.find]
@@ -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,22 +1,22 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tooluniverse
3
- Version: 0.1.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
7
7
  Author-email: shanghuagao@gmail.com
8
8
  Requires-Python: >=3.6
9
9
  Description-Content-Type: text/markdown
10
+ License-File: LICENSE
10
11
  Requires-Dist: requests
11
12
  Requires-Dist: numpy
12
- Requires-Dist: graphql
13
13
  Requires-Dist: graphql-core
14
14
 
15
15
  # ToolUniverse
16
16
 
17
17
  [![ProjectPage](https://img.shields.io/badge/Page-TxAgent-red)](https://zitniklab.hms.harvard.edu/TxAgent)
18
- [![PaperLink](https://img.shields.io/badge/PDF-TxAgent-red)]()
19
- [![TxAgent-PIP](https://img.shields.io/badge/Pip-TxAgent-blue)]()
18
+ [![PaperLink](https://img.shields.io/badge/Arxiv-TxAgent-red)](https://arxiv.org/pdf/2503.10970)
19
+ [![TxAgent-PIP](https://img.shields.io/badge/Pip-TxAgent-blue)](https://pypi.org/project/txagent/)
20
20
  [![ToolUniverse-PIP](https://img.shields.io/badge/Pip-ToolUniverse-blue)](https://pypi.org/project/tooluniverse/)
21
21
  [![TxAgent](https://img.shields.io/badge/Code-TxAgent-purple)](https://github.com/mims-harvard/TxAgent)
22
22
  [![ToolUniverse](https://img.shields.io/badge/Code-ToolUniverse-purple)](https://github.com/mims-harvard/ToolUniverse)
@@ -75,8 +75,7 @@ Requires-Dist: graphql-core
75
75
  <span class="author-block">
76
76
  <a href="https://zitniklab.hms.harvard.edu/" target="_blank"
77
77
  >Marinka Zitnik</a
78
- ><sup>,</span
79
- >
78
+ >
80
79
  </div>
81
80
 
82
81
 
@@ -122,3 +121,20 @@ tooluni.load_tools()
122
121
  query = {"name": "get_indications_by_drug_name", "arguments": {"drug_name": "KISUNLA"}}
123
122
  tooluni.run(query)
124
123
  ```
124
+ ## Citation
125
+
126
+ ```
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
+ }
136
+ ```
137
+
138
+ ## Contact
139
+ If you have any questions or suggestions, please email [Shanghua Gao](mailto:shanghuagao@gmail.com) and [Marinka Zitnik](mailto:marinka@hms.harvard.edu).
140
+
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  README.md
2
3
  pyproject.toml
3
4
  setup.cfg
@@ -1,4 +1,3 @@
1
1
  requests
2
2
  numpy
3
- graphql
4
3
  graphql-core