refactor: route agent support settings through runtime

This commit is contained in:
jxxghp
2026-08-23 02:46:26 +08:00
parent f729a8ffe7
commit 1ede083fb2
6 changed files with 16 additions and 11 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ from typing import Any, Dict, Optional
import yaml
from app.agent.llm.capability import AgentCapabilityManager
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.runtime.log import logger
from app.schemas.notification import ChannelCapability
from app.schemas.notification import ChannelCapabilities