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.
- {tooluniverse-1.0.0/src/tooluniverse.egg-info → tooluniverse-1.0.1}/PKG-INFO +11 -1
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/README.md +10 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/pyproject.toml +1 -1
- {tooluniverse-1.0.0 → tooluniverse-1.0.1/src/tooluniverse.egg-info}/PKG-INFO +11 -1
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/SOURCES.txt +1 -5
- 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 → tooluniverse-1.0.1}/LICENSE +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/setup.cfg +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/__init__.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/admetai_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/agentic_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/alphafold_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/base_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/boltz_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/chem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/__init__.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/biomarker_discovery.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/comprehensive_drug_discovery.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/drug_safety_analyzer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/literature_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/output_summarizer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/tool_description_optimizer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/tool_discover.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_scripts/tool_graph_composer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/compose_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/ctg_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/custom_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/dailymed_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/__init__.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/admetai_tools.json +0 -0
- /tooluniverse-1.0.0/src/tooluniverse/data/clait_tools.json → /tooluniverse-1.0.1/src/tooluniverse/data/adverse_event_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/agentic_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/alphafold_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/boltz_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/chembl_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/clinicaltrials_gov_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/compose_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/dailymed_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/dataset_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/disease_target_score_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/efo_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/embedding_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/enrichr_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/europe_pmc_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/expert_feedback_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/fda_drug_adverse_event_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/fda_drug_labeling_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/fda_drugs_with_brand_generic_names_for_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/finder_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/gene_ontology_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/gwas_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/hpa_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/humanbase_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/idmap_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/mcp_client_tools_example.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/mcpautoloadertool_defaults.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/medlineplus_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/monarch_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/openalex_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/opentarget_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/output_summarization_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/bioinformatics_core_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/categorized_tools.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/cheminformatics_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/earth_sciences_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/genomics_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/image_processing_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/machine_learning_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/neuroscience_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/original_tools.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/physics_astronomy_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/scientific_computing_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/single_cell_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/structural_biology_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/packages/visualization_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/pubchem_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/pubtator_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/rcsb_pdb_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/reactome_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/semantic_scholar_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/special_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/tool_composition_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/toolfinderkeyword_defaults.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/txagent_client_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/uniprot_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/url_fetch_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/uspto_downloader_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/uspto_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/data/xml_tools.json +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/dataset_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/default_config.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/efo_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/embedding_database.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/embedding_sync.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/enrichr_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/europe_pmc_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/execute_function.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/extended_hooks.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/gene_ontology_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/graphql_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/gwas_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/hpa_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/humanbase_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/logging_config.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/mcp_client_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/mcp_integration.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/mcp_tool_registry.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/medlineplus_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/openalex_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/openfda_adv_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/openfda_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/output_hook.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/package_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/pubchem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/pubtator_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/rcsb_pdb_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/reactome_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/boltz/boltz_mcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/depmap_24q2/depmap_24q2_mcp_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/human_expert_mcp_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/simple_test.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/start_web_interface.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/expert_feedback/web_only_interface.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/immune_compass/compass_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/pinnacle/pinnacle_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/transcriptformer/transcriptformer_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_mcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote/uspto_downloader/uspto_downloader_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/remote_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/restful_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/scripts/generate_tool_graph.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/scripts/visualize_tool_graph.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/semantic_scholar_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/smcp.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/smcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/mcp_server_test.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_admetai_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_agentic_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_alphafold_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_chem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_compose_lieraturereview.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_compose_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_dailymed.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_dataset_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_disease_target_score.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_drugbank_filter_examples.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_efo.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_enrichr_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_europe_pmc_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_fda_adv.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_fda_drug_labeling.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_gene_ontology_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_gwas_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_hpa.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_humanbase_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_idmap_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_mcp_server.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_mcp_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_medlineplus.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_openalex_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_opentargets.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_pubchem_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_pubtator_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_rcsb_pdb_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_reactome.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_semantic_scholar_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_software_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tool_description_optimizer.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tool_finder.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tool_finder_llm.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_tools_find.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_uniprot_tools.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_uspto_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/test/test_xml_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_finder_embedding.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_finder_keyword.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_finder_llm.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_graph_web_ui.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/tool_registry.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/uniprot_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/url_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/uspto_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/utils.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse/xml_tool.py +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/dependency_links.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/entry_points.txt +0 -0
- {tooluniverse-1.0.0 → tooluniverse-1.0.1}/src/tooluniverse.egg-info/requires.txt +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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
|