tooluniverse 1.0.1__tar.gz → 1.0.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-1.0.1/src/tooluniverse.egg-info → tooluniverse-1.0.3}/PKG-INFO +116 -184
- tooluniverse-1.0.3/README.md +254 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/pyproject.toml +1 -1
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/__init__.py +71 -57
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/alphafold_tool.py +51 -20
- tooluniverse-1.0.3/src/tooluniverse/compose_scripts/tool_graph_generation.py +249 -0
- tooluniverse-1.0.3/src/tooluniverse/compose_scripts/tool_metadata_generator.py +375 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/agentic_tools.json +143 -28
- tooluniverse-1.0.3/src/tooluniverse/data/alphafold_tools.json +229 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/compose_tools.json +63 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/special_tools.json +2 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/execute_function.py +185 -70
- tooluniverse-1.0.3/src/tooluniverse/scripts/filter_tool_files.py +194 -0
- tooluniverse-1.0.3/src/tooluniverse/test/test_alphafold_tool.py +108 -0
- tooluniverse-1.0.3/src/tooluniverse/test/test_list_built_in_tools.py +33 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3/src/tooluniverse.egg-info}/PKG-INFO +116 -184
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse.egg-info/SOURCES.txt +4 -0
- tooluniverse-1.0.1/README.md +0 -322
- tooluniverse-1.0.1/src/tooluniverse/data/alphafold_tools.json +0 -87
- tooluniverse-1.0.1/src/tooluniverse/test/test_alphafold_tool.py +0 -71
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/LICENSE +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/setup.cfg +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/admetai_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/agentic_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/base_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/boltz_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/chem_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/__init__.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/biomarker_discovery.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/comprehensive_drug_discovery.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/drug_safety_analyzer.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/literature_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/output_summarizer.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/tool_description_optimizer.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/tool_discover.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_scripts/tool_graph_composer.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/compose_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/ctg_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/custom_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/dailymed_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/__init__.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/admetai_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/adverse_event_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/boltz_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/chembl_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/clinicaltrials_gov_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/dailymed_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/dataset_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/disease_target_score_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/efo_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/embedding_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/enrichr_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/europe_pmc_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/expert_feedback_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/fda_drug_adverse_event_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/fda_drug_labeling_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/fda_drugs_with_brand_generic_names_for_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/finder_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/gene_ontology_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/gwas_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/hpa_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/humanbase_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/idmap_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/mcp_client_tools_example.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/mcpautoloadertool_defaults.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/medlineplus_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/monarch_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/openalex_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/opentarget_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/output_summarization_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/bioinformatics_core_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/categorized_tools.txt +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/cheminformatics_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/earth_sciences_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/genomics_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/image_processing_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/machine_learning_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/neuroscience_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/original_tools.txt +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/physics_astronomy_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/scientific_computing_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/single_cell_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/structural_biology_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/packages/visualization_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/pubchem_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/pubtator_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/rcsb_pdb_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/reactome_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/semantic_scholar_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/tool_composition_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/toolfinderkeyword_defaults.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/txagent_client_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/uniprot_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/url_fetch_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/uspto_downloader_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/uspto_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/data/xml_tools.json +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/dataset_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/default_config.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/efo_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/embedding_database.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/embedding_sync.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/enrichr_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/europe_pmc_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/extended_hooks.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/gene_ontology_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/graphql_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/gwas_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/hpa_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/humanbase_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/logging_config.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/mcp_client_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/mcp_integration.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/mcp_tool_registry.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/medlineplus_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/openalex_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/openfda_adv_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/openfda_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/output_hook.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/package_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/pubchem_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/pubtator_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/rcsb_pdb_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/reactome_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/boltz/boltz_mcp_server.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/depmap_24q2/depmap_24q2_mcp_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/expert_feedback/human_expert_mcp_tools.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/expert_feedback/simple_test.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/expert_feedback/start_web_interface.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/expert_feedback/web_only_interface.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/immune_compass/compass_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/pinnacle/pinnacle_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/transcriptformer/transcriptformer_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_mcp_server.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/remote_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/restful_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/scripts/generate_tool_graph.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/scripts/visualize_tool_graph.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/semantic_scholar_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/smcp.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/smcp_server.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/mcp_server_test.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_admetai_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_agentic_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_chem_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_compose_lieraturereview.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_compose_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_dailymed.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_dataset_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_disease_target_score.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_drugbank_filter_examples.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_efo.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_enrichr_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_europe_pmc_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_fda_adv.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_fda_drug_labeling.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_gene_ontology_tools.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_gwas_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_hpa.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_humanbase_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_idmap_tools.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_mcp_server.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_mcp_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_medlineplus.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_openalex_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_opentargets.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_pubchem_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_pubtator_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_rcsb_pdb_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_reactome.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_semantic_scholar_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_software_tools.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_tool_description_optimizer.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_tool_finder.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_tool_finder_llm.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_tools_find.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_uniprot_tools.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_uspto_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/test/test_xml_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/tool_finder_embedding.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/tool_finder_keyword.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/tool_finder_llm.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/tool_graph_web_ui.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/tool_registry.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/uniprot_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/url_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/uspto_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/utils.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse/xml_tool.py +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse.egg-info/dependency_links.txt +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse.egg-info/entry_points.txt +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/src/tooluniverse.egg-info/requires.txt +0 -0
- {tooluniverse-1.0.1 → tooluniverse-1.0.3}/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.
|
|
3
|
+
Version: 1.0.3
|
|
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
|
|
@@ -63,49 +63,82 @@ Provides-Extra: all
|
|
|
63
63
|
Requires-Dist: tooluniverse[dev,docs,graph]; extra == "all"
|
|
64
64
|
Dynamic: license-file
|
|
65
65
|
|
|
66
|
-
# ToolUniverse
|
|
66
|
+
# <img src="docs/_static/logo.png" alt="ToolUniverse Logo" height="28" style="vertical-align: middle; margin-right: 8px;" /> ToolUniverse: Democratizing AI scientists
|
|
67
67
|
|
|
68
|
-
[](https://pypi.org/project/tooluniverse/)
|
|
69
69
|
[](https://github.com/mims-harvard/ToolUniverse)
|
|
70
70
|
[_Supported-green)](README_USAGE.md#running-the-mcp-server)
|
|
71
71
|
[](https://zitniklab.hms.harvard.edu/bioagent/)
|
|
72
|
-
[](https://aiscientist.tools)
|
|
72
|
+
[](https://aiscientist.tools)
|
|
73
|
+
[](https://join.slack.com/t/tooluniversehq/shared_invite/zt-3dic3eoio-5xxoJch7TLNibNQn5_AREQ)
|
|
73
74
|
|
|
74
|
-
**Democratizing AI Scientists for Collaborative Discovery** 🌐 [Web Service](https://aiscientist.tools) | 📦 [PyPI](https://pypi.org/project/tooluniverse) | 📚 [Documentation](https://zitniklab.hms.harvard.edu/bioagent/)
|
|
75
75
|
|
|
76
76
|
|
|
77
|
+
**Democratizing AI scientists using ToolUniverse**
|
|
78
|
+
|
|
77
79
|
ToolUniverse is an ecosystem for creating AI scientist systems from any open or closed large language model (LLM). It standardizes how LLMs identify and call tools, integrating more than **600 machine learning models, datasets, APIs, and scientific packages** for data analysis, knowledge retrieval, and experimental design.
|
|
78
80
|
|
|
79
|
-
|
|
81
|
+
<div align="center">
|
|
82
|
+
|
|
83
|
+
[](https://aiscientist.tools)
|
|
84
|
+
|
|
85
|
+
[](https://join.slack.com/t/tooluniversehq/shared_invite/zt-3dic3eoio-5xxoJch7TLNibNQn5_AREQ)
|
|
86
|
+
[](https://zitniklab.hms.harvard.edu/bioagent/wechat_community.html)
|
|
87
|
+
|
|
88
|
+
[](https://www.linkedin.com/in/tooluniverse-at-harvard-b9aa88385/)
|
|
89
|
+
[](https://x.com/ScientistTools)
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
→ **Complete Tool List**: [Available Tools](https://zitniklab.hms.harvard.edu/bioagent/tools/tools_config_index.html)
|
|
94
|
+
|
|
95
|
+
→ **Check our website for direct tool usage**: [AIScientist.Tools](https://aiscientist.tools/)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 🤖 Building AI Scientists with ToolUniverse in 5 minutes
|
|
99
|
+
- **[Overview](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/index.html)**: Create AI scientists from any LLM
|
|
100
|
+
- **[Claude Desktop Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_desktop.html)**: Native MCP integration with Claude Desktop App
|
|
101
|
+
- **[Claude Code Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_code.html)**: AI scientist development in Claude Code environment
|
|
102
|
+
- **[Gemini CLI Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/gemini_cli.html)**: Command-line scientific research with Google Gemini
|
|
103
|
+
- **[Qwen Code Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/qwen_code.html)**: AI scientist workflows in Qwen Code environment
|
|
104
|
+
- **[GPT Codex CLI Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/codex_cli.html)**: Terminal-based research with OpenAI Codex
|
|
105
|
+
- **[ChatGPT API Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/chatgpt_api.html)**: Programmatic research with ChatGPT function calling
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 🔬 What is ToolUniverse?
|
|
80
109
|
|
|
81
110
|
AI scientists are emerging computational systems that serve as collaborative partners in discovery. However, these systems remain difficult to build because they are bespoke, tied to rigid workflows, and lack shared environments that unify tools, data, and analysts into a common ecosystem.
|
|
82
111
|
|
|
83
|
-
ToolUniverse addresses this challenge by providing a standardized ecosystem that transforms any AI model into a powerful research scientist. By abstracting capabilities behind a unified interface, ToolUniverse wraps around any AI model (LLM, AI agent, or large reasoning model) and enables users to create and refine entirely custom AI
|
|
112
|
+
ToolUniverse addresses this challenge by providing a standardized ecosystem that transforms any AI model into a powerful research scientist. By abstracting capabilities behind a unified interface, ToolUniverse wraps around any AI model (LLM, AI agent, or large reasoning model) and enables users to create and refine entirely custom AI scientists without additional training or finetuning.
|
|
84
113
|
|
|
85
114
|
**Key Features:**
|
|
86
115
|
|
|
87
|
-
- **AI-Tool Interaction Protocol
|
|
88
|
-
- **Universal AI Model Support
|
|
89
|
-
- **
|
|
90
|
-
- **Tool Composition & Workflows
|
|
91
|
-
- **Continuous Expansion
|
|
116
|
+
- [**AI-Tool Interaction Protocol**](https://zitniklab.hms.harvard.edu/bioagent/guide/interaction_protocol.html): Standardized interface governing how AI scientists issue tool requests and receive results
|
|
117
|
+
- [**Universal AI Model Support**](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/index.html): Works with any LLM, AI agent, or large reasoning model (GPT5, Claude, Gemini, Qwen, Deepseek, open models)
|
|
118
|
+
- [**Easy to Load & Find & Call Tool**](https://zitniklab.hms.harvard.edu/bioagent/guide/index.html) (*[WebService](https://aiscientist.tools/), [PythonAPI](https://zitniklab.hms.harvard.edu/bioagent/api/modules.html), [MCP](https://zitniklab.hms.harvard.edu/bioagent/guide/mcp_support.html)*): Maps natural-language descriptions to tool specifications and executes tools with structured results
|
|
119
|
+
- [**Tool Composition & Scientific Workflows**](https://zitniklab.hms.harvard.edu/bioagent/guide/tool_composition.html): Chains tools for sequential or parallel execution in self-directed scientific workflows
|
|
120
|
+
- [**Continuous Expansion**](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/index.html): New tools can be easily registered locally or remotely without additional configuration
|
|
121
|
+
- [**Multi-Agent Tool Creation & Optimization**](https://zitniklab.hms.harvard.edu/bioagent/guide/scientific_workflows.html): Multi-agent powered tool construction and iterative tool optimization
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
92
125
|
|
|
93
126
|
<!--  -->
|
|
94
127
|
|
|
95
128
|
## 🚀 Quick Start
|
|
96
129
|
|
|
97
|
-
**Build your first AI scientist in 5 minutes:**
|
|
98
|
-
|
|
99
130
|
```python
|
|
100
131
|
# 1. Install ToolUniverse
|
|
101
132
|
pip install tooluniverse
|
|
102
133
|
|
|
103
|
-
# 2.
|
|
134
|
+
# 2. Load tooluniverse
|
|
104
135
|
from tooluniverse import ToolUniverse
|
|
105
136
|
|
|
106
137
|
tu = ToolUniverse()
|
|
107
138
|
tu.load_tools() # Load 600+ scientific tools
|
|
108
139
|
|
|
140
|
+
# Your AI scientist can reason, experiment, and collaborate in discovery using the AI-tool interaction protocol.
|
|
141
|
+
|
|
109
142
|
# 3. Use Find Tool operation to discover relevant tools
|
|
110
143
|
tools = tu.run({
|
|
111
144
|
"name": "Tool_Finder_Keyword",
|
|
@@ -115,48 +148,21 @@ tools = tu.run({
|
|
|
115
148
|
# 4. Use Call Tool operation to execute selected tool
|
|
116
149
|
result = tu.run({
|
|
117
150
|
"name": "OpenTargets_get_associated_targets_by_disease_efoId",
|
|
118
|
-
"arguments": {"efoId": "EFO_0000249"}
|
|
151
|
+
"arguments": {"efoId": "EFO_0000249"}
|
|
119
152
|
})
|
|
120
153
|
```
|
|
121
154
|
|
|
122
|
-
**
|
|
123
|
-
|
|
124
|
-
→ **Complete Quick Start Tutorial**: [Quick Start Tutorial](https://zitniklab.hms.harvard.edu/bioagent/quickstart.html)
|
|
155
|
+
→ **Complete Quick Start Tutorial**: [Quick Start Tutorial](https://zitniklab.hms.harvard.edu/bioagent/quickstart.html) [Getting Started Tutorial](https://zitniklab.hms.harvard.edu/bioagent/getting_started.html)
|
|
125
156
|
|
|
126
157
|
|
|
127
158
|
## 📦 Installation
|
|
128
159
|
|
|
129
|
-
###
|
|
160
|
+
### Installation (uv)
|
|
130
161
|
|
|
131
162
|
```bash
|
|
132
|
-
uv
|
|
163
|
+
uv pip install tooluniverse
|
|
133
164
|
```
|
|
134
165
|
|
|
135
|
-
### Standard Installation (pip)
|
|
136
|
-
|
|
137
|
-
```bash
|
|
138
|
-
pip install tooluniverse
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Development Installation
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
git clone https://github.com/mims-harvard/ToolUniverse.git
|
|
146
|
-
cd ToolUniverse
|
|
147
|
-
uv sync # or pip install -e .[dev]
|
|
148
|
-
|
|
149
|
-
# Auto-setup pre-commit hooks
|
|
150
|
-
./setup_precommit.sh
|
|
151
|
-
```
|
|
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
|
-
|
|
160
166
|
→ **Complete Installation Tutorial**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
|
|
161
167
|
|
|
162
168
|
## 🔧 Usage & Integration
|
|
@@ -174,7 +180,7 @@ tu.load_tools()
|
|
|
174
180
|
|
|
175
181
|
# Find relevant tools
|
|
176
182
|
tools = tu.run({
|
|
177
|
-
"name": "Tool_Finder_Keyword",
|
|
183
|
+
"name": "Tool_Finder_Keyword", # Tool_Finder (Embedding model, GPU required), Tool_Finder_LLM (LLM-based model)
|
|
178
184
|
"arguments": {"query": "protein structure prediction"}
|
|
179
185
|
})
|
|
180
186
|
|
|
@@ -185,38 +191,60 @@ result = tu.run({
|
|
|
185
191
|
})
|
|
186
192
|
```
|
|
187
193
|
|
|
188
|
-
|
|
194
|
+
→ **Complete Tutorials**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
|
|
189
195
|
|
|
190
|
-
|
|
191
|
-
**💻 Claude Code**: Claude Code environment integration → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_code.html)
|
|
192
|
-
**🔮 Gemini CLI**: Google's AI agent integration → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/gemini_cli.html)
|
|
193
|
-
**🧠 Qwen Code**: AI scientist integration with Qwen Code environment → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/qwen_code.html)
|
|
194
|
-
**⚡ GPT Codex CLI**: Terminal-based AI scientist with Codex CLI → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/codex_cli.html)
|
|
195
|
-
**🎯 ChatGPT API**: OpenAI integration via MCP protocol and function calling → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/chatgpt_api.html)
|
|
196
|
+
### MCP Support
|
|
196
197
|
|
|
197
|
-
|
|
198
|
+
```python
|
|
199
|
+
# run one command to launch the tooluniverse mcp server
|
|
200
|
+
tooluniverse-smcp
|
|
201
|
+
```
|
|
202
|
+
→ **Complete Tutorial**: [MCP Support](https://zitniklab.hms.harvard.edu/bioagent/guide/mcp_support.html)
|
|
198
203
|
|
|
199
|
-
### MCP Server Integration
|
|
200
204
|
|
|
201
|
-
|
|
202
|
-
# Start MCP server
|
|
203
|
-
python -m tooluniverse.smcp_server
|
|
205
|
+
## 🚀 AI Scientists Projects Powered by ToolUniverse
|
|
204
206
|
|
|
205
|
-
|
|
206
|
-
tooluniverse-mcp --help
|
|
207
|
-
```
|
|
207
|
+
*Building your own project with ToolUniverse? We'd love to feature it here! Submit your project via [GitHub Pull Request](https://github.com/mims-harvard/ToolUniverse/pulls) or contact us.*
|
|
208
208
|
|
|
209
|
-
|
|
209
|
+
---
|
|
210
|
+
**TxAgent: AI Agent for Therapeutic Reasoning** [[Project]](https://zitniklab.hms.harvard.edu/TxAgent) [[Paper]](https://arxiv.org/pdf/2503.10970) [[PiPy]](https://pypi.org/project/txagent/) [[Github]](https://github.com/mims-harvard/TxAgent) [[HuggingFace]](https://huggingface.co/collections/mims-harvard/txagent-67c8e54a9d03a429bb0c622c)
|
|
211
|
+
> **TxAgent** is an AI agent for therapeutic reasoning that leverages ToolUniverse's comprehensive scientific tool ecosystem to solve complex therapeutic reasoning tasks.
|
|
210
212
|
|
|
211
|
-
- **🔍 Find Tool Operation**: Maps natural-language descriptions to tool specifications using semantic search
|
|
212
|
-
- **⚙️ Call Tool Operation**: Executes selected tools with structured arguments and returns text, embeddings, or JSON
|
|
213
|
-
- **🔗 Tool Composition**: Chains tools for sequential or parallel execution in self-directed workflows
|
|
214
|
-
- **🛠️ Tool Creation**: Automatically creates new tools from natural language descriptions
|
|
215
|
-
- **🔄 Iterative Optimization**: Refines tool interfaces and specifications for correct use by AI scientists
|
|
216
|
-
- **🌐 Shared Environment**: Unifies tools, data, and analysts into a common ecosystem for interoperability and reuse
|
|
217
213
|
|
|
218
|
-
|
|
219
|
-
|
|
214
|
+
---
|
|
215
|
+
**Hypercholesterolemia Drug Discovery** [[Tutorial]](https://zitniklab.hms.harvard.edu/bioagent/tutorials/tooluniverse_case_study.html) [[Code]](https://colab.research.google.com/drive/1UwJ6RwyUoqI5risKQ365EeFdDQWOeOCv?usp=sharing)
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
## 🤝 Contribution and Community
|
|
221
|
+
|
|
222
|
+
**We are actively looking for core contributors for ToolUniverse!**
|
|
223
|
+
Please join our [Slack Channel](https://join.slack.com/t/tooluniversehq/shared_invite/zt-3dic3eoio-5xxoJch7TLNibNQn5_AREQ) or reach out to [Shanghua Gao](mailto:shanghuagao@gmail.com)/[Marinka Zitnik](mailto:marinka@hms.harvard.edu).
|
|
224
|
+
|
|
225
|
+
**Get Involved:**
|
|
226
|
+
|
|
227
|
+
- **Report Issues**: [GitHub Issues](https://github.com/mims-harvard/ToolUniverse/issues)
|
|
228
|
+
- **Join Discussions**: [Slack Channel](https://github.com/mims-harvard/ToolUniverse/discussions)
|
|
229
|
+
- **Contact**: Reach out to [Shanghua Gao](shanghuagao@gmail.com)/[Marinka Zitnik](marinka@hms.harvard.edu)
|
|
230
|
+
- **Contribute**: See our [Contributing Tutorial](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/comprehensive_tool_guide.html)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Contributors
|
|
235
|
+
|
|
236
|
+
- **[Shanghua Gao](https://shgao.site)**
|
|
237
|
+
- **[Richard Zhu](https://www.linkedin.com/in/richard-zhu-4236901a7/)**
|
|
238
|
+
- **[Pengwei Sui](mailto:pengwei_sui@hms.harvard.edu)**
|
|
239
|
+
- **[Zhenglun Kong](https://zlkong.github.io/homepage/)**
|
|
240
|
+
- **[Sufian Aldogom](mailto:saldogom@mit.edu)**
|
|
241
|
+
- **[Yepeng Huang](mailto:yepeng_huang@hms.harvard.edu)**
|
|
242
|
+
- **[Ayush Noori](https://www.ayushnoori.com/)**
|
|
243
|
+
- **[Reza Shamji](mailto:reza_shamji@hms.harvard.edu)**
|
|
244
|
+
- **[Krishna Parvataneni](mailto:krishna_parvataneni@hms.harvard.edu)**
|
|
245
|
+
- **[Theodoros Tsiligkaridis](https://sites.google.com/view/theo-t)**
|
|
246
|
+
- **[Marinka Zitnik](https://zitniklab.hms.harvard.edu/)**
|
|
247
|
+
|
|
220
248
|
|
|
221
249
|
|
|
222
250
|
## 📚 Documentation
|
|
@@ -235,108 +263,39 @@ Our comprehensive documentation covers everything from quick start to advanced w
|
|
|
235
263
|
- **[Tool Caller](https://zitniklab.hms.harvard.edu/bioagent/guide/tool_caller.html)**: Primary execution engine
|
|
236
264
|
- **[Tool Composition](https://zitniklab.hms.harvard.edu/bioagent/guide/tool_composition.html)**: Chain tools into workflows
|
|
237
265
|
- **[Scientific Workflows](https://zitniklab.hms.harvard.edu/bioagent/guide/scientific_workflows.html)**: Real-world research scenarios
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
- **[Overview](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/index.html)**: Create AI research assistants from any LLM
|
|
241
|
-
- **[Claude Desktop Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_desktop.html)**: Native MCP integration with Claude Desktop App
|
|
242
|
-
- **[Claude Code Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_code.html)**: AI scientist development in Claude Code environment
|
|
243
|
-
- **[Gemini CLI Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/gemini_cli.html)**: Command-line scientific research with Google Gemini
|
|
244
|
-
- **[Qwen Code Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/qwen_code.html)**: AI scientist workflows in Qwen Code environment
|
|
245
|
-
- **[GPT Codex CLI Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/codex_cli.html)**: Terminal-based research with OpenAI Codex
|
|
246
|
-
- **[ChatGPT API Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/chatgpt_api.html)**: Programmatic research with ChatGPT function calling
|
|
266
|
+
- **[MCP Support](https://zitniklab.hms.harvard.edu/bioagent/guide/mcp_support.html)**: Model Context Protocol integration
|
|
267
|
+
- **[Logging](https://zitniklab.hms.harvard.edu/bioagent/guide/logging.html)**: Comprehensive logging configuration
|
|
247
268
|
|
|
248
269
|
### 🛠️ Advanced Features
|
|
249
270
|
- **[Hooks System](https://zitniklab.hms.harvard.edu/bioagent/guide/hooks/index.html)**: Intelligent output processing
|
|
271
|
+
- **[Hook Configuration](https://zitniklab.hms.harvard.edu/bioagent/guide/hooks/hook_configuration.html)**: Configure hooks for different outputs
|
|
272
|
+
- **[File Save Hook](https://zitniklab.hms.harvard.edu/bioagent/guide/hooks/file_save_hook.html)**: Save tool outputs to files
|
|
273
|
+
- **[Summarization Hook](https://zitniklab.hms.harvard.edu/bioagent/guide/hooks/summarization_hook.html)**: Summarize tool outputs
|
|
274
|
+
- **[Server Stdio Hooks](https://zitniklab.hms.harvard.edu/bioagent/guide/hooks/server_stdio_hooks.html)**: Server communication hooks
|
|
250
275
|
- **[Expert Feedback](https://zitniklab.hms.harvard.edu/bioagent/tutorials/expert_feedback.html)**: Human-in-the-loop consultation
|
|
251
276
|
- **[Agentic Tools](https://zitniklab.hms.harvard.edu/bioagent/tutorials/agentic_tools_tutorial.html)**: AI-powered tool development
|
|
252
277
|
- **[Case Study](https://zitniklab.hms.harvard.edu/bioagent/tutorials/tooluniverse_case_study.html)**: End-to-end drug discovery workflow
|
|
278
|
+
- **[Tool Optimization](https://zitniklab.hms.harvard.edu/bioagent/tutorials/optimization/Tool_Description_Optimizer_Tutorial.html)**: Optimize tool descriptions for better performance
|
|
253
279
|
|
|
254
280
|
### 🔧 Expanding ToolUniverse
|
|
255
281
|
- **[Architecture](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/architecture.html)**: System architecture overview
|
|
256
282
|
- **[Local Tool Registration](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/local_tool_registration.html)**: Create custom tools
|
|
257
283
|
- **[Remote Tool Registration](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/remote_tool_registration.html)**: Integrate external services
|
|
258
|
-
- **[Contributing Tools](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/comprehensive_tool_guide.html)**: Complete contribution
|
|
284
|
+
- **[Contributing Tools](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/comprehensive_tool_guide.html)**: Complete contribution guide
|
|
285
|
+
- **[Adding Tools Tutorial](https://zitniklab.hms.harvard.edu/bioagent/tutorials/addtools/Adding_Tools_Tutorial.html)**: Step-by-step tool addition guide
|
|
286
|
+
- **[MCP Tool Registration](https://zitniklab.hms.harvard.edu/bioagent/tutorials/addtools/mcp_tool_registration_en.html)**: Register tools via MCP
|
|
259
287
|
|
|
260
288
|
### 📚 API Reference
|
|
261
|
-
- **[API Directory](https://zitniklab.hms.harvard.edu/bioagent/
|
|
262
|
-
- **[
|
|
263
|
-
- **[
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
- **[FAQ](https://zitniklab.hms.harvard.edu/bioagent/faq.html)**: Frequently asked questions
|
|
267
|
-
- **[Troubleshooting](https://zitniklab.hms.harvard.edu/bioagent/troubleshooting.html)**: Common issues and solutions
|
|
268
|
-
- **[Help Index](https://zitniklab.hms.harvard.edu/bioagent/help/index.html)**: Support resources
|
|
289
|
+
- **[API Directory](https://zitniklab.hms.harvard.edu/bioagent/api/modules.html)**: Complete module listing
|
|
290
|
+
- **[Core Modules](https://zitniklab.hms.harvard.edu/bioagent/api/tooluniverse.html)**: Main ToolUniverse class and utilities
|
|
291
|
+
- **[Tool Classes](https://zitniklab.hms.harvard.edu/bioagent/api/tooluniverse.base_tool.html)**: Base tool classes and implementations
|
|
292
|
+
- **[Compose Scripts](https://zitniklab.hms.harvard.edu/bioagent/api/tooluniverse.compose_scripts.html)**: Tool composition utilities
|
|
293
|
+
- **[MCP Integration](https://zitniklab.hms.harvard.edu/bioagent/api/tooluniverse.mcp_integration.html)**: Model Context Protocol support
|
|
269
294
|
|
|
270
295
|
→ **Browse All Documentation**: [ToolUniverse Documentation](https://zitniklab.hms.harvard.edu/bioagent/)
|
|
271
296
|
|
|
272
|
-
## 🚀 AI Scientists Projects Powered by ToolUniverse
|
|
273
|
-
|
|
274
|
-
### TxAgent: AI Agent for Therapeutic Reasoning
|
|
275
|
-
|
|
276
|
-
**TxAgent** is an AI agent for therapeutic reasoning that leverages ToolUniverse's comprehensive scientific tool ecosystem to solve complex therapeutic reasoning tasks.
|
|
277
|
-
|
|
278
|
-
[](https://zitniklab.hms.harvard.edu/TxAgent) [](https://arxiv.org/pdf/2503.10970) [](https://pypi.org/project/txagent/) [](https://github.com/mims-harvard/TxAgent) [](https://huggingface.co/collections/mims-harvard/txagent-67c8e54a9d03a429bb0c622c)
|
|
279
|
-
|
|
280
|
-
---
|
|
281
|
-
|
|
282
|
-
*Building your own project with ToolUniverse? We'd love to feature it here! Submit your project via [GitHub Issues](https://github.com/mims-harvard/ToolUniverse/issues) or contact us.*
|
|
283
|
-
|
|
284
|
-
## 🌍 Ecosystem & Community
|
|
285
|
-
|
|
286
|
-
### Democratizing AI Agents for Science
|
|
287
|
-
|
|
288
|
-
ToolUniverse addresses the fundamental challenge that AI scientists remain difficult to build because they are bespoke, tied to rigid workflows, and lack shared environments. Drawing inspiration from how unified ecosystems have transformed omics research by enabling interoperability, reuse, and community-driven development, ToolUniverse provides comparable infrastructure for AI scientists.
|
|
289
|
-
|
|
290
|
-
**Core Principles:**
|
|
291
|
-
|
|
292
|
-
- **🔓 Unified Ecosystem**: Integrates tools, data, and analysts into a common environment like omics platforms
|
|
293
|
-
- **📐 Standardized Protocol**: AI-tool interaction protocol analogous to HTTP for internet communication
|
|
294
|
-
- **🔗 Interoperability**: Tool specification schema that standardizes definitions and enables consistent inference
|
|
295
|
-
- **🌐 Collaborative Discovery**: Enables AI scientists to serve as computational partners in research
|
|
296
|
-
- **🚀 Scalable Construction**: Builds AI scientists at scale without bespoke implementation
|
|
297
297
|
|
|
298
|
-
###
|
|
299
|
-
|
|
300
|
-
**🧬 Drug Discovery & Development**
|
|
301
|
-
- Target identification and validation
|
|
302
|
-
- Compound screening and optimization
|
|
303
|
-
- Safety and toxicity assessment
|
|
304
|
-
- Clinical trial analysis and outcomes
|
|
305
|
-
- **Case Study**: Hypercholesterolemia research where ToolUniverse enabled an AI scientist to identify a potent drug analog with favorable predicted properties
|
|
306
|
-
|
|
307
|
-
**🔬 Molecular Biology Research**
|
|
308
|
-
- Gene function annotation and analysis
|
|
309
|
-
- Protein structure prediction and modeling
|
|
310
|
-
- Pathway analysis and network construction
|
|
311
|
-
- Disease association studies
|
|
312
|
-
|
|
313
|
-
**📊 Literature & Knowledge Mining**
|
|
314
|
-
- Automated systematic literature reviews
|
|
315
|
-
- Named entity recognition and extraction
|
|
316
|
-
- Citation network analysis and mapping
|
|
317
|
-
- Patent landscape analysis and IP research
|
|
318
|
-
|
|
319
|
-
**🤖 AI-Driven Research Automation**
|
|
320
|
-
- Hypothesis generation and testing
|
|
321
|
-
- Experimental design optimization
|
|
322
|
-
- Multi-modal data analysis and integration
|
|
323
|
-
- Results interpretation and reporting
|
|
324
|
-
|
|
325
|
-
### Community & Support
|
|
326
|
-
|
|
327
|
-
**Get Involved:**
|
|
328
|
-
- 🐛 **Report Issues**: [GitHub Issues](https://github.com/mims-harvard/ToolUniverse/issues)
|
|
329
|
-
- 💬 **Join Discussions**: [GitHub Discussions](https://github.com/mims-harvard/ToolUniverse/discussions)
|
|
330
|
-
- 📧 **Contact**: Visit [aiscientist.tools](https://aiscientist.tools) for more information
|
|
331
|
-
- 🤝 **Contribute**: See our [Contributing Tutorial](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/comprehensive_tool_guide.html)
|
|
332
|
-
|
|
333
|
-
**Integrations & Extensions:**
|
|
334
|
-
- **Model Context Protocol (MCP)**: Full MCP server support for AI assistant integration
|
|
335
|
-
- **Claude Desktop**: Native integration with Anthropic's Claude Desktop App
|
|
336
|
-
- **OpenAI Function Calling**: Direct integration with ChatGPT and GPT models
|
|
337
|
-
- **Custom Agents**: Build domain-specific AI research assistants
|
|
338
|
-
|
|
339
|
-
## Citation
|
|
298
|
+
### Citation
|
|
340
299
|
|
|
341
300
|
```
|
|
342
301
|
@misc{gao2025txagent,
|
|
@@ -350,31 +309,6 @@ ToolUniverse addresses the fundamental challenge that AI scientists remain diffi
|
|
|
350
309
|
}
|
|
351
310
|
```
|
|
352
311
|
|
|
353
|
-
## Contact & Contributors
|
|
354
|
-
|
|
355
|
-
### Contact
|
|
356
|
-
|
|
357
|
-
For questions, suggestions, or collaboration opportunities:
|
|
358
|
-
|
|
359
|
-
- **📧 Contact**: [Shanghua Gao](mailto:shanghuagao@gmail.com)
|
|
360
|
-
- **🌐 Web Platform**: [aiscientist.tools](https://aiscientist.tools)
|
|
361
|
-
- **💻 GitHub**: [github.com/mims-harvard/ToolUniverse](https://github.com/mims-harvard/ToolUniverse)
|
|
362
|
-
|
|
363
|
-
### Contributors
|
|
364
|
-
|
|
365
|
-
- **[Shanghua Gao](https://shgao.site)**
|
|
366
|
-
- **[Richard Zhu](https://www.linkedin.com/in/richard-zhu-4236901a7/)**
|
|
367
|
-
- **[Pengwei Sui](mailto:pengwei_sui@hms.harvard.edu)**
|
|
368
|
-
- **[Zhenglun Kong](https://zlkong.github.io/homepage/)**
|
|
369
|
-
- **[Sufian Aldogom](mailto:saldogom@mit.edu)**
|
|
370
|
-
- **[Yepeng Huang](mailto:yepeng_huang@hms.harvard.edu)**
|
|
371
|
-
- **[Ayush Noori](https://www.ayushnoori.com/)**
|
|
372
|
-
- **[Reza Shamji](mailto:reza_shamji@hms.harvard.edu)**
|
|
373
|
-
- **[Krishna Parvataneni](mailto:krishna_parvataneni@hms.harvard.edu)**
|
|
374
|
-
- **[Theodoros Tsiligkaridis](https://sites.google.com/view/theo-t)**
|
|
375
|
-
- **[Marinka Zitnik](https://zitniklab.hms.harvard.edu/)**
|
|
376
|
-
|
|
377
|
-
|
|
378
312
|
|
|
379
313
|
### Acknowledgments
|
|
380
314
|
|
|
@@ -382,6 +316,4 @@ ToolUniverse is developed by the [Zitnik Lab](https://zitniklab.hms.harvard.edu/
|
|
|
382
316
|
|
|
383
317
|
---
|
|
384
318
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
*Democratizing AI agents for science - one tool at a time.*
|
|
319
|
+
*Democratizing AI agents for science with ToolUniverse.*
|