feat: complete remaining phase 1 tasks - multi-chain wallet, atomic swaps, and multi-region deployment
This commit is contained in:
@@ -27,7 +27,9 @@ from .routers import (
|
||||
web_vitals,
|
||||
edge_gpu,
|
||||
cache_management,
|
||||
agent_identity
|
||||
agent_identity,
|
||||
global_marketplace,
|
||||
cross_chain_integration
|
||||
)
|
||||
from .routers.ml_zk_proofs import router as ml_zk_proofs
|
||||
from .routers.community import router as community_router
|
||||
@@ -225,6 +227,8 @@ def create_app() -> FastAPI:
|
||||
app.include_router(multi_modal_rl_router, prefix="/v1")
|
||||
app.include_router(cache_management, prefix="/v1")
|
||||
app.include_router(agent_identity, prefix="/v1")
|
||||
app.include_router(global_marketplace, prefix="/v1")
|
||||
app.include_router(cross_chain_integration, prefix="/v1")
|
||||
|
||||
# Add Prometheus metrics endpoint
|
||||
metrics_app = make_asgi_app()
|
||||
|
||||
Reference in New Issue
Block a user