bioguider 0.2.18__tar.gz → 0.2.19__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.18 → bioguider-0.2.19}/PKG-INFO +1 -1
  2. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/evaluation_readme_task.py +29 -24
  3. {bioguider-0.2.18 → bioguider-0.2.19}/pyproject.toml +1 -1
  4. {bioguider-0.2.18 → bioguider-0.2.19}/LICENSE +0 -0
  5. {bioguider-0.2.18 → bioguider-0.2.19}/README.md +0 -0
  6. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/__init__.py +0 -0
  7. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/__init__.py +0 -0
  8. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/agent_task.py +0 -0
  9. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/agent_tools.py +0 -0
  10. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/agent_utils.py +0 -0
  11. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/collection_execute_step.py +0 -0
  12. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/collection_observe_step.py +0 -0
  13. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/collection_plan_step.py +0 -0
  14. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/collection_task.py +0 -0
  15. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/collection_task_utils.py +0 -0
  16. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/common_agent.py +0 -0
  17. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/common_agent_2step.py +0 -0
  18. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/common_conversation.py +0 -0
  19. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/common_step.py +0 -0
  20. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/dockergeneration_execute_step.py +0 -0
  21. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/dockergeneration_observe_step.py +0 -0
  22. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/dockergeneration_plan_step.py +0 -0
  23. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/dockergeneration_task.py +0 -0
  24. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/dockergeneration_task_utils.py +0 -0
  25. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/evaluation_installation_task.py +0 -0
  26. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/evaluation_submission_requirements_task.py +0 -0
  27. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/evaluation_task.py +0 -0
  28. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/identification_execute_step.py +0 -0
  29. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/identification_observe_step.py +0 -0
  30. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/identification_plan_step.py +0 -0
  31. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/identification_task.py +0 -0
  32. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/identification_task_utils.py +0 -0
  33. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/peo_common_step.py +0 -0
  34. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/prompt_utils.py +0 -0
  35. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/python_ast_repl_tool.py +0 -0
  36. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/agents/rag_collection_task.py +0 -0
  37. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/conversation.py +0 -0
  38. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/database/summarized_file_db.py +0 -0
  39. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/managers/evaluation_manager.py +0 -0
  40. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/rag/__init__.py +0 -0
  41. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/rag/config.py +0 -0
  42. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/rag/data_pipeline.py +0 -0
  43. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/rag/embedder.py +0 -0
  44. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/rag/rag.py +0 -0
  45. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/settings.py +0 -0
  46. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/utils/constants.py +0 -0
  47. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/utils/default.gitignore +0 -0
  48. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/utils/file_utils.py +0 -0
  49. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/utils/gitignore_checker.py +0 -0
  50. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/utils/pyphen_utils.py +0 -0
  51. {bioguider-0.2.18 → bioguider-0.2.19}/bioguider/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bioguider
3
- Version: 0.2.18
3
+ Version: 0.2.19
4
4
  Summary: An AI-Powered package to help biomedical developers to generate clear documentation
5
5
  License: MIT
6
6
  Author: Cankun Wang
@@ -13,7 +13,10 @@ from bioguider.agents.agent_utils import (
13
13
  read_file, read_license_file,
14
14
  summarize_file
15
15
  )
16
- from bioguider.agents.common_agent_2step import CommonAgentTwoChainSteps
16
+ from bioguider.agents.common_agent_2step import (
17
+ CommonAgentTwoChainSteps,
18
+ CommonAgentTwoSteps,
19
+ )
17
20
  from bioguider.agents.evaluation_task import EvaluationTask
18
21
  from bioguider.utils.constants import (
19
22
  DEFAULT_TOKEN_USAGE,
@@ -168,6 +171,28 @@ You will be given:
168
171
 
169
172
  ---
170
173
 
174
+ ### **Output Format**
175
+ Your output must **exactly match** the following format. Do not add or omit any sections.
176
+
177
+ **FinalAnswer**
178
+ **Available:**
179
+ <Your assessment and suggestion here>
180
+ **Readability:**
181
+ <Your assessment and suggestion here>
182
+ **Project Purpose:**
183
+ <Your assessment and suggestion here>
184
+ **Hardware and software spec and compatibility description:**
185
+ <Your assessment and suggestion here>
186
+ **Dependencies clearly stated:**
187
+ <Your assessment and suggestion here>
188
+ **License Information Included:**
189
+ <Your assessment and suggestion here>
190
+ **Code contributor / Author information included
191
+ <Your assessment and suggestion here>
192
+ **Overall Score:**
193
+ <Your assessment and suggestion here>
194
+ ---
195
+
171
196
  ### **Instructions**
172
197
  1. Based on the provided structured evaluation and its reasoning process, generate a free evaluation of the README file.
173
198
  2. Focus on the explanation of assessment in structured evaluation and how to improve the README file based on the structured evaluation and its reasoning process.
@@ -175,8 +200,9 @@ You will be given:
175
200
  3. For each item in the structured evaluation, provide a detailed assessment followed by specific, actionable comments for improvement.
176
201
  4. Your improvement suggestions must also include the original text snippet and the improving comments.
177
202
  5. Your improvement suggestions must also include suggestions to improve readability.
178
- 6. In each section output, please first give a detailed explanation of the assessment, and then provide the detailed suggestion for improvement. If you think the it is good enough, you can say so.
203
+ 6. In the **FinalAnswer** of output, in each section output, please first give a detailed explanation of the assessment, and then provide the detailed suggestion for improvement. If you think the it is good enough, you can say so.
179
204
  The following is an example of the output format:
205
+ **FinalAnswer**
180
206
  **Available:**
181
207
  Detailed explanation of the assessment. Such as: The README file is present in the repository. The content of the file has been shared completely and is accessible. This confirms the availability of the README documentation for evaluation. There's no issue with availability.
182
208
  Detailed suggestion for improvement. Such as: Add a brief introductory section summarizing the project and its main purpose would help orient readers.
@@ -222,28 +248,7 @@ You will be given:
222
248
  - <original text snippet> - <improving comments>
223
249
  - ...
224
250
  - Break down long instructions into smaller bullet points.
225
- ---
226
-
227
- ### **Output Format**
228
- Your output must **exactly match** the following format. Do not add or omit any sections.
229
251
 
230
- **FinalAnswer**
231
- **Available:**
232
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
233
- **Readability:**
234
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
235
- **Project Purpose:**
236
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
237
- **Hardware and software spec and compatibility description:**
238
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
239
- **Dependencies clearly stated:**
240
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
241
- **License Information Included:**
242
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
243
- **Code contributor / Author information included
244
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
245
- **Overall Score:**
246
- <Your detailed assessment and detailed suggestion here, including the original text snippet and the improving comments>
247
252
  ---
248
253
 
249
254
  ### **Structured Evaluation and Reasoning Process**
@@ -492,7 +497,7 @@ class EvaluationREADMETask(EvaluationTask):
492
497
  readme_content=readme_content,
493
498
  structured_evaluation=structured_reasoning_process,
494
499
  )
495
- agent = CommonAgentTwoChainSteps(llm=self.llm)
500
+ agent = CommonAgentTwoSteps(llm=self.llm)
496
501
  response, _, token_usage, reasoning_process = agent.go(
497
502
  system_prompt=system_prompt,
498
503
  instruction_prompt=EVALUATION_INSTRUCTION,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bioguider"
3
- version = "0.2.18"
3
+ version = "0.2.19"
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