bioguider 0.2.16__tar.gz → 0.2.17__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 bioguider might be problematic. Click here for more details.

Files changed (51) hide show
  1. {bioguider-0.2.16 → bioguider-0.2.17}/PKG-INFO +1 -1
  2. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/evaluation_submission_requirements_task.py +4 -0
  3. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/utils/constants.py +3 -0
  4. {bioguider-0.2.16 → bioguider-0.2.17}/pyproject.toml +1 -1
  5. {bioguider-0.2.16 → bioguider-0.2.17}/LICENSE +0 -0
  6. {bioguider-0.2.16 → bioguider-0.2.17}/README.md +0 -0
  7. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/__init__.py +0 -0
  8. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/__init__.py +0 -0
  9. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/agent_task.py +0 -0
  10. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/agent_tools.py +0 -0
  11. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/agent_utils.py +0 -0
  12. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/collection_execute_step.py +0 -0
  13. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/collection_observe_step.py +0 -0
  14. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/collection_plan_step.py +0 -0
  15. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/collection_task.py +0 -0
  16. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/collection_task_utils.py +0 -0
  17. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/common_agent.py +0 -0
  18. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/common_agent_2step.py +0 -0
  19. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/common_conversation.py +0 -0
  20. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/common_step.py +0 -0
  21. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/dockergeneration_execute_step.py +0 -0
  22. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/dockergeneration_observe_step.py +0 -0
  23. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/dockergeneration_plan_step.py +0 -0
  24. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/dockergeneration_task.py +0 -0
  25. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/dockergeneration_task_utils.py +0 -0
  26. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/evaluation_installation_task.py +0 -0
  27. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/evaluation_readme_task.py +0 -0
  28. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/evaluation_task.py +0 -0
  29. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/identification_execute_step.py +0 -0
  30. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/identification_observe_step.py +0 -0
  31. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/identification_plan_step.py +0 -0
  32. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/identification_task.py +0 -0
  33. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/identification_task_utils.py +0 -0
  34. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/peo_common_step.py +0 -0
  35. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/prompt_utils.py +0 -0
  36. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/python_ast_repl_tool.py +0 -0
  37. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/agents/rag_collection_task.py +0 -0
  38. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/conversation.py +0 -0
  39. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/database/summarized_file_db.py +0 -0
  40. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/managers/evaluation_manager.py +0 -0
  41. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/rag/__init__.py +0 -0
  42. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/rag/config.py +0 -0
  43. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/rag/data_pipeline.py +0 -0
  44. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/rag/embedder.py +0 -0
  45. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/rag/rag.py +0 -0
  46. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/settings.py +0 -0
  47. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/utils/default.gitignore +0 -0
  48. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/utils/file_utils.py +0 -0
  49. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/utils/gitignore_checker.py +0 -0
  50. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/utils/pyphen_utils.py +0 -0
  51. {bioguider-0.2.16 → bioguider-0.2.17}/bioguider/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bioguider
3
- Version: 0.2.16
3
+ Version: 0.2.17
4
4
  Summary: An AI-Powered package to help biomedical developers to generate clear documentation
5
5
  License: MIT
6
6
  Author: Cankun Wang
@@ -134,6 +134,8 @@ class EvaluationSubmissionRequirementsTask(EvaluationTask):
134
134
  structured_install_evaluation = self.installation_evaluation.structured_evaluation
135
135
  software_dependency = structured_install_evaluation.dependency_number > 0
136
136
  install_tutorial = structured_install_evaluation.install_tutorial
137
+ hardware_requirements = structured_install_evaluation.hardware_requirements
138
+ compatible_os = structured_install_evaluation.compatible_os
137
139
  license = any([
138
140
  self.readme_files_evaluation[f].structured_evaluation.license_score \
139
141
  if self.readme_files_evaluation[f].structured_evaluation is not None \
@@ -150,6 +152,8 @@ class EvaluationSubmissionRequirementsTask(EvaluationTask):
150
152
  software_dependency=software_dependency,
151
153
  install_tutorial=install_tutorial,
152
154
  license=license,
155
+ hardware_requirements=hardware_requirements,
156
+ compatible_os=compatible_os,
153
157
  )
154
158
 
155
159
  def _evaluate(self, files):
@@ -91,6 +91,7 @@ class StructuredEvaluationInstallationResult(BaseModel):
91
91
  dependency_suggestions: Optional[str]=Field(description="A string value. It is the specific improvements if necessary, such as missing dependencies")
92
92
  compatible_os: Optional[bool]=Field(description="A boolean value. Is compatible operating system described?")
93
93
  overall_score: Optional[str]=Field(description="A overall scroll for the installation quality, could be `Poor`, `Fair`, `Good`, or `Excellent`")
94
+ hardware_requirements: Optional[bool]=Field(description="A boolean value. Is the hardware requirements described?")
94
95
 
95
96
  class FreeEvaluationInstallationResult(BaseModel):
96
97
  ease_of_access: Optional[str]=Field(description="A string including assessment and suggestions for the ease of access of the installation information")
@@ -126,3 +127,5 @@ class EvaluationSubmissionRequirementsResult(BaseModel):
126
127
  software_dependency: bool
127
128
  install_tutorial: bool
128
129
  license: bool
130
+ hardware_requirements: bool
131
+ compatible_os: bool
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bioguider"
3
- version = "0.2.16"
3
+ version = "0.2.17"
4
4
  description = "An AI-Powered package to help biomedical developers to generate clear documentation"
5
5
  authors = [
6
6
  "Cankun Wang <Cankun.Wang@osumc.edu>",
File without changes
File without changes