bioguider 0.2.13__tar.gz → 0.2.14__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 (50) hide show
  1. {bioguider-0.2.13 → bioguider-0.2.14}/PKG-INFO +1 -1
  2. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/evaluation_installation_task.py +2 -0
  3. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/database/summarized_file_db.py +1 -1
  4. {bioguider-0.2.13 → bioguider-0.2.14}/pyproject.toml +1 -1
  5. {bioguider-0.2.13 → bioguider-0.2.14}/LICENSE +0 -0
  6. {bioguider-0.2.13 → bioguider-0.2.14}/README.md +0 -0
  7. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/__init__.py +0 -0
  8. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/__init__.py +0 -0
  9. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/agent_task.py +0 -0
  10. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/agent_tools.py +0 -0
  11. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/agent_utils.py +0 -0
  12. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/collection_execute_step.py +0 -0
  13. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/collection_observe_step.py +0 -0
  14. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/collection_plan_step.py +0 -0
  15. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/collection_task.py +0 -0
  16. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/collection_task_utils.py +0 -0
  17. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/common_agent.py +0 -0
  18. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/common_agent_2step.py +0 -0
  19. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/common_step.py +0 -0
  20. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/dockergeneration_execute_step.py +0 -0
  21. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/dockergeneration_observe_step.py +0 -0
  22. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/dockergeneration_plan_step.py +0 -0
  23. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/dockergeneration_task.py +0 -0
  24. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/dockergeneration_task_utils.py +0 -0
  25. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/evaluation_readme_task.py +0 -0
  26. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/evaluation_submission_requirements_task.py +0 -0
  27. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/evaluation_task.py +0 -0
  28. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/identification_execute_step.py +0 -0
  29. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/identification_observe_step.py +0 -0
  30. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/identification_plan_step.py +0 -0
  31. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/identification_task.py +0 -0
  32. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/identification_task_utils.py +0 -0
  33. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/peo_common_step.py +0 -0
  34. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/prompt_utils.py +0 -0
  35. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/python_ast_repl_tool.py +0 -0
  36. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/agents/rag_collection_task.py +0 -0
  37. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/conversation.py +0 -0
  38. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/managers/evaluation_manager.py +0 -0
  39. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/rag/__init__.py +0 -0
  40. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/rag/config.py +0 -0
  41. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/rag/data_pipeline.py +0 -0
  42. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/rag/embedder.py +0 -0
  43. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/rag/rag.py +0 -0
  44. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/settings.py +0 -0
  45. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/utils/constants.py +0 -0
  46. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/utils/default.gitignore +0 -0
  47. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/utils/file_utils.py +0 -0
  48. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/utils/gitignore_checker.py +0 -0
  49. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/utils/pyphen_utils.py +0 -0
  50. {bioguider-0.2.13 → bioguider-0.2.14}/bioguider/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bioguider
3
- Version: 0.2.13
3
+ Version: 0.2.14
4
4
  Summary: An AI-Powered package to help biomedical developers to generate clear documentation
5
5
  License: MIT
6
6
  Author: Cankun Wang
@@ -211,6 +211,8 @@ class EvaluationInstallationTask(EvaluationTask):
211
211
  instruction_prompt=EVALUATION_INSTRUCTION,
212
212
  schema=StructuredEvaluationInstallationResult,
213
213
  )
214
+ res: StructuredEvaluationInstallationResult = res
215
+ res.dependency_number = 0 if res.dependency_number is None else res.dependency_number
214
216
  self.print_step(step_output=reasoning_process)
215
217
  self.print_step(token_usage=token_usage)
216
218
 
@@ -114,7 +114,7 @@ class SummarizedFilesDb:
114
114
  file_path: str,
115
115
  instruction: str,
116
116
  summarize_level: int,
117
- summarize_prompt: str,
117
+ summarize_prompt: str = "N/A",
118
118
  ) -> str | None:
119
119
  self._connect_to_db()
120
120
  self._ensure_tables()
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bioguider"
3
- version = "0.2.13"
3
+ version = "0.2.14"
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