hyperforge-nucliadb 1.0.0.post26__tar.gz → 1.0.0.post29__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.
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/PKG-INFO +3 -2
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/pyproject.toml +8 -2
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb.egg-info/PKG-INFO +3 -2
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/README.md +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/setup.cfg +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/__init__.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/advanced_ask_agent.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/advanced_ask_config.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/__init__.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/analysis.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/ask.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/config.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/hydrate.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/kb_analysis.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/knowledge_scan.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/models.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/multi.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/nucliadb.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/prompt_analysis.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/query_analysis.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/rerank.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask/utils.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/ask_utils.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/basic_ask_agent.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/basic_ask_config.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/driver.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/driver_config.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/sync/__init__.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/sync/agent.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/sync/config.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/sync/config_driver.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb/sync/driver.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb.egg-info/SOURCES.txt +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb.egg-info/dependency_links.txt +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb.egg-info/requires.txt +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/src/hyperforge_nucliadb.egg-info/top_level.txt +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/tests/test_ask_utils.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/tests/test_nucliadb.py +0 -0
- {hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/tests/test_sync.py +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperforge_nucliadb
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.post29
|
|
4
4
|
Summary: NucliaDB Hyperforge agent
|
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://progress.com
|
|
8
|
-
Project-URL: Repository, https://github.com/nuclia/
|
|
8
|
+
Project-URL: Repository, https://github.com/nuclia/hyperforge
|
|
9
|
+
Project-URL: Changelog, https://github.com/nuclia/hyperforge/blob/main/agents/nucliadb/CHANGELOG.md
|
|
9
10
|
Classifier: Programming Language :: Python
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyperforge_nucliadb"
|
|
7
|
-
version = "1.0.0.
|
|
7
|
+
version = "1.0.0.post29"
|
|
8
8
|
license = "Apache-2.0"
|
|
9
9
|
description = "NucliaDB Hyperforge agent"
|
|
10
10
|
authors = [{ name = "Nuclia", email = "nucliadb@nuclia.com" }]
|
|
@@ -33,7 +33,13 @@ dev = [
|
|
|
33
33
|
|
|
34
34
|
[project.urls]
|
|
35
35
|
Homepage = "https://progress.com"
|
|
36
|
-
Repository = "https://github.com/nuclia/
|
|
36
|
+
Repository = "https://github.com/nuclia/hyperforge"
|
|
37
|
+
Changelog = "https://github.com/nuclia/hyperforge/blob/main/agents/nucliadb/CHANGELOG.md"
|
|
37
38
|
|
|
38
39
|
[tool.pytest.ini_options]
|
|
39
40
|
asyncio_mode = "auto"
|
|
41
|
+
|
|
42
|
+
[tool.uv.build-backend]
|
|
43
|
+
|
|
44
|
+
# Exclude specific files from being packaged
|
|
45
|
+
source-exclude = ["tests/**", "*.pyc"]
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperforge_nucliadb
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.post29
|
|
4
4
|
Summary: NucliaDB Hyperforge agent
|
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://progress.com
|
|
8
|
-
Project-URL: Repository, https://github.com/nuclia/
|
|
8
|
+
Project-URL: Repository, https://github.com/nuclia/hyperforge
|
|
9
|
+
Project-URL: Changelog, https://github.com/nuclia/hyperforge/blob/main/agents/nucliadb/CHANGELOG.md
|
|
9
10
|
Classifier: Programming Language :: Python
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
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
|
{hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/tests/test_ask_utils.py
RENAMED
|
File without changes
|
{hyperforge_nucliadb-1.0.0.post26 → hyperforge_nucliadb-1.0.0.post29}/tests/test_nucliadb.py
RENAMED
|
File without changes
|
|
File without changes
|