nucliadb-agentic-api 1.0.0.post161__tar.gz → 1.0.0.post165__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.
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/PKG-INFO +1 -1
- nucliadb_agentic_api-1.0.0.post165/VERSION +1 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/pyproject.toml +1 -1
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/commands.py +8 -2
- nucliadb_agentic_api-1.0.0.post161/VERSION +0 -1
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/README.md +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic/README +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic/env.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic/script.py.mako +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic/versions/7f3b2f92a8c1_add_agentic_config_table.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic/versions/b3c4d5e6f7a8_add_sources_table.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic.ini +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/VERSION +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/__init__.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/agentic/__init__.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/agentic/ask_handler.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/agentic/ask_result.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/agentic/ask_transform_to_interaction.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/app.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/db/__init__.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/db/agentic_configs.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/db/settings.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/db/sources.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/db/transform.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/exceptions.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/logging.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/models.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/py.typed +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/server/__init__.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/server/server.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/server/session.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/server/settings.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/settings.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/utils.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/__init__.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/agentic_configs.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/ask.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/ask_websocket.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/mcp_content.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/mcp_nucliadb.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/oauth.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/router.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/sources.py +0 -0
- {nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/src/nucliadb_agentic_api/v1/utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.0.post165
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nucliadb_agentic_api"
|
|
7
|
-
version = "1.0.0.
|
|
7
|
+
version = "1.0.0.post165"
|
|
8
8
|
authors = [{ name = "AI Data Team", email = "learning@nuclia.com" }]
|
|
9
9
|
description = "NucliaDB Agentic API for Hyperforge"
|
|
10
10
|
readme = "README.md"
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import asyncio
|
|
2
|
+
|
|
1
3
|
import uvicorn
|
|
2
4
|
from hyperforge import openapi
|
|
3
5
|
from hyperforge.feature_flag import get_flag_service
|
|
@@ -15,7 +17,7 @@ from nucliadb_agentic_api.settings import Settings
|
|
|
15
17
|
from nucliadb_agentic_api.v1.router import router
|
|
16
18
|
|
|
17
19
|
|
|
18
|
-
def
|
|
20
|
+
async def _run(): # pragma: no cover
|
|
19
21
|
settings = Settings()
|
|
20
22
|
setup_logging(
|
|
21
23
|
settings=LogSettings(
|
|
@@ -33,7 +35,7 @@ def run(): # pragma: no cover
|
|
|
33
35
|
},
|
|
34
36
|
)
|
|
35
37
|
)
|
|
36
|
-
setup_telemetry(SERVICE_NAME)
|
|
38
|
+
await setup_telemetry(SERVICE_NAME)
|
|
37
39
|
if settings.sentry_url is not None:
|
|
38
40
|
set_sentry(
|
|
39
41
|
settings.zone,
|
|
@@ -60,6 +62,10 @@ def run(): # pragma: no cover
|
|
|
60
62
|
uvicorn.run(app, host=settings.http_host, port=settings.http_port)
|
|
61
63
|
|
|
62
64
|
|
|
65
|
+
def run(): # pragma: no cover
|
|
66
|
+
asyncio.run(_run())
|
|
67
|
+
|
|
68
|
+
|
|
63
69
|
def extract_openapi():
|
|
64
70
|
openapi.extract_openapi_command(
|
|
65
71
|
"nucliadb_agentic_api", "NucliaDB Agentic API", router
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.0.post161
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nucliadb_agentic_api-1.0.0.post161 → nucliadb_agentic_api-1.0.0.post165}/alembic/script.py.mako
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
|