tooluniverse 1.0.0__tar.gz → 1.0.1__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 (191) hide show
  1. {tooluniverse-1.0.0/src/tooluniverse.egg-info → tooluniverse-1.0.1}/PKG-INFO +11 -1
  2. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/README.md +10 -0
  3. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/pyproject.toml +1 -1
  4. {tooluniverse-1.0.0 → tooluniverse-1.0.1/src/tooluniverse.egg-info}/PKG-INFO +11 -1
  5. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/SOURCES.txt +1 -5
  6. tooluniverse-1.0.0/src/tooluniverse/data/packages/software_tools.json +0 -4954
  7. tooluniverse-1.0.0/src/tooluniverse/remote/expert_feedback_mcp/human_expert_mcp_server.py +0 -1611
  8. tooluniverse-1.0.0/src/tooluniverse/remote/expert_feedback_mcp/simple_test.py +0 -34
  9. tooluniverse-1.0.0/src/tooluniverse/remote/expert_feedback_mcp/start_web_interface.py +0 -91
  10. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/LICENSE +0 -0
  11. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/setup.cfg +0 -0
  12. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/__init__.py +0 -0
  13. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/admetai_tool.py +0 -0
  14. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/agentic_tool.py +0 -0
  15. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/alphafold_tool.py +0 -0
  16. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/base_tool.py +0 -0
  17. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/boltz_tool.py +0 -0
  18. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/chem_tool.py +0 -0
  19. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/__init__.py +0 -0
  20. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/biomarker_discovery.py +0 -0
  21. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/comprehensive_drug_discovery.py +0 -0
  22. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/drug_safety_analyzer.py +0 -0
  23. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/literature_tool.py +0 -0
  24. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/output_summarizer.py +0 -0
  25. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/tool_description_optimizer.py +0 -0
  26. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/tool_discover.py +0 -0
  27. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/tool_graph_composer.py +0 -0
  28. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_tool.py +0 -0
  29. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/ctg_tool.py +0 -0
  30. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/custom_tool.py +0 -0
  31. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/dailymed_tool.py +0 -0
  32. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/__init__.py +0 -0
  33. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/admetai_tools.json +0 -0
  34. /tooluniverse-1.0.0/src/tooluniverse/data/clait_tools.json → /tooluniverse-1.0.1/src/tooluniverse/data/adverse_event_tools.json +0 -0
  35. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/agentic_tools.json +0 -0
  36. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/alphafold_tools.json +0 -0
  37. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/boltz_tools.json +0 -0
  38. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/chembl_tools.json +0 -0
  39. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/clinicaltrials_gov_tools.json +0 -0
  40. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/compose_tools.json +0 -0
  41. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/dailymed_tools.json +0 -0
  42. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/dataset_tools.json +0 -0
  43. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/disease_target_score_tools.json +0 -0
  44. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/efo_tools.json +0 -0
  45. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/embedding_tools.json +0 -0
  46. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/enrichr_tools.json +0 -0
  47. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/europe_pmc_tools.json +0 -0
  48. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/expert_feedback_tools.json +0 -0
  49. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/fda_drug_adverse_event_tools.json +0 -0
  50. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/fda_drug_labeling_tools.json +0 -0
  51. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/fda_drugs_with_brand_generic_names_for_tool.py +0 -0
  52. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/finder_tools.json +0 -0
  53. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/gene_ontology_tools.json +0 -0
  54. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/gwas_tools.json +0 -0
  55. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/hpa_tools.json +0 -0
  56. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/humanbase_tools.json +0 -0
  57. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/idmap_tools.json +0 -0
  58. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/mcp_client_tools_example.json +0 -0
  59. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/mcpautoloadertool_defaults.json +0 -0
  60. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/medlineplus_tools.json +0 -0
  61. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/monarch_tools.json +0 -0
  62. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/openalex_tools.json +0 -0
  63. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/opentarget_tools.json +0 -0
  64. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/output_summarization_tools.json +0 -0
  65. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/bioinformatics_core_tools.json +0 -0
  66. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/categorized_tools.txt +0 -0
  67. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/cheminformatics_tools.json +0 -0
  68. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/earth_sciences_tools.json +0 -0
  69. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/genomics_tools.json +0 -0
  70. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/image_processing_tools.json +0 -0
  71. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/machine_learning_tools.json +0 -0
  72. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/neuroscience_tools.json +0 -0
  73. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/original_tools.txt +0 -0
  74. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/physics_astronomy_tools.json +0 -0
  75. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/scientific_computing_tools.json +0 -0
  76. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/single_cell_tools.json +0 -0
  77. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/structural_biology_tools.json +0 -0
  78. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/visualization_tools.json +0 -0
  79. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/pubchem_tools.json +0 -0
  80. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/pubtator_tools.json +0 -0
  81. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/rcsb_pdb_tools.json +0 -0
  82. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/reactome_tools.json +0 -0
  83. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/semantic_scholar_tools.json +0 -0
  84. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/special_tools.json +0 -0
  85. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/tool_composition_tools.json +0 -0
  86. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/toolfinderkeyword_defaults.json +0 -0
  87. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/txagent_client_tools.json +0 -0
  88. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/uniprot_tools.json +0 -0
  89. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/url_fetch_tools.json +0 -0
  90. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/uspto_downloader_tools.json +0 -0
  91. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/uspto_tools.json +0 -0
  92. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/xml_tools.json +0 -0
  93. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/dataset_tool.py +0 -0
  94. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/default_config.py +0 -0
  95. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/efo_tool.py +0 -0
  96. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/embedding_database.py +0 -0
  97. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/embedding_sync.py +0 -0
  98. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/enrichr_tool.py +0 -0
  99. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/europe_pmc_tool.py +0 -0
  100. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/execute_function.py +0 -0
  101. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/extended_hooks.py +0 -0
  102. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/gene_ontology_tool.py +0 -0
  103. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/graphql_tool.py +0 -0
  104. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/gwas_tool.py +0 -0
  105. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/hpa_tool.py +0 -0
  106. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/humanbase_tool.py +0 -0
  107. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/logging_config.py +0 -0
  108. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/mcp_client_tool.py +0 -0
  109. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/mcp_integration.py +0 -0
  110. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/mcp_tool_registry.py +0 -0
  111. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/medlineplus_tool.py +0 -0
  112. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/openalex_tool.py +0 -0
  113. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/openfda_adv_tool.py +0 -0
  114. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/openfda_tool.py +0 -0
  115. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/output_hook.py +0 -0
  116. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/package_tool.py +0 -0
  117. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/pubchem_tool.py +0 -0
  118. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/pubtator_tool.py +0 -0
  119. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/rcsb_pdb_tool.py +0 -0
  120. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/reactome_tool.py +0 -0
  121. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/boltz/boltz_mcp_server.py +0 -0
  122. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/depmap_24q2/depmap_24q2_mcp_tool.py +0 -0
  123. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/human_expert_mcp_tools.py +0 -0
  124. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/simple_test.py +0 -0
  125. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/start_web_interface.py +0 -0
  126. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/web_only_interface.py +0 -0
  127. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/immune_compass/compass_tool.py +0 -0
  128. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/pinnacle/pinnacle_tool.py +0 -0
  129. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/transcriptformer/transcriptformer_tool.py +0 -0
  130. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_mcp_server.py +0 -0
  131. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_tool.py +0 -0
  132. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote_tool.py +0 -0
  133. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/restful_tool.py +0 -0
  134. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/scripts/generate_tool_graph.py +0 -0
  135. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/scripts/visualize_tool_graph.py +0 -0
  136. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/semantic_scholar_tool.py +0 -0
  137. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/smcp.py +0 -0
  138. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/smcp_server.py +0 -0
  139. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/mcp_server_test.py +0 -0
  140. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_admetai_tool.py +0 -0
  141. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_agentic_tool.py +0 -0
  142. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_alphafold_tool.py +0 -0
  143. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_chem_tool.py +0 -0
  144. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_compose_lieraturereview.py +0 -0
  145. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_compose_tool.py +0 -0
  146. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_dailymed.py +0 -0
  147. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_dataset_tool.py +0 -0
  148. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_disease_target_score.py +0 -0
  149. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_drugbank_filter_examples.py +0 -0
  150. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_efo.py +0 -0
  151. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_enrichr_tool.py +0 -0
  152. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_europe_pmc_tool.py +0 -0
  153. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_fda_adv.py +0 -0
  154. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_fda_drug_labeling.py +0 -0
  155. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_gene_ontology_tools.py +0 -0
  156. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_gwas_tool.py +0 -0
  157. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_hpa.py +0 -0
  158. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_humanbase_tool.py +0 -0
  159. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_idmap_tools.py +0 -0
  160. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_mcp_server.py +0 -0
  161. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_mcp_tool.py +0 -0
  162. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_medlineplus.py +0 -0
  163. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_openalex_tool.py +0 -0
  164. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_opentargets.py +0 -0
  165. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_pubchem_tool.py +0 -0
  166. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_pubtator_tool.py +0 -0
  167. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_rcsb_pdb_tool.py +0 -0
  168. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_reactome.py +0 -0
  169. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_semantic_scholar_tool.py +0 -0
  170. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_software_tools.py +0 -0
  171. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tool_description_optimizer.py +0 -0
  172. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tool_finder.py +0 -0
  173. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tool_finder_llm.py +0 -0
  174. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tools_find.py +0 -0
  175. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_uniprot_tools.py +0 -0
  176. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_uspto_tool.py +0 -0
  177. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_xml_tool.py +0 -0
  178. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_finder_embedding.py +0 -0
  179. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_finder_keyword.py +0 -0
  180. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_finder_llm.py +0 -0
  181. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_graph_web_ui.py +0 -0
  182. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_registry.py +0 -0
  183. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/uniprot_tool.py +0 -0
  184. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/url_tool.py +0 -0
  185. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/uspto_tool.py +0 -0
  186. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/utils.py +0 -0
  187. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/xml_tool.py +0 -0
  188. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/dependency_links.txt +0 -0
  189. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/entry_points.txt +0 -0
  190. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/requires.txt +0 -0
  191. {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tooluniverse
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A comprehensive collection of scientific tools for Agentic AI, offering integration with the ToolUniverse SDK and MCP Server to support advanced scientific workflows.
5
5
  Author-email: Shanghua Gao <shanghuagao@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mims-harvard/TxAgent
@@ -145,8 +145,18 @@ pip install tooluniverse
145
145
  git clone https://github.com/mims-harvard/ToolUniverse.git
146
146
  cd ToolUniverse
147
147
  uv sync # or pip install -e .[dev]
148
+
149
+ # Auto-setup pre-commit hooks
150
+ ./setup_precommit.sh
148
151
  ```
149
152
 
153
+ **Pre-commit Hooks:**
154
+ Pre-commit hooks ensure code quality on every commit:
155
+ - **Code formatting** with Black
156
+ - **Linting** with flake8 and ruff
157
+ - **Import cleanup** with autoflake
158
+ - **File validation** (YAML, TOML, AST checks)
159
+
150
160
  → **Complete Installation Tutorial**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
151
161
 
152
162
  ## 🔧 Usage & Integration
@@ -80,8 +80,18 @@ pip install tooluniverse
80
80
  git clone https://github.com/mims-harvard/ToolUniverse.git
81
81
  cd ToolUniverse
82
82
  uv sync # or pip install -e .[dev]
83
+
84
+ # Auto-setup pre-commit hooks
85
+ ./setup_precommit.sh
83
86
  ```
84
87
 
88
+ **Pre-commit Hooks:**
89
+ Pre-commit hooks ensure code quality on every commit:
90
+ - **Code formatting** with Black
91
+ - **Linting** with flake8 and ruff
92
+ - **Import cleanup** with autoflake
93
+ - **File validation** (YAML, TOML, AST checks)
94
+
85
95
  → **Complete Installation Tutorial**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
86
96
 
87
97
  ## 🔧 Usage & Integration
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tooluniverse"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "A comprehensive collection of scientific tools for Agentic AI, offering integration with the ToolUniverse SDK and MCP Server to support advanced scientific workflows."
9
9
  authors = [
10
10
  { name = "Shanghua Gao", email = "shanghuagao@gmail.com" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tooluniverse
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A comprehensive collection of scientific tools for Agentic AI, offering integration with the ToolUniverse SDK and MCP Server to support advanced scientific workflows.
5
5
  Author-email: Shanghua Gao <shanghuagao@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mims-harvard/TxAgent
@@ -145,8 +145,18 @@ pip install tooluniverse
145
145
  git clone https://github.com/mims-harvard/ToolUniverse.git
146
146
  cd ToolUniverse
147
147
  uv sync # or pip install -e .[dev]
148
+
149
+ # Auto-setup pre-commit hooks
150
+ ./setup_precommit.sh
148
151
  ```
149
152
 
153
+ **Pre-commit Hooks:**
154
+ Pre-commit hooks ensure code quality on every commit:
155
+ - **Code formatting** with Black
156
+ - **Linting** with flake8 and ruff
157
+ - **Import cleanup** with autoflake
158
+ - **File validation** (YAML, TOML, AST checks)
159
+
150
160
  → **Complete Installation Tutorial**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
151
161
 
152
162
  ## 🔧 Usage & Integration
@@ -72,11 +72,11 @@ src/tooluniverse/compose_scripts/tool_discover.py
72
72
  src/tooluniverse/compose_scripts/tool_graph_composer.py
73
73
  src/tooluniverse/data/__init__.py
74
74
  src/tooluniverse/data/admetai_tools.json
75
+ src/tooluniverse/data/adverse_event_tools.json
75
76
  src/tooluniverse/data/agentic_tools.json
76
77
  src/tooluniverse/data/alphafold_tools.json
77
78
  src/tooluniverse/data/boltz_tools.json
78
79
  src/tooluniverse/data/chembl_tools.json
79
- src/tooluniverse/data/clait_tools.json
80
80
  src/tooluniverse/data/clinicaltrials_gov_tools.json
81
81
  src/tooluniverse/data/compose_tools.json
82
82
  src/tooluniverse/data/dailymed_tools.json
@@ -129,7 +129,6 @@ src/tooluniverse/data/packages/original_tools.txt
129
129
  src/tooluniverse/data/packages/physics_astronomy_tools.json
130
130
  src/tooluniverse/data/packages/scientific_computing_tools.json
131
131
  src/tooluniverse/data/packages/single_cell_tools.json
132
- src/tooluniverse/data/packages/software_tools.json
133
132
  src/tooluniverse/data/packages/structural_biology_tools.json
134
133
  src/tooluniverse/data/packages/visualization_tools.json
135
134
  src/tooluniverse/remote/boltz/boltz_mcp_server.py
@@ -138,9 +137,6 @@ src/tooluniverse/remote/expert_feedback/human_expert_mcp_tools.py
138
137
  src/tooluniverse/remote/expert_feedback/simple_test.py
139
138
  src/tooluniverse/remote/expert_feedback/start_web_interface.py
140
139
  src/tooluniverse/remote/expert_feedback/web_only_interface.py
141
- src/tooluniverse/remote/expert_feedback_mcp/human_expert_mcp_server.py
142
- src/tooluniverse/remote/expert_feedback_mcp/simple_test.py
143
- src/tooluniverse/remote/expert_feedback_mcp/start_web_interface.py
144
140
  src/tooluniverse/remote/immune_compass/compass_tool.py
145
141
  src/tooluniverse/remote/pinnacle/pinnacle_tool.py
146
142
  src/tooluniverse/remote/transcriptformer/transcriptformer_tool.py