Saving things while they work again!!! Still working on adding a special exception or something for site domain search.

This commit is contained in:
Scott Idem
2026-01-07 16:25:18 -05:00
parent cf96d93246
commit caf2868d02
5 changed files with 489 additions and 786 deletions

View File

@@ -123,12 +123,12 @@ app.include_router(
)
# Deferred import to avoid circular dependencies and ensure environment is ready
from app.routers import agent_bridge
app.include_router(
agent_bridge.router,
prefix='/agent',
tags=['Agent Bridge'],
)
# from app.routers import agent_bridge
# app.include_router(
# agent_bridge.router,
# prefix='/agent',
# tags=['Agent Bridge'],
# )
app.include_router(
api.router,