AstrBot 4.9.0__tar.gz → 4.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {astrbot-4.9.0 → astrbot-4.9.1}/PKG-INFO +7 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/README.md +6 -0
- astrbot-4.9.1/astrbot/cli/__init__.py +1 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/config/default.py +14 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/config/i18n_utils.py +1 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/respond/stage.py +4 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/result_decorate/stage.py +21 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/lark/lark_adapter.py +6 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/conversation.py +91 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/plugin.py +5 -1
- astrbot-4.9.1/changelogs/v4.9.1.md +16 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/AstrBotConfig.vue +50 -18
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/AstrBotConfigV4.vue +23 -4
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ReadmeDialog.vue +1 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/config-metadata.json +3 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/conversation.json +8 -3
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json +3 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/conversation.json +8 -3
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ConversationPage.vue +58 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ExtensionPage.vue +1 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/pyproject.toml +1 -1
- astrbot-4.9.0/astrbot/cli/__init__.py +0 -1
- {astrbot-4.9.0 → astrbot-4.9.1}/.dockerignore +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/FUNDING.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/auto_assign.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/copilot-instructions.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/dependabot.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/auto_release.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/code-format.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/codeql.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/coverage_test.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/dashboard_ci.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/docker-image.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/smoke_test.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.github/workflows/stale.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.gitignore +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.pre-commit-config.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/.python-version +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/CODE_OF_CONDUCT.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/CONTRIBUTING.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/Dockerfile +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/LICENSE +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/README_en.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/README_fr.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/README_ja.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/README_ru.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/README_zh-TW.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/all.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/event/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/event/filter/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/message_components.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/platform/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/provider/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/star/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/api/util/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/__main__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/commands/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/commands/cmd_conf.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/commands/cmd_init.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/commands/cmd_plug.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/commands/cmd_run.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/utils/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/utils/basic.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/utils/plugin.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/cli/utils/version_comparator.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/agent.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/handoff.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/hooks.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/mcp_client.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/message.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/response.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/run_context.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/base.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/coze/coze_agent_runner.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/coze/coze_api_client.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/dashscope/dashscope_agent_runner.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/dify/dify_agent_runner.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/dify/dify_api_client.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/runners/tool_loop_agent_runner.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/tool.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/agent/tool_executor.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/astr_agent_context.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/astr_agent_hooks.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/astr_agent_run_util.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/astr_agent_tool_exec.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/astrbot_config_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/config/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/config/astrbot_config.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/conversation_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/core_lifecycle.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/migration/helper.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/migration/migra_3_to_4.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/migration/migra_45_to_46.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/migration/migra_webchat_session.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/migration/shared_preferences_v3.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/migration/sqlite_v3.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/po.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/sqlite.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/vec_db/base.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/vec_db/faiss_impl/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/vec_db/faiss_impl/document_storage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/vec_db/faiss_impl/embedding_storage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/vec_db/faiss_impl/sqlite_init.sql +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/db/vec_db/faiss_impl/vec_db.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/event_bus.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/exceptions.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/file_token_service.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/initial_loader.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/chunking/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/chunking/base.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/chunking/fixed_size.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/chunking/recursive.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/kb_db_sqlite.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/kb_helper.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/kb_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/models.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/base.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/markitdown_parser.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/pdf_parser.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/text_parser.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/url_parser.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/parsers/util.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/prompts.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/retrieval/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/retrieval/hit_stopwords.txt +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/retrieval/manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/retrieval/rank_fusion.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/knowledge_base/retrieval/sparse_retriever.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/log.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/message/components.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/message/message_event_result.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/persona_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/content_safety_check/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/content_safety_check/strategies/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/content_safety_check/strategies/baidu_aip.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/content_safety_check/strategies/keywords.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/content_safety_check/strategies/strategy.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/context.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/context_utils.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/preprocess_stage/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/process_stage/method/agent_request.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/process_stage/method/agent_sub_stages/internal.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/process_stage/method/agent_sub_stages/third_party.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/process_stage/method/star_request.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/process_stage/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/process_stage/utils.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/rate_limit_check/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/scheduler.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/session_status_check/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/waking_check/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/pipeline/whitelist_check/stage.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/astr_message_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/astrbot_message.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/message_session.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/message_type.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/platform.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/platform_metadata.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/register.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/aiocqhttp/aiocqhttp_message_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/aiocqhttp/aiocqhttp_platform_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/dingtalk/dingtalk_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/dingtalk/dingtalk_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/discord/client.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/discord/components.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/discord/discord_platform_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/discord/discord_platform_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/lark/lark_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/lark/server.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/misskey/misskey_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/misskey/misskey_api.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/misskey/misskey_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/misskey/misskey_utils.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/qqofficial/qqofficial_platform_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_server.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/satori/satori_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/satori/satori_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/slack/client.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/slack/slack_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/slack/slack_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/telegram/tg_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/telegram/tg_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/webchat/webchat_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/webchat/webchat_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/webchat/webchat_queue_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_message_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wechatpadpro/xml_data_parser.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom/wecom_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom/wecom_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom/wecom_kf.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom/wecom_kf_message.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/WXBizJsonMsgCrypt.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/ierror.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_api.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_queue_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_server.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_utils.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/weixin_official_account/weixin_offacc_adapter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform/sources/weixin_official_account/weixin_offacc_event.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/platform_message_history_mgr.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/entites.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/entities.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/func_tool_manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/provider.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/register.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/anthropic_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/azure_tts_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/bailian_rerank_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/dashscope_tts.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/edge_tts_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/fishaudio_tts_api_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/gemini_embedding_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/gemini_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/gemini_tts_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/groq_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/gsv_selfhosted_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/gsvi_tts_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/minimax_tts_api_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/openai_embedding_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/openai_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/openai_tts_api_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/sensevoice_selfhosted_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/vllm_rerank_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/volcengine_tts.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/whisper_api_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/whisper_selfhosted_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/xinference_rerank_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/xinference_stt_provider.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/provider/sources/zhipu_source.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/README.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/config.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/context.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/command.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/command_group.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/custom_filter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/event_message_type.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/permission.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/platform_adapter_type.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/filter/regex.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/register/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/register/star.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/register/star_handler.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/session_llm_manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/session_plugin_manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/star.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/star_handler.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/star_manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/star_tools.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/star/updator.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/umop_config_router.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/updator.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/astrbot_path.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/command_parser.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/file_extract.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/io.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/log_pipe.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/metrics.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/migra_helper.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/path_util.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/pip_installer.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/session_lock.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/session_waiter.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/shared_preferences.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/local_strategy.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/network_strategy.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/renderer.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/template/astrbot_powershell.html +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/template/base.html +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/t2i/template_manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/tencent_record_helper.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/version_comparator.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/utils/webhook_utils.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/core/zip_updator.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/auth.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/chat.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/config.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/file.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/knowledge_base.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/log.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/persona.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/platform.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/route.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/session_management.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/stat.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/static_file.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/t2i.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/tools.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/routes/update.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/server.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/astrbot/dashboard/utils.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.10.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.11.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.12.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.13.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.14.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.15.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.16.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.17.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.18.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.19.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.20.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.21.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.22.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.23.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.24.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.25.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.26.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.27.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.28.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.29.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.30.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.31.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.32.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.33.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.35.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.36.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.37.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.38.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.39.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.4.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.5.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.6.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.7.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.8.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.4.9.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.10.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.11.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.12.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.13.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.14.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.15.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.16.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.17.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.18.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.19.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.2.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.20.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.21.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.22.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.23.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.24.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.25.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.26.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.27.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.3.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.3.2.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.4.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.5.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.6.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.7.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.8.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v3.5.9.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.0.0-beta.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.0.0-beta.4.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.0.0-beta.5.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.0.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.2.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.4.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.5.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.6.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.1.7.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.2.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.2.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.3.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.3.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.3.2.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.3.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.3.5.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.2.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.4.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.5.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.6.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.7.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.5.8.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.6.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.6.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.7.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.7.1.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.7.3.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.7.4.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.8.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/changelogs/v4.9.0.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/compose.yml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/.gitignore +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/LICENSE +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/README.md +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/env.d.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/index.html +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/public/_redirects +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/public/favicon.svg +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/App.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/astrbot_banner.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/astrbot_logo_mini.webp +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/icon-no-shadow.svg +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/loading-seio.webp +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/dingtalk.svg +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/discord.svg +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/kook.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/lark.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/misskey.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/qq.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/satori.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/slack.svg +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/telegram.svg +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/vocechat.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/wechat.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/platform_logos/wecom.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/assets/images/plugin_icon.png +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/ConfirmDialog.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/Chat.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/ChatInput.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/ConfigSelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/ConversationSidebar.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/MessageList.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/ProviderModelSelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/chat/StandaloneChat.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/config/AstrBotCoreConfigWrapper.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/platform/AddNewPlatform.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/provider/AddNewProvider.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ConsoleDisplayer.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ExtensionCard.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ItemCard.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ItemCardGrid.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/KnowledgeBaseSelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/LanguageSwitcher.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ListConfigItem.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/Logo.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/MigrationDialog.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ObjectEditor.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/PersonaForm.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/PersonaSelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/PluginSetSelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ProviderSelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/ProxySelector.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/SidebarCustomizer.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/T2ITemplateEditor.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/UninstallConfirmDialog.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/components/shared/WaitingForRestart.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/composables/useConversations.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/composables/useMediaHandling.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/composables/useMessages.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/composables/useRecording.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/composables/useSessions.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/config.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/composables.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/loader.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/core/actions.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/core/common.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/core/header.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/core/navigation.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/core/shared.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/core/status.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/about.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/alkaid/index.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/alkaid/knowledge-base.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/alkaid/memory.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/auth.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/chart.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/chat.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/config.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/console.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/dashboard.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/extension.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/knowledge-base/detail.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/knowledge-base/document.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/knowledge-base/index.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/migration.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/persona.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/platform.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/provider.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/session-management.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/settings.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/features/tool-use.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/messages/errors.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/messages/success.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/en-US/messages/validation.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/core/actions.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/core/common.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/core/header.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/core/navigation.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/core/shared.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/core/status.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/about.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/alkaid/index.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/alkaid/knowledge-base.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/alkaid/memory.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/auth.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/chart.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/chat.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/config.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/console.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/dashboard.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/extension.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/knowledge-base/detail.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/knowledge-base/document.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/knowledge-base/index.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/migration.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/persona.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/platform.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/provider.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/session-management.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/settings.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/features/tool-use.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/messages/errors.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/messages/success.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/locales/zh-CN/messages/validation.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/tools/index.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/translations.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/types.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/i18n/validator.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/layouts/blank/BlankLayout.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/layouts/full/FullLayout.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/layouts/full/vertical-sidebar/NavItem.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/layouts/full/vertical-sidebar/VerticalSidebar.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/main.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/plugins/confirmPlugin.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/plugins/vuetify.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/router/AuthRoutes.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/router/ChatBoxRoutes.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/router/MainRoutes.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/router/index.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/_override.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/_variables.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VButtons.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VCard.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VField.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VInput.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VNavigationDrawer.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VScrollbar.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VShadow.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VTabs.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/components/_VTextField.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/layout/_container.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/layout/_sidebar.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/pages/_dashboards.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/scss/style.scss +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/stores/auth.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/stores/common.js +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/stores/customizer.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/stores/toast.js +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/theme/DarkTheme.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/theme/LightTheme.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/types/themeTypes/ThemeType.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/types/vue3-print-nb.d.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/types/vue_tabler_icon.d.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/utils/platformUtils.js +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/utils/providerUtils.js +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/utils/sidebarCustomization.js +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/utils/toast.js +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/AboutPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/AlkaidPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ChatBoxPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ChatPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ConfigPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ConsolePage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/PersonaPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/PlatformPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ProviderPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/SessionManagementPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/Settings.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/ToolUsePage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/alkaid/KnowledgeBase.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/alkaid/LongTermMemory.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/alkaid/Other.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/authentication/auth/LoginPage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/authentication/authForms/AuthLogin.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/DefaultDashboard.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/MemoryUsage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/MessageStat.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/OnlinePlatform.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/OnlineTime.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/PlatformStat.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/RunningTime.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/dashboards/default/components/TotalMessage.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/DocumentDetail.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/KBDetail.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/KBList.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/components/DocumentsTab.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/components/RetrievalTab.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/components/SettingsTab.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/components/TavilyKeyDialog.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/src/views/knowledge-base/index.vue +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/tsconfig.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/tsconfig.vite-config.json +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/dashboard/vite.config.ts +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot/00-namespace.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot/01-pvc.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot/02-deployment.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot/03-service-nodeport.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot/04-service-loadbalancer.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot_with_napcat/00-namespace.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot_with_napcat/01-pvc.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot_with_napcat/02-deployment.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot_with_napcat/03-service-nodeport.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/k8s/astrbot_with_napcat/04-service-loadbalancer.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/astrbot/long_term_memory.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/astrbot/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/astrbot/metadata.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/astrbot/process_llm_request.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/admin.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/alter_cmd.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/conversation.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/help.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/llm.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/persona.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/plugin.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/provider.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/setunset.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/sid.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/t2i.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/tool.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/tts.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/commands/utils/rst_scene.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/builtin_commands/metadata.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/python_interpreter/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/python_interpreter/metadata.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/python_interpreter/requirements.txt +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/python_interpreter/shared/api.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/reminder/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/reminder/metadata.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/session_controller/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/session_controller/metadata.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/web_searcher/engines/__init__.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/web_searcher/engines/bing.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/web_searcher/engines/sogo.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/web_searcher/main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/packages/web_searcher/metadata.yaml +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/requirements.txt +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/samples/stt_health_check.wav +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/tests/test_dashboard.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/tests/test_kb_import.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/tests/test_main.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/tests/test_plugin_manager.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/tests/test_security_fixes.py +0 -0
- {astrbot-4.9.0 → astrbot-4.9.1}/typings/faiss/__init__.pyi +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AstrBot
|
|
3
|
-
Version: 4.9.
|
|
3
|
+
Version: 4.9.1
|
|
4
4
|
Summary: Easy-to-use multi-platform LLM chatbot and development framework
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Keywords: Astrbot,Astrbot Module,Astrbot Plugin
|
|
@@ -304,4 +304,10 @@ pre-commit install
|
|
|
304
304
|
|
|
305
305
|
</details>
|
|
306
306
|
|
|
307
|
+
<div align="center">
|
|
308
|
+
|
|
307
309
|
_私は、高性能ですから!_
|
|
310
|
+
|
|
311
|
+
<img src="https://files.astrbot.app/watashiwa-koseino-desukara.gif" width="100"/>
|
|
312
|
+
</div
|
|
313
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "4.9.1"
|
|
@@ -4,7 +4,7 @@ import os
|
|
|
4
4
|
|
|
5
5
|
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
|
6
6
|
|
|
7
|
-
VERSION = "4.9.
|
|
7
|
+
VERSION = "4.9.1"
|
|
8
8
|
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
|
9
9
|
|
|
10
10
|
WEBHOOK_SUPPORTED_PLATFORMS = [
|
|
@@ -108,6 +108,7 @@ DEFAULT_CONFIG = {
|
|
|
108
108
|
"provider_id": "",
|
|
109
109
|
"dual_output": False,
|
|
110
110
|
"use_file_service": False,
|
|
111
|
+
"trigger_probability": 1.0,
|
|
111
112
|
},
|
|
112
113
|
"provider_ltm_settings": {
|
|
113
114
|
"group_icl_enable": False,
|
|
@@ -2209,6 +2210,9 @@ CONFIG_METADATA_2 = {
|
|
|
2209
2210
|
"use_file_service": {
|
|
2210
2211
|
"type": "bool",
|
|
2211
2212
|
},
|
|
2213
|
+
"trigger_probability": {
|
|
2214
|
+
"type": "float",
|
|
2215
|
+
},
|
|
2212
2216
|
},
|
|
2213
2217
|
},
|
|
2214
2218
|
"provider_ltm_settings": {
|
|
@@ -2419,6 +2423,14 @@ CONFIG_METADATA_3 = {
|
|
|
2419
2423
|
"provider_tts_settings.enable": True,
|
|
2420
2424
|
},
|
|
2421
2425
|
},
|
|
2426
|
+
"provider_tts_settings.trigger_probability": {
|
|
2427
|
+
"description": "TTS 触发概率",
|
|
2428
|
+
"type": "float",
|
|
2429
|
+
"slider": {"min": 0, "max": 1, "step": 0.05},
|
|
2430
|
+
"condition": {
|
|
2431
|
+
"provider_tts_settings.enable": True,
|
|
2432
|
+
},
|
|
2433
|
+
},
|
|
2422
2434
|
"provider_settings.image_caption_prompt": {
|
|
2423
2435
|
"description": "图片转述提示词",
|
|
2424
2436
|
"type": "text",
|
|
@@ -2986,6 +2998,7 @@ CONFIG_METADATA_3 = {
|
|
|
2986
2998
|
"description": "回复概率",
|
|
2987
2999
|
"type": "float",
|
|
2988
3000
|
"hint": "0.0-1.0 之间的数值",
|
|
3001
|
+
"slider": {"min": 0, "max": 1, "step": 0.05},
|
|
2989
3002
|
"condition": {
|
|
2990
3003
|
"provider_ltm_settings.active_reply.enable": True,
|
|
2991
3004
|
},
|
|
@@ -158,7 +158,11 @@ class RespondStage(Stage):
|
|
|
158
158
|
result = event.get_result()
|
|
159
159
|
if result is None:
|
|
160
160
|
return
|
|
161
|
+
if event.get_extra("_streaming_finished", False):
|
|
162
|
+
# prevent some plugin make result content type to LLM_RESULT after streaming finished, lead to send again
|
|
163
|
+
return
|
|
161
164
|
if result.result_content_type == ResultContentType.STREAMING_FINISH:
|
|
165
|
+
event.set_extra("_streaming_finished", True)
|
|
162
166
|
return
|
|
163
167
|
|
|
164
168
|
logger.info(
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import random
|
|
1
2
|
import re
|
|
2
3
|
import time
|
|
3
4
|
import traceback
|
|
@@ -42,6 +43,18 @@ class ResultDecorateStage(Stage):
|
|
|
42
43
|
"forward_threshold"
|
|
43
44
|
]
|
|
44
45
|
|
|
46
|
+
trigger_probability = ctx.astrbot_config["provider_tts_settings"].get(
|
|
47
|
+
"trigger_probability",
|
|
48
|
+
1,
|
|
49
|
+
)
|
|
50
|
+
try:
|
|
51
|
+
self.tts_trigger_probability = max(
|
|
52
|
+
0.0,
|
|
53
|
+
min(float(trigger_probability), 1.0),
|
|
54
|
+
)
|
|
55
|
+
except (TypeError, ValueError):
|
|
56
|
+
self.tts_trigger_probability = 1.0
|
|
57
|
+
|
|
45
58
|
# 分段回复
|
|
46
59
|
self.words_count_threshold = int(
|
|
47
60
|
ctx.astrbot_config["platform_settings"]["segmented_reply"][
|
|
@@ -246,7 +259,14 @@ class ResultDecorateStage(Stage):
|
|
|
246
259
|
and result.is_llm_result()
|
|
247
260
|
and SessionServiceManager.should_process_tts_request(event)
|
|
248
261
|
):
|
|
249
|
-
|
|
262
|
+
should_tts = self.tts_trigger_probability >= 1.0 or (
|
|
263
|
+
self.tts_trigger_probability > 0.0
|
|
264
|
+
and random.random() <= self.tts_trigger_probability
|
|
265
|
+
)
|
|
266
|
+
|
|
267
|
+
if not should_tts:
|
|
268
|
+
logger.debug("跳过 TTS:触发概率未命中。")
|
|
269
|
+
elif not tts_provider:
|
|
250
270
|
logger.warning(
|
|
251
271
|
f"会话 {event.unified_msg_origin} 未配置文本转语音模型。",
|
|
252
272
|
)
|
|
@@ -81,7 +81,12 @@ class LarkPlatformAdapter(Platform):
|
|
|
81
81
|
)
|
|
82
82
|
|
|
83
83
|
self.lark_api = (
|
|
84
|
-
lark.Client.builder()
|
|
84
|
+
lark.Client.builder()
|
|
85
|
+
.app_id(self.appid)
|
|
86
|
+
.app_secret(self.appsecret)
|
|
87
|
+
.log_level(lark.LogLevel.ERROR)
|
|
88
|
+
.domain(self.domain)
|
|
89
|
+
.build()
|
|
85
90
|
)
|
|
86
91
|
|
|
87
92
|
self.webhook_server = None
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import json
|
|
2
2
|
import traceback
|
|
3
|
+
from datetime import datetime
|
|
4
|
+
from io import BytesIO
|
|
3
5
|
|
|
4
|
-
from quart import request
|
|
6
|
+
from quart import request, send_file
|
|
5
7
|
|
|
6
8
|
from astrbot.core import logger
|
|
7
9
|
from astrbot.core.core_lifecycle import AstrBotCoreLifecycle
|
|
@@ -30,6 +32,7 @@ class ConversationRoute(Route):
|
|
|
30
32
|
"POST",
|
|
31
33
|
self.update_history,
|
|
32
34
|
),
|
|
35
|
+
"/conversation/export": ("POST", self.export_conversations),
|
|
33
36
|
}
|
|
34
37
|
self.db_helper = db_helper
|
|
35
38
|
self.conv_mgr = core_lifecycle.conversation_manager
|
|
@@ -283,3 +286,90 @@ class ConversationRoute(Route):
|
|
|
283
286
|
except Exception as e:
|
|
284
287
|
logger.error(f"更新对话历史失败: {e!s}\n{traceback.format_exc()}")
|
|
285
288
|
return Response().error(f"更新对话历史失败: {e!s}").__dict__
|
|
289
|
+
|
|
290
|
+
async def export_conversations(self):
|
|
291
|
+
"""批量导出对话为 JSONL 格式"""
|
|
292
|
+
try:
|
|
293
|
+
data = await request.get_json()
|
|
294
|
+
conversations_to_export = data.get("conversations", [])
|
|
295
|
+
|
|
296
|
+
if not conversations_to_export:
|
|
297
|
+
return Response().error("导出列表不能为空").__dict__
|
|
298
|
+
|
|
299
|
+
# 收集所有对话的内容
|
|
300
|
+
jsonl_lines = []
|
|
301
|
+
exported_count = 0
|
|
302
|
+
failed_items = []
|
|
303
|
+
|
|
304
|
+
for conv_info in conversations_to_export:
|
|
305
|
+
user_id = conv_info.get("user_id")
|
|
306
|
+
cid = conv_info.get("cid")
|
|
307
|
+
|
|
308
|
+
if not user_id or not cid:
|
|
309
|
+
failed_items.append(
|
|
310
|
+
f"user_id:{user_id}, cid:{cid} - 缺少必要参数",
|
|
311
|
+
)
|
|
312
|
+
continue
|
|
313
|
+
|
|
314
|
+
try:
|
|
315
|
+
conversation = await self.conv_mgr.get_conversation(
|
|
316
|
+
unified_msg_origin=user_id,
|
|
317
|
+
conversation_id=cid,
|
|
318
|
+
)
|
|
319
|
+
|
|
320
|
+
if not conversation:
|
|
321
|
+
failed_items.append(
|
|
322
|
+
f"user_id:{user_id}, cid:{cid} - 对话不存在"
|
|
323
|
+
)
|
|
324
|
+
continue
|
|
325
|
+
|
|
326
|
+
# 解析对话内容 (history is always a JSON string from _convert_conv_from_v2_to_v1)
|
|
327
|
+
content = json.loads(conversation.history)
|
|
328
|
+
|
|
329
|
+
# 创建导出记录
|
|
330
|
+
export_record = {
|
|
331
|
+
"cid": cid,
|
|
332
|
+
"user_id": user_id,
|
|
333
|
+
"platform_id": conversation.platform_id,
|
|
334
|
+
"title": conversation.title,
|
|
335
|
+
"persona_id": conversation.persona_id,
|
|
336
|
+
"created_at": conversation.created_at,
|
|
337
|
+
"updated_at": conversation.updated_at,
|
|
338
|
+
"content": content,
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
# 将记录转换为 JSON 字符串并添加到 JSONL
|
|
342
|
+
jsonl_lines.append(json.dumps(export_record, ensure_ascii=False))
|
|
343
|
+
exported_count += 1
|
|
344
|
+
|
|
345
|
+
except Exception as e:
|
|
346
|
+
failed_items.append(f"user_id:{user_id}, cid:{cid} - {e!s}")
|
|
347
|
+
logger.error(
|
|
348
|
+
f"导出对话失败: user_id={user_id}, cid={cid}, error={e!s}"
|
|
349
|
+
)
|
|
350
|
+
|
|
351
|
+
if exported_count == 0:
|
|
352
|
+
return Response().error("没有成功导出任何对话").__dict__
|
|
353
|
+
|
|
354
|
+
# 创建 JSONL 内容
|
|
355
|
+
jsonl_content = "\n".join(jsonl_lines)
|
|
356
|
+
|
|
357
|
+
# 创建一个内存文件对象
|
|
358
|
+
file_obj = BytesIO(jsonl_content.encode("utf-8"))
|
|
359
|
+
file_obj.seek(0)
|
|
360
|
+
|
|
361
|
+
# 生成文件名
|
|
362
|
+
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
|
363
|
+
filename = f"astrbot_conversations_export_{timestamp}.jsonl"
|
|
364
|
+
|
|
365
|
+
# 返回文件流
|
|
366
|
+
return await send_file(
|
|
367
|
+
file_obj,
|
|
368
|
+
mimetype="application/jsonl",
|
|
369
|
+
as_attachment=True,
|
|
370
|
+
attachment_filename=filename,
|
|
371
|
+
)
|
|
372
|
+
|
|
373
|
+
except Exception as e:
|
|
374
|
+
logger.error(f"批量导出对话失败: {e!s}\n{traceback.format_exc()}")
|
|
375
|
+
return Response().error(f"批量导出对话失败: {e!s}").__dict__
|
|
@@ -124,7 +124,11 @@ class PluginRoute(Route):
|
|
|
124
124
|
session.get(url) as response,
|
|
125
125
|
):
|
|
126
126
|
if response.status == 200:
|
|
127
|
-
|
|
127
|
+
try:
|
|
128
|
+
remote_data = await response.json()
|
|
129
|
+
except aiohttp.ContentTypeError:
|
|
130
|
+
remote_text = await response.text()
|
|
131
|
+
remote_data = json.loads(remote_text)
|
|
128
132
|
|
|
129
133
|
# 检查远程数据是否为空
|
|
130
134
|
if not remote_data or (
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
## What's Changed
|
|
2
|
+
|
|
3
|
+
### 修复
|
|
4
|
+
|
|
5
|
+
- 企业自部署飞书(自定义 domain)可以接收消息但无法发送消息的问题。
|
|
6
|
+
- 安装插件 Dialog 的深色样式问题。
|
|
7
|
+
|
|
8
|
+
### 优化
|
|
9
|
+
|
|
10
|
+
- 避免某些插件在流式响应结束后重复发送消息的问题。
|
|
11
|
+
|
|
12
|
+
### 新增
|
|
13
|
+
|
|
14
|
+
- 支持在对话管理批量导出对话轨迹数据为 `jsonl` 格式文件。入口:WebUI -> 对话管理 -> 批量选中 -> 导出。
|
|
15
|
+
- 支持对 TTS(文本转语音)设置概率触发。
|
|
16
|
+
- (插件开发)支持在 schema 中对 float 和 int 类型设置 `slider` 滑块控件。例如 `slider: {min: 0, max: 1, step: 0.1}`。
|
|
@@ -304,16 +304,32 @@ function hasVisibleItemsAfter(items, currentIndex) {
|
|
|
304
304
|
hide-details
|
|
305
305
|
></v-text-field>
|
|
306
306
|
|
|
307
|
-
<!-- Numeric input -->
|
|
308
|
-
<
|
|
307
|
+
<!-- Numeric input with optional slider -->
|
|
308
|
+
<div
|
|
309
309
|
v-else-if="(metadata[metadataKey].items[key]?.type === 'int' || metadata[metadataKey].items[key]?.type === 'float') && !metadata[metadataKey]?.invisible"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
310
|
+
class="d-flex align-center gap-3"
|
|
311
|
+
>
|
|
312
|
+
<v-slider
|
|
313
|
+
v-if="metadata[metadataKey].items[key]?.slider"
|
|
314
|
+
v-model.number="iterable[key]"
|
|
315
|
+
:min="metadata[metadataKey].items[key]?.slider?.min ?? 0"
|
|
316
|
+
:max="metadata[metadataKey].items[key]?.slider?.max ?? 100"
|
|
317
|
+
:step="metadata[metadataKey].items[key]?.slider?.step ?? 1"
|
|
318
|
+
color="primary"
|
|
319
|
+
density="compact"
|
|
320
|
+
hide-details
|
|
321
|
+
class="flex-grow-1"
|
|
322
|
+
></v-slider>
|
|
323
|
+
<v-text-field
|
|
324
|
+
v-model.number="iterable[key]"
|
|
325
|
+
density="compact"
|
|
326
|
+
variant="outlined"
|
|
327
|
+
class="config-field"
|
|
328
|
+
type="number"
|
|
329
|
+
hide-details
|
|
330
|
+
style="max-width: 140px;"
|
|
331
|
+
></v-text-field>
|
|
332
|
+
</div>
|
|
317
333
|
|
|
318
334
|
<!-- Text area -->
|
|
319
335
|
<v-textarea
|
|
@@ -413,16 +429,32 @@ function hasVisibleItemsAfter(items, currentIndex) {
|
|
|
413
429
|
hide-details
|
|
414
430
|
></v-text-field>
|
|
415
431
|
|
|
416
|
-
<!-- Numeric input -->
|
|
417
|
-
<
|
|
432
|
+
<!-- Numeric input with optional slider -->
|
|
433
|
+
<div
|
|
418
434
|
v-else-if="(metadata[metadataKey]?.type === 'int' || metadata[metadataKey]?.type === 'float') && !metadata[metadataKey]?.invisible"
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
435
|
+
class="d-flex align-center gap-3"
|
|
436
|
+
>
|
|
437
|
+
<v-slider
|
|
438
|
+
v-if="metadata[metadataKey]?.slider"
|
|
439
|
+
v-model.number="iterable[metadataKey]"
|
|
440
|
+
:min="metadata[metadataKey]?.slider?.min ?? 0"
|
|
441
|
+
:max="metadata[metadataKey]?.slider?.max ?? 100"
|
|
442
|
+
:step="metadata[metadataKey]?.slider?.step ?? 1"
|
|
443
|
+
color="primary"
|
|
444
|
+
density="compact"
|
|
445
|
+
hide-details
|
|
446
|
+
class="flex-grow-1"
|
|
447
|
+
></v-slider>
|
|
448
|
+
<v-text-field
|
|
449
|
+
v-model.number="iterable[metadataKey]"
|
|
450
|
+
density="compact"
|
|
451
|
+
variant="outlined"
|
|
452
|
+
class="config-field"
|
|
453
|
+
type="number"
|
|
454
|
+
hide-details
|
|
455
|
+
style="max-width: 140px;"
|
|
456
|
+
></v-text-field>
|
|
457
|
+
</div>
|
|
426
458
|
|
|
427
459
|
<!-- Text area -->
|
|
428
460
|
<v-textarea
|
|
@@ -245,10 +245,29 @@ function getSpecialSubtype(value) {
|
|
|
245
245
|
<v-text-field v-else-if="itemMeta?.type === 'string'" v-model="createSelectorModel(itemKey).value"
|
|
246
246
|
density="compact" variant="outlined" class="config-field" hide-details></v-text-field>
|
|
247
247
|
|
|
248
|
-
<!-- Numeric input for JSON selector -->
|
|
249
|
-
<
|
|
250
|
-
v-
|
|
251
|
-
|
|
248
|
+
<!-- Numeric input with optional slider for JSON selector -->
|
|
249
|
+
<div v-else-if="itemMeta?.type === 'int' || itemMeta?.type === 'float'" class="d-flex align-center gap-3">
|
|
250
|
+
<v-slider
|
|
251
|
+
v-if="itemMeta?.slider"
|
|
252
|
+
v-model.number="createSelectorModel(itemKey).value"
|
|
253
|
+
:min="itemMeta?.slider?.min ?? 0"
|
|
254
|
+
:max="itemMeta?.slider?.max ?? 100"
|
|
255
|
+
:step="itemMeta?.slider?.step ?? 1"
|
|
256
|
+
color="primary"
|
|
257
|
+
density="compact"
|
|
258
|
+
hide-details
|
|
259
|
+
style="flex: 3"
|
|
260
|
+
></v-slider>
|
|
261
|
+
<v-text-field
|
|
262
|
+
v-model.number="createSelectorModel(itemKey).value"
|
|
263
|
+
density="compact"
|
|
264
|
+
variant="outlined"
|
|
265
|
+
class="config-field"
|
|
266
|
+
style="flex: 2"
|
|
267
|
+
type="number"
|
|
268
|
+
hide-details
|
|
269
|
+
></v-text-field>
|
|
270
|
+
</div>
|
|
252
271
|
|
|
253
272
|
<!-- Text area for JSON selector -->
|
|
254
273
|
<v-textarea v-else-if="itemMeta?.type === 'text'" v-model="createSelectorModel(itemKey).value"
|
|
@@ -115,7 +115,7 @@ const _show = computed({
|
|
|
115
115
|
</script>
|
|
116
116
|
|
|
117
117
|
<template>
|
|
118
|
-
<v-dialog v-model="_show" width="800"
|
|
118
|
+
<v-dialog v-model="_show" width="800">
|
|
119
119
|
<v-card>
|
|
120
120
|
<v-card-title class="d-flex justify-space-between align-center">
|
|
121
121
|
<span class="text-h5">{{ t('core.common.readme.title') }}</span>
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"refresh": "Refresh"
|
|
14
14
|
},
|
|
15
15
|
"batch": {
|
|
16
|
-
"deleteSelected": "Delete Selected ({count})"
|
|
16
|
+
"deleteSelected": "Delete Selected ({count})",
|
|
17
|
+
"exportSelected": "Export Selected ({count})"
|
|
17
18
|
},
|
|
18
19
|
"pagination": {
|
|
19
20
|
"itemsPerPage": "Items per page",
|
|
@@ -76,7 +77,8 @@
|
|
|
76
77
|
"message": "Are you sure you want to delete the selected {count} conversations? This action cannot be undone, please proceed with caution!",
|
|
77
78
|
"andMore": "and {count} more",
|
|
78
79
|
"cancel": "Cancel",
|
|
79
|
-
"confirm": "Batch Delete"
|
|
80
|
+
"confirm": "Batch Delete",
|
|
81
|
+
"warning": "Warning: This action cannot be undone!"
|
|
80
82
|
}
|
|
81
83
|
},
|
|
82
84
|
"messages": {
|
|
@@ -92,6 +94,9 @@
|
|
|
92
94
|
"noItemSelected": "Please select conversations to delete first",
|
|
93
95
|
"batchDeleteSuccess": "Successfully deleted {count} conversations",
|
|
94
96
|
"batchDeleteError": "Batch delete failed",
|
|
95
|
-
"batchDeletePartial": "Delete completed: {deleted} successful, {failed} failed"
|
|
97
|
+
"batchDeletePartial": "Delete completed: {deleted} successful, {failed} failed",
|
|
98
|
+
"exportSuccess": "Export successful",
|
|
99
|
+
"exportError": "Export failed",
|
|
100
|
+
"noItemSelectedForExport": "Please select conversations to export first"
|
|
96
101
|
}
|
|
97
102
|
}
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"refresh": "刷新"
|
|
14
14
|
},
|
|
15
15
|
"batch": {
|
|
16
|
-
"deleteSelected": "删除选中 ({count})"
|
|
16
|
+
"deleteSelected": "删除选中 ({count})",
|
|
17
|
+
"exportSelected": "导出选中 ({count})"
|
|
17
18
|
},
|
|
18
19
|
"pagination": {
|
|
19
20
|
"itemsPerPage": "每页",
|
|
@@ -76,7 +77,8 @@
|
|
|
76
77
|
"message": "确定要删除选中的 {count} 个对话吗?此操作不可恢复,请谨慎操作!",
|
|
77
78
|
"andMore": "等 {count} 个",
|
|
78
79
|
"cancel": "取消",
|
|
79
|
-
"confirm": "批量删除"
|
|
80
|
+
"confirm": "批量删除",
|
|
81
|
+
"warning": "警告:此操作不可撤销!"
|
|
80
82
|
}
|
|
81
83
|
},
|
|
82
84
|
"messages": {
|
|
@@ -92,6 +94,9 @@
|
|
|
92
94
|
"noItemSelected": "请先选择要删除的对话",
|
|
93
95
|
"batchDeleteSuccess": "成功删除 {count} 个对话",
|
|
94
96
|
"batchDeleteError": "批量删除失败",
|
|
95
|
-
"batchDeletePartial": "删除完成:成功 {deleted} 个,失败 {failed} 个"
|
|
97
|
+
"batchDeletePartial": "删除完成:成功 {deleted} 个,失败 {failed} 个",
|
|
98
|
+
"exportSuccess": "导出成功",
|
|
99
|
+
"exportError": "导出失败",
|
|
100
|
+
"noItemSelectedForExport": "请先选择要导出的对话"
|
|
96
101
|
}
|
|
97
102
|
}
|
|
@@ -40,6 +40,17 @@
|
|
|
40
40
|
:loading="loading" size="small" class="mr-2">
|
|
41
41
|
{{ tm('history.refresh') }}
|
|
42
42
|
</v-btn>
|
|
43
|
+
<v-btn
|
|
44
|
+
v-if="selectedItems.length > 0"
|
|
45
|
+
color="success"
|
|
46
|
+
prepend-icon="mdi-download"
|
|
47
|
+
variant="tonal"
|
|
48
|
+
@click="exportConversations"
|
|
49
|
+
:disabled="loading"
|
|
50
|
+
size="small"
|
|
51
|
+
class="mr-2">
|
|
52
|
+
{{ tm('batch.exportSelected', { count: selectedItems.length }) }}
|
|
53
|
+
</v-btn>
|
|
43
54
|
<v-btn
|
|
44
55
|
v-if="selectedItems.length > 0"
|
|
45
56
|
color="error"
|
|
@@ -910,6 +921,53 @@ export default {
|
|
|
910
921
|
}
|
|
911
922
|
},
|
|
912
923
|
|
|
924
|
+
// 导出选中的对话
|
|
925
|
+
async exportConversations() {
|
|
926
|
+
if (this.selectedItems.length === 0) {
|
|
927
|
+
this.showErrorMessage(this.tm('messages.noItemSelectedForExport'));
|
|
928
|
+
return;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
this.loading = true;
|
|
932
|
+
try {
|
|
933
|
+
// 准备导出的数据
|
|
934
|
+
const conversations = this.selectedItems.map(item => ({
|
|
935
|
+
user_id: item.user_id,
|
|
936
|
+
cid: item.cid
|
|
937
|
+
}));
|
|
938
|
+
|
|
939
|
+
const response = await axios.post('/api/conversation/export', {
|
|
940
|
+
conversations: conversations
|
|
941
|
+
}, {
|
|
942
|
+
responseType: 'blob' // 重要:告诉 axios 响应是一个 blob
|
|
943
|
+
});
|
|
944
|
+
|
|
945
|
+
// 创建一个下载链接
|
|
946
|
+
const url = window.URL.createObjectURL(response.data);
|
|
947
|
+
const link = document.createElement('a');
|
|
948
|
+
link.href = url;
|
|
949
|
+
|
|
950
|
+
// 生成文件名(使用时间戳)
|
|
951
|
+
const timestamp = new Date().toISOString().replace(/[:.]/g, '-').slice(0, -5);
|
|
952
|
+
const filename = `conversations_export_${timestamp}.jsonl`;
|
|
953
|
+
|
|
954
|
+
link.setAttribute('download', filename);
|
|
955
|
+
document.body.appendChild(link);
|
|
956
|
+
link.click();
|
|
957
|
+
|
|
958
|
+
// 清理
|
|
959
|
+
link.remove();
|
|
960
|
+
window.URL.revokeObjectURL(url);
|
|
961
|
+
|
|
962
|
+
this.showSuccessMessage(this.tm('messages.exportSuccess'));
|
|
963
|
+
} catch (error) {
|
|
964
|
+
console.error(this.tm('messages.exportError'), error);
|
|
965
|
+
this.showErrorMessage(error.response?.data?.message || error.message || this.tm('messages.exportError'));
|
|
966
|
+
} finally {
|
|
967
|
+
this.loading = false;
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
|
|
913
971
|
// 格式化时间戳
|
|
914
972
|
formatTimestamp(timestamp) {
|
|
915
973
|
if (!timestamp) return this.tm('status.unknown');
|
|
@@ -1568,7 +1568,7 @@ watch(marketSearch, (newVal) => {
|
|
|
1568
1568
|
|
|
1569
1569
|
<!-- 上传插件对话框 -->
|
|
1570
1570
|
<v-dialog v-model="dialog" width="500">
|
|
1571
|
-
<div class="v-card v-
|
|
1571
|
+
<div class="v-card v-card--density-default rounded-lg v-card--variant-elevated">
|
|
1572
1572
|
<div class="v-card__loader">
|
|
1573
1573
|
<v-progress-linear :indeterminate="loading_" color="primary" height="2" :active="loading_"></v-progress-linear>
|
|
1574
1574
|
</div>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "4.9.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|