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.
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/publish_testpypi.yml +1 -1
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/PKG-INFO +11 -7
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/README.md +10 -6
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/pyproject.toml +1 -1
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/__init__.py +1 -1
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/default_agents.py +6 -1
- versionhq-1.1.11.0/src/versionhq/task/TEMPLATES/Description.py +5 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/PKG-INFO +11 -7
- versionhq-1.1.10.9/src/versionhq/task/TEMPLATES/Description.py +0 -5
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/publish.yml +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.gitignore +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.pre-commit-config.yaml +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/.python-version +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/LICENSE +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/SECURITY.md +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/db/preprocess.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/requirements-dev.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/requirements.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/runtime.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/setup.cfg +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/source.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/evaluate.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/team/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/requires.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/agent/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/agent/agent_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/cli/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/clients/customer_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/clients/product_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/conftest.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/llm/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/llm/llm_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/memory/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/memory/memory_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/task/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/task/task_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/team/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/team/team_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/tool/__init__.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/tool/composio_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/tests/tool/tool_test.py +0 -0
- {versionhq-1.1.10.9 → versionhq-1.1.11.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.1.
|
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
|
-
|
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
|
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
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
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
|
-
|
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
|
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
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
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.
|
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"
|
@@ -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(
|
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.
|
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
|
-
|
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
|
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
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
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
|
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
|
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
|
File without changes
|