bioguider 0.2.11__tar.gz → 0.2.12__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.
- {bioguider-0.2.11 → bioguider-0.2.12}/PKG-INFO +1 -1
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/evaluation_installation_task.py +1 -1
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/evaluation_readme_task.py +4 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/pyproject.toml +1 -1
- {bioguider-0.2.11 → bioguider-0.2.12}/LICENSE +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/README.md +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/__init__.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/__init__.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/agent_task.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/agent_tools.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/agent_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/collection_execute_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/collection_observe_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/collection_plan_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/collection_task.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/collection_task_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/common_agent.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/common_agent_2step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/common_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/dockergeneration_execute_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/dockergeneration_observe_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/dockergeneration_plan_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/dockergeneration_task.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/dockergeneration_task_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/evaluation_task.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/identification_execute_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/identification_observe_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/identification_plan_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/identification_task.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/identification_task_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/peo_common_step.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/prompt_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/python_ast_repl_tool.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/agents/rag_collection_task.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/conversation.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/database/summarized_file_db.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/managers/evaluation_manager.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/rag/__init__.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/rag/config.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/rag/data_pipeline.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/rag/embedder.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/rag/rag.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/settings.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/utils/constants.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/utils/default.gitignore +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/utils/file_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/utils/gitignore_checker.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/utils/pyphen_utils.py +0 -0
- {bioguider-0.2.11 → bioguider-0.2.12}/bioguider/utils/utils.py +0 -0
|
@@ -29,7 +29,7 @@ Your task is to analyze the provided files related to installation and generate
|
|
|
29
29
|
|
|
30
30
|
### **Evaluation Criteria**
|
|
31
31
|
|
|
32
|
-
1. **Installation Available**: Is the installation
|
|
32
|
+
1. **Installation Available**: Is the installation section in document (like README.md or INSTALLATION)?
|
|
33
33
|
* Output: `Yes` or `No`
|
|
34
34
|
|
|
35
35
|
2. **Installation Tutorial**: Is the installation tutorial provided?
|
|
@@ -84,6 +84,8 @@ Your final report must **exactly match** the following format. Do not add or omi
|
|
|
84
84
|
**License Information Included:**
|
|
85
85
|
* score: [Yes / No]
|
|
86
86
|
* suggestions: <suggestions to improve **License Information**>
|
|
87
|
+
** Code contributor / Author information included
|
|
88
|
+
* score: [Yes / No]
|
|
87
89
|
**Overall Score:** [Poor / Fair / Good / Excellent]
|
|
88
90
|
|
|
89
91
|
---
|
|
@@ -257,6 +259,7 @@ class StructuredEvaluationREADMEResult(BaseModel):
|
|
|
257
259
|
dependency_suggestions: Optional[str]=Field(description="Suggestions if dependencies are not clearly stated")
|
|
258
260
|
license_score: Optional[bool]=Field(description="A boolean value, Are contributor or maintainer details provided?")
|
|
259
261
|
license_suggestions: Optional[str]=Field(description="Suggestions to improve license information")
|
|
262
|
+
contributor_author_score: Optional[bool]=Field(description="A boolean value. are contributors or author included?")
|
|
260
263
|
overall_score: str=Field(description="A overall scroll for the README quality, could be `Poor`, `Fair`, `Good`, or `Excellent`")
|
|
261
264
|
|
|
262
265
|
class EvaluationREADMEResult(BaseModel):
|
|
@@ -354,6 +357,7 @@ class EvaluationREADMETask(EvaluationTask):
|
|
|
354
357
|
dependency_suggestions="No dependency provided",
|
|
355
358
|
license_score=False,
|
|
356
359
|
license_suggestions="No license information",
|
|
360
|
+
contributor_author_score=False,
|
|
357
361
|
overall_score="Poor",
|
|
358
362
|
),
|
|
359
363
|
"structured_reasoning_process": f"{readme_file} is an empty file.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|