gaard-core 0.2.4__tar.gz → 0.2.6__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.
- {gaard_core-0.2.4 → gaard_core-0.2.6}/PKG-INFO +2 -2
- {gaard_core-0.2.4 → gaard_core-0.2.6}/pyproject.toml +2 -2
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core.egg-info/PKG-INFO +2 -2
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core.egg-info/requires.txt +1 -1
- {gaard_core-0.2.4 → gaard_core-0.2.6}/README.md +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/setup.cfg +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/conversation_context/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/conversation_context/llm_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/conversation_context/mock_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/errors.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/execution/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/execution/mock_executor.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/json_utils.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/llm_output.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/conversation_context_prompt.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/intent_classification_prompt.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/models.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/result_classification_prompt.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/result_interpretation_prompt.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/schema_formatter.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/sql_generation_prompt.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/py.typed +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_intent/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_intent/llm_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_intent/mock_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_pipeline/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_pipeline/llm_sql_generator.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_pipeline/mock_sql_generator.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_pipeline/models.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/query_pipeline/pipeline.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/result_classifier/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/result_classifier/llm_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/result_classifier/mock_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/result_interpreter/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/result_interpreter/llm_interpreter.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/result_interpreter/mock_interpreter.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/schema/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/schema/cache.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/schema/context.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/schema/models.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/sql_validator/__init__.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/sql_validator/select_only.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core.egg-info/SOURCES.txt +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core.egg-info/dependency_links.txt +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core.egg-info/top_level.txt +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_conversation_context_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_json_utils.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_llm_output.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_llm_query_intent_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_llm_result_classifier.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_llm_result_interpreter.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_llm_sql_generator.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_query_pipeline.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_result_classification_prompt_compiler.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_result_interpretation_prompt_compiler.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_schema_context_cache.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_schema_context_service.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_schema_prompt_formatter.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_sql_generation_prompt_compiler.py +0 -0
- {gaard_core-0.2.4 → gaard_core-0.2.6}/tests/test_sql_validator.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gaard-core
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Core GAARD query pipeline, prompt compiler, policies and SQL validation
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: gaard-plugin-api<0.3.0,>=0.2.
|
|
7
|
+
Requires-Dist: gaard-plugin-api<0.3.0,>=0.2.6
|
|
8
8
|
Requires-Dist: pydantic>=2.7.0
|
|
9
9
|
Requires-Dist: sqlglot>=25.0.0
|
|
10
10
|
Provides-Extra: dev
|
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gaard-core"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.6"
|
|
8
8
|
description = "Core GAARD query pipeline, prompt compiler, policies and SQL validation"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
11
11
|
dependencies = [
|
|
12
|
-
"gaard-plugin-api>=0.2.
|
|
12
|
+
"gaard-plugin-api>=0.2.6,<0.3.0",
|
|
13
13
|
"pydantic>=2.7.0",
|
|
14
14
|
"sqlglot>=25.0.0",
|
|
15
15
|
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gaard-core
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Core GAARD query pipeline, prompt compiler, policies and SQL validation
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: gaard-plugin-api<0.3.0,>=0.2.
|
|
7
|
+
Requires-Dist: gaard-plugin-api<0.3.0,>=0.2.6
|
|
8
8
|
Requires-Dist: pydantic>=2.7.0
|
|
9
9
|
Requires-Dist: sqlglot>=25.0.0
|
|
10
10
|
Provides-Extra: dev
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/conversation_context/mock_classifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/conversation_context_prompt.py
RENAMED
|
File without changes
|
{gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/intent_classification_prompt.py
RENAMED
|
File without changes
|
|
File without changes
|
{gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/result_classification_prompt.py
RENAMED
|
File without changes
|
{gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/result_interpretation_prompt.py
RENAMED
|
File without changes
|
|
File without changes
|
{gaard_core-0.2.4 → gaard_core-0.2.6}/src/gaard_core/prompt_compiler/sql_generation_prompt.py
RENAMED
|
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
|