EvoScientist 0.0.1.dev1__tar.gz → 0.0.1.dev2__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.
Files changed (121) hide show
  1. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist.egg-info/PKG-INFO +10 -5
  2. evoscientist-0.0.1.dev2/EvoScientist.egg-info/entry_points.txt +5 -0
  3. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/PKG-INFO +10 -5
  4. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/README.md +9 -4
  5. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/pyproject.toml +4 -1
  6. evoscientist-0.0.1.dev1/EvoScientist.egg-info/entry_points.txt +0 -2
  7. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/EvoScientist.py +0 -0
  8. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/__init__.py +0 -0
  9. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/__main__.py +0 -0
  10. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/backends.py +0 -0
  11. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/cli.py +0 -0
  12. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/middleware.py +0 -0
  13. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/prompts.py +0 -0
  14. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/accelerate/SKILL.md +0 -0
  15. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/accelerate/references/custom-plugins.md +0 -0
  16. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/accelerate/references/megatron-integration.md +0 -0
  17. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/accelerate/references/performance.md +0 -0
  18. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/bitsandbytes/SKILL.md +0 -0
  19. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/bitsandbytes/references/memory-optimization.md +0 -0
  20. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/bitsandbytes/references/qlora-training.md +0 -0
  21. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/bitsandbytes/references/quantization-formats.md +0 -0
  22. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/find-skills/SKILL.md +0 -0
  23. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/find-skills/scripts/install_skill.py +0 -0
  24. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/flash-attention/SKILL.md +0 -0
  25. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/flash-attention/references/benchmarks.md +0 -0
  26. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/flash-attention/references/transformers-integration.md +0 -0
  27. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/llama-cpp/SKILL.md +0 -0
  28. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/llama-cpp/references/optimization.md +0 -0
  29. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/llama-cpp/references/quantization.md +0 -0
  30. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/llama-cpp/references/server.md +0 -0
  31. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/lm-evaluation-harness/SKILL.md +0 -0
  32. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/lm-evaluation-harness/references/api-evaluation.md +0 -0
  33. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/lm-evaluation-harness/references/benchmark-guide.md +0 -0
  34. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/lm-evaluation-harness/references/custom-tasks.md +0 -0
  35. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/lm-evaluation-harness/references/distributed-eval.md +0 -0
  36. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/SKILL.md +0 -0
  37. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/references/checklists.md +0 -0
  38. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/references/citation-workflow.md +0 -0
  39. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/references/reviewer-guidelines.md +0 -0
  40. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/references/sources.md +0 -0
  41. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/references/writing-guide.md +0 -0
  42. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/README.md +0 -0
  43. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/aaai2026/README.md +0 -0
  44. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/aaai2026/aaai2026-unified-supp.tex +0 -0
  45. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/aaai2026/aaai2026-unified-template.tex +0 -0
  46. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/aaai2026/aaai2026.bib +0 -0
  47. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/aaai2026/aaai2026.bst +0 -0
  48. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/aaai2026/aaai2026.sty +0 -0
  49. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/README.md +0 -0
  50. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/acl.sty +0 -0
  51. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/acl_latex.tex +0 -0
  52. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/acl_lualatex.tex +0 -0
  53. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/acl_natbib.bst +0 -0
  54. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/anthology.bib.txt +0 -0
  55. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/custom.bib +0 -0
  56. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/acl/formatting.md +0 -0
  57. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/README.md +0 -0
  58. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/colm2025_conference.bib +0 -0
  59. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/colm2025_conference.bst +0 -0
  60. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/colm2025_conference.pdf +0 -0
  61. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/colm2025_conference.sty +0 -0
  62. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/colm2025_conference.tex +0 -0
  63. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/fancyhdr.sty +0 -0
  64. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/math_commands.tex +0 -0
  65. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/colm2025/natbib.sty +0 -0
  66. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/fancyhdr.sty +0 -0
  67. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/iclr2026_conference.bib +0 -0
  68. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/iclr2026_conference.bst +0 -0
  69. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/iclr2026_conference.pdf +0 -0
  70. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/iclr2026_conference.sty +0 -0
  71. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/iclr2026_conference.tex +0 -0
  72. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/math_commands.tex +0 -0
  73. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/iclr2026/natbib.sty +0 -0
  74. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/algorithm.sty +0 -0
  75. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/algorithmic.sty +0 -0
  76. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/example_paper.bib +0 -0
  77. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/example_paper.pdf +0 -0
  78. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/example_paper.tex +0 -0
  79. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/fancyhdr.sty +0 -0
  80. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/icml2026.bst +0 -0
  81. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/icml2026.sty +0 -0
  82. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/icml2026/icml_numpapers.pdf +0 -0
  83. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/neurips2025/Makefile +0 -0
  84. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/neurips2025/extra_pkgs.tex +0 -0
  85. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/neurips2025/main.tex +0 -0
  86. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ml-paper-writing/templates/neurips2025/neurips.sty +0 -0
  87. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/peft/SKILL.md +0 -0
  88. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/peft/references/advanced-usage.md +0 -0
  89. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/peft/references/troubleshooting.md +0 -0
  90. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ray-data/SKILL.md +0 -0
  91. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ray-data/references/integration.md +0 -0
  92. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/ray-data/references/transformations.md +0 -0
  93. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/LICENSE.txt +0 -0
  94. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/SKILL.md +0 -0
  95. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/references/output-patterns.md +0 -0
  96. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/references/workflows.md +0 -0
  97. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/scripts/init_skill.py +0 -0
  98. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/scripts/package_skill.py +0 -0
  99. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/skills/skill-creator/scripts/quick_validate.py +0 -0
  100. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/stream/__init__.py +0 -0
  101. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/stream/emitter.py +0 -0
  102. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/stream/formatter.py +0 -0
  103. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/stream/tracker.py +0 -0
  104. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/stream/utils.py +0 -0
  105. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/subagent.yaml +0 -0
  106. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/tools.py +0 -0
  107. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist/utils.py +0 -0
  108. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist.egg-info/SOURCES.txt +0 -0
  109. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist.egg-info/dependency_links.txt +0 -0
  110. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist.egg-info/requires.txt +0 -0
  111. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/EvoScientist.egg-info/top_level.txt +0 -0
  112. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/LICENSE +0 -0
  113. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/setup.cfg +0 -0
  114. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_backends.py +0 -0
  115. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_imports.py +0 -0
  116. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_prompts.py +0 -0
  117. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_stream_emitter.py +0 -0
  118. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_stream_state.py +0 -0
  119. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_stream_tracker.py +0 -0
  120. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_stream_utils.py +0 -0
  121. {evoscientist-0.0.1.dev1 → evoscientist-0.0.1.dev2}/tests/test_tools.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: EvoScientist
3
- Version: 0.0.1.dev1
3
+ Version: 0.0.1.dev2
4
4
  Summary: EvoScientist: Towards Self-Evolving AI Scientists for End-to-End Scientific Discovery
5
5
  Author: Xi Zhang
6
6
  Maintainer: Xi Zhang
@@ -41,11 +41,12 @@ Dynamic: license-file
41
41
 
42
42
  <a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&width=435&lines=Towards+Self-Evolving+AI+Scientists+for+End-to-End+Scientific+Discovery" alt="Typing SVG" /></a>
43
43
 
44
- [![Project Page](https://img.shields.io/badge/Project-Page-4285F4?style=for-the-badge&logo=googlelens&logoColor=4285F4)]()
44
+ [![PyPI](https://img.shields.io/badge/PyPI-EvoScientist%20v0.0.1-3da9fc?style=for-the-badge&logo=python&logoColor=3da9fc)](https://pypi.org/project/EvoScientist/)
45
+ [![Project Page](https://img.shields.io/badge/Project-Page-ff8e3c?style=for-the-badge&logo=googlelens&logoColor=ff8e3c)]()
45
46
  [![arXiv](https://img.shields.io/badge/arXiv-xxxx.xxxx-b31b1b?style=for-the-badge&logo=arxiv&logoColor=b31b1b)]()
46
- [![Gradio Demo](https://img.shields.io/badge/Gradio-Online_Demo-FFCC00?style=for-the-badge&logo=gradio&logoColor=yellow&labelColor=grey)]()
47
- [![Evaluation Split](https://img.shields.io/badge/HF-Test_Dataset-AECBFA?style=for-the-badge&logo=huggingface&logoColor=FFCC00&labelColor=grey)]()
48
47
  [![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)]()
48
+ <!-- [![Gradio Demo](https://img.shields.io/badge/Gradio-Online_Demo-FFCC00?style=for-the-badge&logo=gradio&logoColor=yellow&labelColor=grey)]()
49
+ [![Evaluation Split](https://img.shields.io/badge/HF-Test_Dataset-AECBFA?style=for-the-badge&logo=huggingface&logoColor=FFCC00&labelColor=grey)]() -->
49
50
 
50
51
  </div>
51
52
 
@@ -113,7 +114,11 @@ You can perform inference directly from the command line using our CLI tool:
113
114
  ![demo](./assets/EvoScientist_cli.png)
114
115
 
115
116
  ```Shell
116
- python -m EvoScientist
117
+ python -m EvoScientist
118
+ ```
119
+ or
120
+ ```Shell
121
+ EvoSci # or EvoScientist
117
122
  ```
118
123
  **Optional arguments:**
119
124
 
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ EvoSci = EvoScientist.cli:main
3
+ EvoScientist = EvoScientist.cli:main
4
+ evosci = EvoScientist.cli:main
5
+ evoscientist = EvoScientist.cli:main
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: EvoScientist
3
- Version: 0.0.1.dev1
3
+ Version: 0.0.1.dev2
4
4
  Summary: EvoScientist: Towards Self-Evolving AI Scientists for End-to-End Scientific Discovery
5
5
  Author: Xi Zhang
6
6
  Maintainer: Xi Zhang
@@ -41,11 +41,12 @@ Dynamic: license-file
41
41
 
42
42
  <a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&width=435&lines=Towards+Self-Evolving+AI+Scientists+for+End-to-End+Scientific+Discovery" alt="Typing SVG" /></a>
43
43
 
44
- [![Project Page](https://img.shields.io/badge/Project-Page-4285F4?style=for-the-badge&logo=googlelens&logoColor=4285F4)]()
44
+ [![PyPI](https://img.shields.io/badge/PyPI-EvoScientist%20v0.0.1-3da9fc?style=for-the-badge&logo=python&logoColor=3da9fc)](https://pypi.org/project/EvoScientist/)
45
+ [![Project Page](https://img.shields.io/badge/Project-Page-ff8e3c?style=for-the-badge&logo=googlelens&logoColor=ff8e3c)]()
45
46
  [![arXiv](https://img.shields.io/badge/arXiv-xxxx.xxxx-b31b1b?style=for-the-badge&logo=arxiv&logoColor=b31b1b)]()
46
- [![Gradio Demo](https://img.shields.io/badge/Gradio-Online_Demo-FFCC00?style=for-the-badge&logo=gradio&logoColor=yellow&labelColor=grey)]()
47
- [![Evaluation Split](https://img.shields.io/badge/HF-Test_Dataset-AECBFA?style=for-the-badge&logo=huggingface&logoColor=FFCC00&labelColor=grey)]()
48
47
  [![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)]()
48
+ <!-- [![Gradio Demo](https://img.shields.io/badge/Gradio-Online_Demo-FFCC00?style=for-the-badge&logo=gradio&logoColor=yellow&labelColor=grey)]()
49
+ [![Evaluation Split](https://img.shields.io/badge/HF-Test_Dataset-AECBFA?style=for-the-badge&logo=huggingface&logoColor=FFCC00&labelColor=grey)]() -->
49
50
 
50
51
  </div>
51
52
 
@@ -113,7 +114,11 @@ You can perform inference directly from the command line using our CLI tool:
113
114
  ![demo](./assets/EvoScientist_cli.png)
114
115
 
115
116
  ```Shell
116
- python -m EvoScientist
117
+ python -m EvoScientist
118
+ ```
119
+ or
120
+ ```Shell
121
+ EvoSci # or EvoScientist
117
122
  ```
118
123
  **Optional arguments:**
119
124
 
@@ -9,11 +9,12 @@
9
9
 
10
10
  <a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&width=435&lines=Towards+Self-Evolving+AI+Scientists+for+End-to-End+Scientific+Discovery" alt="Typing SVG" /></a>
11
11
 
12
- [![Project Page](https://img.shields.io/badge/Project-Page-4285F4?style=for-the-badge&logo=googlelens&logoColor=4285F4)]()
12
+ [![PyPI](https://img.shields.io/badge/PyPI-EvoScientist%20v0.0.1-3da9fc?style=for-the-badge&logo=python&logoColor=3da9fc)](https://pypi.org/project/EvoScientist/)
13
+ [![Project Page](https://img.shields.io/badge/Project-Page-ff8e3c?style=for-the-badge&logo=googlelens&logoColor=ff8e3c)]()
13
14
  [![arXiv](https://img.shields.io/badge/arXiv-xxxx.xxxx-b31b1b?style=for-the-badge&logo=arxiv&logoColor=b31b1b)]()
14
- [![Gradio Demo](https://img.shields.io/badge/Gradio-Online_Demo-FFCC00?style=for-the-badge&logo=gradio&logoColor=yellow&labelColor=grey)]()
15
- [![Evaluation Split](https://img.shields.io/badge/HF-Test_Dataset-AECBFA?style=for-the-badge&logo=huggingface&logoColor=FFCC00&labelColor=grey)]()
16
15
  [![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)]()
16
+ <!-- [![Gradio Demo](https://img.shields.io/badge/Gradio-Online_Demo-FFCC00?style=for-the-badge&logo=gradio&logoColor=yellow&labelColor=grey)]()
17
+ [![Evaluation Split](https://img.shields.io/badge/HF-Test_Dataset-AECBFA?style=for-the-badge&logo=huggingface&logoColor=FFCC00&labelColor=grey)]() -->
17
18
 
18
19
  </div>
19
20
 
@@ -81,7 +82,11 @@ You can perform inference directly from the command line using our CLI tool:
81
82
  ![demo](./assets/EvoScientist_cli.png)
82
83
 
83
84
  ```Shell
84
- python -m EvoScientist
85
+ python -m EvoScientist
86
+ ```
87
+ or
88
+ ```Shell
89
+ EvoSci # or EvoScientist
85
90
  ```
86
91
  **Optional arguments:**
87
92
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "EvoScientist"
3
- version = "0.0.1dev1"
3
+ version = "0.0.1dev2"
4
4
  description = "EvoScientist: Towards Self-Evolving AI Scientists for End-to-End Scientific Discovery"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -40,6 +40,9 @@ dev = ["pytest>=8.0", "pytest-cov>=5.0"]
40
40
 
41
41
  [project.scripts]
42
42
  evoscientist = "EvoScientist.cli:main"
43
+ EvoScientist = "EvoScientist.cli:main"
44
+ evosci = "EvoScientist.cli:main"
45
+ EvoSci = "EvoScientist.cli:main"
43
46
 
44
47
  [build-system]
45
48
  requires = ["setuptools>=68.0"]
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- evoscientist = EvoScientist.cli:main