再次修复格式

This commit is contained in:
advent259141
2026-01-26 22:36:25 +08:00
parent c3e4a52e5f
commit b3a1f4ca7d
3 changed files with 3 additions and 4 deletions
@@ -7,11 +7,11 @@ from astrbot.api import logger, sp, star
from astrbot.api.event import AstrMessageEvent
from astrbot.api.message_components import Image, Reply
from astrbot.api.provider import Provider, ProviderRequest
from astrbot.core.agent.handoff import HandoffTool
from astrbot.core.agent.message import TextPart
from astrbot.core.pipeline.process_stage.utils import (
CHATUI_SPECIAL_DEFAULT_PERSONA_PROMPT,
)
from astrbot.core.agent.handoff import HandoffTool
from astrbot.core.provider.func_tool_manager import ToolSet
+1 -1
View File
@@ -31,11 +31,11 @@ from astrbot.core.provider.manager import ProviderManager
from astrbot.core.star import PluginManager
from astrbot.core.star.context import Context
from astrbot.core.star.star_handler import EventType, star_handlers_registry, star_map
from astrbot.core.subagent_orchestrator import SubAgentOrchestrator
from astrbot.core.umop_config_router import UmopConfigRouter
from astrbot.core.updator import AstrBotUpdator
from astrbot.core.utils.llm_metadata import update_llm_metadata
from astrbot.core.utils.migra_helper import migra
from astrbot.core.subagent_orchestrator import SubAgentOrchestrator
from . import astrbot_config, html_renderer
from .event_bus import EventBus
+1 -2
View File
@@ -1,7 +1,6 @@
import traceback
from quart import request
from quart import jsonify
from quart import jsonify, request
from astrbot.core import logger
from astrbot.core.core_lifecycle import AstrBotCoreLifecycle