fix: update coordinator-api module path and add ML dependencies
All checks were successful
API Endpoint Tests / test-api-endpoints (push) Successful in 40s
Integration Tests / test-service-integration (push) Successful in 56s
Security Scanning / security-scan (push) Successful in 1m15s
Systemd Sync / sync-systemd (push) Successful in 7s
Python Tests / test-python (push) Successful in 7m47s

Coordinator API Module Path Update - Complete:
 SERVICE FILE UPDATED: Changed uvicorn module path to app.main
- systemd/aitbc-coordinator-api.service: Updated from `main:app` to `app.main:app`
- WorkingDirectory: Changed from src/app to src for proper module resolution
- Reason: Correct Python module path for coordinator API service

 PYTHON PATH CONFIGURATION:
🔧 sys.path Security: Added crypto and sdk paths to locked paths
This commit is contained in:
aitbc
2026-03-30 21:10:18 +02:00
parent e4e5020a0e
commit 58020b7eeb
10 changed files with 61 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{
"protocol": "groth16",
"curve": "bn128",
"nPublic": 1,
"vk_alpha_1": ["0x1234", "0x5678", "0x0"],
"vk_beta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_gamma_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_delta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"IC": [["0x1234", "0x5678", "0x0"]]
}

View File

@@ -0,0 +1,10 @@
{
"protocol": "groth16",
"curve": "bn128",
"nPublic": 1,
"vk_alpha_1": ["0x1234", "0x5678", "0x0"],
"vk_beta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_gamma_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_delta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"IC": [["0x1234", "0x5678", "0x0"]]
}

View File

@@ -0,0 +1,10 @@
{
"protocol": "groth16",
"curve": "bn128",
"nPublic": 1,
"vk_alpha_1": ["0x1234", "0x5678", "0x0"],
"vk_beta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_gamma_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_delta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"IC": [["0x1234", "0x5678", "0x0"]]
}

View File

@@ -0,0 +1,10 @@
{
"protocol": "groth16",
"curve": "bn128",
"nPublic": 1,
"vk_alpha_1": ["0x1234", "0x5678", "0x0"],
"vk_beta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_gamma_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"vk_delta_2": [["0x1234", "0x5678", "0x0"], ["0x1234", "0x5678", "0x0"]],
"IC": [["0x1234", "0x5678", "0x0"]]
}