Undefined-bot 3.13.0__tar.gz → 3.13.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/CHANGELOG.md +21 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/PKG-INFO +2 -2
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/README.md +1 -1
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/config.toml.example +2 -2
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/pyproject.toml +1 -1
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/__init__.py +1 -1
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/github/client.py +78 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/github/sender.py +52 -7
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/.gitignore +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/ARCHITECTURE.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/LICENSE +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/config/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/config/mcp.json.example +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/img/xlwy.jpg +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/IMPORTANT/each.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/agent_self_intro.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/analyze_multimodal.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/describe_image.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/describe_meme_image.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/generate_title.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/historian_profile_merge.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/historian_rewrite.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/image_gen_moderation.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/injection_detector.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/injection_response_agent.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/judge_meme_image.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/merge_message_summaries.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/merge_summaries.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/message_summary.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/naga_message_moderation.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/stats_analysis.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/summarize.txt +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/undefined.xml +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/res/prompts/undefined_nagaagent.xml +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/__main__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/client/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/client/ask_loop.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/client/queue.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/client/setup.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/crawl4ai_support.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/http.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/requester.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/retry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/sanitize.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/streaming.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/thinking.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/llm/types.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/model_selector.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/multimodal/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/multimodal/analyzer.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/multimodal/constants.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/multimodal/detection.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/multimodal/parsing.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/parsing.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/builder.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/cognitive.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/constants.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/current_input.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/file_includes.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/system_context.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/prompts/system_info.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/queue_budget.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/retrieval.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/summaries.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/tokens.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/tool_search.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/tooling.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/transports/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/transports/anthropic_transport.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/transports/openai_transport.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/transports/replay.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/_context.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/_helpers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/_naga_state.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/_openapi.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/_probes.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/app.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/naga_store.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/automations.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/chat.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/cognitive.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/commands.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/health.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/memes.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/memory.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/naga/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/naga/auth.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/naga/bind.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/naga/send.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/naga/unbind.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/schedules.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/system.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/tools.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/routes/weixin.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/api/webchat_store.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/arxiv/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/arxiv/client.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/arxiv/downloader.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/arxiv/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/arxiv/parser.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/arxiv/sender.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/attachments/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/attachments/forward_snapshot.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/attachments/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/attachments/registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/attachments/render.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/attachments/segments.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/address.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/catalog.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/clock.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/constants.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/engine.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/extract.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/logutil.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/match.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/mentions.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/migrate.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/runner.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/service.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/short.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/storage.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/template.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/triggers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/automations/validate.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/api_client.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/danmaku.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/download_core.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/downloader.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/errors.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/parser.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/sender.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/wbi.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/bilibili/wbi_request.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/changelog.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/chroma_scheduler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/historian/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/historian/helpers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/historian/tools.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/historian/worker.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/job_queue.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/profile_storage.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/service/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/service/helpers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/service/service.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/vector_store.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/cognitive/vector_store_compat.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/admin.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/api_modes.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/build_config.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/coercers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/config_class.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/domain_parsers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/env_registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/hot_reload.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/access.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/core.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/domains.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/finalize.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/history_skills.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/integrations.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/knowledge.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/logging_tools.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/load_sections/network.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/loader.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/manager.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/model_parsers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/naga_policy.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/agent.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/chat.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/embedding.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/grok.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/helpers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/historian.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/image.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/naga.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/pool.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/security.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/summary.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/parsers/vision.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/resolvers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/search.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/toml_io.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/config/webui_settings.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/context.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/context_resource_registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/douyin/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/douyin/client.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/douyin/downloader.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/douyin/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/douyin/parser.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/douyin/sender.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/end_summary_storage.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/faq.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/github/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/github/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/github/parser.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/handlers/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/handlers/auto_extract.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/handlers/message_flow.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/handlers/poke.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/handlers/repeat.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/injection_response_agent.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/chunker.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/embedder.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/manager.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/reranker.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/runtime.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/knowledge/store.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/main.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/mcp/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/mcp/registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/_image_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/ingest.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/search.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/service.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/store.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/vector_store.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memes/worker.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/memory.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/onebot/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/onebot/client.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/onebot/message.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/py.typed +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/rate_limit.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/render.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/command.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/commands/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/commands/bugfix.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/commands/catalog.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/commands/context.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/commands/registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/commands/stats.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/coordinator/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/coordinator/background.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/coordinator/batching.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/coordinator/group.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/coordinator/message_ids.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/coordinator/private.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/message_batcher/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/message_batcher/scheduler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/message_batcher/state.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/message_summary_fetch.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/model_pool.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/queue_manager.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/services/security.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/agent_tool_registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/docker_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/mcp.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/copy/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/delete/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/diff/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/end/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/end/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/grep/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/init_docker/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/read/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/read/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/run_bash_command/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/todo/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/tree/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/write/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/code_delivery_agent/tools/write/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/ai_draw_one/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/horoscope/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/minecraft_skin/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/renjian/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/entertainment_agent/tools/wenchang_dijun/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_code/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/analyze_multimodal/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/cleanup_temp/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/describe_pdf_page/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/describe_pdf_page/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/detect_file_type/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/download_file/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_archive/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_docx/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pdf/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_pptx/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/extract_xlsx/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/file_analysis_agent/tools/read_text_file/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/arxiv_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/arxiv_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/baiduhot/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/baiduhot/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/base64/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/base64/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/bilibili_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/bilibili_user_info/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/douyinhot/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/douyinhot/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/gold_price/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/gold_price/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/hash/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/hash/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/history/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/history/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/net_check/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/net_check/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/qq_level_query/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/speed/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/speed/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/tcping/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/tcping/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/weather_query/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/weather_query/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/weibohot/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/weibohot/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/whois/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/info_agent/tools/whois/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/intro_generator.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/intro_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/mcp.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/list_directory/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_file/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/read_naga_intro/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/naga_code_analysis_agent/tools/search_file_content/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/runner/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/runner/context.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/runner/loop.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/runner/tools.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/runner/webchat_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/tools/fetch_messages/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/summary_agent/tools/fetch_messages/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/_shared.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/glob/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/glob/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/list_directory/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/list_directory/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/read_file/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/read_file/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/search_file_content/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/undefined_self_code_agent/tools/search_file_content/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/intro.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/mcp.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/prompt.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/crawl_webpage/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/firecrawl_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/firecrawl_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/grok_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/grok_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/web_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/agents/web_agent/tools/web_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/anthropic_skills/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/anthropic_skills/loader.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/admin/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/admin/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/admin/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/bugfix/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/bugfix/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/bugfix/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/changelog/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/changelog/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/changelog/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/copyright/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/copyright/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/copyright/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/faq/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/faq/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/faq/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/feedback/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/feedback/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/feedback/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/help/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/help/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/help/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/naga/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/naga/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/naga/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/naga/policy.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/profile/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/profile/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/profile/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/stats/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/stats/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/stats/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/summary/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/summary/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/version/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/commands/version/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/http_client.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/http_config.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/arxiv/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/arxiv/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/bilibili/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/bilibili/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/context.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/douyin/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/douyin/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/github/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/github/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/pipelines/registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/registry.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/arxiv_paper/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/arxiv_paper/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/arxiv_paper/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/arxiv_paper/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/bilibili_video/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/bilibili_video/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/bilibili_video/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/bilibili_video/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/calculator/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/calculator/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/calculator/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/changelog_query/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/changelog_query/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/changelog_query/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/douyin_video/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/douyin_video/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/douyin_video/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/douyin_video/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/end/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/end/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/end/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/fetch_image_uid/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/fetch_image_uid/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_current_time/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_current_time/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_current_time/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_current_time/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_picture/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_picture/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_picture/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_user_info/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_user_info/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/get_user_info/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/knowledge_list/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/knowledge_list/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/knowledge_semantic_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/knowledge_semantic_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/knowledge_text_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/knowledge_text_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/python_interpreter/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/python_interpreter/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/python_interpreter/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/qq_like/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/qq_like/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/qq_like/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/task_progress/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/tools/task_progress/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/attachments/get_uid_by_url/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/attachments/get_uid_by_url/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/attachments/get_url_by_uid/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/attachments/get_url_by_uid/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/_runtime.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/create/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/create/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/delete/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/delete/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/get/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/get/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/list/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/list/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/set_enabled/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/set_enabled/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/update/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/automation/update/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/cognitive/get_profile/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/cognitive/get_profile/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/cognitive/search_events/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/cognitive/search_events/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/cognitive/search_profiles/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/cognitive/search_profiles/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/commands/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/commands/get/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/commands/get/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/commands/search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/commands/search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/contacts/query_friends/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/contacts/query_friends/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/contacts/query_groups/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/contacts/query_groups/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/find_member/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/find_member/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_avatar/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_avatar/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_files/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_files/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_honor_info/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_honor_info/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_member_info/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_member_info/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_member_list/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_member_list/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_member_title/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group/get_member_title/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/activity_trend/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/activity_trend/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/filter_members/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/filter_members/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/inactive_risk/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/inactive_risk/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/join_statistics/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/join_statistics/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/level_distribution/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/level_distribution/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/member_activity/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/member_activity/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/member_messages/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/member_messages/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/member_structure/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/member_structure/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/message_mix/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/message_mix/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/new_member_activity/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/new_member_activity/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/rank_members/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/group_analysis/rank_members/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/mcp/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/mcp/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memes/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memes/search_memes/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memes/search_memes/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memes/send_meme_by_uid/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memes/send_meme_by_uid/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/add/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/add/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/delete/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/delete/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/list/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/list/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/update/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/memory/update/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/context_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/get_forward_msg/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/get_forward_msg/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/get_messages_by_time/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/get_messages_by_time/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/get_recent_messages/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/get_recent_messages/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/list_emojis/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/list_emojis/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/lookup_emoji_id/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/react_message_emoji/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/react_message_emoji/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_group_sign/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_group_sign/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_message/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_message/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_poke/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_poke/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_private_message/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_private_message/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_text_file/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_text_file/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_text_file/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_url_file/callable.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_url_file/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_url_file/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_voice/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/messages/send_voice/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/_client.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/_constants.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/_tools.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/_track_refs.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/browse_playlists/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/browse_playlists/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/browse_rankings/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/browse_rankings/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/find_song_matches/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/find_song_matches/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_audio/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_audio/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_comments/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_comments/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_cover/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_cover/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_hot_search/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_hot_search/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_lyrics/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/get_lyrics/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/search_playlists/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/search_playlists/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/search_songs/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/music/search_songs/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/get/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/get/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/list/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/list/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/stats/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/notices/stats/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/README.md +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/layout.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/render_html/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/render_html/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/render_latex/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/render_latex/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/render_markdown/config.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/skills/toolsets/render/render_markdown/handler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/token_usage_storage.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/cache.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/coerce.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/common.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/cors.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/easter_egg_calls.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/fake_at.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/file_lock.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/group_metrics.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/history.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/http_download.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/io.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/logging.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/member_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/message_reply.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/message_targets.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/message_turn.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/message_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/paths.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/qq_emoji.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/queue_intervals.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/recent_messages.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/render_cache.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/request_params.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/resources.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/scheduler.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/self_update.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/sender.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/sender_helpers.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/time_utils.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/tool_calls.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/utils/xml.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/__main__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/app.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/core.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_auth.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_bot.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_config.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_index.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_logs.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_memes.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_runtime.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_shared.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_system.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/routes/_weixin.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/.stylelintrc.json +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/app.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/base.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/components.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/highlight-github.min.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/landing.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/responsive.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/style.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/variables.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/css/workflow.css +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/favicon.svg +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/api.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/auth.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/bot.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/config-form.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/i18n.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/log-view.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/logs.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/main.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/memes.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/runtime.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/schedules.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/state.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/ui.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/vendor/highlight.min.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/vendor/highlightjs.LICENSE +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/vendor/marked.min.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/weixin.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/workflow-canvas.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/workflow-graph.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/static/js/workflow-inspector.js +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/templates/index.html +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/utils/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/utils/comment.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/utils/config_io.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/utils/config_sync.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/webui/utils/toml_render.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/weixin/__init__.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/weixin/audio.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/weixin/models.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/weixin/service.py +0 -0
- {undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/weixin/store.py +0 -0
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## v3.13.2 前端依赖安全更新
|
|
2
|
+
|
|
3
|
+
本版本修复 Undefined Console 与 Undefined Chat 共同继承的 Nano ID 高危拒绝服务漏洞,并保持现有 Vite / PostCSS 依赖结构不变。
|
|
4
|
+
|
|
5
|
+
- 将两套应用锁文件中的传递依赖 `nanoid` 从 3.3.16 更新至官方修复版本 3.3.18,修复自定义生成器在长度为零时可能无限循环的问题([GHSA-2v37-7h3g-55p8](https://github.com/advisories/GHSA-2v37-7h3g-55p8))。
|
|
6
|
+
- 通过 PostCSS 现有语义版本范围正常解析修复版本,不新增顶层依赖或 npm override;Console 与 Chat 的 `npm audit` 均恢复为 0 项漏洞。
|
|
7
|
+
- Python 包、Undefined Console、Undefined Chat、Tauri 清单及各锁文件版本统一更新至 3.13.2,并同步 Release 版本校验与完整质量检查。
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## v3.13.1 GitHub 仓库卡片头像修复
|
|
12
|
+
|
|
13
|
+
本版本修复 GitHub 仓库卡片在离线浏览器中无法加载仓库所有者头像的问题,并统一 GitHub 元数据与头像请求的代理语义;卡片继续保持离线渲染,不重新开放浏览器网络访问。
|
|
14
|
+
|
|
15
|
+
- 仓库所有者头像改为在渲染前通过现有 HTTP 重试链路下载并编码为 Data URL,卡片 HTML 不再引用远程图片地址;下载失败时显示占位图,不再生成浏览器破图。
|
|
16
|
+
- GitHub API、贡献者统计和头像下载统一使用 `proxy_scope="github"`,严格由 `[github].use_proxy` 决定直连或使用 `[proxy]` 地址,且不读取系统代理。
|
|
17
|
+
- 收紧头像资源边界:仅接受 GitHub 官方头像域名的 HTTPS 地址、常见栅格图片类型和不超过 2 MiB 的响应,同时复核重定向后的最终地址。
|
|
18
|
+
- 同步 README、配置模板与配置文档,并补充代理作用域、头像内联、不可信地址、非法媒体类型、大小上限和失败回退测试;Python 包、Undefined Console、Undefined Chat、Tauri 清单及各锁文件版本统一更新至 3.13.1。
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
## v3.13.0 条件驱动的自动化工作流
|
|
2
23
|
|
|
3
24
|
本版本将「定时任务」整体升级为条件驱动的「自动化 / Automations」工作流:消息与时间事件命中后按 DAG 执行工具、模板与 LLM 节点,可选择接管本轮 AI;WebUI 配套 Dify 式画布编辑器,旧定时任务数据在启动时自动迁移。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: Undefined-bot
|
|
3
|
-
Version: 3.13.
|
|
3
|
+
Version: 3.13.2
|
|
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
|
|
@@ -156,7 +156,7 @@ Console 和 Chat 都需要连接到已经运行的 Undefined 服务。首次部
|
|
|
156
156
|
- **Bilibili 视频提取与分析**:自动检测消息中的 B 站视频链接/BV 号/小程序分享,下载视频并通过 QQ 合并转发;`bilibili_video` 也可只返回附件 UID,供 `file_analysis_agent` 做视频内容分析。
|
|
157
157
|
- **可选音乐工具集**:配置独立部署的 [lxmusic2api](https://github.com/69gg/lxmusic2api) 后,主 AI 可搜索歌曲/歌单、浏览热搜与排行榜、读取歌词/封面/评论、跨平台匹配并交付普通音频附件;完整 Track 通过任务内短引用流转,只暴露面向用户的高层 `music.*` 能力,不暴露下载作业生命周期接口。详见 [使用指南](docs/usage.md#音乐-music) 与 [配置说明](docs/configuration.md#4201-lxmusic2api-音乐服务)。
|
|
158
158
|
- **arXiv 论文提取、搜索与分析**:自动检测消息中的 arXiv 链接/标识并发送论文信息与 PDF;`arxiv_paper` 也可只返回 PDF 附件 UID,供 `file_analysis_agent` 做文本提取或指定页视觉分析;`arxiv_search` 负责论文检索。
|
|
159
|
-
- **GitHub 仓库卡片**:自动检测 GitHub 仓库链接或 `owner/repo` 仓库 ID,获取 public 仓库信息并发送简洁图片卡片,展示头像、简介、stars、forks、issues、contributors
|
|
159
|
+
- **GitHub 仓库卡片**:自动检测 GitHub 仓库链接或 `owner/repo` 仓库 ID,获取 public 仓库信息并发送简洁图片卡片,展示头像、简介、stars、forks、issues、contributors 等概览;API 与头像下载统一遵循 `[github].use_proxy`,头像以内联资源进入离线渲染器。
|
|
160
160
|
- **自动处理管线**:Bilibili、arXiv、GitHub 等自动提取统一运行在 `skills/pipelines` 中,斜杠命令优先级更高;命令输入/输出会写入历史,非命令消息会并行检测和处理命中管线,结果通过统一发送层写入历史并登记附件 UID 后再进入 AI 回复。远程大附件超过 `[attachments].remote_download_max_size_mb` 时只登记 URL 引用,避免无界下载和缓存膨胀。
|
|
161
161
|
- **同 sender 短时消息合并**:默认开启。连续发的多条消息会合并到同一轮 AI 调用,AI 一次看到全部意图自行识别"独立请求/修正/打断";告别"画猫→改成狗"的重复触发与回复打架。主提示词按 batcher 的"当前输入批次"语义适配,关闭该功能可能导致连续补充/修正消息与提示词不匹配,需要单独适配。可选投机预发送让用户停顿时 LLM 提前开跑、新消息可在未发出回复前取消,进一步压低响应延迟。详见 [docs/message-batching.md](docs/message-batching.md)。
|
|
162
162
|
- **思维链支持**:支持开启思维链,提升复杂逻辑推理能力。
|
|
@@ -92,7 +92,7 @@ Console 和 Chat 都需要连接到已经运行的 Undefined 服务。首次部
|
|
|
92
92
|
- **Bilibili 视频提取与分析**:自动检测消息中的 B 站视频链接/BV 号/小程序分享,下载视频并通过 QQ 合并转发;`bilibili_video` 也可只返回附件 UID,供 `file_analysis_agent` 做视频内容分析。
|
|
93
93
|
- **可选音乐工具集**:配置独立部署的 [lxmusic2api](https://github.com/69gg/lxmusic2api) 后,主 AI 可搜索歌曲/歌单、浏览热搜与排行榜、读取歌词/封面/评论、跨平台匹配并交付普通音频附件;完整 Track 通过任务内短引用流转,只暴露面向用户的高层 `music.*` 能力,不暴露下载作业生命周期接口。详见 [使用指南](docs/usage.md#音乐-music) 与 [配置说明](docs/configuration.md#4201-lxmusic2api-音乐服务)。
|
|
94
94
|
- **arXiv 论文提取、搜索与分析**:自动检测消息中的 arXiv 链接/标识并发送论文信息与 PDF;`arxiv_paper` 也可只返回 PDF 附件 UID,供 `file_analysis_agent` 做文本提取或指定页视觉分析;`arxiv_search` 负责论文检索。
|
|
95
|
-
- **GitHub 仓库卡片**:自动检测 GitHub 仓库链接或 `owner/repo` 仓库 ID,获取 public 仓库信息并发送简洁图片卡片,展示头像、简介、stars、forks、issues、contributors
|
|
95
|
+
- **GitHub 仓库卡片**:自动检测 GitHub 仓库链接或 `owner/repo` 仓库 ID,获取 public 仓库信息并发送简洁图片卡片,展示头像、简介、stars、forks、issues、contributors 等概览;API 与头像下载统一遵循 `[github].use_proxy`,头像以内联资源进入离线渲染器。
|
|
96
96
|
- **自动处理管线**:Bilibili、arXiv、GitHub 等自动提取统一运行在 `skills/pipelines` 中,斜杠命令优先级更高;命令输入/输出会写入历史,非命令消息会并行检测和处理命中管线,结果通过统一发送层写入历史并登记附件 UID 后再进入 AI 回复。远程大附件超过 `[attachments].remote_download_max_size_mb` 时只登记 URL 引用,避免无界下载和缓存膨胀。
|
|
97
97
|
- **同 sender 短时消息合并**:默认开启。连续发的多条消息会合并到同一轮 AI 调用,AI 一次看到全部意图自行识别"独立请求/修正/打断";告别"画猫→改成狗"的重复触发与回复打架。主提示词按 batcher 的"当前输入批次"语义适配,关闭该功能可能导致连续补充/修正消息与提示词不匹配,需要单独适配。可选投机预发送让用户停顿时 LLM 提前开跑、新消息可在未发出回复前取消,进一步压低响应延迟。详见 [docs/message-batching.md](docs/message-batching.md)。
|
|
98
98
|
- **思维链支持**:支持开启思维链,提升复杂逻辑推理能力。
|
|
@@ -1377,8 +1377,8 @@ summary_preview_chars = 1000
|
|
|
1377
1377
|
# zh: GitHub 仓库自动提取配置(仅获取 public 仓库信息)。
|
|
1378
1378
|
# en: GitHub repository auto-extraction settings (public repositories only).
|
|
1379
1379
|
[github]
|
|
1380
|
-
# zh: 是否让 GitHub API
|
|
1381
|
-
# en: Whether GitHub API and
|
|
1380
|
+
# zh: 是否让 GitHub API 和仓库所有者头像下载使用 [proxy] 代理地址。默认关闭;卡片浏览器保持离线。
|
|
1381
|
+
# en: Whether GitHub API and repository-owner avatar downloads use proxy addresses from [proxy]. Disabled by default; card rendering stays offline.
|
|
1382
1382
|
use_proxy = false
|
|
1383
1383
|
# zh: 是否启用自动提取(检测到 GitHub 仓库链接或 owner/repo 仓库 ID 时自动发送图片卡片)。
|
|
1384
1384
|
# en: Enable auto-extraction (auto-send an image card when GitHub repository links or owner/repo IDs are detected).
|
|
@@ -24,7 +24,7 @@ if TYPE_CHECKING:
|
|
|
24
24
|
from .skills.registry import BaseRegistry as BaseRegistry
|
|
25
25
|
from .skills.tools import ToolRegistry as ToolRegistry
|
|
26
26
|
|
|
27
|
-
__version__: str = "3.13.
|
|
27
|
+
__version__: str = "3.13.2"
|
|
28
28
|
|
|
29
29
|
# symbol -> (module_path, attribute_name);首次访问时才 importlib 加载
|
|
30
30
|
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {
|
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import base64
|
|
5
6
|
import re
|
|
6
7
|
from typing import Any
|
|
8
|
+
from urllib.parse import urlsplit
|
|
7
9
|
|
|
8
10
|
from Undefined.github.models import GitHubReleaseInfo, GitHubRepoInfo
|
|
9
11
|
from Undefined.github.parser import normalize_github_repo_id
|
|
10
12
|
from Undefined.skills.http_client import request_with_retry
|
|
13
|
+
from Undefined.utils.http_download import parse_content_length
|
|
11
14
|
|
|
12
15
|
_API_BASE_URL = "https://api.github.com"
|
|
13
16
|
_HEADERS = {
|
|
@@ -17,6 +20,21 @@ _HEADERS = {
|
|
|
17
20
|
}
|
|
18
21
|
DEFAULT_REQUEST_TIMEOUT_SECONDS: float = 10.0
|
|
19
22
|
DEFAULT_REQUEST_RETRIES: int = 2
|
|
23
|
+
MAX_GITHUB_AVATAR_SIZE_BYTES: int = 2 * 1024 * 1024
|
|
24
|
+
_GITHUB_AVATAR_HOSTS = frozenset({"avatars.githubusercontent.com"})
|
|
25
|
+
_GITHUB_AVATAR_MEDIA_TYPES = frozenset(
|
|
26
|
+
{
|
|
27
|
+
"image/avif",
|
|
28
|
+
"image/gif",
|
|
29
|
+
"image/jpeg",
|
|
30
|
+
"image/png",
|
|
31
|
+
"image/webp",
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
_GITHUB_AVATAR_HEADERS = {
|
|
35
|
+
"Accept": "image/avif,image/webp,image/png,image/jpeg,image/gif",
|
|
36
|
+
"User-Agent": _HEADERS["User-Agent"],
|
|
37
|
+
}
|
|
20
38
|
|
|
21
39
|
|
|
22
40
|
def _as_str(value: object) -> str:
|
|
@@ -67,6 +85,66 @@ def _license_name(value: object) -> str:
|
|
|
67
85
|
return _as_str(value.get("spdx_id")) or _as_str(value.get("name"))
|
|
68
86
|
|
|
69
87
|
|
|
88
|
+
def _validate_github_avatar_url(value: str) -> str:
|
|
89
|
+
url = value.strip()
|
|
90
|
+
parsed = urlsplit(url)
|
|
91
|
+
try:
|
|
92
|
+
port = parsed.port
|
|
93
|
+
except ValueError as exc:
|
|
94
|
+
raise ValueError("GitHub 头像 URL 端口无效") from exc
|
|
95
|
+
|
|
96
|
+
if (
|
|
97
|
+
parsed.scheme.lower() != "https"
|
|
98
|
+
or (parsed.hostname or "").lower() not in _GITHUB_AVATAR_HOSTS
|
|
99
|
+
or port not in (None, 443)
|
|
100
|
+
):
|
|
101
|
+
raise ValueError("GitHub 头像 URL 不受信任")
|
|
102
|
+
return url
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
def _normalize_avatar_media_type(value: str) -> str:
|
|
106
|
+
return value.partition(";")[0].strip().lower()
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
async def get_github_avatar_data_url(
|
|
110
|
+
avatar_url: str,
|
|
111
|
+
*,
|
|
112
|
+
request_timeout: float = DEFAULT_REQUEST_TIMEOUT_SECONDS,
|
|
113
|
+
request_retries: int = DEFAULT_REQUEST_RETRIES,
|
|
114
|
+
context: dict[str, object] | None = None,
|
|
115
|
+
) -> str:
|
|
116
|
+
"""下载 GitHub 头像并编码为供离线渲染使用的 data URL。"""
|
|
117
|
+
trusted_url = _validate_github_avatar_url(avatar_url)
|
|
118
|
+
response = await request_with_retry(
|
|
119
|
+
"GET",
|
|
120
|
+
trusted_url,
|
|
121
|
+
headers=_GITHUB_AVATAR_HEADERS,
|
|
122
|
+
timeout=request_timeout,
|
|
123
|
+
follow_redirects=True,
|
|
124
|
+
context=context,
|
|
125
|
+
retries=request_retries,
|
|
126
|
+
proxy_scope="github",
|
|
127
|
+
)
|
|
128
|
+
_validate_github_avatar_url(str(response.url))
|
|
129
|
+
|
|
130
|
+
media_type = _normalize_avatar_media_type(response.headers.get("content-type", ""))
|
|
131
|
+
if media_type not in _GITHUB_AVATAR_MEDIA_TYPES:
|
|
132
|
+
raise ValueError(f"GitHub 头像媒体类型不受支持: {media_type or '-'}")
|
|
133
|
+
|
|
134
|
+
declared_size = parse_content_length(response.headers.get("content-length"))
|
|
135
|
+
if declared_size is not None and declared_size > MAX_GITHUB_AVATAR_SIZE_BYTES:
|
|
136
|
+
raise ValueError("GitHub 头像超过大小限制")
|
|
137
|
+
|
|
138
|
+
content = response.content
|
|
139
|
+
if not content:
|
|
140
|
+
raise ValueError("GitHub 头像内容为空")
|
|
141
|
+
if len(content) > MAX_GITHUB_AVATAR_SIZE_BYTES:
|
|
142
|
+
raise ValueError("GitHub 头像超过大小限制")
|
|
143
|
+
|
|
144
|
+
encoded = base64.b64encode(content).decode("ascii")
|
|
145
|
+
return f"data:{media_type};base64,{encoded}"
|
|
146
|
+
|
|
147
|
+
|
|
70
148
|
def _parse_contributor_count(link_header: str, payload: object) -> int | None:
|
|
71
149
|
for part in link_header.split(","):
|
|
72
150
|
if 'rel="last"' not in part:
|
|
@@ -11,6 +11,7 @@ import uuid
|
|
|
11
11
|
from Undefined.github.client import (
|
|
12
12
|
DEFAULT_REQUEST_RETRIES,
|
|
13
13
|
DEFAULT_REQUEST_TIMEOUT_SECONDS,
|
|
14
|
+
get_github_avatar_data_url,
|
|
14
15
|
get_public_repo_info,
|
|
15
16
|
)
|
|
16
17
|
from Undefined.github.models import GitHubRepoInfo
|
|
@@ -75,12 +76,15 @@ def _topic_html(info: GitHubRepoInfo) -> str:
|
|
|
75
76
|
return f'<div class="topics">{topic_items}</div>'
|
|
76
77
|
|
|
77
78
|
|
|
78
|
-
def _build_repo_card_html(
|
|
79
|
+
def _build_repo_card_html(
|
|
80
|
+
info: GitHubRepoInfo,
|
|
81
|
+
*,
|
|
82
|
+
avatar_data_url: str | None = None,
|
|
83
|
+
) -> str:
|
|
79
84
|
description = info.description or "No description provided."
|
|
80
|
-
avatar = info.owner_avatar_url
|
|
81
85
|
avatar_html = (
|
|
82
|
-
f'<img class="avatar" src="{_html_text(
|
|
83
|
-
if
|
|
86
|
+
f'<img class="avatar" src="{_html_text(avatar_data_url)}" alt="">'
|
|
87
|
+
if avatar_data_url
|
|
84
88
|
else '<div class="avatar placeholder"></div>'
|
|
85
89
|
)
|
|
86
90
|
stats = "".join(
|
|
@@ -280,8 +284,13 @@ def _build_fallback_message(info: GitHubRepoInfo) -> str:
|
|
|
280
284
|
return "\n".join(lines)
|
|
281
285
|
|
|
282
286
|
|
|
283
|
-
async def _render_repo_card(
|
|
284
|
-
|
|
287
|
+
async def _render_repo_card(
|
|
288
|
+
info: GitHubRepoInfo,
|
|
289
|
+
output_path: Path,
|
|
290
|
+
*,
|
|
291
|
+
avatar_data_url: str | None,
|
|
292
|
+
) -> None:
|
|
293
|
+
html_content = _build_repo_card_html(info, avatar_data_url=avatar_data_url)
|
|
285
294
|
await render_html_to_image(
|
|
286
295
|
html_content,
|
|
287
296
|
str(output_path),
|
|
@@ -291,6 +300,32 @@ async def _render_repo_card(info: GitHubRepoInfo, output_path: Path) -> None:
|
|
|
291
300
|
)
|
|
292
301
|
|
|
293
302
|
|
|
303
|
+
async def _load_owner_avatar_data_url(
|
|
304
|
+
info: GitHubRepoInfo,
|
|
305
|
+
*,
|
|
306
|
+
request_timeout: float,
|
|
307
|
+
request_retries: int,
|
|
308
|
+
context: dict[str, object] | None,
|
|
309
|
+
) -> str | None:
|
|
310
|
+
if not info.owner_avatar_url:
|
|
311
|
+
return None
|
|
312
|
+
try:
|
|
313
|
+
return await get_github_avatar_data_url(
|
|
314
|
+
info.owner_avatar_url,
|
|
315
|
+
request_timeout=request_timeout,
|
|
316
|
+
request_retries=request_retries,
|
|
317
|
+
context=context,
|
|
318
|
+
)
|
|
319
|
+
except Exception:
|
|
320
|
+
logger.warning(
|
|
321
|
+
"[GitHub] 头像下载失败,使用占位图: repo=%s owner=%s",
|
|
322
|
+
info.repo_id,
|
|
323
|
+
info.owner_login,
|
|
324
|
+
exc_info=True,
|
|
325
|
+
)
|
|
326
|
+
return None
|
|
327
|
+
|
|
328
|
+
|
|
294
329
|
async def _send_message(
|
|
295
330
|
sender: "MessageSender",
|
|
296
331
|
target_type: Literal["group", "private"],
|
|
@@ -338,10 +373,20 @@ async def send_github_repo_card(
|
|
|
338
373
|
output_dir
|
|
339
374
|
/ f"github_{info.repo_id.replace('/', '_')}_{uuid.uuid4().hex[:8]}.png"
|
|
340
375
|
)
|
|
376
|
+
avatar_data_url = await _load_owner_avatar_data_url(
|
|
377
|
+
info,
|
|
378
|
+
request_timeout=request_timeout,
|
|
379
|
+
request_retries=request_retries,
|
|
380
|
+
context=context,
|
|
381
|
+
)
|
|
341
382
|
|
|
342
383
|
try:
|
|
343
384
|
try:
|
|
344
|
-
await _render_repo_card(
|
|
385
|
+
await _render_repo_card(
|
|
386
|
+
info,
|
|
387
|
+
output_path,
|
|
388
|
+
avatar_data_url=avatar_data_url,
|
|
389
|
+
)
|
|
345
390
|
message = f"[CQ:image,file={output_path.resolve().as_uri()}]"
|
|
346
391
|
except Exception:
|
|
347
392
|
logger.exception(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/transports/anthropic_transport.py
RENAMED
|
File without changes
|
{undefined_bot-3.13.0 → undefined_bot-3.13.2}/src/Undefined/ai/transports/openai_transport.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|