refactor: route agent task settings through runtime

This commit is contained in:
jxxghp
2026-08-23 02:57:19 +08:00
parent d36795ec4d
commit c5f0bd4fb7
11 changed files with 34 additions and 25 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ from pydantic import BaseModel, Field
from app.agent.tools.base import MoviePilotTool
from app.agent.tools.tags import ToolTag
from app.chain.media import MediaChain
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.domain.context import Context
from app.domain.meta.metamusic import MetaMusic
from app.domain.metainfo import MetaInfo