Undefined-bot 3.2.4__tar.gz → 3.2.5__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.2.4 → undefined_bot-3.2.5}/PKG-INFO +2 -4
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/README.md +1 -3
- undefined_bot-3.2.5/img/head.png +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/pyproject.toml +1 -1
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/__init__.py +1 -1
- undefined_bot-3.2.4/img/head.jpg +0 -0
- undefined_bot-3.2.4/src/Undefined/skills/agents/info_agent/callable.json +0 -4
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/.gitignore +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/ARCHITECTURE.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/LICENSE +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/config/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/config/mcp.json.example +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/config.toml.example +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/img/xlwy.jpg +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/IMPORTANT/each.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/agent_self_intro.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/analyze_multimodal.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/describe_image.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/generate_title.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/historian_profile_merge.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/historian_rewrite.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/injection_detector.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/injection_response_agent.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/merge_summaries.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/naga_message_moderation.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/stats_analysis.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/summarize.txt +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/undefined.xml +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/res/prompts/undefined_nagaagent.xml +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/__main__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/client.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/http.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/llm.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/model_selector.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/multimodal.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/parsing.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/prompts.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/retrieval.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/summaries.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/tokens.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/tooling.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/transports/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/ai/transports/openai_transport.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/api/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/api/app.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/api/naga_store.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/bilibili/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/bilibili/downloader.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/bilibili/parser.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/bilibili/sender.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/bilibili/wbi.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/bilibili/wbi_request.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/cognitive/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/cognitive/historian.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/cognitive/job_queue.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/cognitive/profile_storage.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/cognitive/service.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/cognitive/vector_store.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/config/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/config/hot_reload.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/config/loader.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/config/manager.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/config/models.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/context.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/context_resource_registry.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/end_summary_storage.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/faq.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/handlers.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/injection_response_agent.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/chunker.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/embedder.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/manager.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/reranker.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/runtime.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/knowledge/store.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/main.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/mcp/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/mcp/registry.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/memory.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/onebot.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/rate_limit.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/render.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/scheduled_task_storage.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/ai_coordinator.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/command.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/commands/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/commands/context.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/commands/registry.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/model_pool.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/queue_manager.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/services/security.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/agent_tool_registry.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/docker_utils.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/intro.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/mcp.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/prompt.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/end/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/end/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/read/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/read/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/write/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/tools/write/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/intro.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/prompt.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/intro.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/intro.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/prompt.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/baiduhot/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/baiduhot/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/base64/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/base64/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/douyinhot/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/douyinhot/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/gold_price/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/gold_price/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/hash/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/hash/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/history/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/history/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/net_check/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/net_check/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/speed/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/speed/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/tcping/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/tcping/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/weather_query/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/weather_query/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/weibohot/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/weibohot/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/whois/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/whois/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/intro_generator.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/intro_utils.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/intro.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/mcp.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/runner.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/callable.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/intro.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/mcp.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/prompt.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/tools/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/tools/web_search/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/web_agent/tools/web_search/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/anthropic_skills/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/anthropic_skills/loader.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/addadmin/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/addadmin/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/addadmin/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/bugfix/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/bugfix/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/bugfix/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/copyright/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/copyright/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/copyright/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/delfaq/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/delfaq/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/delfaq/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/help/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/help/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/help/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/lsadmin/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/lsadmin/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/lsadmin/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/lsfaq/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/lsfaq/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/lsfaq/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/naga/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/naga/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/naga/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/naga/policy.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/naga/scopes.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/rmadmin/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/rmadmin/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/rmadmin/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/searchfaq/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/searchfaq/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/searchfaq/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/stats/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/stats/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/stats/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/viewfaq/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/viewfaq/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/commands/viewfaq/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/http_client.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/http_config.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/registry.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/bilibili_video/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/bilibili_video/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/bilibili_video/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/end/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/end/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/end/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_current_time/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_current_time/callable.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_current_time/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_current_time/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_picture/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_picture/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_picture/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_user_info/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_user_info/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/get_user_info/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/knowledge_list/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/knowledge_list/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/knowledge_semantic_search/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/knowledge_semantic_search/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/knowledge_text_search/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/knowledge_text_search/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/python_interpreter/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/python_interpreter/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/python_interpreter/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/qq_like/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/qq_like/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/qq_like/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/task_progress/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/tools/task_progress/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/cognitive/get_profile/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/cognitive/get_profile/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/cognitive/search_events/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/cognitive/search_events/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/cognitive/search_profiles/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/cognitive/search_profiles/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/contacts/query_friends/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/contacts/query_friends/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/contacts/query_groups/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/contacts/query_groups/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/activity_trend/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/activity_trend/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/detect_inactive_risk/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/detect_inactive_risk/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/filter_members/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/filter_members/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/find_member/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/find_member/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_files/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_files/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_honor_info/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_honor_info/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_activity/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_activity/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_info/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_info/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_list/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_list/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_title/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/get_member_title/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/level_distribution/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/level_distribution/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/rank_members/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group/rank_members/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group_analysis/analyze_join_statistics/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group_analysis/analyze_join_statistics/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group_analysis/analyze_member_messages/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group_analysis/analyze_member_messages/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group_analysis/analyze_new_member_activity/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/group_analysis/analyze_new_member_activity/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/mcp/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/mcp/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/add/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/add/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/delete/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/delete/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/list/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/list/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/update/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/memory/update/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/get_forward_msg/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/get_forward_msg/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/get_messages_by_time/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/get_messages_by_time/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/get_recent_messages/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/get_recent_messages/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/list_emojis/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/list_emojis/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/react_message_emoji/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/react_message_emoji/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_group_sign/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_group_sign/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_message/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_message/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_poke/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_poke/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_private_message/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_private_message/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_text_file/callable.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_text_file/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_text_file/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_url_file/callable.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_url_file/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/messages/send_url_file/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/get/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/get/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/list/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/list/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/stats/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/notices/stats/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/render_html/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/render_html/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/render_latex/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/render_latex/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/render_markdown/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/render/render_markdown/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/README.md +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/create_schedule_task/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/create_schedule_task/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/delete_schedule_task/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/delete_schedule_task/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/list_schedule_tasks/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/list_schedule_tasks/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/update_schedule_task/config.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/toolsets/scheduler/update_schedule_task/handler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/token_usage_storage.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/cache.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/common.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/cors.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/file_lock.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/group_metrics.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/history.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/io.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/logging.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/member_utils.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/message_utils.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/paths.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/qq_emoji.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/queue_intervals.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/recent_messages.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/request_params.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/resources.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/scheduler.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/self_update.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/sender.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/time_utils.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/tool_calls.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/utils/xml.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/__main__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/app.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/core.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_auth.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_bot.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_config.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_index.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_logs.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_runtime.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_shared.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/routes/_system.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/.stylelintrc.json +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/app.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/base.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/components.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/landing.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/responsive.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/style.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/css/variables.css +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/favicon.svg +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/api.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/auth.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/bot.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/config-form.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/i18n.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/log-view.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/logs.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/main.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/runtime.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/state.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/ui.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/static/js/vendor/marked.min.js +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/templates/index.html +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/utils/__init__.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/utils/comment.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/utils/config_io.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/webui/utils/config_sync.py +0 -0
- {undefined_bot-3.2.4 → undefined_bot-3.2.5}/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.2.
|
|
3
|
+
Version: 3.2.5
|
|
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
|
|
@@ -79,7 +79,7 @@ Description-Content-Type: text/markdown
|
|
|
79
79
|
</p>
|
|
80
80
|
</td>
|
|
81
81
|
<td width="30%">
|
|
82
|
-
<img src="https://raw.githubusercontent.com/69gg/Undefined/main/img/head.
|
|
82
|
+
<img src="https://raw.githubusercontent.com/69gg/Undefined/main/img/head.png" width="100%" alt="Undefined" />
|
|
83
83
|
</td>
|
|
84
84
|
</tr>
|
|
85
85
|
</table>
|
|
@@ -92,8 +92,6 @@ Description-Content-Type: text/markdown
|
|
|
92
92
|
|
|
93
93
|
[点击添加官方实例QQ](https://qm.qq.com/q/cvjJoNysGA)
|
|
94
94
|
|
|
95
|
-
> **推荐上手方式**:优先运行 `uv run Undefined-webui`。它会先拉起管理控制台,你可以在浏览器里直接补配置、校验配置、查看日志、启动 Bot;后续也可以用桌面端或 Android App 连接这同一个管理入口,实现远程管理。
|
|
96
|
-
|
|
97
95
|
## ⚡ 核心特性
|
|
98
96
|
|
|
99
97
|
- **Skills 架构**:全新设计的技能系统,将基础工具(Tools)与智能代理(Agents)分层管理,支持自动发现与注册。
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</p>
|
|
20
20
|
</td>
|
|
21
21
|
<td width="30%">
|
|
22
|
-
<img src="https://raw.githubusercontent.com/69gg/Undefined/main/img/head.
|
|
22
|
+
<img src="https://raw.githubusercontent.com/69gg/Undefined/main/img/head.png" width="100%" alt="Undefined" />
|
|
23
23
|
</td>
|
|
24
24
|
</tr>
|
|
25
25
|
</table>
|
|
@@ -32,8 +32,6 @@
|
|
|
32
32
|
|
|
33
33
|
[点击添加官方实例QQ](https://qm.qq.com/q/cvjJoNysGA)
|
|
34
34
|
|
|
35
|
-
> **推荐上手方式**:优先运行 `uv run Undefined-webui`。它会先拉起管理控制台,你可以在浏览器里直接补配置、校验配置、查看日志、启动 Bot;后续也可以用桌面端或 Android App 连接这同一个管理入口,实现远程管理。
|
|
36
|
-
|
|
37
35
|
## ⚡ 核心特性
|
|
38
36
|
|
|
39
37
|
- **Skills 架构**:全新设计的技能系统,将基础工具(Tools)与智能代理(Agents)分层管理,支持自动发现与注册。
|
|
Binary file
|
undefined_bot-3.2.4/img/head.jpg
DELETED
|
Binary file
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/agent_tool_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/code_delivery_agent/intro.md
RENAMED
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/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.2.4 → undefined_bot-3.2.5}/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.2.4 → undefined_bot-3.2.5}/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
|
|
File without changes
|
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/README.md
RENAMED
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/config.json
RENAMED
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/prompt.md
RENAMED
|
File without changes
|
{undefined_bot-3.2.4 → undefined_bot-3.2.5}/src/Undefined/skills/agents/info_agent/tools/__init__.py
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
|