tooluniverse 1.0.0__tar.gz → 1.0.2__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.0/src/tooluniverse.egg-info → tooluniverse-1.0.2}/PKG-INFO +115 -173
- tooluniverse-1.0.2/README.md +254 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/pyproject.toml +1 -1
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/__init__.py +71 -57
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/alphafold_tool.py +51 -20
- tooluniverse-1.0.2/src/tooluniverse/compose_scripts/tool_graph_generation.py +249 -0
- tooluniverse-1.0.2/src/tooluniverse/compose_scripts/tool_metadata_generator.py +369 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/agentic_tools.json +143 -28
- tooluniverse-1.0.2/src/tooluniverse/data/alphafold_tools.json +229 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/compose_tools.json +63 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/special_tools.json +2 -0
- tooluniverse-1.0.2/src/tooluniverse/test/test_alphafold_tool.py +108 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2/src/tooluniverse.egg-info}/PKG-INFO +115 -173
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse.egg-info/SOURCES.txt +3 -5
- tooluniverse-1.0.0/README.md +0 -312
- tooluniverse-1.0.0/src/tooluniverse/data/alphafold_tools.json +0 -87
- tooluniverse-1.0.0/src/tooluniverse/data/packages/software_tools.json +0 -4954
- tooluniverse-1.0.0/src/tooluniverse/remote/expert_feedback_mcp/human_expert_mcp_server.py +0 -1611
- tooluniverse-1.0.0/src/tooluniverse/remote/expert_feedback_mcp/simple_test.py +0 -34
- tooluniverse-1.0.0/src/tooluniverse/remote/expert_feedback_mcp/start_web_interface.py +0 -91
- tooluniverse-1.0.0/src/tooluniverse/test/test_alphafold_tool.py +0 -71
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/LICENSE +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/setup.cfg +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/admetai_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/agentic_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/base_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/boltz_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/chem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/__init__.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/biomarker_discovery.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/comprehensive_drug_discovery.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/drug_safety_analyzer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/literature_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/output_summarizer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/tool_description_optimizer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/tool_discover.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_scripts/tool_graph_composer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/compose_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/ctg_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/custom_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/dailymed_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/__init__.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/admetai_tools.json +0 -0
- /tooluniverse-1.0.0/src/tooluniverse/data/clait_tools.json → /tooluniverse-1.0.2/src/tooluniverse/data/adverse_event_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/boltz_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/chembl_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/clinicaltrials_gov_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/dailymed_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/dataset_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/disease_target_score_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/efo_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/embedding_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/enrichr_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/europe_pmc_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/expert_feedback_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/fda_drug_adverse_event_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/fda_drug_labeling_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/fda_drugs_with_brand_generic_names_for_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/finder_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/gene_ontology_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/gwas_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/hpa_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/humanbase_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/idmap_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/mcp_client_tools_example.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/mcpautoloadertool_defaults.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/medlineplus_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/monarch_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/openalex_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/opentarget_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/output_summarization_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/bioinformatics_core_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/categorized_tools.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/cheminformatics_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/earth_sciences_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/genomics_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/image_processing_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/machine_learning_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/neuroscience_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/original_tools.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/physics_astronomy_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/scientific_computing_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/single_cell_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/structural_biology_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/packages/visualization_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/pubchem_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/pubtator_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/rcsb_pdb_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/reactome_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/semantic_scholar_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/tool_composition_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/toolfinderkeyword_defaults.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/txagent_client_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/uniprot_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/url_fetch_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/uspto_downloader_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/uspto_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/data/xml_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/dataset_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/default_config.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/efo_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/embedding_database.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/embedding_sync.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/enrichr_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/europe_pmc_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/execute_function.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/extended_hooks.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/gene_ontology_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/graphql_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/gwas_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/hpa_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/humanbase_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/logging_config.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/mcp_client_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/mcp_integration.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/mcp_tool_registry.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/medlineplus_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/openalex_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/openfda_adv_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/openfda_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/output_hook.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/package_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/pubchem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/pubtator_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/rcsb_pdb_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/reactome_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/boltz/boltz_mcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/depmap_24q2/depmap_24q2_mcp_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/expert_feedback/human_expert_mcp_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/expert_feedback/simple_test.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/expert_feedback/start_web_interface.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/expert_feedback/web_only_interface.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/immune_compass/compass_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/pinnacle/pinnacle_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/transcriptformer/transcriptformer_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_mcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/remote_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/restful_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/scripts/generate_tool_graph.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/scripts/visualize_tool_graph.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/semantic_scholar_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/smcp.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/smcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/mcp_server_test.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_admetai_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_agentic_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_chem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_compose_lieraturereview.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_compose_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_dailymed.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_dataset_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_disease_target_score.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_drugbank_filter_examples.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_efo.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_enrichr_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_europe_pmc_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_fda_adv.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_fda_drug_labeling.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_gene_ontology_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_gwas_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_hpa.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_humanbase_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_idmap_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_mcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_mcp_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_medlineplus.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_openalex_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_opentargets.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_pubchem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_pubtator_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_rcsb_pdb_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_reactome.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_semantic_scholar_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_software_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_tool_description_optimizer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_tool_finder.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_tool_finder_llm.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_tools_find.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_uniprot_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_uspto_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/test/test_xml_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/tool_finder_embedding.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/tool_finder_keyword.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/tool_finder_llm.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/tool_graph_web_ui.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/tool_registry.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/uniprot_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/url_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/uspto_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/utils.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse/xml_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse.egg-info/dependency_links.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse.egg-info/entry_points.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/src/tooluniverse.egg-info/requires.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.2}/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.2
|
|
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,20 +63,49 @@ Provides-Extra: all
|
|
|
63
63
|
Requires-Dist: tooluniverse[dev,docs,graph]; extra == "all"
|
|
64
64
|
Dynamic: license-file
|
|
65
65
|
|
|
66
|
-
# ToolUniverse
|
|
66
|
+
# 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 research assistants 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
|
|
|
@@ -84,28 +113,32 @@ ToolUniverse addresses this challenge by providing a standardized ecosystem that
|
|
|
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,36 +148,19 @@ 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
|
|
133
|
-
```
|
|
134
|
-
|
|
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]
|
|
163
|
+
uv pip install tooluniverse
|
|
148
164
|
```
|
|
149
165
|
|
|
150
166
|
→ **Complete Installation Tutorial**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
|
|
@@ -164,7 +180,7 @@ tu.load_tools()
|
|
|
164
180
|
|
|
165
181
|
# Find relevant tools
|
|
166
182
|
tools = tu.run({
|
|
167
|
-
"name": "Tool_Finder_Keyword",
|
|
183
|
+
"name": "Tool_Finder_Keyword", # Tool_Finder (Embedding model, GPU required), Tool_Finder_LLM (LLM-based model)
|
|
168
184
|
"arguments": {"query": "protein structure prediction"}
|
|
169
185
|
})
|
|
170
186
|
|
|
@@ -175,38 +191,60 @@ result = tu.run({
|
|
|
175
191
|
})
|
|
176
192
|
```
|
|
177
193
|
|
|
178
|
-
|
|
194
|
+
→ **Complete Tutorials**: [Installation Tutorial](https://zitniklab.hms.harvard.edu/bioagent/installation.html)
|
|
179
195
|
|
|
180
|
-
|
|
181
|
-
**💻 Claude Code**: Claude Code environment integration → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_code.html)
|
|
182
|
-
**🔮 Gemini CLI**: Google's AI agent integration → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/gemini_cli.html)
|
|
183
|
-
**🧠 Qwen Code**: AI scientist integration with Qwen Code environment → [Setup Tutorial](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/qwen_code.html)
|
|
184
|
-
**⚡ 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)
|
|
185
|
-
**🎯 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
|
|
186
197
|
|
|
187
|
-
|
|
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)
|
|
188
203
|
|
|
189
|
-
### MCP Server Integration
|
|
190
204
|
|
|
191
|
-
|
|
192
|
-
# Start MCP server
|
|
193
|
-
python -m tooluniverse.smcp_server
|
|
205
|
+
## 🚀 AI Scientists Projects Powered by ToolUniverse
|
|
194
206
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
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
|
+
|
|
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.
|
|
198
212
|
|
|
199
|
-
### Core Capabilities
|
|
200
213
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
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/)**
|
|
207
247
|
|
|
208
|
-
→ **Detailed Usage Tutorial**: [README_USAGE.md](README_USAGE.md)
|
|
209
|
-
→ **Complete Getting Started**: [Getting Started Tutorial](https://zitniklab.hms.harvard.edu/bioagent/getting_started.html)
|
|
210
248
|
|
|
211
249
|
|
|
212
250
|
## 📚 Documentation
|
|
@@ -225,108 +263,39 @@ Our comprehensive documentation covers everything from quick start to advanced w
|
|
|
225
263
|
- **[Tool Caller](https://zitniklab.hms.harvard.edu/bioagent/guide/tool_caller.html)**: Primary execution engine
|
|
226
264
|
- **[Tool Composition](https://zitniklab.hms.harvard.edu/bioagent/guide/tool_composition.html)**: Chain tools into workflows
|
|
227
265
|
- **[Scientific Workflows](https://zitniklab.hms.harvard.edu/bioagent/guide/scientific_workflows.html)**: Real-world research scenarios
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
- **[Overview](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/index.html)**: Create AI research assistants from any LLM
|
|
231
|
-
- **[Claude Desktop Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_desktop.html)**: Native MCP integration with Claude Desktop App
|
|
232
|
-
- **[Claude Code Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/claude_code.html)**: AI scientist development in Claude Code environment
|
|
233
|
-
- **[Gemini CLI Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/gemini_cli.html)**: Command-line scientific research with Google Gemini
|
|
234
|
-
- **[Qwen Code Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/qwen_code.html)**: AI scientist workflows in Qwen Code environment
|
|
235
|
-
- **[GPT Codex CLI Integration](https://zitniklab.hms.harvard.edu/bioagent/guide/building_ai_scientists/codex_cli.html)**: Terminal-based research with OpenAI Codex
|
|
236
|
-
- **[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
|
|
237
268
|
|
|
238
269
|
### 🛠️ Advanced Features
|
|
239
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
|
|
240
275
|
- **[Expert Feedback](https://zitniklab.hms.harvard.edu/bioagent/tutorials/expert_feedback.html)**: Human-in-the-loop consultation
|
|
241
276
|
- **[Agentic Tools](https://zitniklab.hms.harvard.edu/bioagent/tutorials/agentic_tools_tutorial.html)**: AI-powered tool development
|
|
242
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
|
|
243
279
|
|
|
244
280
|
### 🔧 Expanding ToolUniverse
|
|
245
281
|
- **[Architecture](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/architecture.html)**: System architecture overview
|
|
246
282
|
- **[Local Tool Registration](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/local_tool_registration.html)**: Create custom tools
|
|
247
283
|
- **[Remote Tool Registration](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/remote_tool_registration.html)**: Integrate external services
|
|
248
|
-
- **[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
|
|
249
287
|
|
|
250
288
|
### 📚 API Reference
|
|
251
|
-
- **[API Directory](https://zitniklab.hms.harvard.edu/bioagent/
|
|
252
|
-
- **[
|
|
253
|
-
- **[
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
- **[FAQ](https://zitniklab.hms.harvard.edu/bioagent/faq.html)**: Frequently asked questions
|
|
257
|
-
- **[Troubleshooting](https://zitniklab.hms.harvard.edu/bioagent/troubleshooting.html)**: Common issues and solutions
|
|
258
|
-
- **[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
|
|
259
294
|
|
|
260
295
|
→ **Browse All Documentation**: [ToolUniverse Documentation](https://zitniklab.hms.harvard.edu/bioagent/)
|
|
261
296
|
|
|
262
|
-
## 🚀 AI Scientists Projects Powered by ToolUniverse
|
|
263
|
-
|
|
264
|
-
### TxAgent: AI Agent for Therapeutic Reasoning
|
|
265
|
-
|
|
266
|
-
**TxAgent** is an AI agent for therapeutic reasoning that leverages ToolUniverse's comprehensive scientific tool ecosystem to solve complex therapeutic reasoning tasks.
|
|
267
|
-
|
|
268
|
-
[](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)
|
|
269
|
-
|
|
270
|
-
---
|
|
271
|
-
|
|
272
|
-
*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.*
|
|
273
|
-
|
|
274
|
-
## 🌍 Ecosystem & Community
|
|
275
|
-
|
|
276
|
-
### Democratizing AI Agents for Science
|
|
277
|
-
|
|
278
|
-
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.
|
|
279
|
-
|
|
280
|
-
**Core Principles:**
|
|
281
|
-
|
|
282
|
-
- **🔓 Unified Ecosystem**: Integrates tools, data, and analysts into a common environment like omics platforms
|
|
283
|
-
- **📐 Standardized Protocol**: AI-tool interaction protocol analogous to HTTP for internet communication
|
|
284
|
-
- **🔗 Interoperability**: Tool specification schema that standardizes definitions and enables consistent inference
|
|
285
|
-
- **🌐 Collaborative Discovery**: Enables AI scientists to serve as computational partners in research
|
|
286
|
-
- **🚀 Scalable Construction**: Builds AI scientists at scale without bespoke implementation
|
|
287
297
|
|
|
288
|
-
###
|
|
289
|
-
|
|
290
|
-
**🧬 Drug Discovery & Development**
|
|
291
|
-
- Target identification and validation
|
|
292
|
-
- Compound screening and optimization
|
|
293
|
-
- Safety and toxicity assessment
|
|
294
|
-
- Clinical trial analysis and outcomes
|
|
295
|
-
- **Case Study**: Hypercholesterolemia research where ToolUniverse enabled an AI scientist to identify a potent drug analog with favorable predicted properties
|
|
296
|
-
|
|
297
|
-
**🔬 Molecular Biology Research**
|
|
298
|
-
- Gene function annotation and analysis
|
|
299
|
-
- Protein structure prediction and modeling
|
|
300
|
-
- Pathway analysis and network construction
|
|
301
|
-
- Disease association studies
|
|
302
|
-
|
|
303
|
-
**📊 Literature & Knowledge Mining**
|
|
304
|
-
- Automated systematic literature reviews
|
|
305
|
-
- Named entity recognition and extraction
|
|
306
|
-
- Citation network analysis and mapping
|
|
307
|
-
- Patent landscape analysis and IP research
|
|
308
|
-
|
|
309
|
-
**🤖 AI-Driven Research Automation**
|
|
310
|
-
- Hypothesis generation and testing
|
|
311
|
-
- Experimental design optimization
|
|
312
|
-
- Multi-modal data analysis and integration
|
|
313
|
-
- Results interpretation and reporting
|
|
314
|
-
|
|
315
|
-
### Community & Support
|
|
316
|
-
|
|
317
|
-
**Get Involved:**
|
|
318
|
-
- 🐛 **Report Issues**: [GitHub Issues](https://github.com/mims-harvard/ToolUniverse/issues)
|
|
319
|
-
- 💬 **Join Discussions**: [GitHub Discussions](https://github.com/mims-harvard/ToolUniverse/discussions)
|
|
320
|
-
- 📧 **Contact**: Visit [aiscientist.tools](https://aiscientist.tools) for more information
|
|
321
|
-
- 🤝 **Contribute**: See our [Contributing Tutorial](https://zitniklab.hms.harvard.edu/bioagent/expand_tooluniverse/comprehensive_tool_guide.html)
|
|
322
|
-
|
|
323
|
-
**Integrations & Extensions:**
|
|
324
|
-
- **Model Context Protocol (MCP)**: Full MCP server support for AI assistant integration
|
|
325
|
-
- **Claude Desktop**: Native integration with Anthropic's Claude Desktop App
|
|
326
|
-
- **OpenAI Function Calling**: Direct integration with ChatGPT and GPT models
|
|
327
|
-
- **Custom Agents**: Build domain-specific AI research assistants
|
|
328
|
-
|
|
329
|
-
## Citation
|
|
298
|
+
### Citation
|
|
330
299
|
|
|
331
300
|
```
|
|
332
301
|
@misc{gao2025txagent,
|
|
@@ -340,31 +309,6 @@ ToolUniverse addresses the fundamental challenge that AI scientists remain diffi
|
|
|
340
309
|
}
|
|
341
310
|
```
|
|
342
311
|
|
|
343
|
-
## Contact & Contributors
|
|
344
|
-
|
|
345
|
-
### Contact
|
|
346
|
-
|
|
347
|
-
For questions, suggestions, or collaboration opportunities:
|
|
348
|
-
|
|
349
|
-
- **📧 Contact**: [Shanghua Gao](mailto:shanghuagao@gmail.com)
|
|
350
|
-
- **🌐 Web Platform**: [aiscientist.tools](https://aiscientist.tools)
|
|
351
|
-
- **💻 GitHub**: [github.com/mims-harvard/ToolUniverse](https://github.com/mims-harvard/ToolUniverse)
|
|
352
|
-
|
|
353
|
-
### Contributors
|
|
354
|
-
|
|
355
|
-
- **[Shanghua Gao](https://shgao.site)**
|
|
356
|
-
- **[Richard Zhu](https://www.linkedin.com/in/richard-zhu-4236901a7/)**
|
|
357
|
-
- **[Pengwei Sui](mailto:pengwei_sui@hms.harvard.edu)**
|
|
358
|
-
- **[Zhenglun Kong](https://zlkong.github.io/homepage/)**
|
|
359
|
-
- **[Sufian Aldogom](mailto:saldogom@mit.edu)**
|
|
360
|
-
- **[Yepeng Huang](mailto:yepeng_huang@hms.harvard.edu)**
|
|
361
|
-
- **[Ayush Noori](https://www.ayushnoori.com/)**
|
|
362
|
-
- **[Reza Shamji](mailto:reza_shamji@hms.harvard.edu)**
|
|
363
|
-
- **[Krishna Parvataneni](mailto:krishna_parvataneni@hms.harvard.edu)**
|
|
364
|
-
- **[Theodoros Tsiligkaridis](https://sites.google.com/view/theo-t)**
|
|
365
|
-
- **[Marinka Zitnik](https://zitniklab.hms.harvard.edu/)**
|
|
366
|
-
|
|
367
|
-
|
|
368
312
|
|
|
369
313
|
### Acknowledgments
|
|
370
314
|
|
|
@@ -372,6 +316,4 @@ ToolUniverse is developed by the [Zitnik Lab](https://zitniklab.hms.harvard.edu/
|
|
|
372
316
|
|
|
373
317
|
---
|
|
374
318
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
*Democratizing AI agents for science - one tool at a time.*
|
|
319
|
+
*Democratizing AI agents for science - one tooluniverse at a time.*
|