Undefined-bot 3.13.2__tar.gz → 3.13.3__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.
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/CHANGELOG.md +13 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/PKG-INFO +7 -6
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/README.md +6 -5
- undefined_bot-3.13.3/img/undefined-9527.png +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/pyproject.toml +1 -1
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/IMPORTANT/each.md +1 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/undefined.xml +9 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/undefined_nagaagent.xml +9 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/__init__.py +1 -1
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/onebot/__init__.py +2 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/onebot/message.py +17 -9
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/README.md +1 -1
- undefined_bot-3.13.3/src/Undefined/skills/toolsets/group_analysis/README.md +34 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/member_activity/config.json +5 -5
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/member_activity/handler.py +80 -31
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/config-form.js +7 -7
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/memes.js +3 -1
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/state.js +1 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/workflow-canvas.js +1 -1
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/workflow-graph.js +3 -1
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/workflow-inspector.js +4 -2
- undefined_bot-3.13.2/src/Undefined/skills/toolsets/group_analysis/README.md +0 -18
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/.gitignore +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/ARCHITECTURE.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/LICENSE +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/config/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/config/mcp.json.example +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/config.toml.example +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/img/xlwy.jpg +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/agent_self_intro.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/analyze_multimodal.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/describe_image.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/describe_meme_image.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/generate_title.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/historian_profile_merge.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/historian_rewrite.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/image_gen_moderation.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/injection_detector.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/injection_response_agent.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/judge_meme_image.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/merge_message_summaries.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/merge_summaries.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/message_summary.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/naga_message_moderation.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/stats_analysis.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/res/prompts/summarize.txt +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/__main__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/client/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/client/ask_loop.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/client/queue.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/client/setup.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/crawl4ai_support.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/http.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/requester.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/retry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/sanitize.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/streaming.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/thinking.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/llm/types.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/model_selector.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/multimodal/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/multimodal/analyzer.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/multimodal/constants.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/multimodal/detection.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/multimodal/parsing.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/parsing.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/builder.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/cognitive.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/constants.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/current_input.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/file_includes.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/system_context.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/prompts/system_info.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/queue_budget.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/retrieval.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/summaries.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/tokens.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/tool_search.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/tooling.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/transports/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/transports/anthropic_transport.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/transports/openai_transport.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/ai/transports/replay.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/_context.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/_helpers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/_naga_state.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/_openapi.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/_probes.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/app.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/naga_store.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/automations.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/chat.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/cognitive.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/commands.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/health.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/memes.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/memory.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/naga/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/naga/auth.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/naga/bind.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/naga/send.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/naga/unbind.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/schedules.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/system.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/tools.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/routes/weixin.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/api/webchat_store.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/arxiv/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/arxiv/client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/arxiv/downloader.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/arxiv/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/arxiv/parser.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/arxiv/sender.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/attachments/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/attachments/forward_snapshot.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/attachments/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/attachments/registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/attachments/render.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/attachments/segments.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/address.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/catalog.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/clock.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/constants.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/engine.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/extract.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/logutil.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/match.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/mentions.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/migrate.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/runner.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/service.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/short.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/storage.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/template.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/triggers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/automations/validate.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/api_client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/danmaku.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/download_core.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/downloader.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/errors.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/parser.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/sender.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/wbi.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/bilibili/wbi_request.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/changelog.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/chroma_scheduler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/historian/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/historian/helpers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/historian/tools.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/historian/worker.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/job_queue.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/profile_storage.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/service/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/service/helpers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/service/service.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/vector_store.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/cognitive/vector_store_compat.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/admin.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/api_modes.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/build_config.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/coercers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/config_class.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/domain_parsers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/env_registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/hot_reload.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/access.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/core.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/domains.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/finalize.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/history_skills.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/integrations.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/knowledge.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/logging_tools.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/load_sections/network.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/loader.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/manager.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/model_parsers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/naga_policy.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/agent.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/chat.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/embedding.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/grok.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/helpers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/historian.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/image.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/naga.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/pool.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/security.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/summary.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/parsers/vision.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/resolvers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/search.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/toml_io.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/config/webui_settings.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/context.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/context_resource_registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/douyin/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/douyin/client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/douyin/downloader.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/douyin/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/douyin/parser.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/douyin/sender.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/end_summary_storage.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/faq.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/github/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/github/client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/github/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/github/parser.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/github/sender.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/handlers/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/handlers/auto_extract.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/handlers/message_flow.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/handlers/poke.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/handlers/repeat.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/injection_response_agent.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/chunker.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/embedder.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/manager.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/reranker.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/runtime.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/knowledge/store.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/main.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/mcp/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/mcp/registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/_image_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/ingest.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/search.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/service.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/store.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/vector_store.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memes/worker.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/memory.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/onebot/client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/py.typed +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/rate_limit.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/render.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/command.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/commands/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/commands/bugfix.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/commands/catalog.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/commands/context.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/commands/registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/commands/stats.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/coordinator/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/coordinator/background.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/coordinator/batching.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/coordinator/group.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/coordinator/message_ids.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/coordinator/private.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/message_batcher/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/message_batcher/scheduler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/message_batcher/state.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/message_summary_fetch.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/model_pool.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/queue_manager.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/services/security.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/agent_tool_registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/docker_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/mcp.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/end/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/end/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/read/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/read/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/write/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/code_delivery_agent/tools/write/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/describe_pdf_page/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/describe_pdf_page/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/arxiv_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/arxiv_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/baiduhot/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/baiduhot/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/base64/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/base64/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/douyinhot/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/douyinhot/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/gold_price/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/gold_price/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/hash/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/hash/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/history/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/history/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/net_check/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/net_check/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/speed/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/speed/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/tcping/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/tcping/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/weather_query/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/weather_query/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/weibohot/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/weibohot/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/whois/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/info_agent/tools/whois/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/intro_generator.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/intro_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/mcp.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/runner/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/runner/context.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/runner/loop.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/runner/tools.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/runner/webchat_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/tools/fetch_messages/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/summary_agent/tools/fetch_messages/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/_shared.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/list_directory/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/list_directory/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/read_file/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/read_file/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/search_file_content/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/undefined_self_code_agent/tools/search_file_content/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/intro.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/mcp.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/prompt.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/firecrawl_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/firecrawl_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/grok_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/grok_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/web_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/agents/web_agent/tools/web_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/anthropic_skills/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/anthropic_skills/loader.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/admin/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/admin/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/admin/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/bugfix/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/bugfix/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/bugfix/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/changelog/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/changelog/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/changelog/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/copyright/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/copyright/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/copyright/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/faq/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/faq/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/faq/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/feedback/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/feedback/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/feedback/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/help/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/help/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/help/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/naga/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/naga/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/naga/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/naga/policy.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/profile/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/profile/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/profile/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/stats/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/stats/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/stats/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/summary/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/summary/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/version/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/commands/version/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/http_client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/http_config.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/arxiv/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/arxiv/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/bilibili/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/bilibili/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/context.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/douyin/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/douyin/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/github/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/github/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/pipelines/registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/registry.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/arxiv_paper/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/arxiv_paper/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/arxiv_paper/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/arxiv_paper/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/bilibili_video/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/bilibili_video/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/bilibili_video/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/bilibili_video/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/calculator/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/calculator/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/calculator/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/changelog_query/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/changelog_query/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/changelog_query/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/douyin_video/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/douyin_video/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/douyin_video/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/douyin_video/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/end/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/end/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/end/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/fetch_image_uid/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/fetch_image_uid/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_current_time/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_current_time/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_current_time/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_current_time/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_picture/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_picture/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_picture/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_user_info/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_user_info/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/get_user_info/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/knowledge_list/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/knowledge_list/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/knowledge_semantic_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/knowledge_semantic_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/knowledge_text_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/knowledge_text_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/python_interpreter/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/python_interpreter/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/python_interpreter/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/qq_like/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/qq_like/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/qq_like/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/task_progress/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/tools/task_progress/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/attachments/get_uid_by_url/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/attachments/get_uid_by_url/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/attachments/get_url_by_uid/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/attachments/get_url_by_uid/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/_runtime.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/create/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/create/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/delete/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/delete/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/get/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/get/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/list/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/list/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/set_enabled/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/set_enabled/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/update/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/automation/update/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/cognitive/get_profile/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/cognitive/get_profile/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/cognitive/search_events/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/cognitive/search_events/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/cognitive/search_profiles/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/cognitive/search_profiles/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/commands/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/commands/get/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/commands/get/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/commands/search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/commands/search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/contacts/query_friends/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/contacts/query_friends/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/contacts/query_groups/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/contacts/query_groups/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/find_member/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/find_member/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_avatar/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_avatar/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_files/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_files/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_honor_info/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_honor_info/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_member_info/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_member_info/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_member_list/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_member_list/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_member_title/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group/get_member_title/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/activity_trend/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/activity_trend/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/filter_members/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/filter_members/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/inactive_risk/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/inactive_risk/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/join_statistics/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/join_statistics/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/level_distribution/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/level_distribution/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/member_messages/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/member_messages/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/member_structure/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/member_structure/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/message_mix/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/message_mix/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/new_member_activity/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/new_member_activity/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/rank_members/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/group_analysis/rank_members/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/mcp/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/mcp/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memes/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memes/search_memes/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memes/search_memes/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memes/send_meme_by_uid/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memes/send_meme_by_uid/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/add/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/add/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/delete/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/delete/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/list/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/list/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/update/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/memory/update/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/context_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/get_forward_msg/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/get_forward_msg/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/get_messages_by_time/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/get_messages_by_time/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/get_recent_messages/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/get_recent_messages/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/list_emojis/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/list_emojis/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/react_message_emoji/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/react_message_emoji/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_group_sign/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_group_sign/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_message/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_message/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_poke/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_poke/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_private_message/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_private_message/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_text_file/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_text_file/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_text_file/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_url_file/callable.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_url_file/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_url_file/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_voice/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/messages/send_voice/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/_client.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/_constants.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/_tools.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/_track_refs.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/browse_playlists/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/browse_playlists/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/browse_rankings/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/browse_rankings/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/find_song_matches/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/find_song_matches/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_audio/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_audio/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_comments/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_comments/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_cover/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_cover/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_hot_search/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_hot_search/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_lyrics/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/get_lyrics/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/search_playlists/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/search_playlists/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/search_songs/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/music/search_songs/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/get/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/get/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/list/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/list/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/stats/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/notices/stats/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/README.md +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/layout.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/render_html/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/render_html/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/render_latex/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/render_latex/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/render_markdown/config.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/skills/toolsets/render/render_markdown/handler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/token_usage_storage.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/cache.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/coerce.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/common.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/cors.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/easter_egg_calls.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/fake_at.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/file_lock.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/group_metrics.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/history.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/http_download.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/io.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/logging.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/member_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/message_reply.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/message_targets.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/message_turn.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/message_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/paths.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/qq_emoji.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/queue_intervals.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/recent_messages.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/render_cache.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/request_params.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/resources.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/scheduler.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/self_update.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/sender.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/sender_helpers.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/time_utils.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/tool_calls.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/utils/xml.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/__main__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/app.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/core.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_auth.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_bot.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_config.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_index.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_logs.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_memes.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_runtime.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_shared.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_system.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/routes/_weixin.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/.stylelintrc.json +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/app.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/base.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/components.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/highlight-github.min.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/landing.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/responsive.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/style.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/variables.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/css/workflow.css +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/favicon.svg +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/api.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/auth.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/bot.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/i18n.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/log-view.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/logs.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/main.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/runtime.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/schedules.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/ui.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/vendor/highlight.min.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/vendor/highlightjs.LICENSE +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/vendor/marked.min.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/weixin.js +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/templates/index.html +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/utils/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/utils/comment.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/utils/config_io.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/utils/config_sync.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/utils/toml_render.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/weixin/__init__.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/weixin/audio.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/weixin/models.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/weixin/service.py +0 -0
- {undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/weixin/store.py +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## v3.13.3 回复精简、群活跃度统计与图片预览修复
|
|
2
|
+
|
|
3
|
+
本版本减少对话中的重复解释,明确群成员活跃度统计的含义与数据范围,并修复 Chat 图片预览的键盘和焦点交互。
|
|
4
|
+
|
|
5
|
+
- 回复更聚焦本轮新增问题。将用户刚说过、明确确认过或追问中已展示理解的内容作为共同背景,减少定义、背景和步骤的重复说明;需要解释、总结、完整步骤或纠错时仍补齐必要内容,闲聊也保留自然回应。
|
|
6
|
+
- 明确群成员活跃度的三种统计口径:`member_list` 展示最近发言成员,`history` 按检索窗口内消息数排名,默认 `hybrid` 展示综合指标排行。最后发言时间缺失或为零时单独标为“未知”,不据此判断从未发言、潜水或当前在线;历史结果明确读取范围,避免将未检索到发言解释为整个窗口没有发言。
|
|
7
|
+
- 修复历史统计中的时间误判。历史模式的最后发言时间和同消息数排名均取自窗口内消息,避免混入成员列表的当前记录;跳过时间缺失、非法或越界的消息,不再补成当前时间后计入消息数、活跃天数和排名,继续兼容秒级、毫秒级及数值字符串时间戳。
|
|
8
|
+
- 完善 Undefined Chat 历史时间线的本地图片预览。支持 Enter / Space 打开、Tab / Shift+Tab 保持焦点在预览内,关闭后恢复到触发图片;修复关闭回调重复触发及重渲染打断焦点恢复的问题,并改善图片加载、失败状态和弹窗的无障碍语义。
|
|
9
|
+
- 统一前端检查工具链。WebUI、Console 与 Chat 升级至 Biome 2.5.10,迁移新版配置并适配代码规范与可访问性检查。
|
|
10
|
+
- 调整项目首页展示:新增 Undefined 9527 识别证图片并兼容 PyPI 展示,移除官方体验 QQ 入口。
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
## v3.13.2 前端依赖安全更新
|
|
2
15
|
|
|
3
16
|
本版本修复 Undefined Console 与 Undefined Chat 共同继承的 Nano ID 高危拒绝服务漏洞,并保持现有 Vite / PostCSS 依赖结构不变。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: Undefined-bot
|
|
3
|
-
Version: 3.13.
|
|
3
|
+
Version: 3.13.3
|
|
4
4
|
Summary: QQ bot platform with cognitive memory architecture and multi-agent Skills, via OneBot V11.
|
|
5
5
|
Project-URL: Repository, https://github.com/69gg/Undefined
|
|
6
6
|
Project-URL: Issues, https://github.com/69gg/Undefined/issues
|
|
@@ -64,7 +64,7 @@ Description-Content-Type: text/markdown
|
|
|
64
64
|
|
|
65
65
|
<table border="0">
|
|
66
66
|
<tr>
|
|
67
|
-
<td width="
|
|
67
|
+
<td width="70%" valign="top">
|
|
68
68
|
<div align="center">
|
|
69
69
|
<h1>Undefined</h1>
|
|
70
70
|
<em>QQ and WeChat bot platform with cognitive memory architecture and multi-agent Skills.</em>
|
|
@@ -82,6 +82,11 @@ Description-Content-Type: text/markdown
|
|
|
82
82
|
<strong>Undefined</strong> 是一个基于 Python 异步架构的高性能机器人平台,以 OneBot V11 接入 QQ,并可通过微信 ClawBot/iLink 接入微信私聊。项目搭载<strong>认知记忆架构</strong>,采用自研 <strong>Skills</strong> 系统,内置多个智能 Agent,支持代码分析、网络搜索、娱乐互动等多模态能力,并提供 <strong>WebUI</strong> 在线管理,以及可连接同一管理服务的 <strong>跨平台 App</strong>。
|
|
83
83
|
</p>
|
|
84
84
|
</td>
|
|
85
|
+
<td width="30%" valign="top">
|
|
86
|
+
<a href="https://raw.githubusercontent.com/69gg/Undefined/main/img/undefined-9527.png">
|
|
87
|
+
<img src="https://raw.githubusercontent.com/69gg/Undefined/main/img/undefined-9527.png" width="100%" alt="Undefined 9527 自主智能体识别证" />
|
|
88
|
+
</a>
|
|
89
|
+
</td>
|
|
85
90
|
</tr>
|
|
86
91
|
</table>
|
|
87
92
|
|
|
@@ -89,10 +94,6 @@ Description-Content-Type: text/markdown
|
|
|
89
94
|
|
|
90
95
|
---
|
|
91
96
|
|
|
92
|
-
## ⚡ 立即体验
|
|
93
|
-
|
|
94
|
-
[点击添加官方实例QQ](https://qm.qq.com/q/cvjJoNysGA)
|
|
95
|
-
|
|
96
97
|
## Release 下载速查
|
|
97
98
|
|
|
98
99
|
如果只是部署和运行 QQ Bot,通常**不需要**在 GitHub Release 的 Assets 里下载任何文件。推荐按下方[快速开始](#-快速开始-源码模式)使用源码部署;只想快速体验命令行入口时,可使用 `pip install -U Undefined-bot` 或 `uv tool install Undefined-bot`。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<table border="0">
|
|
2
2
|
<tr>
|
|
3
|
-
<td width="
|
|
3
|
+
<td width="70%" valign="top">
|
|
4
4
|
<div align="center">
|
|
5
5
|
<h1>Undefined</h1>
|
|
6
6
|
<em>QQ and WeChat bot platform with cognitive memory architecture and multi-agent Skills.</em>
|
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
<strong>Undefined</strong> 是一个基于 Python 异步架构的高性能机器人平台,以 OneBot V11 接入 QQ,并可通过微信 ClawBot/iLink 接入微信私聊。项目搭载<strong>认知记忆架构</strong>,采用自研 <strong>Skills</strong> 系统,内置多个智能 Agent,支持代码分析、网络搜索、娱乐互动等多模态能力,并提供 <strong>WebUI</strong> 在线管理,以及可连接同一管理服务的 <strong>跨平台 App</strong>。
|
|
19
19
|
</p>
|
|
20
20
|
</td>
|
|
21
|
+
<td width="30%" valign="top">
|
|
22
|
+
<a href="https://raw.githubusercontent.com/69gg/Undefined/main/img/undefined-9527.png">
|
|
23
|
+
<img src="https://raw.githubusercontent.com/69gg/Undefined/main/img/undefined-9527.png" width="100%" alt="Undefined 9527 自主智能体识别证" />
|
|
24
|
+
</a>
|
|
25
|
+
</td>
|
|
21
26
|
</tr>
|
|
22
27
|
</table>
|
|
23
28
|
|
|
@@ -25,10 +30,6 @@
|
|
|
25
30
|
|
|
26
31
|
---
|
|
27
32
|
|
|
28
|
-
## ⚡ 立即体验
|
|
29
|
-
|
|
30
|
-
[点击添加官方实例QQ](https://qm.qq.com/q/cvjJoNysGA)
|
|
31
|
-
|
|
32
33
|
## Release 下载速查
|
|
33
34
|
|
|
34
35
|
如果只是部署和运行 QQ Bot,通常**不需要**在 GitHub Release 的 Assets 里下载任何文件。推荐按下方[快速开始](#-快速开始-源码模式)使用源码部署;只想快速体验命令行入口时,可使用 `pip install -U Undefined-bot` 或 `uv tool install Undefined-bot`。
|
|
Binary file
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
- 禁止发给用户:闸门结论、bot_trigger 分析、静默处理、无业务操作、无重复任务、「本条无提及」类拼写声明、工具编排说明。
|
|
54
54
|
- 不要把内部工具名、分层手册、参数说明发给用户;对方已经用这些名字追问时,仍用人话回答,不把用户写成操作者,也不承诺改实现。
|
|
55
55
|
- 闲聊默认不提起创造者或仓库所有者。
|
|
56
|
+
- 优先补充新信息:对方刚说过、明确确认过或当前追问已展示理解的内容作为共同背景,直接回答新增问题,不重讲定义、背景和已给出的步骤。“对方可能已知”须有上下文依据,不能仅凭身份或术语假定;用户要求解释、回顾、总结或完整步骤,以及需要纠错或保证正确操作时,仍补齐必要说明。闲聊可自然回应情绪或接梗,不要求每句都有新事实,也不改变回复触发规则。
|
|
56
57
|
</public_speech_boundary>
|
|
57
58
|
|
|
58
59
|
<request_autonomy priority="P0">
|
|
@@ -819,6 +819,15 @@
|
|
|
819
819
|
<rule>只有用户明确要正式说明、总结、文档化输出时,才切换到更完整的书面结构</rule>
|
|
820
820
|
</guideline>
|
|
821
821
|
|
|
822
|
+
<guideline id="19">
|
|
823
|
+
<name>优先补充新信息</name>
|
|
824
|
+
<rule>根据当前输入和紧邻对话判断对方已经知道什么:对方刚说过、明确确认过,或当前追问已展示理解的内容,默认作为共同背景,不再完整复述。</rule>
|
|
825
|
+
<rule>直接回应本轮新增的问题、变化或结论;不要先重讲概念定义、项目背景、已给出的步骤,或把对方自己的描述换句话说一遍。</rule>
|
|
826
|
+
<rule>“对方可能已知”要有上下文依据,不能仅凭身份、职业、熟悉术语或你自己知道就假定对方懂,也不要因为工具结果对你是新的就把它当作对方未知。</rule>
|
|
827
|
+
<rule>用户明确要求解释、回顾、总结或完整步骤,出现理解偏差,或省略会影响正确操作时,补齐必要说明;只回顾与当前问题有关的部分,不为避免重复而漏答。</rule>
|
|
828
|
+
<rule>闲聊可以自然回应情绪或接梗;这条只减少无用复述,不要求每句都有新事实,也不改变原有回复触发规则。</rule>
|
|
829
|
+
</guideline>
|
|
830
|
+
|
|
822
831
|
<guideline id="15">
|
|
823
832
|
<name>结尾收住</name>
|
|
824
833
|
<rule>回复结束就停,不要为了显得周到硬加客服式收尾</rule>
|
|
@@ -877,6 +877,15 @@
|
|
|
877
877
|
<rule>只有用户明确要正式说明、总结、文档化输出时,才切换到更完整的书面结构</rule>
|
|
878
878
|
</guideline>
|
|
879
879
|
|
|
880
|
+
<guideline id="19">
|
|
881
|
+
<name>优先补充新信息</name>
|
|
882
|
+
<rule>根据当前输入和紧邻对话判断对方已经知道什么:对方刚说过、明确确认过,或当前追问已展示理解的内容,默认作为共同背景,不再完整复述。</rule>
|
|
883
|
+
<rule>直接回应本轮新增的问题、变化或结论;不要先重讲概念定义、项目背景、已给出的步骤,或把对方自己的描述换句话说一遍。</rule>
|
|
884
|
+
<rule>“对方可能已知”要有上下文依据,不能仅凭身份、职业、熟悉术语或你自己知道就假定对方懂,也不要因为工具结果对你是新的就把它当作对方未知。</rule>
|
|
885
|
+
<rule>用户明确要求解释、回顾、总结或完整步骤,出现理解偏差,或省略会影响正确操作时,补齐必要说明;只回顾与当前问题有关的部分,不为避免重复而漏答。</rule>
|
|
886
|
+
<rule>闲聊可以自然回应情绪或接梗;这条只减少无用复述,不要求每句都有新事实,也不改变原有回复触发规则。</rule>
|
|
887
|
+
</guideline>
|
|
888
|
+
|
|
880
889
|
<guideline id="15">
|
|
881
890
|
<name>结尾收住</name>
|
|
882
891
|
<rule>回复结束就停,不要为了显得周到硬加客服式收尾</rule>
|
|
@@ -24,7 +24,7 @@ if TYPE_CHECKING:
|
|
|
24
24
|
from .skills.registry import BaseRegistry as BaseRegistry
|
|
25
25
|
from .skills.tools import ToolRegistry as ToolRegistry
|
|
26
26
|
|
|
27
|
-
__version__: str = "3.13.
|
|
27
|
+
__version__: str = "3.13.3"
|
|
28
28
|
|
|
29
29
|
# symbol -> (module_path, attribute_name);首次访问时才 importlib 加载
|
|
30
30
|
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {
|
|
@@ -6,11 +6,13 @@ from Undefined.onebot.message import (
|
|
|
6
6
|
get_message_content,
|
|
7
7
|
get_message_sender_id,
|
|
8
8
|
parse_message_time,
|
|
9
|
+
try_parse_message_time,
|
|
9
10
|
)
|
|
10
11
|
|
|
11
12
|
__all__ = [
|
|
12
13
|
"OneBotClient",
|
|
13
14
|
"parse_message_time",
|
|
15
|
+
"try_parse_message_time",
|
|
14
16
|
"get_message_sender_id",
|
|
15
17
|
"get_message_content",
|
|
16
18
|
]
|
|
@@ -15,30 +15,38 @@ def parse_message_time(message: dict[str, Any]) -> datetime:
|
|
|
15
15
|
兼容秒级/毫秒级时间戳与字符串输入,异常时回退到当前时间。
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
+
return try_parse_message_time(message) or datetime.now()
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
def try_parse_message_time(message: dict[str, Any]) -> datetime | None:
|
|
22
|
+
"""解析秒级、毫秒级或数值字符串时间戳,无效时返回 None。
|
|
23
|
+
|
|
24
|
+
用于必须保留时间有效性的历史统计,不以当前时间补全缺失记录。
|
|
25
|
+
"""
|
|
26
|
+
|
|
18
27
|
raw_timestamp = message.get("time")
|
|
19
28
|
|
|
20
|
-
if raw_timestamp is None:
|
|
21
|
-
return
|
|
29
|
+
if raw_timestamp is None or isinstance(raw_timestamp, bool):
|
|
30
|
+
return None
|
|
22
31
|
|
|
23
32
|
try:
|
|
24
33
|
timestamp = float(raw_timestamp)
|
|
25
|
-
except (TypeError, ValueError):
|
|
26
|
-
logger.debug("[OneBot]
|
|
27
|
-
return
|
|
34
|
+
except (TypeError, ValueError, OverflowError):
|
|
35
|
+
logger.debug("[OneBot] 无法解析消息时间戳: %s", raw_timestamp)
|
|
36
|
+
return None
|
|
28
37
|
|
|
29
38
|
# 13 位毫秒时间戳自动降为秒。
|
|
30
39
|
if timestamp > 1_000_000_000_000:
|
|
31
40
|
timestamp /= 1000.0
|
|
32
41
|
|
|
33
42
|
if timestamp <= 0:
|
|
34
|
-
return
|
|
43
|
+
return None
|
|
35
44
|
|
|
36
45
|
try:
|
|
37
46
|
return datetime.fromtimestamp(timestamp)
|
|
38
47
|
except (OSError, OverflowError, ValueError):
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
return datetime.now()
|
|
48
|
+
logger.debug("[OneBot] 时间戳越界或非法: %s", raw_timestamp)
|
|
49
|
+
return None
|
|
42
50
|
|
|
43
51
|
|
|
44
52
|
def get_message_sender_id(message: dict[str, Any]) -> int:
|
|
@@ -185,7 +185,7 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
185
185
|
|
|
186
186
|
- `group_analysis.member_structure`: 统计成员结构事实
|
|
187
187
|
- `group_analysis.message_mix`: 统计消息构成事实
|
|
188
|
-
- `group_analysis.member_activity`:
|
|
188
|
+
- `group_analysis.member_activity`: 区分最近发言、历史窗口消息数及混合指标排行;统计口径见 [group_analysis/README.md](group_analysis/README.md)
|
|
189
189
|
- `group_analysis.rank_members`: 对群成员进行多维度排名
|
|
190
190
|
- `group_analysis.filter_members`: 按条件过滤群成员
|
|
191
191
|
- `group_analysis.inactive_risk`: 检测长期潜水或新成员沉默等活跃风险
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# group_analysis 工具集
|
|
2
|
+
|
|
3
|
+
群聊深度分析工具集合,工具名以 `group_analysis.*` 命名。
|
|
4
|
+
|
|
5
|
+
主要能力:
|
|
6
|
+
- `group_analysis.member_structure`:统计角色分布、等级概览、入群时间覆盖和最后发言分层等成员结构事实;详细等级分布请使用 `group_analysis.level_distribution`。
|
|
7
|
+
- `group_analysis.message_mix`:统计消息类型分布、活跃时段、活跃星期、时间覆盖和最近消息样本。
|
|
8
|
+
- `group_analysis.member_activity`:区分最近发言、历史窗口消息数及混合指标排行。
|
|
9
|
+
- `group_analysis.rank_members`:对群成员进行多维度排名。
|
|
10
|
+
- `group_analysis.filter_members`:按角色、等级、入群时间、活跃时间等条件过滤群成员。
|
|
11
|
+
- `group_analysis.inactive_risk`:检测长期潜水或新成员沉默等活跃风险。
|
|
12
|
+
- `group_analysis.activity_trend`:分析群活跃趋势变化。
|
|
13
|
+
- `group_analysis.level_distribution`:统计群成员等级分布。
|
|
14
|
+
- `group_analysis.member_messages`:分析指定成员的消息数量、类型分布和活跃时段。
|
|
15
|
+
- `group_analysis.join_statistics`:统计群成员加入趋势与留存情况。
|
|
16
|
+
- `group_analysis.new_member_activity`:分析新成员加入后的活跃度变化。
|
|
17
|
+
|
|
18
|
+
这些工具主要给 AI 调用。需要用户直接触发时,应由 AI 根据问题选择合适工具,并将工具输出整理成自然语言回复。
|
|
19
|
+
|
|
20
|
+
## `member_activity` 的统计口径
|
|
21
|
+
|
|
22
|
+
| `source` | 排序与含义 | 适用问题 |
|
|
23
|
+
|---|---|---|
|
|
24
|
+
| `member_list` | 仅根据 OneBot 成员列表中的 `last_sent_time`,对近期有发言记录的成员按时间倒序排列 | 谁最近说过话 |
|
|
25
|
+
| `history` | 按本次读取到的窗口消息数排序,同数时依次比较活跃天数、窗口内最后发言时间;不使用成员列表的最后发言时间排序或推断窗口活跃情况 | 指定时间内谁发言最多 |
|
|
26
|
+
| `hybrid`(默认) | 沿用消息数、活跃天数和成员列表最后发言时间加权的综合分,输出“混合指标排行” | 综合查看发言情况 |
|
|
27
|
+
|
|
28
|
+
- `last_sent_time` 只表示最后一次发言的时间,不能据此判断发言频率或当前在线状态。“刚说过一句”不意味着“发言最多”。字段定义见 [OneBot 11 成员信息接口](https://github.com/botuniverse/onebot-11/blob/master/api/public.md)。
|
|
29
|
+
- `threshold_days` 的成员列表统计以当前时间为基准,与 `start_time` / `end_time` 限定的历史窗口分开展示;`history` 模式不附带这份当前概况。
|
|
30
|
+
- 在 `history` / `hybrid` 模式下,未设置 `history_days` 且未提供 `start_time` 时,`threshold_days` 也决定历史检索窗口的天数。因此它既是近期发言阈值,也是缺省历史窗口;指定 `history_days` 或 `start_time` 可独立设置历史范围。
|
|
31
|
+
- 最后发言时间缺失或为 0 的成员单独列为“未知”,不算作最后发言较早的成员,也不能断言其从未发言。
|
|
32
|
+
- 历史统计仅覆盖本次成功读取到的消息,受 `max_history_count` 和接口可用范围限制,可能未覆盖整个窗口。`include_zero=true` 展示的 0 条表示“窗口内未检索到发言”,不是整个窗口内确定没有发言。
|
|
33
|
+
- `history` 和 `hybrid` 会跳过时间缺失、无效或越界的历史消息,不计入消息数、活跃天数或最后发言时间;支持秒级、毫秒级及数值字符串时间戳,不用当前时间补全未知记录。
|
|
34
|
+
- AI 转述时应保留时间范围、数据来源和排行含义,不能把“最近发言成员”或“混合指标排行”改说成“发言数量榜”。
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "function",
|
|
3
3
|
"function": {
|
|
4
4
|
"name": "member_activity",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "区分群成员最近发言与历史窗口活跃度(数据来自 OneBot)。member_list 仅按最后发言时间排序,不能据此判断谁发言最多或当前在线;查询窗口内谁发言最多用 history,综合消息数、活跃天数与最近发言用 hybrid(默认)。历史统计仅覆盖本次读取到且时间有效的消息,跳过时间缺失、无效或越界的记录;未检索到不等于从未发言。",
|
|
6
6
|
"parameters": {
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
},
|
|
13
13
|
"threshold_days": {
|
|
14
14
|
"type": "integer",
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "成员列表的近期发言阈值(相对当前时间的天数),默认 30 天;用于判断最后发言是否落在近期,不表示发言频率。当 source 为 history 或 hybrid、未设置 history_days 且未提供 start_time 时,也作为历史记录检索窗口的天数。",
|
|
16
16
|
"default": 30
|
|
17
17
|
},
|
|
18
18
|
"source": {
|
|
19
19
|
"type": "string",
|
|
20
|
-
"description": "
|
|
20
|
+
"description": "member_list:按成员列表最后发言时间倒序;history:按窗口内已读取消息数排序,同数时依次比较活跃天数、窗口内最后发言;hybrid:综合窗口消息数、活跃天数和成员列表最后发言时间加权排序,默认。最近发言榜不等于发言数量榜。",
|
|
21
21
|
"enum": [
|
|
22
22
|
"member_list",
|
|
23
23
|
"history",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
},
|
|
45
45
|
"include_zero": {
|
|
46
46
|
"type": "boolean",
|
|
47
|
-
"description": "source=history
|
|
47
|
+
"description": "source=history 时是否包含本次读取的窗口消息数为 0 的成员,默认 false;0 不代表整个窗口没有发言。",
|
|
48
48
|
"default": false
|
|
49
49
|
},
|
|
50
50
|
"count": {
|
|
51
51
|
"type": "integer",
|
|
52
|
-
"description": "
|
|
52
|
+
"description": "各榜单展示的成员数量,默认 10;榜单含义由 source 决定。",
|
|
53
53
|
"default": 10
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -6,7 +6,7 @@ from collections import defaultdict
|
|
|
6
6
|
from datetime import datetime, timedelta
|
|
7
7
|
from typing import Any
|
|
8
8
|
|
|
9
|
-
from Undefined.onebot import
|
|
9
|
+
from Undefined.onebot import try_parse_message_time
|
|
10
10
|
from Undefined.utils.group_metrics import (
|
|
11
11
|
clamp_int,
|
|
12
12
|
datetime_to_ts,
|
|
@@ -87,16 +87,19 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
87
87
|
now_ts = int(time.time())
|
|
88
88
|
threshold_ts = now_ts - (threshold_days * 86400)
|
|
89
89
|
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
recent_members: list[dict[str, Any]] = []
|
|
91
|
+
stale_members: list[dict[str, Any]] = []
|
|
92
|
+
unknown_members: list[dict[str, Any]] = []
|
|
92
93
|
member_map: dict[int, dict[str, Any]] = {}
|
|
93
94
|
|
|
94
95
|
for member in member_list:
|
|
95
96
|
last_sent = parse_unix_timestamp(member.get("last_sent_time"))
|
|
96
|
-
if last_sent == 0
|
|
97
|
-
|
|
97
|
+
if last_sent == 0:
|
|
98
|
+
unknown_members.append(member)
|
|
99
|
+
elif last_sent < threshold_ts:
|
|
100
|
+
stale_members.append(member)
|
|
98
101
|
else:
|
|
99
|
-
|
|
102
|
+
recent_members.append(member)
|
|
100
103
|
|
|
101
104
|
raw_uid = member.get("user_id")
|
|
102
105
|
if raw_uid is None:
|
|
@@ -107,16 +110,17 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
107
110
|
continue
|
|
108
111
|
member_map[uid] = member
|
|
109
112
|
|
|
110
|
-
|
|
113
|
+
recent_members.sort(
|
|
111
114
|
key=lambda item: parse_unix_timestamp(item.get("last_sent_time")),
|
|
112
115
|
reverse=True,
|
|
113
116
|
)
|
|
114
|
-
|
|
117
|
+
stale_members.sort(
|
|
115
118
|
key=lambda item: parse_unix_timestamp(item.get("last_sent_time")),
|
|
116
119
|
)
|
|
117
120
|
|
|
118
121
|
history_counts: dict[int, int] = defaultdict(int)
|
|
119
122
|
history_active_days: dict[int, set[str]] = defaultdict(set)
|
|
123
|
+
history_last_sent: dict[int, int] = {}
|
|
120
124
|
history_message_total = 0
|
|
121
125
|
history_start_dt: datetime | None = None
|
|
122
126
|
history_end_dt: datetime | None = None
|
|
@@ -152,7 +156,9 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
152
156
|
if uid not in member_map:
|
|
153
157
|
continue
|
|
154
158
|
|
|
155
|
-
msg_dt =
|
|
159
|
+
msg_dt = try_parse_message_time(msg)
|
|
160
|
+
if msg_dt is None:
|
|
161
|
+
continue
|
|
156
162
|
msg_ts = datetime_to_ts(msg_dt)
|
|
157
163
|
if msg_ts is None:
|
|
158
164
|
continue
|
|
@@ -161,23 +167,32 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
161
167
|
|
|
162
168
|
history_counts[uid] += 1
|
|
163
169
|
history_active_days[uid].add(msg_dt.strftime("%Y-%m-%d"))
|
|
170
|
+
history_last_sent[uid] = max(history_last_sent.get(uid, 0), msg_ts)
|
|
164
171
|
history_message_total += 1
|
|
165
172
|
|
|
166
173
|
result_parts: list[str] = [f"【群活跃度统计】群号: {group_id}"]
|
|
167
174
|
result_parts.append(f"分析模式: {source}")
|
|
168
175
|
result_parts.append(f"总成员数: {len(member_list)}")
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
176
|
+
if source in {"member_list", "hybrid"}:
|
|
177
|
+
result_parts.append("成员列表最近发言概况(相对当前时间):")
|
|
178
|
+
result_parts.append(
|
|
179
|
+
f"最近{threshold_days}天内有发言记录: {len(recent_members)}"
|
|
180
|
+
)
|
|
181
|
+
result_parts.append(
|
|
182
|
+
f"最后发言早于{threshold_days}天前: {len(stale_members)}"
|
|
183
|
+
)
|
|
184
|
+
result_parts.append(f"最后发言时间未知: {len(unknown_members)}")
|
|
185
|
+
recent_rate = len(recent_members) / len(member_list) * 100
|
|
186
|
+
result_parts.append(f"近期发言成员占比(占总成员): {recent_rate:.1f}%")
|
|
187
|
+
result_parts.append(
|
|
188
|
+
"口径说明:最后发言时间仅表示最近一次发言,不能据此判断发言频率或当前在线状态;"
|
|
189
|
+
"时间未知不代表从未发言。"
|
|
190
|
+
)
|
|
177
191
|
|
|
178
192
|
ranking_items: list[dict[str, Any]] = []
|
|
179
193
|
if source == "member_list":
|
|
180
|
-
|
|
194
|
+
ranking_title = "最近发言成员"
|
|
195
|
+
for member in recent_members:
|
|
181
196
|
ranking_items.append(
|
|
182
197
|
{
|
|
183
198
|
"member": member,
|
|
@@ -190,6 +205,7 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
190
205
|
}
|
|
191
206
|
)
|
|
192
207
|
else:
|
|
208
|
+
ranking_title = "窗口消息数排行" if source == "history" else "混合指标排行"
|
|
193
209
|
if history_start_dt and history_end_dt:
|
|
194
210
|
result_parts.append(
|
|
195
211
|
f"历史窗口: {format_datetime(history_start_dt)} ~ {format_datetime(history_end_dt)}"
|
|
@@ -197,11 +213,25 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
197
213
|
result_parts.append(
|
|
198
214
|
f"历史消息计数: {history_message_total} 条(最多读取 {max_history_count} 条)"
|
|
199
215
|
)
|
|
216
|
+
result_parts.append(
|
|
217
|
+
"统计范围:仅覆盖本次读取到的历史消息,可能未覆盖整个时间窗口;"
|
|
218
|
+
"未检索到不等于从未发言,也不能断言整个窗口没有发言。"
|
|
219
|
+
)
|
|
220
|
+
result_parts.append("时间缺失、无效或越界的历史消息不参与统计。")
|
|
221
|
+
if source == "history":
|
|
222
|
+
result_parts.append(
|
|
223
|
+
"排序依据:窗口消息数,其次为活跃天数、窗口内最后发言时间。"
|
|
224
|
+
)
|
|
225
|
+
else:
|
|
226
|
+
result_parts.append(
|
|
227
|
+
"排序依据:窗口消息数、活跃天数和成员列表最后发言时间加权的综合分,"
|
|
228
|
+
"不是单纯的消息数量排名。"
|
|
229
|
+
)
|
|
200
230
|
|
|
201
231
|
window_active_users = sum(
|
|
202
232
|
1 for value in history_counts.values() if value > 0
|
|
203
233
|
)
|
|
204
|
-
result_parts.append(f"
|
|
234
|
+
result_parts.append(f"窗口内检索到发言的成员: {window_active_users}")
|
|
205
235
|
if member_list:
|
|
206
236
|
avg_messages = history_message_total / len(member_list)
|
|
207
237
|
result_parts.append(f"窗口内人均消息: {avg_messages:.2f}")
|
|
@@ -212,8 +242,16 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
212
242
|
continue
|
|
213
243
|
|
|
214
244
|
active_days = len(history_active_days.get(uid, set()))
|
|
215
|
-
last_sent_ts =
|
|
216
|
-
|
|
245
|
+
last_sent_ts = (
|
|
246
|
+
history_last_sent.get(uid, 0)
|
|
247
|
+
if source == "history"
|
|
248
|
+
else parse_unix_timestamp(member.get("last_sent_time"))
|
|
249
|
+
)
|
|
250
|
+
score = (
|
|
251
|
+
_score_hybrid(message_count, active_days, last_sent_ts, now_ts)
|
|
252
|
+
if source == "hybrid"
|
|
253
|
+
else None
|
|
254
|
+
)
|
|
217
255
|
|
|
218
256
|
ranking_items.append(
|
|
219
257
|
{
|
|
@@ -247,44 +285,55 @@ async def execute(args: dict[str, Any], context: dict[str, Any]) -> str:
|
|
|
247
285
|
|
|
248
286
|
if ranking_items:
|
|
249
287
|
result_parts.append(
|
|
250
|
-
f"
|
|
288
|
+
f"{ranking_title} Top {min(display_count, len(ranking_items))}:"
|
|
251
289
|
)
|
|
252
290
|
for index, item in enumerate(ranking_items[:display_count], start=1):
|
|
253
291
|
member = item["member"]
|
|
254
292
|
name = member_display_name(member)
|
|
255
293
|
member_uid = member.get("user_id")
|
|
256
|
-
|
|
294
|
+
last_sent_ts = int(item.get("last_sent_ts") or 0)
|
|
295
|
+
last_desc = (
|
|
296
|
+
format_timestamp(last_sent_ts) if last_sent_ts > 0 else "未知"
|
|
297
|
+
)
|
|
257
298
|
if source == "member_list":
|
|
258
299
|
result_parts.append(
|
|
259
300
|
f"{index}. {name} ({member_uid}) | 最后发言: {last_desc}"
|
|
260
301
|
)
|
|
261
302
|
elif source == "history":
|
|
303
|
+
if last_sent_ts <= 0:
|
|
304
|
+
last_desc = "窗口内未检索到发言"
|
|
262
305
|
result_parts.append(
|
|
263
306
|
f"{index}. {name} ({member_uid}) | 窗口消息: {item['message_count']} | "
|
|
264
|
-
f"活跃天数: {item['active_days']} |
|
|
307
|
+
f"活跃天数: {item['active_days']} | 窗口内最后发言: {last_desc}"
|
|
265
308
|
)
|
|
266
309
|
else:
|
|
267
310
|
result_parts.append(
|
|
268
311
|
f"{index}. {name} ({member_uid}) | 综合分: {item['score']} | "
|
|
269
312
|
f"窗口消息: {item['message_count']} | 活跃天数: {item['active_days']} | "
|
|
270
|
-
f"
|
|
313
|
+
f"成员列表最后发言: {last_desc}"
|
|
271
314
|
)
|
|
272
315
|
|
|
273
|
-
if
|
|
316
|
+
if source in {"member_list", "hybrid"} and stale_members:
|
|
274
317
|
result_parts.append(
|
|
275
|
-
f"
|
|
318
|
+
f"最后发言较早成员 Top {min(display_count, len(stale_members))}:"
|
|
276
319
|
)
|
|
277
|
-
for index, member in enumerate(
|
|
320
|
+
for index, member in enumerate(stale_members[:display_count], start=1):
|
|
278
321
|
name = member_display_name(member)
|
|
279
322
|
member_uid = member.get("user_id")
|
|
280
323
|
last_sent = parse_unix_timestamp(member.get("last_sent_time"))
|
|
281
|
-
last_desc = (
|
|
282
|
-
"从未发言" if last_sent <= 0 else format_timestamp(last_sent)
|
|
283
|
-
)
|
|
324
|
+
last_desc = format_timestamp(last_sent)
|
|
284
325
|
result_parts.append(
|
|
285
326
|
f"{index}. {name} ({member_uid}) | 最后发言: {last_desc}"
|
|
286
327
|
)
|
|
287
328
|
|
|
329
|
+
if source in {"member_list", "hybrid"} and unknown_members:
|
|
330
|
+
result_parts.append(
|
|
331
|
+
f"最后发言时间未知成员 Top {min(display_count, len(unknown_members))}:"
|
|
332
|
+
)
|
|
333
|
+
for index, member in enumerate(unknown_members[:display_count], start=1):
|
|
334
|
+
name = member_display_name(member)
|
|
335
|
+
result_parts.append(f"{index}. {name} ({member.get('user_id')})")
|
|
336
|
+
|
|
288
337
|
return "\n".join(result_parts)
|
|
289
338
|
|
|
290
339
|
except Exception as exc:
|
|
@@ -50,9 +50,9 @@ function initConfigFormLayout() {
|
|
|
50
50
|
configLayoutResizeObserver = new ResizeObserver(() =>
|
|
51
51
|
updateConfigSectionStickyOffset(),
|
|
52
52
|
);
|
|
53
|
-
chromeElements.forEach((element) =>
|
|
54
|
-
configLayoutResizeObserver.observe(element)
|
|
55
|
-
);
|
|
53
|
+
chromeElements.forEach((element) => {
|
|
54
|
+
configLayoutResizeObserver.observe(element);
|
|
55
|
+
});
|
|
56
56
|
}
|
|
57
57
|
window.addEventListener("resize", updateConfigSectionStickyOffset);
|
|
58
58
|
window.requestAnimationFrame(updateConfigSectionStickyOffset);
|
|
@@ -1141,7 +1141,7 @@ function buildAotTemplate(path, arr) {
|
|
|
1141
1141
|
for (const [key, value] of Object.entries(
|
|
1142
1142
|
MODEL_POOL_ENTRY_DEFAULTS,
|
|
1143
1143
|
)) {
|
|
1144
|
-
if (!Object.
|
|
1144
|
+
if (!Object.hasOwn(template, key)) {
|
|
1145
1145
|
template[key] = isPlainObject(value) ? {} : value;
|
|
1146
1146
|
}
|
|
1147
1147
|
}
|
|
@@ -1174,9 +1174,9 @@ function createAotWidget(path, arr) {
|
|
|
1174
1174
|
const entriesDiv = document.createElement("div");
|
|
1175
1175
|
entriesDiv.dataset.aotPath = path;
|
|
1176
1176
|
container.appendChild(entriesDiv);
|
|
1177
|
-
(arr || []).forEach((entry) =>
|
|
1178
|
-
entriesDiv.appendChild(createAotEntry(path, entry))
|
|
1179
|
-
);
|
|
1177
|
+
(arr || []).forEach((entry) => {
|
|
1178
|
+
entriesDiv.appendChild(createAotEntry(path, entry));
|
|
1179
|
+
});
|
|
1180
1180
|
const addBtn = document.createElement("button");
|
|
1181
1181
|
addBtn.type = "button";
|
|
1182
1182
|
addBtn.className = "btn ghost btn-sm";
|
|
@@ -273,6 +273,7 @@ function setCookie(name, value, days = 30) {
|
|
|
273
273
|
const d = new Date();
|
|
274
274
|
d.setTime(d.getTime() + days * 24 * 60 * 60 * 1000);
|
|
275
275
|
const expires = `expires=${d.toUTCString()}`;
|
|
276
|
+
// biome-ignore lint/suspicious/noDocumentCookie: 同步 cookie 辅助函数需兼容既有 WebView 和 HTTP 管理入口。
|
|
276
277
|
document.cookie = `${name}=${value};${expires};path=/;SameSite=Lax`;
|
|
277
278
|
}
|
|
278
279
|
|
{undefined_bot-3.13.2 → undefined_bot-3.13.3}/src/Undefined/webui/static/js/workflow-inspector.js
RENAMED
|
@@ -179,7 +179,9 @@
|
|
|
179
179
|
|
|
180
180
|
function optionSelect(name, value, names, allowCustom) {
|
|
181
181
|
const options = [{ value: "", label: "—" }];
|
|
182
|
-
names.forEach((item) =>
|
|
182
|
+
names.forEach((item) => {
|
|
183
|
+
options.push({ value: item, label: item });
|
|
184
|
+
});
|
|
183
185
|
if (allowCustom && value && !names.includes(value)) {
|
|
184
186
|
options.push({ value, label: value });
|
|
185
187
|
}
|
|
@@ -411,7 +413,7 @@
|
|
|
411
413
|
.filter((item) => Number.isInteger(item));
|
|
412
414
|
}
|
|
413
415
|
|
|
414
|
-
function readStartPatch(root,
|
|
416
|
+
function readStartPatch(root, _node, _task) {
|
|
415
417
|
const fieldValue = (name) =>
|
|
416
418
|
root.querySelector(`[data-field="${name}"]`);
|
|
417
419
|
const kind = fieldValue("kind")?.value || "message";
|