auto-sync: 2026-05-17 21:47:13
This commit is contained in:
+3
-2
@@ -173,8 +173,9 @@ async def lifespan(app: FastAPI):
|
||||
default_task_timeout_minutes=task_timeout,
|
||||
)
|
||||
await ticker.start()
|
||||
logger.info("Ticker started (interval=%ss, dispatch=%d/tick, agents=%s)",
|
||||
tick_interval, max_dispatch, registered_agents)
|
||||
agent_ids = list(agent_profiles.keys())
|
||||
logger.info("Ticker started (interval=%ss, dispatch=%d/tick, agents=%s, llm=%s)",
|
||||
tick_interval, max_dispatch, agent_ids, routing_model)
|
||||
|
||||
yield
|
||||
|
||||
|
||||
Reference in New Issue
Block a user