AstrBot 4.11.1__tar.gz → 4.11.2__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.11.1 → astrbot-4.11.2}/PKG-INFO +1 -1
- astrbot-4.11.2/astrbot/cli/__init__.py +1 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/config/default.py +1 -11
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/process_stage/method/agent_sub_stages/internal.py +17 -7
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/waking_check/stage.py +0 -1
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/manager.py +0 -4
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/platform_adapter_type.py +0 -3
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/star_manager.py +17 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/plugin.py +50 -0
- astrbot-4.11.2/changelogs/v4.11.2.md +15 -0
- astrbot-4.11.2/dashboard/src/components/shared/ExtensionCard.vue +379 -0
- astrbot-4.11.2/dashboard/src/components/shared/ReadmeDialog.vue +390 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/core/common.json +8 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/extension.json +5 -1
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/core/common.json +8 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/extension.json +4 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/utils/platformUtils.js +0 -3
- astrbot-4.11.2/dashboard/src/views/ExtensionPage.vue +2571 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/SessionManagementPage.vue +0 -1
- {astrbot-4.11.1 → astrbot-4.11.2}/pyproject.toml +1 -1
- astrbot-4.11.1/astrbot/cli/__init__.py +0 -1
- astrbot-4.11.1/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_adapter.py +0 -940
- astrbot-4.11.1/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_message_event.py +0 -178
- astrbot-4.11.1/astrbot/core/platform/sources/wechatpadpro/xml_data_parser.py +0 -159
- astrbot-4.11.1/dashboard/src/components/shared/ExtensionCard.vue +0 -257
- astrbot-4.11.1/dashboard/src/components/shared/ReadmeDialog.vue +0 -301
- astrbot-4.11.1/dashboard/src/views/ExtensionPage.vue +0 -1869
- {astrbot-4.11.1 → astrbot-4.11.2}/.dockerignore +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/FUNDING.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/auto_assign.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/copilot-instructions.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/dependabot.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/auto_release.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/code-format.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/codeql.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/coverage_test.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/dashboard_ci.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/docker-image.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/smoke_test.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.github/workflows/stale.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.gitignore +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.pre-commit-config.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/.python-version +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/CODE_OF_CONDUCT.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/CONTRIBUTING.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/Dockerfile +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/LICENSE +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/README.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/README_en.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/README_fr.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/README_ja.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/README_ru.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/README_zh-TW.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/all.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/event/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/event/filter/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/message_components.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/platform/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/provider/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/star/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/api/util/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/astrbot/long_term_memory.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/astrbot/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/astrbot/metadata.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/astrbot/process_llm_request.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/admin.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/alter_cmd.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/conversation.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/help.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/llm.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/persona.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/plugin.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/provider.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/setunset.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/sid.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/t2i.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/tool.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/tts.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/commands/utils/rst_scene.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/builtin_commands/metadata.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/python_interpreter/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/python_interpreter/metadata.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/python_interpreter/requirements.txt +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/python_interpreter/shared/api.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/reminder/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/reminder/metadata.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/session_controller/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/session_controller/metadata.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/web_searcher/engines/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/web_searcher/engines/bing.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/web_searcher/engines/sogo.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/web_searcher/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/builtin_stars/web_searcher/metadata.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/__main__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/commands/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/commands/cmd_conf.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/commands/cmd_init.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/commands/cmd_plug.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/commands/cmd_run.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/utils/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/utils/basic.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/utils/plugin.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/cli/utils/version_comparator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/agent.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/context/compressor.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/context/config.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/context/manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/context/token_counter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/context/truncator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/handoff.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/hooks.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/mcp_client.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/message.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/response.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/run_context.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/base.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/coze/coze_agent_runner.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/coze/coze_api_client.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/dashscope/dashscope_agent_runner.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/dify/dify_agent_runner.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/dify/dify_api_client.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/runners/tool_loop_agent_runner.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/tool.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/agent/tool_executor.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/astr_agent_context.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/astr_agent_hooks.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/astr_agent_run_util.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/astr_agent_tool_exec.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/astrbot_config_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/backup/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/backup/constants.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/backup/exporter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/backup/importer.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/config/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/config/astrbot_config.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/config/i18n_utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/conversation_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/core_lifecycle.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/helper.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/migra_3_to_4.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/migra_45_to_46.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/migra_token_usage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/migra_webchat_session.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/shared_preferences_v3.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/migration/sqlite_v3.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/po.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/sqlite.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/vec_db/base.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/vec_db/faiss_impl/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/vec_db/faiss_impl/document_storage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/vec_db/faiss_impl/embedding_storage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/vec_db/faiss_impl/sqlite_init.sql +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/db/vec_db/faiss_impl/vec_db.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/event_bus.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/exceptions.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/file_token_service.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/initial_loader.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/chunking/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/chunking/base.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/chunking/fixed_size.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/chunking/recursive.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/kb_db_sqlite.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/kb_helper.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/kb_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/models.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/base.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/markitdown_parser.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/pdf_parser.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/text_parser.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/url_parser.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/parsers/util.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/prompts.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/retrieval/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/retrieval/hit_stopwords.txt +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/retrieval/manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/retrieval/rank_fusion.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/knowledge_base/retrieval/sparse_retriever.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/log.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/message/components.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/message/message_event_result.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/persona_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/content_safety_check/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/content_safety_check/strategies/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/content_safety_check/strategies/baidu_aip.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/content_safety_check/strategies/keywords.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/content_safety_check/strategies/strategy.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/context.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/context_utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/preprocess_stage/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/process_stage/method/agent_request.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/process_stage/method/agent_sub_stages/third_party.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/process_stage/method/star_request.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/process_stage/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/process_stage/utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/rate_limit_check/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/respond/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/result_decorate/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/scheduler.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/session_status_check/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/pipeline/whitelist_check/stage.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/astr_message_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/astrbot_message.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/message_session.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/message_type.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/platform.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/platform_metadata.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/register.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/aiocqhttp/aiocqhttp_message_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/aiocqhttp/aiocqhttp_platform_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/dingtalk/dingtalk_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/dingtalk/dingtalk_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/discord/client.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/discord/components.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/discord/discord_platform_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/discord/discord_platform_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/lark/lark_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/lark/lark_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/lark/server.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/misskey/misskey_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/misskey/misskey_api.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/misskey/misskey_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/misskey/misskey_utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/qqofficial/qqofficial_platform_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_server.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/satori/satori_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/satori/satori_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/slack/client.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/slack/slack_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/slack/slack_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/telegram/tg_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/telegram/tg_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/webchat/webchat_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/webchat/webchat_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/webchat/webchat_queue_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom/wecom_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom/wecom_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom/wecom_kf.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom/wecom_kf_message.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/WXBizJsonMsgCrypt.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/ierror.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_api.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_queue_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_server.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/wecom_ai_bot/wecomai_utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/weixin_official_account/weixin_offacc_adapter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform/sources/weixin_official_account/weixin_offacc_event.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/platform_message_history_mgr.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/entites.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/entities.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/func_tool_manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/provider.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/register.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/anthropic_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/azure_tts_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/bailian_rerank_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/dashscope_tts.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/edge_tts_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/fishaudio_tts_api_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/gemini_embedding_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/gemini_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/gemini_tts_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/groq_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/gsv_selfhosted_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/gsvi_tts_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/minimax_tts_api_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/openai_embedding_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/openai_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/openai_tts_api_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/sensevoice_selfhosted_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/vllm_rerank_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/volcengine_tts.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/whisper_api_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/whisper_selfhosted_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/xai_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/xinference_rerank_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/xinference_stt_provider.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/provider/sources/zhipu_source.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/README.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/command_management.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/config.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/context.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/command.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/command_group.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/custom_filter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/event_message_type.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/permission.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/filter/regex.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/register/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/register/star.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/register/star_handler.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/session_llm_manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/session_plugin_manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/star.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/star_handler.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/star_tools.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/star/updator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/umop_config_router.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/updator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/astrbot_path.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/command_parser.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/file_extract.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/io.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/llm_metadata.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/log_pipe.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/metrics.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/migra_helper.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/path_util.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/pip_installer.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/plugin_kv_store.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/session_lock.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/session_waiter.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/shared_preferences.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/local_strategy.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/network_strategy.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/renderer.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/template/astrbot_powershell.html +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/template/base.html +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/t2i/template_manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/tencent_record_helper.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/version_comparator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/utils/webhook_utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/core/zip_updator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/__init__.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/auth.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/backup.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/chat.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/command.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/config.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/conversation.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/file.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/knowledge_base.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/log.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/persona.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/platform.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/route.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/session_management.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/stat.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/static_file.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/t2i.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/tools.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/routes/update.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/server.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/astrbot/dashboard/utils.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.10.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.11.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.12.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.13.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.14.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.15.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.16.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.17.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.18.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.19.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.20.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.21.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.22.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.23.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.24.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.25.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.26.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.27.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.28.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.29.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.30.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.31.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.32.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.33.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.35.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.36.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.37.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.38.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.39.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.6.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.7.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.8.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.4.9.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.10.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.11.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.12.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.13.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.14.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.15.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.16.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.17.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.18.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.19.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.20.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.21.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.22.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.23.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.24.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.25.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.26.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.27.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.3.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.3.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.6.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.7.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.8.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v3.5.9.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.0.0-beta.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.0.0-beta.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.0.0-beta.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.0.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.6.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.1.7.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.0-alpha.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.0-alpha.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.10.6.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.11.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.11.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.2.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.2.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.3.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.3.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.3.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.3.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.3.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.5.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.6.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.7.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.5.8.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.6.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.6.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.7.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.7.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.7.3.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.7.4.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.8.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.9.0.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.9.1.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/changelogs/v4.9.2.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/compose.yml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/.gitignore +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/LICENSE +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/README.md +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/env.d.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/index.html +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/public/_redirects +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/public/favicon.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/App.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/astrbot_banner.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/astrbot_logo_mini.webp +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/icon-no-shadow.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/loading-seio.webp +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/dingtalk.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/discord.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/kook.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/lark.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/misskey.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/onebot.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/qq.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/satori.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/slack.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/telegram.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/vocechat.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/wechat.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/platform_logos/wecom.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/plugin_icon.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/provider_logos/modelstack.svg +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/assets/images/xmas-hat.png +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/ConfirmDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/Chat.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/ChatInput.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/ConfigSelector.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/ConversationSidebar.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/MessageList.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/ProviderConfigDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/ProviderModelMenu.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/chat/StandaloneChat.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/config/AstrBotCoreConfigWrapper.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/McpServersSection.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/components/CommandFilters.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/components/CommandTable.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/components/DetailsDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/components/RenameDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/components/ToolTable.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/composables/useCommandActions.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/composables/useCommandFilters.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/composables/useComponentData.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/index.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/extension/componentPanel/types.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/platform/AddNewPlatform.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/provider/AddNewProvider.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/provider/ProviderModelsPanel.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/provider/ProviderSourcesPanel.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/AstrBotConfig.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/AstrBotConfigV4.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/BackupDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ChangelogDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ConfigItemRenderer.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ConsoleDisplayer.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ItemCard.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ItemCardGrid.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/KnowledgeBaseSelector.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/LanguageSwitcher.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ListConfigItem.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/Logo.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/MigrationDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ObjectEditor.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/PersonaForm.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/PersonaSelector.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/PluginSetSelector.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ProviderSelector.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/ProxySelector.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/SidebarCustomizer.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/StyledMenu.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/T2ITemplateEditor.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/TemplateListEditor.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/UninstallConfirmDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/components/shared/WaitingForRestart.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/composables/useConversations.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/composables/useMediaHandling.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/composables/useMessages.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/composables/useProviderSources.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/composables/useRecording.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/composables/useSessions.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/config.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/composables.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/loader.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/core/actions.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/core/header.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/core/navigation.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/core/shared.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/core/status.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/about.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/alkaid/index.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/alkaid/knowledge-base.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/alkaid/memory.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/auth.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/chart.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/chat.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/command.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/config-metadata.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/config.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/console.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/conversation.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/dashboard.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/knowledge-base/detail.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/knowledge-base/document.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/knowledge-base/index.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/migration.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/persona.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/platform.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/provider.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/session-management.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/settings.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/features/tool-use.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/messages/errors.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/messages/success.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/en-US/messages/validation.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/core/actions.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/core/header.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/core/navigation.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/core/shared.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/core/status.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/about.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/alkaid/index.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/alkaid/knowledge-base.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/alkaid/memory.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/auth.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/chart.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/chat.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/command.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/config.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/console.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/conversation.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/dashboard.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/knowledge-base/detail.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/knowledge-base/document.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/knowledge-base/index.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/migration.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/persona.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/platform.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/provider.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/session-management.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/settings.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/features/tool-use.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/messages/errors.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/messages/success.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/locales/zh-CN/messages/validation.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/tools/index.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/translations.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/types.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/i18n/validator.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/layouts/blank/BlankLayout.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/layouts/full/FullLayout.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/layouts/full/vertical-sidebar/NavItem.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/layouts/full/vertical-sidebar/VerticalSidebar.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/main.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/plugins/confirmPlugin.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/plugins/vuetify.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/router/AuthRoutes.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/router/ChatBoxRoutes.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/router/MainRoutes.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/router/index.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/_override.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/_variables.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VButtons.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VCard.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VField.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VInput.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VNavigationDrawer.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VScrollbar.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VShadow.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VTabs.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/components/_VTextField.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/layout/_container.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/layout/_sidebar.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/pages/_dashboards.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/scss/style.scss +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/stores/auth.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/stores/common.js +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/stores/customizer.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/stores/routerLoading.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/stores/toast.js +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/theme/DarkTheme.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/theme/LightTheme.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/types/themeTypes/ThemeType.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/types/vue3-print-nb.d.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/types/vue_tabler_icon.d.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/utils/providerUtils.js +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/utils/sidebarCustomization.js +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/utils/toast.js +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/AboutPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/AlkaidPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/ChatBoxPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/ChatPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/ConfigPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/ConsolePage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/ConversationPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/PersonaPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/PlatformPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/ProviderPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/Settings.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/alkaid/KnowledgeBase.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/alkaid/LongTermMemory.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/alkaid/Other.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/authentication/auth/LoginPage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/authentication/authForms/AuthLogin.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/DefaultDashboard.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/MemoryUsage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/MessageStat.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/OnlinePlatform.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/OnlineTime.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/PlatformStat.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/RunningTime.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/dashboards/default/components/TotalMessage.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/DocumentDetail.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/KBDetail.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/KBList.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/components/DocumentsTab.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/components/RetrievalTab.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/components/SettingsTab.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/components/TavilyKeyDialog.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/src/views/knowledge-base/index.vue +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/tsconfig.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/tsconfig.vite-config.json +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/dashboard/vite.config.ts +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot/00-namespace.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot/01-pvc.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot/02-deployment.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot/03-service-nodeport.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot/04-service-loadbalancer.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot_with_napcat/00-namespace.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot_with_napcat/01-pvc.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot_with_napcat/02-deployment.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot_with_napcat/03-service-nodeport.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/k8s/astrbot_with_napcat/04-service-loadbalancer.yaml +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/requirements.txt +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/samples/stt_health_check.wav +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/agent/test_context_manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/agent/test_truncator.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_backup.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_dashboard.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_kb_import.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_main.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_plugin_manager.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_security_fixes.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/tests/test_tool_loop_agent_runner.py +0 -0
- {astrbot-4.11.1 → astrbot-4.11.2}/typings/faiss/__init__.pyi +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "4.11.2"
|
|
@@ -5,7 +5,7 @@ from typing import Any, TypedDict
|
|
|
5
5
|
|
|
6
6
|
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
|
7
7
|
|
|
8
|
-
VERSION = "4.11.
|
|
8
|
+
VERSION = "4.11.2"
|
|
9
9
|
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
|
10
10
|
|
|
11
11
|
WEBHOOK_SUPPORTED_PLATFORMS = [
|
|
@@ -376,16 +376,6 @@ CONFIG_METADATA_2 = {
|
|
|
376
376
|
"satori_heartbeat_interval": 10,
|
|
377
377
|
"satori_reconnect_delay": 5,
|
|
378
378
|
},
|
|
379
|
-
"WeChatPadPro": {
|
|
380
|
-
"id": "wechatpadpro",
|
|
381
|
-
"type": "wechatpadpro",
|
|
382
|
-
"enable": False,
|
|
383
|
-
"admin_key": "stay33",
|
|
384
|
-
"host": "这里填写你的局域网IP或者公网服务器IP",
|
|
385
|
-
"port": 8059,
|
|
386
|
-
"wpp_active_message_poll": False,
|
|
387
|
-
"wpp_active_message_poll_interval": 3,
|
|
388
|
-
},
|
|
389
379
|
# "WebChat": {
|
|
390
380
|
# "id": "webchat",
|
|
391
381
|
# "type": "webchat",
|
|
@@ -361,6 +361,14 @@ class InternalAgentSubStage(Stage):
|
|
|
361
361
|
if (enable_streaming := event.get_extra("enable_streaming")) is not None:
|
|
362
362
|
streaming_response = bool(enable_streaming)
|
|
363
363
|
|
|
364
|
+
# 检查消息内容是否有效,避免空消息触发钩子
|
|
365
|
+
has_provider_request = event.get_extra("provider_request") is not None
|
|
366
|
+
has_valid_message = bool(event.message_str and event.message_str.strip())
|
|
367
|
+
|
|
368
|
+
if not has_provider_request and not has_valid_message:
|
|
369
|
+
logger.debug("skip llm request: empty message and no provider_request")
|
|
370
|
+
return
|
|
371
|
+
|
|
364
372
|
logger.debug("ready to request llm provider")
|
|
365
373
|
|
|
366
374
|
# 通知等待调用 LLM(在获取锁之前)
|
|
@@ -522,13 +530,15 @@ class InternalAgentSubStage(Stage):
|
|
|
522
530
|
):
|
|
523
531
|
yield
|
|
524
532
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
533
|
+
# 检查事件是否被停止,如果被停止则不保存历史记录
|
|
534
|
+
if not event.is_stopped():
|
|
535
|
+
await self._save_to_history(
|
|
536
|
+
event,
|
|
537
|
+
req,
|
|
538
|
+
agent_runner.get_final_llm_resp(),
|
|
539
|
+
agent_runner.run_context.messages,
|
|
540
|
+
agent_runner.stats,
|
|
541
|
+
)
|
|
532
542
|
|
|
533
543
|
# 异步处理 WebChat 特殊情况
|
|
534
544
|
if event.get_platform_name() == "webchat":
|
|
@@ -22,7 +22,6 @@ UNIQUE_SESSION_ID_BUILDERS: dict[str, Callable[[AstrMessageEvent], str | None]]
|
|
|
22
22
|
"qq_official_webhook": lambda e: e.get_sender_id(),
|
|
23
23
|
"lark": lambda e: f"{e.get_sender_id()}%{e.get_group_id()}",
|
|
24
24
|
"misskey": lambda e: f"{e.get_session_id()}_{e.get_sender_id()}",
|
|
25
|
-
"wechatpadpro": lambda e: f"{e.get_group_id()}#{e.get_sender_id()}",
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
|
|
@@ -70,10 +70,6 @@ class PlatformManager:
|
|
|
70
70
|
from .sources.qqofficial_webhook.qo_webhook_adapter import (
|
|
71
71
|
QQOfficialWebhookPlatformAdapter, # noqa: F401
|
|
72
72
|
)
|
|
73
|
-
case "wechatpadpro":
|
|
74
|
-
from .sources.wechatpadpro.wechatpadpro_adapter import (
|
|
75
|
-
WeChatPadProAdapter, # noqa: F401
|
|
76
|
-
)
|
|
77
73
|
case "lark":
|
|
78
74
|
from .sources.lark.lark_adapter import (
|
|
79
75
|
LarkPlatformAdapter, # noqa: F401
|
|
@@ -12,7 +12,6 @@ class PlatformAdapterType(enum.Flag):
|
|
|
12
12
|
TELEGRAM = enum.auto()
|
|
13
13
|
WECOM = enum.auto()
|
|
14
14
|
LARK = enum.auto()
|
|
15
|
-
WECHATPADPRO = enum.auto()
|
|
16
15
|
DINGTALK = enum.auto()
|
|
17
16
|
DISCORD = enum.auto()
|
|
18
17
|
SLACK = enum.auto()
|
|
@@ -27,7 +26,6 @@ class PlatformAdapterType(enum.Flag):
|
|
|
27
26
|
| TELEGRAM
|
|
28
27
|
| WECOM
|
|
29
28
|
| LARK
|
|
30
|
-
| WECHATPADPRO
|
|
31
29
|
| DINGTALK
|
|
32
30
|
| DISCORD
|
|
33
31
|
| SLACK
|
|
@@ -49,7 +47,6 @@ ADAPTER_NAME_2_TYPE = {
|
|
|
49
47
|
"discord": PlatformAdapterType.DISCORD,
|
|
50
48
|
"slack": PlatformAdapterType.SLACK,
|
|
51
49
|
"kook": PlatformAdapterType.KOOK,
|
|
52
|
-
"wechatpadpro": PlatformAdapterType.WECHATPADPRO,
|
|
53
50
|
"vocechat": PlatformAdapterType.VOCECHAT,
|
|
54
51
|
"weixin_official_account": PlatformAdapterType.WEIXIN_OFFICIAL_ACCOUNT,
|
|
55
52
|
"satori": PlatformAdapterType.SATORI,
|
|
@@ -22,6 +22,7 @@ from astrbot.core.utils.astrbot_path import (
|
|
|
22
22
|
get_astrbot_plugin_path,
|
|
23
23
|
)
|
|
24
24
|
from astrbot.core.utils.io import remove_dir
|
|
25
|
+
from astrbot.core.utils.metrics import Metric
|
|
25
26
|
|
|
26
27
|
from . import StarMetadata
|
|
27
28
|
from .command_management import sync_command_configs
|
|
@@ -656,6 +657,14 @@ class PluginManager:
|
|
|
656
657
|
如果找不到插件元数据则返回 None。
|
|
657
658
|
|
|
658
659
|
"""
|
|
660
|
+
# this metric is for displaying plugins installation count in webui
|
|
661
|
+
asyncio.create_task(
|
|
662
|
+
Metric.upload(
|
|
663
|
+
et="install_star",
|
|
664
|
+
repo=repo_url,
|
|
665
|
+
),
|
|
666
|
+
)
|
|
667
|
+
|
|
659
668
|
async with self._pm_lock:
|
|
660
669
|
plugin_path = await self.updator.install(repo_url, proxy)
|
|
661
670
|
# reload the plugin
|
|
@@ -1025,4 +1034,12 @@ class PluginManager:
|
|
|
1025
1034
|
"name": plugin.name,
|
|
1026
1035
|
}
|
|
1027
1036
|
|
|
1037
|
+
if plugin.repo:
|
|
1038
|
+
asyncio.create_task(
|
|
1039
|
+
Metric.upload(
|
|
1040
|
+
et="install_star_f", # install star
|
|
1041
|
+
repo=plugin.repo,
|
|
1042
|
+
),
|
|
1043
|
+
)
|
|
1044
|
+
|
|
1028
1045
|
return plugin_info
|
|
@@ -55,6 +55,7 @@ class PluginRoute(Route):
|
|
|
55
55
|
"/plugin/on": ("POST", self.on_plugin),
|
|
56
56
|
"/plugin/reload": ("POST", self.reload_plugins),
|
|
57
57
|
"/plugin/readme": ("GET", self.get_plugin_readme),
|
|
58
|
+
"/plugin/changelog": ("GET", self.get_plugin_changelog),
|
|
58
59
|
"/plugin/source/get": ("GET", self.get_custom_source),
|
|
59
60
|
"/plugin/source/save": ("POST", self.save_custom_source),
|
|
60
61
|
}
|
|
@@ -615,6 +616,55 @@ class PluginRoute(Route):
|
|
|
615
616
|
logger.error(f"/api/plugin/readme: {traceback.format_exc()}")
|
|
616
617
|
return Response().error(f"读取README文件失败: {e!s}").__dict__
|
|
617
618
|
|
|
619
|
+
async def get_plugin_changelog(self):
|
|
620
|
+
"""获取插件更新日志
|
|
621
|
+
|
|
622
|
+
读取插件目录下的 CHANGELOG.md 文件内容。
|
|
623
|
+
"""
|
|
624
|
+
plugin_name = request.args.get("name")
|
|
625
|
+
logger.debug(f"正在获取插件 {plugin_name} 的更新日志")
|
|
626
|
+
|
|
627
|
+
if not plugin_name:
|
|
628
|
+
return Response().error("插件名称不能为空").__dict__
|
|
629
|
+
|
|
630
|
+
# 查找插件
|
|
631
|
+
plugin_obj = None
|
|
632
|
+
for plugin in self.plugin_manager.context.get_all_stars():
|
|
633
|
+
if plugin.name == plugin_name:
|
|
634
|
+
plugin_obj = plugin
|
|
635
|
+
break
|
|
636
|
+
|
|
637
|
+
if not plugin_obj:
|
|
638
|
+
return Response().error(f"插件 {plugin_name} 不存在").__dict__
|
|
639
|
+
|
|
640
|
+
if not plugin_obj.root_dir_name:
|
|
641
|
+
return Response().error(f"插件 {plugin_name} 目录不存在").__dict__
|
|
642
|
+
|
|
643
|
+
plugin_dir = os.path.join(
|
|
644
|
+
self.plugin_manager.plugin_store_path,
|
|
645
|
+
plugin_obj.root_dir_name,
|
|
646
|
+
)
|
|
647
|
+
|
|
648
|
+
# 尝试多种可能的文件名
|
|
649
|
+
changelog_names = ["CHANGELOG.md", "changelog.md", "CHANGELOG", "changelog"]
|
|
650
|
+
for name in changelog_names:
|
|
651
|
+
changelog_path = os.path.join(plugin_dir, name)
|
|
652
|
+
if os.path.isfile(changelog_path):
|
|
653
|
+
try:
|
|
654
|
+
with open(changelog_path, encoding="utf-8") as f:
|
|
655
|
+
changelog_content = f.read()
|
|
656
|
+
return (
|
|
657
|
+
Response()
|
|
658
|
+
.ok({"content": changelog_content}, "成功获取更新日志")
|
|
659
|
+
.__dict__
|
|
660
|
+
)
|
|
661
|
+
except Exception as e:
|
|
662
|
+
logger.error(f"/api/plugin/changelog: {traceback.format_exc()}")
|
|
663
|
+
return Response().error(f"读取更新日志失败: {e!s}").__dict__
|
|
664
|
+
|
|
665
|
+
# 没有找到 changelog 文件,返回 ok 但 content 为 null
|
|
666
|
+
return Response().ok({"content": None}, "该插件没有更新日志文件").__dict__
|
|
667
|
+
|
|
618
668
|
async def get_custom_source(self):
|
|
619
669
|
"""获取自定义插件源"""
|
|
620
670
|
sources = await sp.global_get("custom_plugin_sources", [])
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## What's Changed
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- feat: supports to display plugin CHANGELOG.md ([#4337](https://github.com/AstrBotDevs/AstrBot/issues/4337))
|
|
6
|
+
|
|
7
|
+
### Fixes
|
|
8
|
+
|
|
9
|
+
- fix: conversation was still saved to the context after `stop_event` ([#4345](https://github.com/AstrBotDevs/AstrBot/issues/4345))
|
|
10
|
+
- fix: on_waiting_llm_request hook did not check message validity ([#4349](https://github.com/AstrBotDevs/AstrBot/issues/4349))
|
|
11
|
+
fix(webui): maintain international consistency of the 'repo' button ([#4358](https://github.com/AstrBotDevs/AstrBot/issues/4358))
|
|
12
|
+
|
|
13
|
+
### Improvements
|
|
14
|
+
|
|
15
|
+
- plugin marketplace search supports matching display names. ([#4332](https://github.com/AstrBotDevs/AstrBot/issues/4332))
|
|
@@ -0,0 +1,379 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref, computed, inject } from "vue";
|
|
3
|
+
import { useCustomizerStore } from "@/stores/customizer";
|
|
4
|
+
import { useModuleI18n } from "@/i18n/composables";
|
|
5
|
+
import UninstallConfirmDialog from "./UninstallConfirmDialog.vue";
|
|
6
|
+
|
|
7
|
+
const props = defineProps({
|
|
8
|
+
extension: {
|
|
9
|
+
type: Object,
|
|
10
|
+
required: true,
|
|
11
|
+
},
|
|
12
|
+
marketMode: {
|
|
13
|
+
type: Boolean,
|
|
14
|
+
default: false,
|
|
15
|
+
},
|
|
16
|
+
highlight: {
|
|
17
|
+
type: Boolean,
|
|
18
|
+
default: false,
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
// 定义要发送到父组件的事件
|
|
23
|
+
const emit = defineEmits([
|
|
24
|
+
"configure",
|
|
25
|
+
"update",
|
|
26
|
+
"reload",
|
|
27
|
+
"install",
|
|
28
|
+
"uninstall",
|
|
29
|
+
"toggle-activation",
|
|
30
|
+
"view-handlers",
|
|
31
|
+
"view-readme",
|
|
32
|
+
"view-changelog",
|
|
33
|
+
]);
|
|
34
|
+
|
|
35
|
+
const reveal = ref(false);
|
|
36
|
+
const showUninstallDialog = ref(false);
|
|
37
|
+
|
|
38
|
+
// 国际化
|
|
39
|
+
const { tm } = useModuleI18n("features/extension");
|
|
40
|
+
|
|
41
|
+
// 操作函数
|
|
42
|
+
const configure = () => {
|
|
43
|
+
emit("configure", props.extension);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const updateExtension = () => {
|
|
47
|
+
emit("update", props.extension);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const reloadExtension = () => {
|
|
51
|
+
emit("reload", props.extension);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const $confirm = inject("$confirm");
|
|
55
|
+
|
|
56
|
+
const installExtension = async () => {
|
|
57
|
+
emit("install", props.extension);
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const uninstallExtension = async () => {
|
|
61
|
+
showUninstallDialog.value = true;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const handleUninstallConfirm = (options: {
|
|
65
|
+
deleteConfig: boolean;
|
|
66
|
+
deleteData: boolean;
|
|
67
|
+
}) => {
|
|
68
|
+
emit("uninstall", props.extension, options);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const toggleActivation = () => {
|
|
72
|
+
emit("toggle-activation", props.extension);
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const viewHandlers = () => {
|
|
76
|
+
emit("view-handlers", props.extension);
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
const viewReadme = () => {
|
|
80
|
+
emit("view-readme", props.extension);
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const viewChangelog = () => {
|
|
84
|
+
emit("view-changelog", props.extension);
|
|
85
|
+
};
|
|
86
|
+
</script>
|
|
87
|
+
|
|
88
|
+
<template>
|
|
89
|
+
<v-card
|
|
90
|
+
class="mx-auto d-flex flex-column"
|
|
91
|
+
elevation="0"
|
|
92
|
+
:style="{
|
|
93
|
+
position: 'relative',
|
|
94
|
+
backgroundColor:
|
|
95
|
+
useCustomizerStore().uiTheme === 'PurpleTheme'
|
|
96
|
+
? marketMode
|
|
97
|
+
? '#f8f0dd'
|
|
98
|
+
: '#ffffff'
|
|
99
|
+
: '#282833',
|
|
100
|
+
color:
|
|
101
|
+
useCustomizerStore().uiTheme === 'PurpleTheme'
|
|
102
|
+
? '#000000dd'
|
|
103
|
+
: '#ffffff',
|
|
104
|
+
}"
|
|
105
|
+
>
|
|
106
|
+
<v-card-text
|
|
107
|
+
style="
|
|
108
|
+
padding: 16px;
|
|
109
|
+
padding-bottom: 0px;
|
|
110
|
+
display: flex;
|
|
111
|
+
gap: 16px;
|
|
112
|
+
width: 100%;
|
|
113
|
+
"
|
|
114
|
+
>
|
|
115
|
+
<div v-if="extension?.logo">
|
|
116
|
+
<img :src="extension.logo" :alt="extension.name" cover width="100" />
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
<div style="overflow-x: auto">
|
|
120
|
+
<!-- Top-right three-dot menu -->
|
|
121
|
+
<div style="position: absolute; right: 8px; top: 8px; z-index: 5">
|
|
122
|
+
<v-menu offset-y>
|
|
123
|
+
<template v-slot:activator="{ props: menuProps }">
|
|
124
|
+
<v-btn
|
|
125
|
+
icon
|
|
126
|
+
variant="text"
|
|
127
|
+
aria-label="more"
|
|
128
|
+
v-if="extension?.repo"
|
|
129
|
+
:href="extension?.repo"
|
|
130
|
+
target="_blank"
|
|
131
|
+
>
|
|
132
|
+
<v-icon icon="mdi-github"></v-icon>
|
|
133
|
+
</v-btn>
|
|
134
|
+
<v-btn v-bind="menuProps" icon variant="text" aria-label="more">
|
|
135
|
+
<v-icon icon="mdi-dots-vertical"></v-icon>
|
|
136
|
+
</v-btn>
|
|
137
|
+
</template>
|
|
138
|
+
|
|
139
|
+
<v-list>
|
|
140
|
+
<v-list-item @click="viewReadme">
|
|
141
|
+
<v-list-item-title
|
|
142
|
+
>📄 {{ tm("buttons.viewDocs") }}</v-list-item-title
|
|
143
|
+
>
|
|
144
|
+
</v-list-item>
|
|
145
|
+
|
|
146
|
+
<v-list-item v-if="!marketMode" @click="viewChangelog">
|
|
147
|
+
<v-list-item-title
|
|
148
|
+
>📝 {{ tm("pluginChangelog.menuTitle") }}</v-list-item-title
|
|
149
|
+
>
|
|
150
|
+
</v-list-item>
|
|
151
|
+
|
|
152
|
+
<v-list-item
|
|
153
|
+
v-if="marketMode && !extension?.installed"
|
|
154
|
+
@click="installExtension"
|
|
155
|
+
>
|
|
156
|
+
<v-list-item-title>
|
|
157
|
+
{{ tm("buttons.install") }}</v-list-item-title
|
|
158
|
+
>
|
|
159
|
+
</v-list-item>
|
|
160
|
+
|
|
161
|
+
<v-list-item v-if="marketMode && extension?.installed">
|
|
162
|
+
<v-list-item-title class="text--disabled">{{
|
|
163
|
+
tm("status.installed")
|
|
164
|
+
}}</v-list-item-title>
|
|
165
|
+
</v-list-item>
|
|
166
|
+
|
|
167
|
+
<!-- Divider between market actions and plugin actions -->
|
|
168
|
+
<v-divider v-if="!marketMode" />
|
|
169
|
+
|
|
170
|
+
<template v-if="!marketMode">
|
|
171
|
+
<v-list-item @click="configure">
|
|
172
|
+
<v-list-item-title>
|
|
173
|
+
{{ tm("card.actions.pluginConfig") }}</v-list-item-title
|
|
174
|
+
>
|
|
175
|
+
</v-list-item>
|
|
176
|
+
|
|
177
|
+
<v-list-item @click="uninstallExtension">
|
|
178
|
+
<v-list-item-title class="text-error">{{
|
|
179
|
+
tm("card.actions.uninstallPlugin")
|
|
180
|
+
}}</v-list-item-title>
|
|
181
|
+
</v-list-item>
|
|
182
|
+
|
|
183
|
+
<v-list-item @click="reloadExtension">
|
|
184
|
+
<v-list-item-title>{{
|
|
185
|
+
tm("card.actions.reloadPlugin")
|
|
186
|
+
}}</v-list-item-title>
|
|
187
|
+
</v-list-item>
|
|
188
|
+
|
|
189
|
+
<v-list-item @click="toggleActivation">
|
|
190
|
+
<v-list-item-title>
|
|
191
|
+
{{
|
|
192
|
+
extension.activated
|
|
193
|
+
? tm("buttons.disable")
|
|
194
|
+
: tm("buttons.enable")
|
|
195
|
+
}}{{ tm("card.actions.togglePlugin") }}
|
|
196
|
+
</v-list-item-title>
|
|
197
|
+
</v-list-item>
|
|
198
|
+
|
|
199
|
+
<v-list-item @click="viewHandlers">
|
|
200
|
+
<v-list-item-title
|
|
201
|
+
>{{ tm("card.actions.viewHandlers") }} ({{
|
|
202
|
+
extension.handlers.length
|
|
203
|
+
}})</v-list-item-title
|
|
204
|
+
>
|
|
205
|
+
</v-list-item>
|
|
206
|
+
|
|
207
|
+
<v-list-item @click="updateExtension">
|
|
208
|
+
<v-list-item-title>
|
|
209
|
+
{{
|
|
210
|
+
extension.has_update
|
|
211
|
+
? tm("card.actions.updateTo") +
|
|
212
|
+
" " +
|
|
213
|
+
extension.online_version
|
|
214
|
+
: tm("card.actions.reinstall")
|
|
215
|
+
}}
|
|
216
|
+
</v-list-item-title>
|
|
217
|
+
</v-list-item>
|
|
218
|
+
</template>
|
|
219
|
+
</v-list>
|
|
220
|
+
</v-menu>
|
|
221
|
+
</div>
|
|
222
|
+
|
|
223
|
+
<div style="width: 100%; margin-bottom: 24px">
|
|
224
|
+
<!-- 最多一行 -->
|
|
225
|
+
<div
|
|
226
|
+
class="text-caption"
|
|
227
|
+
style="
|
|
228
|
+
color: gray;
|
|
229
|
+
white-space: nowrap;
|
|
230
|
+
overflow: hidden;
|
|
231
|
+
text-overflow: ellipsis;
|
|
232
|
+
margin-right: 84px;
|
|
233
|
+
"
|
|
234
|
+
>
|
|
235
|
+
{{ extension.author }} / {{ extension.name }}
|
|
236
|
+
</div>
|
|
237
|
+
<p
|
|
238
|
+
class="text-h3 font-weight-black extension-title"
|
|
239
|
+
:class="{ 'text-h4': $vuetify.display.xs }"
|
|
240
|
+
>
|
|
241
|
+
<span class="extension-title__text">{{
|
|
242
|
+
extension.display_name?.length
|
|
243
|
+
? extension.display_name
|
|
244
|
+
: extension.name
|
|
245
|
+
}}</span>
|
|
246
|
+
<v-tooltip
|
|
247
|
+
location="top"
|
|
248
|
+
v-if="extension?.has_update && !marketMode"
|
|
249
|
+
>
|
|
250
|
+
<template v-slot:activator="{ props: tooltipProps }">
|
|
251
|
+
<v-icon
|
|
252
|
+
v-bind="tooltipProps"
|
|
253
|
+
color="warning"
|
|
254
|
+
class="ml-2"
|
|
255
|
+
icon="mdi-update"
|
|
256
|
+
size="small"
|
|
257
|
+
></v-icon>
|
|
258
|
+
</template>
|
|
259
|
+
<span
|
|
260
|
+
>{{ tm("card.status.hasUpdate") }}:
|
|
261
|
+
{{ extension.online_version }}</span
|
|
262
|
+
>
|
|
263
|
+
</v-tooltip>
|
|
264
|
+
<v-tooltip
|
|
265
|
+
location="top"
|
|
266
|
+
v-if="!extension.activated && !marketMode"
|
|
267
|
+
>
|
|
268
|
+
<template v-slot:activator="{ props: tooltipProps }">
|
|
269
|
+
<v-icon
|
|
270
|
+
v-bind="tooltipProps"
|
|
271
|
+
color="error"
|
|
272
|
+
class="ml-2"
|
|
273
|
+
icon="mdi-cancel"
|
|
274
|
+
size="small"
|
|
275
|
+
></v-icon>
|
|
276
|
+
</template>
|
|
277
|
+
<span>{{ tm("card.status.disabled") }}</span>
|
|
278
|
+
</v-tooltip>
|
|
279
|
+
</p>
|
|
280
|
+
|
|
281
|
+
<div class="mt-1 d-flex flex-wrap">
|
|
282
|
+
<v-chip color="primary" label size="small">
|
|
283
|
+
<v-icon icon="mdi-source-branch" start></v-icon>
|
|
284
|
+
{{ extension.version }}
|
|
285
|
+
</v-chip>
|
|
286
|
+
<v-chip
|
|
287
|
+
v-if="extension?.has_update"
|
|
288
|
+
color="warning"
|
|
289
|
+
label
|
|
290
|
+
size="small"
|
|
291
|
+
class="ml-2"
|
|
292
|
+
>
|
|
293
|
+
<v-icon icon="mdi-arrow-up-bold" start></v-icon>
|
|
294
|
+
{{ extension.online_version }}
|
|
295
|
+
</v-chip>
|
|
296
|
+
<v-chip
|
|
297
|
+
color="primary"
|
|
298
|
+
label
|
|
299
|
+
size="small"
|
|
300
|
+
class="ml-2"
|
|
301
|
+
v-if="extension.handlers?.length"
|
|
302
|
+
@click="viewHandlers"
|
|
303
|
+
style="cursor: pointer"
|
|
304
|
+
>
|
|
305
|
+
<v-icon icon="mdi-cogs" start></v-icon>
|
|
306
|
+
{{ extension.handlers?.length
|
|
307
|
+
}}{{ tm("card.status.handlersCount") }}
|
|
308
|
+
</v-chip>
|
|
309
|
+
<v-chip
|
|
310
|
+
v-for="tag in extension.tags"
|
|
311
|
+
:key="tag"
|
|
312
|
+
:color="tag === 'danger' ? 'error' : 'primary'"
|
|
313
|
+
label
|
|
314
|
+
size="small"
|
|
315
|
+
class="ml-2"
|
|
316
|
+
>
|
|
317
|
+
{{ tag === "danger" ? tm("tags.danger") : tag }}
|
|
318
|
+
</v-chip>
|
|
319
|
+
</div>
|
|
320
|
+
|
|
321
|
+
<div
|
|
322
|
+
class="mt-2"
|
|
323
|
+
:class="{ 'text-caption': $vuetify.display.xs }"
|
|
324
|
+
style="overflow-y: auto; height: 70px; font-size: 90%"
|
|
325
|
+
>
|
|
326
|
+
{{ extension.desc }}
|
|
327
|
+
</div>
|
|
328
|
+
</div>
|
|
329
|
+
</div>
|
|
330
|
+
</v-card-text>
|
|
331
|
+
|
|
332
|
+
<v-card-actions class="extension-actions">
|
|
333
|
+
<v-btn color="primary" size="small" @click="viewReadme">
|
|
334
|
+
{{ tm("buttons.viewDocs") }}
|
|
335
|
+
</v-btn>
|
|
336
|
+
<v-btn v-if="!marketMode" color="primary" size="small" @click="configure">
|
|
337
|
+
{{ tm("card.actions.pluginConfig") }}
|
|
338
|
+
</v-btn>
|
|
339
|
+
</v-card-actions>
|
|
340
|
+
</v-card>
|
|
341
|
+
|
|
342
|
+
<!-- 卸载确认对话框 -->
|
|
343
|
+
<UninstallConfirmDialog
|
|
344
|
+
v-model="showUninstallDialog"
|
|
345
|
+
@confirm="handleUninstallConfirm"
|
|
346
|
+
/>
|
|
347
|
+
</template>
|
|
348
|
+
|
|
349
|
+
<style scoped>
|
|
350
|
+
.extension-image-container {
|
|
351
|
+
display: flex;
|
|
352
|
+
align-items: center;
|
|
353
|
+
margin-left: 12px;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.extension-title {
|
|
357
|
+
display: flex;
|
|
358
|
+
align-items: center;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.extension-title__text {
|
|
362
|
+
min-width: 0;
|
|
363
|
+
overflow: hidden;
|
|
364
|
+
text-overflow: ellipsis;
|
|
365
|
+
white-space: nowrap;
|
|
366
|
+
padding-top: 6px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
@media (max-width: 600px) {
|
|
370
|
+
.extension-image-container {
|
|
371
|
+
margin-left: 8px;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.extension-actions {
|
|
376
|
+
margin-top: auto;
|
|
377
|
+
gap: 8px;
|
|
378
|
+
}
|
|
379
|
+
</style>
|