versionhq 1.1.10.9__tar.gz → 1.1.11.0__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 (106) hide show
  1. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/publish_testpypi.yml +1 -1
  2. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/PKG-INFO +11 -7
  3. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/README.md +10 -6
  4. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/pyproject.toml +1 -1
  5. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/__init__.py +1 -1
  6. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/default_agents.py +6 -1
  7. versionhq-1.1.11.0/src/versionhq/task/TEMPLATES/Description.py +5 -0
  8. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/PKG-INFO +11 -7
  9. versionhq-1.1.10.9/src/versionhq/task/TEMPLATES/Description.py +0 -5
  10. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/publish.yml +0 -0
  11. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/run_tests.yml +0 -0
  12. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/security_check.yml +0 -0
  13. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.gitignore +0 -0
  14. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.pre-commit-config.yaml +0 -0
  15. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.python-version +0 -0
  16. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/LICENSE +0 -0
  17. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/SECURITY.md +0 -0
  18. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/db/preprocess.py +0 -0
  19. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/requirements-dev.txt +0 -0
  20. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/requirements.txt +0 -0
  21. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/runtime.txt +0 -0
  22. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/setup.cfg +0 -0
  23. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/__init__.py +0 -0
  24. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/i18n.py +0 -0
  25. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/logger.py +0 -0
  26. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/process_config.py +0 -0
  27. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/usage_metrics.py +0 -0
  28. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/vars.py +0 -0
  29. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
  30. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
  31. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/__init__.py +0 -0
  32. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/model.py +0 -0
  33. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/parser.py +0 -0
  34. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/rpm_controller.py +0 -0
  35. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/cli/__init__.py +0 -0
  36. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/__init__.py +0 -0
  37. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/customer/__init__.py +0 -0
  38. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/customer/model.py +0 -0
  39. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/product/__init__.py +0 -0
  40. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/product/model.py +0 -0
  41. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/workflow/__init__.py +0 -0
  42. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/workflow/model.py +0 -0
  43. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/__init__.py +0 -0
  44. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/_utils.py +0 -0
  45. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/embedding.py +0 -0
  46. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/model.py +0 -0
  47. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/source.py +0 -0
  48. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/source_docling.py +0 -0
  49. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/storage.py +0 -0
  50. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/llm/__init__.py +0 -0
  51. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/llm/llm_vars.py +0 -0
  52. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/llm/model.py +0 -0
  53. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/memory/__init__.py +0 -0
  54. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/memory/contextual_memory.py +0 -0
  55. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/memory/model.py +0 -0
  56. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/__init__.py +0 -0
  57. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/base.py +0 -0
  58. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
  59. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/mem0_storage.py +0 -0
  60. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/rag_storage.py +0 -0
  61. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/task_output_storage.py +0 -0
  62. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/utils.py +0 -0
  63. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/__init__.py +0 -0
  64. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/evaluate.py +0 -0
  65. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/formatter.py +0 -0
  66. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/log_handler.py +0 -0
  67. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/model.py +0 -0
  68. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/structured_response.py +0 -0
  69. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/team/__init__.py +0 -0
  70. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/team/model.py +0 -0
  71. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/team/team_planner.py +0 -0
  72. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/__init__.py +0 -0
  73. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/cache_handler.py +0 -0
  74. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/composio_tool.py +0 -0
  75. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/composio_tool_vars.py +0 -0
  76. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/decorator.py +0 -0
  77. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/model.py +0 -0
  78. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/tool_handler.py +0 -0
  79. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/SOURCES.txt +0 -0
  80. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/dependency_links.txt +0 -0
  81. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/requires.txt +0 -0
  82. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/top_level.txt +0 -0
  83. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/__init__.py +0 -0
  84. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/agent/__init__.py +0 -0
  85. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/agent/agent_test.py +0 -0
  86. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/cli/__init__.py +0 -0
  87. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/clients/customer_test.py +0 -0
  88. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/clients/product_test.py +0 -0
  89. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/clients/workflow_test.py +0 -0
  90. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/conftest.py +0 -0
  91. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/knowledge/__init__.py +0 -0
  92. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/knowledge/knowledge_test.py +0 -0
  93. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/knowledge/mock_report_compressed.pdf +0 -0
  94. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/llm/__init__.py +0 -0
  95. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/llm/llm_test.py +0 -0
  96. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/memory/__init__.py +0 -0
  97. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/memory/memory_test.py +0 -0
  98. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/task/__init__.py +0 -0
  99. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/task/task_test.py +0 -0
  100. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/team/Prompts/Demo_test.py +0 -0
  101. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/team/__init__.py +0 -0
  102. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/team/team_test.py +0 -0
  103. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/tool/__init__.py +0 -0
  104. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/tool/composio_test.py +0 -0
  105. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/tool/tool_test.py +0 -0
  106. {versionhq-1.1.10.9 → versionhq-1.1.11.0}/uv.lock +0 -0
@@ -22,7 +22,7 @@ jobs:
22
22
 
23
23
  - name: Build release distributions
24
24
  run: |
25
- uv venv --python 3.13.1
25
+ uv venv --python 3.12.8
26
26
  source .venv/bin/activate
27
27
  uv pip install --upgrade pip twine
28
28
  uv pip install -r requirements.txt
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: versionhq
3
- Version: 1.1.10.9
3
+ Version: 1.1.11.0
4
4
  Summary: LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -162,7 +162,7 @@ You can specify which formation you want them to generate, or let the agent deci
162
162
 
163
163
  task = Task(
164
164
  description="Amazing task",
165
- pydantic_custom_output=CustomOutput,
165
+ pydantic_output=CustomOutput,
166
166
  callback=dummy_func,
167
167
  callback_kwargs=dict(message="Hi! Here is the result: ")
168
168
  )
@@ -171,14 +171,17 @@ You can specify which formation you want them to generate, or let the agent deci
171
171
  print(res)
172
172
  ```
173
173
 
174
- This will return `TaskOutput` that stores a response in string, JSON dict, and Pydantic model: `CustomOutput` formats with a callback result.
174
+ This will return `TaskOutput` instance that stores a response in plane text, JSON serializable dict, and Pydantic model: `CustomOutput` formats with a callback result, tool output (if given), and evaluation results (if given).
175
175
 
176
176
  ```
177
177
  res == TaskOutput(
178
- raw="{\\"test1\\": \\"random str\\", \\"test2\\": [\\"item1\\", \\"item2\\"]}",
179
- json_dict={"test1": "random str", "test2": ["item1", "item2"]},
180
- pydantic=CustomOutput(test1="random str", test2=["item 1", "item 2"]),
181
- callback_output="Hi! Here is the result: random str, item 1, item 2",
178
+ task_id=UUID('<TASK UUID>')
179
+ raw='{\"test1\":\"random str\", \"test2\":[\"str item 1\", \"str item 2\", \"str item 3\"]}',
180
+ json_dict={'test1': 'random str', 'test2': ['str item 1', 'str item 2', 'str item 3']},
181
+ pydantic=<class '__main__.CustomOutput'>
182
+ tool_output=None,
183
+ callback_output='Hi! Here is the result: random str, str item 1, str item 2, str item 3',
184
+ evaluation=None
182
185
  )
183
186
  ```
184
187
 
@@ -404,6 +407,7 @@ Common issues and solutions:
404
407
  - API key errors: Ensure all API keys in the `.env` file are correct and up to date. Make sure to add `load_dotenv()` on the top of the python file to apply the latest environment values.
405
408
  - Database connection issues: Check if the Chroma DB is properly initialized and accessible.
406
409
  - Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
410
+ - Issues related to the Python version: Docling/Pytorch is not ready for Python 3.13 as of Jan 2025. Use Python 3.12.x as default by running `uv venv --python 3.12.8` and `uv python pin 3.12.8`.
407
411
  - Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
408
412
  - Issues related to the AI agents or RAG system: Check the `output.log` file for detailed error messages and stack traces.
409
413
  - Issues related to `Python quit unexpectedly`: Check [this stackoverflow article](https://stackoverflow.com/questions/59888499/macos-catalina-python-quit-unexpectedly-error).
@@ -97,7 +97,7 @@ You can specify which formation you want them to generate, or let the agent deci
97
97
 
98
98
  task = Task(
99
99
  description="Amazing task",
100
- pydantic_custom_output=CustomOutput,
100
+ pydantic_output=CustomOutput,
101
101
  callback=dummy_func,
102
102
  callback_kwargs=dict(message="Hi! Here is the result: ")
103
103
  )
@@ -106,14 +106,17 @@ You can specify which formation you want them to generate, or let the agent deci
106
106
  print(res)
107
107
  ```
108
108
 
109
- This will return `TaskOutput` that stores a response in string, JSON dict, and Pydantic model: `CustomOutput` formats with a callback result.
109
+ This will return `TaskOutput` instance that stores a response in plane text, JSON serializable dict, and Pydantic model: `CustomOutput` formats with a callback result, tool output (if given), and evaluation results (if given).
110
110
 
111
111
  ```
112
112
  res == TaskOutput(
113
- raw="{\\"test1\\": \\"random str\\", \\"test2\\": [\\"item1\\", \\"item2\\"]}",
114
- json_dict={"test1": "random str", "test2": ["item1", "item2"]},
115
- pydantic=CustomOutput(test1="random str", test2=["item 1", "item 2"]),
116
- callback_output="Hi! Here is the result: random str, item 1, item 2",
113
+ task_id=UUID('<TASK UUID>')
114
+ raw='{\"test1\":\"random str\", \"test2\":[\"str item 1\", \"str item 2\", \"str item 3\"]}',
115
+ json_dict={'test1': 'random str', 'test2': ['str item 1', 'str item 2', 'str item 3']},
116
+ pydantic=<class '__main__.CustomOutput'>
117
+ tool_output=None,
118
+ callback_output='Hi! Here is the result: random str, str item 1, str item 2, str item 3',
119
+ evaluation=None
117
120
  )
118
121
  ```
119
122
 
@@ -339,6 +342,7 @@ Common issues and solutions:
339
342
  - API key errors: Ensure all API keys in the `.env` file are correct and up to date. Make sure to add `load_dotenv()` on the top of the python file to apply the latest environment values.
340
343
  - Database connection issues: Check if the Chroma DB is properly initialized and accessible.
341
344
  - Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
345
+ - Issues related to the Python version: Docling/Pytorch is not ready for Python 3.13 as of Jan 2025. Use Python 3.12.x as default by running `uv venv --python 3.12.8` and `uv python pin 3.12.8`.
342
346
  - Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
343
347
  - Issues related to the AI agents or RAG system: Check the `output.log` file for detailed error messages and stack traces.
344
348
  - Issues related to `Python quit unexpectedly`: Check [this stackoverflow article](https://stackoverflow.com/questions/59888499/macos-catalina-python-quit-unexpectedly-error).
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__"]
15
15
 
16
16
  [project]
17
17
  name = "versionhq"
18
- version = "1.1.10.9"
18
+ version = "1.1.11.0"
19
19
  authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
20
20
  description = "LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows"
21
21
  readme = "README.md"
@@ -18,7 +18,7 @@ from versionhq.tool.model import Tool
18
18
  from versionhq.tool.composio_tool import ComposioHandler
19
19
 
20
20
 
21
- __version__ = "1.1.10.9"
21
+ __version__ = "1.1.11.0"
22
22
  __all__ = [
23
23
  "Agent",
24
24
  "Customer",
@@ -7,4 +7,9 @@ List up agents to be called across the project.
7
7
 
8
8
  client_manager = Agent(role="Client Manager", goal="communicate with clients on the task progress", llm=DEFAULT_MODEL_NAME)
9
9
 
10
- task_evaluator = Agent(role="Task Evaluator", goal="score the output according to the given evaluation criteria.", llm=DEFAULT_MODEL_NAME)
10
+ task_evaluator = Agent(
11
+ role="Task Evaluator",
12
+ goal="score the output according to the given evaluation criteria.",
13
+ llm=DEFAULT_MODEL_NAME,
14
+ llm_config=dict(top_p=0.8, top_k=30, max_tokens=5000, temperature=0.9)
15
+ )
@@ -0,0 +1,5 @@
1
+ EVALUATE="""Assess the accuracy and quality of the following task output to the task described below. Score based on the criterion (0-1, 0=worst, 1=best) and suggest improvements. Vary scores; don't assign identical values. Store criteria in the "criteria" field.
2
+ Task: {task_description}
3
+ Task Output: {task_output}
4
+ Evaluation criteria: {eval_criteria}
5
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: versionhq
3
- Version: 1.1.10.9
3
+ Version: 1.1.11.0
4
4
  Summary: LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -162,7 +162,7 @@ You can specify which formation you want them to generate, or let the agent deci
162
162
 
163
163
  task = Task(
164
164
  description="Amazing task",
165
- pydantic_custom_output=CustomOutput,
165
+ pydantic_output=CustomOutput,
166
166
  callback=dummy_func,
167
167
  callback_kwargs=dict(message="Hi! Here is the result: ")
168
168
  )
@@ -171,14 +171,17 @@ You can specify which formation you want them to generate, or let the agent deci
171
171
  print(res)
172
172
  ```
173
173
 
174
- This will return `TaskOutput` that stores a response in string, JSON dict, and Pydantic model: `CustomOutput` formats with a callback result.
174
+ This will return `TaskOutput` instance that stores a response in plane text, JSON serializable dict, and Pydantic model: `CustomOutput` formats with a callback result, tool output (if given), and evaluation results (if given).
175
175
 
176
176
  ```
177
177
  res == TaskOutput(
178
- raw="{\\"test1\\": \\"random str\\", \\"test2\\": [\\"item1\\", \\"item2\\"]}",
179
- json_dict={"test1": "random str", "test2": ["item1", "item2"]},
180
- pydantic=CustomOutput(test1="random str", test2=["item 1", "item 2"]),
181
- callback_output="Hi! Here is the result: random str, item 1, item 2",
178
+ task_id=UUID('<TASK UUID>')
179
+ raw='{\"test1\":\"random str\", \"test2\":[\"str item 1\", \"str item 2\", \"str item 3\"]}',
180
+ json_dict={'test1': 'random str', 'test2': ['str item 1', 'str item 2', 'str item 3']},
181
+ pydantic=<class '__main__.CustomOutput'>
182
+ tool_output=None,
183
+ callback_output='Hi! Here is the result: random str, str item 1, str item 2, str item 3',
184
+ evaluation=None
182
185
  )
183
186
  ```
184
187
 
@@ -404,6 +407,7 @@ Common issues and solutions:
404
407
  - API key errors: Ensure all API keys in the `.env` file are correct and up to date. Make sure to add `load_dotenv()` on the top of the python file to apply the latest environment values.
405
408
  - Database connection issues: Check if the Chroma DB is properly initialized and accessible.
406
409
  - Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
410
+ - Issues related to the Python version: Docling/Pytorch is not ready for Python 3.13 as of Jan 2025. Use Python 3.12.x as default by running `uv venv --python 3.12.8` and `uv python pin 3.12.8`.
407
411
  - Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
408
412
  - Issues related to the AI agents or RAG system: Check the `output.log` file for detailed error messages and stack traces.
409
413
  - Issues related to `Python quit unexpectedly`: Check [this stackoverflow article](https://stackoverflow.com/questions/59888499/macos-catalina-python-quit-unexpectedly-error).
@@ -1,5 +0,0 @@
1
- EVALUATE="""Evaluate the accuracy and quality of the following task output. For each criterion defined below, provide a score between 0 (completely inaccurate/unacceptable) and 1 (perfectly accurate/acceptable), and suggest specific improvements to address any shortcomings.
2
- Task: {task_description}
3
- Task Output: {task_output}
4
- Evaluation criteria: {eval_criteria}
5
- """
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes