refactor: rename packages to shorter names
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Integration Tests / test-service-integration (push) Failing after 3s
Python Tests / test-python (push) Failing after 32s
Security Scanning / security-scan (push) Successful in 32s
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Integration Tests / test-service-integration (push) Failing after 3s
Python Tests / test-python (push) Failing after 32s
Security Scanning / security-scan (push) Successful in 32s
- Renamed aitbc-ai-service to aitbc-ai - Renamed aitbc-edge-api to aitbc-edge - Updated pyproject.toml files with new package names - Renamed directories and package modules - Updated references in documentation and scripts - Updated systemd service references
This commit is contained in:
@@ -10,7 +10,7 @@ The following services have <10 files and are considered stubs or placeholders:
|
||||
- **monitor** (7 files) - Monitoring stub
|
||||
- **monitoring-service** (4 files) - Monitoring service stub
|
||||
- **plugin-service** (4 files) - Plugin service stub
|
||||
- **aitbc-ai-service** (8 files) - AI service stub
|
||||
- **aitbc-ai**: AI service stub for job operations
|
||||
- **compliance-service** (9 files) - Compliance checking stub
|
||||
- **exchange-integration** (9 files) - Exchange integration stub
|
||||
- **global-ai-agents** (9 files) - Global AI agents stub
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[tool.poetry]
|
||||
name = "aitbc-ai-service"
|
||||
name = "aitbc-ai"
|
||||
version = "0.1.0"
|
||||
description = "AITBC AI Service for job operations"
|
||||
authors = ["AITBC Team"]
|
||||
@@ -24,8 +24,7 @@ app = FastAPI(
|
||||
|
||||
@app.get("/health")
|
||||
async def health():
|
||||
"""Health check endpoint."""
|
||||
return {"status": "healthy", "service": "aitbc-ai-service"}
|
||||
return {"status": "healthy", "service": "aitbc-ai"}
|
||||
|
||||
|
||||
@app.get("/")
|
||||
Reference in New Issue
Block a user