Undefined-bot 3.0.2__tar.gz → 3.0.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.0.2 → undefined_bot-3.0.3}/PKG-INFO +1 -1
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/pyproject.toml +1 -1
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/__init__.py +1 -1
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/handlers.py +5 -2
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/onebot.py +6 -4
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/ai_coordinator.py +4 -3
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/render_latex/handler.py +2 -3
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/render_markdown/handler.py +2 -3
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/scheduler.py +3 -3
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/.gitignore +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/ARCHITECTURE.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/LICENSE +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/config/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/config/mcp.json.example +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/config.toml.example +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/img/head.jpg +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/img/xlwy.jpg +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/IMPORTANT/each.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/agent_self_intro.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/analyze_multimodal.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/describe_image.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/generate_title.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/historian_profile_merge.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/historian_rewrite.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/injection_detector.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/injection_response_agent.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/merge_summaries.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/stats_analysis.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/summarize.txt +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/undefined.xml +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/res/prompts/undefined_nagaagent.xml +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/__main__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/client.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/http.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/llm.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/model_selector.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/multimodal.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/parsing.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/prompts.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/retrieval.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/summaries.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/tokens.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/ai/tooling.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/api/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/api/app.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/bilibili/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/bilibili/downloader.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/bilibili/parser.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/bilibili/sender.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/bilibili/wbi.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/bilibili/wbi_request.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/cognitive/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/cognitive/historian.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/cognitive/job_queue.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/cognitive/profile_storage.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/cognitive/service.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/cognitive/vector_store.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/config/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/config/hot_reload.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/config/loader.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/config/manager.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/config/models.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/context.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/context_resource_registry.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/end_summary_storage.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/faq.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/injection_response_agent.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/chunker.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/embedder.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/manager.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/reranker.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/runtime.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/knowledge/store.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/main.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/mcp/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/mcp/registry.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/memory.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/rate_limit.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/render.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/scheduled_task_storage.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/command.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/commands/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/commands/context.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/commands/registry.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/model_pool.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/queue_manager.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/services/security.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/agent_tool_registry.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/docker_utils.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/intro.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/mcp.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/prompt.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/end/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/end/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/read/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/read/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/write/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/tools/write/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/intro.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/prompt.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/intro.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/callable.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/intro.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/prompt.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/baiduhot/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/baiduhot/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/base64/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/base64/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/douyinhot/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/douyinhot/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/gold_price/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/gold_price/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/hash/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/hash/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/history/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/history/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/net_check/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/net_check/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/speed/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/speed/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/tcping/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/tcping/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/weather_query/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/weather_query/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/weibohot/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/weibohot/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/whois/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/info_agent/tools/whois/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/intro_generator.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/intro_utils.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/intro.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/mcp.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/runner.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/callable.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/intro.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/mcp.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/prompt.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/tools/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/tools/web_search/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/web_agent/tools/web_search/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/anthropic_skills/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/anthropic_skills/loader.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/addadmin/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/addadmin/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/addadmin/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/bugfix/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/bugfix/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/bugfix/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/copyright/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/copyright/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/copyright/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/delfaq/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/delfaq/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/delfaq/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/help/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/help/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/help/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/lsadmin/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/lsadmin/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/lsadmin/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/lsfaq/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/lsfaq/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/lsfaq/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/rmadmin/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/rmadmin/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/rmadmin/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/searchfaq/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/searchfaq/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/searchfaq/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/stats/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/stats/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/stats/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/viewfaq/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/viewfaq/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/commands/viewfaq/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/http_client.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/http_config.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/registry.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/bilibili_video/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/bilibili_video/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/bilibili_video/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/end/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/end/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/end/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_current_time/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_current_time/callable.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_current_time/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_current_time/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_picture/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_picture/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_picture/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_user_info/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_user_info/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/get_user_info/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/knowledge_list/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/knowledge_list/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/knowledge_semantic_search/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/knowledge_semantic_search/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/knowledge_text_search/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/knowledge_text_search/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/python_interpreter/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/python_interpreter/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/python_interpreter/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/qq_like/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/qq_like/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/qq_like/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/task_progress/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/tools/task_progress/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/cognitive/get_profile/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/cognitive/get_profile/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/cognitive/search_events/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/cognitive/search_events/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/cognitive/search_profiles/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/cognitive/search_profiles/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/contacts/query_friends/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/contacts/query_friends/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/contacts/query_groups/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/contacts/query_groups/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/activity_trend/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/activity_trend/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/detect_inactive_risk/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/detect_inactive_risk/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/filter_members/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/filter_members/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/find_member/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/find_member/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_files/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_files/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_honor_info/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_honor_info/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_activity/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_activity/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_info/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_info/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_list/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_list/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_title/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/get_member_title/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/level_distribution/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/level_distribution/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/rank_members/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group/rank_members/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group_analysis/analyze_join_statistics/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group_analysis/analyze_join_statistics/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group_analysis/analyze_member_messages/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group_analysis/analyze_member_messages/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group_analysis/analyze_new_member_activity/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/group_analysis/analyze_new_member_activity/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/mcp/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/mcp/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/add/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/add/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/delete/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/delete/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/list/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/list/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/update/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/memory/update/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/get_forward_msg/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/get_forward_msg/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/get_messages_by_time/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/get_messages_by_time/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/get_recent_messages/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/get_recent_messages/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/list_emojis/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/list_emojis/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/react_message_emoji/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/react_message_emoji/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_group_sign/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_group_sign/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_message/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_message/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_poke/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_poke/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_private_message/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_private_message/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_text_file/callable.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_text_file/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_text_file/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_url_file/callable.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_url_file/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/messages/send_url_file/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/get/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/get/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/list/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/list/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/stats/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/notices/stats/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/render_html/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/render_html/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/render_latex/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/render/render_markdown/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/README.md +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/create_schedule_task/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/create_schedule_task/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/delete_schedule_task/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/delete_schedule_task/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/list_schedule_tasks/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/list_schedule_tasks/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/update_schedule_task/config.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/toolsets/scheduler/update_schedule_task/handler.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/token_usage_storage.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/cache.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/common.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/file_lock.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/group_metrics.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/history.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/io.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/logging.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/member_utils.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/message_utils.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/paths.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/qq_emoji.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/queue_intervals.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/recent_messages.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/resources.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/self_update.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/sender.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/time_utils.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/tool_calls.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/utils/xml.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/__main__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/app.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/core.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_auth.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_bot.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_config.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_index.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_logs.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_runtime.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_shared.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/routes/_system.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/.stylelintrc.json +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/app.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/base.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/components.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/landing.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/responsive.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/style.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/css/variables.css +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/favicon.svg +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/api.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/auth.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/bot.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/config-form.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/i18n.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/log-view.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/logs.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/main.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/runtime.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/state.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/ui.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/static/js/vendor/marked.min.js +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/templates/index.html +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/utils/__init__.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/utils/comment.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/utils/config_io.py +0 -0
- {undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/webui/utils/toml_render.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Undefined-bot
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
4
4
|
Summary: A high-performance, highly scalable QQ group and private chat robot based on a self-developed architecture.
|
|
5
5
|
Project-URL: Repository, https://github.com/69gg/Undefined
|
|
6
6
|
Project-URL: Issues, https://github.com/69gg/Undefined/issues
|
|
@@ -4,6 +4,7 @@ import asyncio
|
|
|
4
4
|
from dataclasses import dataclass
|
|
5
5
|
import logging
|
|
6
6
|
import os
|
|
7
|
+
from pathlib import Path
|
|
7
8
|
import random
|
|
8
9
|
from typing import Any
|
|
9
10
|
|
|
@@ -424,9 +425,11 @@ class MessageHandler:
|
|
|
424
425
|
return
|
|
425
426
|
elif rand_val < 0.11: # 10% 发送图片
|
|
426
427
|
try:
|
|
427
|
-
image_path =
|
|
428
|
+
image_path = (
|
|
429
|
+
resolve_resource_path("img/xlwy.jpg").resolve().as_uri()
|
|
430
|
+
)
|
|
428
431
|
except Exception:
|
|
429
|
-
image_path = os.path.abspath("img/xlwy.jpg")
|
|
432
|
+
image_path = Path(os.path.abspath("img/xlwy.jpg")).as_uri()
|
|
430
433
|
message = f"[CQ:image,file={image_path}]"
|
|
431
434
|
# 50% 概率 @ 发送者
|
|
432
435
|
if random.random() < 0.5:
|
|
@@ -607,12 +607,13 @@ class OneBotClient:
|
|
|
607
607
|
from pathlib import Path as _Path
|
|
608
608
|
|
|
609
609
|
file_name = name or _Path(file_path).name
|
|
610
|
+
file_uri = _Path(file_path).resolve().as_uri()
|
|
610
611
|
try:
|
|
611
612
|
return await self._call_api(
|
|
612
613
|
"upload_group_file",
|
|
613
614
|
{
|
|
614
615
|
"group_id": group_id,
|
|
615
|
-
"file":
|
|
616
|
+
"file": file_uri,
|
|
616
617
|
"name": file_name,
|
|
617
618
|
},
|
|
618
619
|
)
|
|
@@ -627,7 +628,7 @@ class OneBotClient:
|
|
|
627
628
|
[
|
|
628
629
|
{
|
|
629
630
|
"type": "file",
|
|
630
|
-
"data": {"file":
|
|
631
|
+
"data": {"file": file_uri, "name": file_name},
|
|
631
632
|
}
|
|
632
633
|
],
|
|
633
634
|
)
|
|
@@ -648,12 +649,13 @@ class OneBotClient:
|
|
|
648
649
|
from pathlib import Path as _Path
|
|
649
650
|
|
|
650
651
|
file_name = name or _Path(file_path).name
|
|
652
|
+
file_uri = _Path(file_path).resolve().as_uri()
|
|
651
653
|
try:
|
|
652
654
|
return await self._call_api(
|
|
653
655
|
"upload_private_file",
|
|
654
656
|
{
|
|
655
657
|
"user_id": user_id,
|
|
656
|
-
"file":
|
|
658
|
+
"file": file_uri,
|
|
657
659
|
"name": file_name,
|
|
658
660
|
},
|
|
659
661
|
)
|
|
@@ -667,7 +669,7 @@ class OneBotClient:
|
|
|
667
669
|
[
|
|
668
670
|
{
|
|
669
671
|
"type": "file",
|
|
670
|
-
"data": {"file":
|
|
672
|
+
"data": {"file": file_uri, "name": file_name},
|
|
671
673
|
}
|
|
672
674
|
],
|
|
673
675
|
)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import logging
|
|
2
2
|
from datetime import datetime
|
|
3
|
+
from pathlib import Path
|
|
3
4
|
from typing import Any, Optional
|
|
4
5
|
|
|
5
6
|
from Undefined.config import Config
|
|
@@ -676,12 +677,12 @@ class AICoordinator:
|
|
|
676
677
|
|
|
677
678
|
if not os.path.exists(path):
|
|
678
679
|
return
|
|
679
|
-
|
|
680
|
+
file_uri = Path(path).resolve().as_uri()
|
|
680
681
|
ext = os.path.splitext(path)[1].lower()
|
|
681
682
|
if ext in [".jpg", ".jpeg", ".png", ".gif", ".bmp", ".webp"]:
|
|
682
|
-
msg = f"[CQ:image,file={
|
|
683
|
+
msg = f"[CQ:image,file={file_uri}]"
|
|
683
684
|
elif ext in [".mp3", ".wav", ".ogg", ".flac", ".m4a", ".aac"]:
|
|
684
|
-
msg = f"[CQ:record,file={
|
|
685
|
+
msg = f"[CQ:record,file={file_uri}]"
|
|
685
686
|
else:
|
|
686
687
|
return
|
|
687
688
|
|
|
@@ -54,10 +54,9 @@ async def execute(args: Dict[str, Any], context: Dict[str, Any]) -> str:
|
|
|
54
54
|
sender = context.get("sender")
|
|
55
55
|
|
|
56
56
|
if sender:
|
|
57
|
-
import
|
|
57
|
+
from pathlib import Path
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
message = f"[CQ:image,file={abs_path}]"
|
|
59
|
+
message = f"[CQ:image,file={Path(filepath).resolve().as_uri()}]"
|
|
61
60
|
|
|
62
61
|
if message_type == "group":
|
|
63
62
|
await sender.send_group_message(int(target_id), message)
|
|
@@ -44,10 +44,9 @@ async def execute(args: Dict[str, Any], context: Dict[str, Any]) -> str:
|
|
|
44
44
|
sender = context.get("sender")
|
|
45
45
|
|
|
46
46
|
if sender:
|
|
47
|
-
import
|
|
47
|
+
from pathlib import Path
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
message = f"[CQ:image,file={abs_path}]"
|
|
49
|
+
message = f"[CQ:image,file={Path(filepath).resolve().as_uri()}]"
|
|
51
50
|
|
|
52
51
|
if message_type == "group":
|
|
53
52
|
await sender.send_group_message(int(target_id), message)
|
|
@@ -508,12 +508,12 @@ class TaskScheduler:
|
|
|
508
508
|
async def send_img_cb(tid: int, mtype: str, path: str) -> None:
|
|
509
509
|
if not os.path.exists(path):
|
|
510
510
|
return
|
|
511
|
-
|
|
511
|
+
file_uri = Path(path).resolve().as_uri()
|
|
512
512
|
ext = os.path.splitext(path)[1].lower()
|
|
513
513
|
if ext in [".jpg", ".jpeg", ".png", ".gif", ".bmp", ".webp"]:
|
|
514
|
-
msg = f"[CQ:image,file={
|
|
514
|
+
msg = f"[CQ:image,file={file_uri}]"
|
|
515
515
|
elif ext in [".mp3", ".wav", ".ogg", ".flac", ".m4a", ".aac"]:
|
|
516
|
-
msg = f"[CQ:record,file={
|
|
516
|
+
msg = f"[CQ:record,file={file_uri}]"
|
|
517
517
|
else:
|
|
518
518
|
return
|
|
519
519
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/agent_tool_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/intro.md
RENAMED
|
File without changes
|
{undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/code_delivery_agent/mcp.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/entertainment_agent/intro.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.0.2 → undefined_bot-3.0.3}/src/Undefined/skills/agents/file_analysis_agent/intro.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|