iamt 1.1.27__py3-none-any.whl
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.
- iamt/__init__.py +67 -0
- iamt/__main__.py +5 -0
- iamt/client_config/client_config.py +354 -0
- iamt/completers/customCompleter.py +143 -0
- iamt/composes/5425CICD/gitea/.rdm.md +4 -0
- iamt/composes/5425CICD/gitea/docker-compose.yml +52 -0
- iamt/composes/5425CICD/gitlab/.rdm.md +20 -0
- iamt/composes/5425CICD/gitlab/config/ssl/.gitkeep +0 -0
- iamt/composes/5425CICD/gitlab/docker-compose.yml +32 -0
- iamt/composes/5425CICD/gitlabDocs/.rdm.md +3 -0
- iamt/composes/5425CICD/gitlabRunner/.rdm.md +5 -0
- iamt/composes/5425CICD/sonarQube/.rdm.md +14 -0
- iamt/composes/5425CICD/sonarQube/docker-compose.yml +46 -0
- iamt/composes/5425CICD/sonarQube/docker-compose3.yml +41 -0
- iamt/composes/5425CICD/sonarQube/docker-compose4.yml +33 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_conf/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_data/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_extensions/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_logs/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_temp/.gitkeep +0 -0
- iamt/composes/5435PROMPT/.rdm.md +11 -0
- iamt/composes/5435PROMPT/langfuse/.env +276 -0
- iamt/composes/5435PROMPT/langfuse/.rdm.md +3 -0
- iamt/composes/5435PROMPT/langfuse/docker-compose.yml +166 -0
- iamt/composes/5435PROMPT/prompt-optimizer/.rdm.md +3 -0
- iamt/composes/5465BASE/alpine/.rdm.md +6 -0
- iamt/composes/5465BASE/mysql/.rdm.md +40 -0
- iamt/composes/5465BASE/mysql/conf/my.cnf +52 -0
- iamt/composes/5465BASE/mysql/docker-compose.yml +31 -0
- iamt/composes/5465BASE/mysql/init/01-init.sql +14 -0
- iamt/composes/5465BASE/nginx/.rdm.md +16 -0
- iamt/composes/5465BASE/nginx/docker-compose.yml +29 -0
- iamt/composes/5465BASE/nginx/html/index.html +11 -0
- iamt/composes/5465BASE/nginx/nginx/conf.d/default.conf +22 -0
- iamt/composes/5465BASE/nginx/nginx/nginx.conf +35 -0
- iamt/composes/5465BASE/node/.rdm.md +0 -0
- iamt/composes/5465BASE/node/docker-compose.yml +0 -0
- iamt/composes/5465BASE/php/.rdm.md +0 -0
- iamt/composes/5465BASE/php/docker-compose.yml +0 -0
- iamt/composes/5465BASE/redis/.env +11 -0
- iamt/composes/5465BASE/redis/.rdm.md +7 -0
- iamt/composes/5465BASE/redis/config/redis.conf +57 -0
- iamt/composes/5465BASE/redis/docker-compose.yml +35 -0
- iamt/composes/5475TTS/GPTsovits/.rdm.md +4 -0
- iamt/composes/5475TTS/GPTsovits/docker-compose.yml +34 -0
- iamt/composes/5475TTS/indexTTS/.rdm.md +3 -0
- iamt/composes/5485MCP/.rdm.md +5 -0
- iamt/composes/5485MCP/mcpGateway/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpGateway/docker-compose.yml +0 -0
- iamt/composes/5485MCP/mcpProxy/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpProxy/config.json +53 -0
- iamt/composes/5485MCP/mcpProxy/docker-compose.yml +34 -0
- iamt/composes/5485MCP/superGateway/.env +2 -0
- iamt/composes/5485MCP/superGateway/.rdm.md +17 -0
- iamt/composes/5485MCP/superGateway/docker-compose.yml +21 -0
- iamt/composes/5495LLM/ollama_nvidia/.rdm.md +21 -0
- iamt/composes/5495LLM/ollama_nvidia/docker-compose.yml +24 -0
- iamt/composes/5555RAG/QAnything/.rdm.md +5 -0
- iamt/composes/5555RAG/bisheng/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/docker-compose.yml +81 -0
- iamt/composes/5555RAG/kotaemon/.rdm.md +3 -0
- iamt/composes/5555RAG/kotaemon/docker-compose.yml +3 -0
- iamt/composes/5555RAG/llama_index/.rdm.md +3 -0
- iamt/composes/5555RAG/ragflow/.rdm.md +4 -0
- iamt/composes/5555RAG/ragflow/docker-compose.yml +0 -0
- iamt/composes/5556LLMAPI/litellm/.env +29 -0
- iamt/composes/5556LLMAPI/litellm/.rdm.md +17 -0
- iamt/composes/5556LLMAPI/litellm/config.yaml +211 -0
- iamt/composes/5556LLMAPI/litellm/docker-compose.yml +68 -0
- iamt/composes/5556LLMAPI/litellm/prometheus.yml +9 -0
- iamt/composes/5556LLMAPI/newapi/.env +7 -0
- iamt/composes/5556LLMAPI/newapi/docker-compose.yml +54 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.env +3 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.rdm.md +15 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5556LLMAPI/oneapi/.env +5 -0
- iamt/composes/5556LLMAPI/oneapi/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_postgresql/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/.rdm.md +10 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5557AICLIENT/chatgpt-web-midjourney-proxy/.rdm.md +4 -0
- iamt/composes/5557AICLIENT/librechat/.env +511 -0
- iamt/composes/5557AICLIENT/librechat/.env.example +509 -0
- iamt/composes/5557AICLIENT/librechat/README.md +10 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.override.yml +21 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.yml +70 -0
- iamt/composes/5557AICLIENT/librechat/librechat.yaml +19 -0
- iamt/composes/5557AICLIENT/librechat/litellm-config.yml +21 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.env +535 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.rdm.md +19 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.override.yml +14 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.yml +72 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/librechat.yaml +42 -0
- iamt/composes/5557AICLIENT/nextChat/.rdm.md +13 -0
- iamt/composes/5557AICLIENT/nextChat/docker-compose.yml +2 -0
- iamt/composes/5557AICLIENT/openwebui/.env +15 -0
- iamt/composes/5557AICLIENT/openwebui/.rdm.md +6 -0
- iamt/composes/5557AICLIENT/openwebui/docker-compose.yml +33 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.env +193 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.rdm.md +15 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/README.md +71 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/atlas.hcl +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703095335_initial.sql +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703115304_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250704040445_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250708075302_update.sql +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250710100212_update.sql +38 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250711034533_update.sql +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250717125913_update.sql +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/atlas.sum +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/opencoze_latest_schema.hcl +4057 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark.yaml +133 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-lite.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-256k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-32k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-pro.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-lite.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-flash.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-thinking.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-r1.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-v3.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_basic.yaml +201 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_claude.yaml +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_deepseek.yaml +107 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_gemini.yaml +139 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ollama.yaml +84 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_openai.yaml +171 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/common/oauth_schema.json +42 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/bocha_search.yaml +179 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/chestnut_sign.yaml +50 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/gaode_map.yaml +754 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/image_compression.yaml +58 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_authentication_authorization.yaml +56 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_base.yaml +1172 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_calendar.yaml +479 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_docx.yaml +552 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_message.yaml +499 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_sheet.yaml +795 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_task.yaml +409 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_wiki.yaml +95 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/library_search.yaml +73 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/maker_smart_design.yaml +82 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/plugin_meta.yaml +913 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sky_eye_check.yaml +431 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sohu_hot_news.yaml +69 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/wolfram_alpha.yaml +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/worth_buying.yaml +77 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/messages_to_query_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/nl2sql_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/docker-compose.yml +549 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/go.mod +3 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/proxy.go +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/analysis-smartcn.zip +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/elasticsearch.yml +14 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/coze_resource.index-template.json +74 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/project_draft.index-template.json +79 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/setup_es.sh +142 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/etcd/etcd.conf.yml +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/.mc/config.json +1 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/claude_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-api.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-chat-sdk.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-coze.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/deepseek_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_agent_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_app_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_database_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_dataset_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_prompt_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_workflow_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/doubao_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/gemini_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/image_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/ollama.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/openai_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/plugin_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/qwen_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_10coz_folder.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_11coz_trans_switch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_12coz_location.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_13coz_link.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_14coz_clock.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_1coz_ai.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_2icon_ai_writing.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_3coz_imageflow.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_4icon_aisearch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_5icon_summary.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_6icon_digest.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_7icon_video.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_8icon_audio.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_9coz_variables.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/table_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/team_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7416518827749425204.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7418535986059067392.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/text_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/user_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_ai_ppt.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_bocha_search.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chat_ppt.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chestnut_sign.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_constellation.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_gaode_map.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_image_compression.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_authentication_authorization.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_base.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_calendar.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_docx.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_message.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_sheet.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_task.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_wiki.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_library_search.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_liepin.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_maker_smart_design.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sky_eye_check.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sohu_hot_news.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_wolfram_alpha.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_worth_buying.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/schema.sql +836 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/sql_init.sql +666 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/rocketmq/broker.conf +28 -0
- iamt/composes/5558AIWORKFLOW/dify/.env +1090 -0
- iamt/composes/5558AIWORKFLOW/dify/.rdm.md +11 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/README.md +76 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/docker-entrypoint.sh +30 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/update-cert.template.txt +19 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/Dockerfile +4 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/init-cbserver.sh +44 -0
- iamt/composes/5558AIWORKFLOW/dify/docker-compose.yml +1174 -0
- iamt/composes/5558AIWORKFLOW/dify/elasticsearch/docker-entrypoint.sh +25 -0
- iamt/composes/5558AIWORKFLOW/dify/image.png +0 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/conf.d/default.conf.template +48 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/https.conf.template +9 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/nginx.conf.template +34 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/proxy.conf.template +11 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/ssl/.gitkeep +0 -0
- iamt/composes/5558AIWORKFLOW/dify/pgvector/docker-entrypoint.sh +24 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/squid.conf.template +56 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init.sh +13 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init_user.script +10 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/pd.toml +4 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash-learner.toml +13 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash.toml +19 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/docker-compose.yaml +62 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/myscale/config/users.d/custom_users_config.xml +17 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/oceanbase/init.d/vec_memory.sql +1 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/opensearch/opensearch_dashboards.yml +222 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml +14 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml.example +35 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/dependencies/python-requirements.txt +0 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/.rdm.md +14 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/docker-compose-pgvector.yml +177 -0
- iamt/composes/5558AIWORKFLOW/langflow/.rdm.md +9 -0
- iamt/composes/5558AIWORKFLOW/langflow/docker-compose.yml +30 -0
- iamt/composes/5558AIWORKFLOW/n8n/.env +6 -0
- iamt/composes/5558AIWORKFLOW/n8n/.rdm.md +24 -0
- iamt/composes/5558AIWORKFLOW/n8n/docker-compose.yml +52 -0
- iamt/composes/5558AIWORKFLOW/n8n/init-data.sh +13 -0
- iamt/composes/5558AIWORKFLOW/n8n/n8n_storage/.gitkeep +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy/.rdm.md +10 -0
- iamt/composes/5559MJAPI/midjourney-proxy/docker-compose.yml +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/.rdm.md +5 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/3xui/.rdm.md +12 -0
- iamt/composes/5655PROXY/3xui/docker-compose.yml +15 -0
- iamt/composes/5655PROXY/hui/.rdm.md +6 -0
- iamt/composes/5655PROXY/hui/docker-compose.yml +18 -0
- iamt/composes/5655PROXY/mihomo/.rdm.config.md +17 -0
- iamt/composes/5655PROXY/mihomo/.rdm.md +40 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/config.yaml +584 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/geoip.metadb +0 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub1.yaml +7 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub2.yaml +56 -0
- iamt/composes/5655PROXY/mihomo/docker-compose.yml +33 -0
- iamt/composes/5655PROXY/nginx/.rdm +2 -0
- iamt/composes/5655PROXY/nginx/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/sub-web/.rdm.md +9 -0
- iamt/composes/5655PROXY/sub2clash/.rdm.md +3 -0
- iamt/composes/5655PROXY/sub2clash/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/subconverter/.rdm.md +4 -0
- iamt/composes/5655PROXY/v2ray/.rdm.md +3 -0
- iamt/composes/5655PROXY/v2raya/.rdm.md +33 -0
- iamt/composes/5655PROXY/v2raya/docker-compose.yml +19 -0
- iamt/composes/5655PROXY/xui/.rdm.md +3 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/.rdm.md +18 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/Dockerfile-for-Mainland-China +42 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/docker-compose.yml +39 -0
- iamt/composes/5755COMFYUI/comfyui_boot/.rdm.md +29 -0
- iamt/composes/5755COMFYUI/comfyui_boot/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.env +1 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.rdm.md +20 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/docker-compose.yml +45 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/storage/.gitkeep +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/.rdm.md +22 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/docker-compose.yml +31 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/.rdm.md +26 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.env +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.rdm.md +23 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/docker-compose.yml +24 -0
- iamt/composes/5755COMFYUI/swarmui/.rdm.md +5 -0
- iamt/composes/5755COMFYUI/swarmui/docker-compose.yml +38 -0
- iamt/composes/5855MEDIA/any-listen/.rdm.md +7 -0
- iamt/composes/5855MEDIA/any-listen/data/config.cjs +20 -0
- iamt/composes/5855MEDIA/any-listen/docker-compose.yml +10 -0
- iamt/composes/5855MEDIA/blackcandy/.rdm.md +1 -0
- iamt/composes/5855MEDIA/koel/.rdm.md +17 -0
- iamt/composes/5855MEDIA/koel/docker-compose.yml +41 -0
- iamt/composes/5855MEDIA/navidrome/.rdm.md +15 -0
- iamt/composes/5855MEDIA/navidrome/docker-compose.yml +15 -0
- iamt/composes/5955BACKUP/gobackup/.rdm.md +9 -0
- iamt/composes/5955BACKUP/gobackup/docker-compose.yml +19 -0
- iamt/composes/5955BACKUP/gobackup/gobackup/gobackup.yml +5 -0
- iamt/composes/5955BACKUP/rclone/.rdm.md +6 -0
- iamt/composes/5955BACKUP/rclone/docker-compose.yml +0 -0
- iamt/composes/5965SYNC/verysync/.rdm.md +16 -0
- iamt/composes/5965SYNC/verysync/docker-compose.yml +22 -0
- iamt/composes/6055DATABASE/adminer/.rdm.md +13 -0
- iamt/composes/6055DATABASE/cloudbeaver/.rdm.md +10 -0
- iamt/composes/6055DATABASE/mongodb/.env +7 -0
- iamt/composes/6055DATABASE/mongodb/.rdm.md +8 -0
- iamt/composes/6055DATABASE/mongodb/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mongodbExpress/.env +10 -0
- iamt/composes/6055DATABASE/mongodbExpress/.rdm.md +14 -0
- iamt/composes/6055DATABASE/mongodbExpress/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mysql/.env +0 -0
- iamt/composes/6055DATABASE/mysql/.rdm.md +0 -0
- iamt/composes/6055DATABASE/mysql/docker-compose.yml +26 -0
- iamt/composes/6055DATABASE/mysql/my.cnf +107 -0
- iamt/composes/6155AUTH/authentik/.env +10 -0
- iamt/composes/6155AUTH/authentik/.rdm.md +7 -0
- iamt/composes/6155AUTH/authentik/docker-compose.yml +90 -0
- iamt/composes/6155AUTH/casdoor/conf/app.conf +30 -0
- iamt/composes/6155AUTH/casdoor/docker-compose.yml +20 -0
- iamt/composes/6255Monitor/dcgm_exporter/.rdm.md +5 -0
- iamt/composes/6255Monitor/dcgm_exporter/docker-compose.yml +34 -0
- iamt/composes/6255Monitor/grafana/.env +5 -0
- iamt/composes/6255Monitor/grafana/.rdm.md +0 -0
- iamt/composes/6255Monitor/grafana/docker-compose.yml +22 -0
- iamt/composes/6255Monitor/node_exporter/.env +1 -0
- iamt/composes/6255Monitor/node_exporter/docker-compose.yml +19 -0
- iamt/composes/6255Monitor/prometheus/.env +6 -0
- iamt/composes/6255Monitor/prometheus/.rdm.md +8 -0
- iamt/composes/6255Monitor/prometheus/conf/prometheus.yml +39 -0
- iamt/composes/6255Monitor/prometheus/docker-compose.yml +28 -0
- iamt/composes/6255Monitor/prometheus/prometheus/.gitkeep +0 -0
- iamt/composes/6355SSL/certbot/.rdm.md +4 -0
- iamt/composes/6355SSL/certd/.rdm.md +4 -0
- iamt/composes/6355SSL/certimate/.rdm.md +23 -0
- iamt/composes/6355SSL/certimate/docker-compose.yml +17 -0
- iamt/composes/6455Storage/fileBrowser/.env +5 -0
- iamt/composes/6455Storage/fileBrowser/.rdm.md +17 -0
- iamt/composes/6455Storage/fileBrowser/docker-compose.yml +14 -0
- iamt/composes/6455Storage/fileBrowser/filebrowser.db +0 -0
- iamt/composes/6455Storage/fileBrowser/settings.json +8 -0
- iamt/composes/6455Storage/kskypro/.env +3 -0
- iamt/composes/6455Storage/kskypro/.rdm.md +30 -0
- iamt/composes/6455Storage/kskypro/buildimg/000-default.conf.template +45 -0
- iamt/composes/6455Storage/kskypro/buildimg/Dockerfile +97 -0
- iamt/composes/6455Storage/kskypro/buildimg/LICENSE +661 -0
- iamt/composes/6455Storage/kskypro/buildimg/entrypoint.sh +29 -0
- iamt/composes/6455Storage/kskypro/buildimg/ports.conf.template +2 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/certs/ssl-cert-snakeoil.pem +21 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/private/ssl-cert-snakeoil.key +28 -0
- iamt/composes/6455Storage/kskypro/docker-compose.yml +43 -0
- iamt/composes/6455Storage/kskypro/env.conf +43 -0
- iamt/composes/6455Storage/kskypro/mysql/conf/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/data/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/log/.gitkeep +0 -0
- iamt/composes/6455Storage/lskypro/.rdm.md +15 -0
- iamt/composes/6455Storage/lskypro/Dockerfile +12 -0
- iamt/composes/6455Storage/lskypro/docker-compose.yml +51 -0
- iamt/composes/6455Storage/minio/.rdm.md +1 -0
- iamt/composes/6455Storage/minio/docker-compose.yml +31 -0
- iamt/composes/6455Storage/nextcloud/.rdm.md +0 -0
- iamt/composes/6455Storage/nextcloud/docker-compose.yml +25 -0
- iamt/composes/6455Storage/seafile/.env +46 -0
- iamt/composes/6455Storage/seafile/.rdm.md +31 -0
- iamt/composes/6455Storage/seafile/caddy.yml +26 -0
- iamt/composes/6455Storage/seafile/seadoc.yml +39 -0
- iamt/composes/6455Storage/seafile/seafile-server.yml +79 -0
- iamt/composes/6555DNS/ddnsgo/.env +8 -0
- iamt/composes/6555DNS/ddnsgo/.rdm.md +7 -0
- iamt/composes/6555DNS/ddnsgo/docker-compose.yml +17 -0
- iamt/composes/6555DNS/lucky/.rdm.md +4 -0
- iamt/composes/6555DNS/lucky/docker-compose.yml +14 -0
- iamt/composes/6655CONTAINER/harbor/.rdm.md +1 -0
- iamt/composes/6755SHOP/dujiaoka/.rdm.md +10 -0
- iamt/composes/6755SHOP/dujiaoka/docker-compose.yml +37 -0
- iamt/composes/6755SHOP/dujiaoka/env.conf +46 -0
- iamt/composes/6755SHOP/dujiaoka/storage/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka/uploads/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka2/.rdm.md +3 -0
- iamt/composes/8888Others/apitable/docker-compose.yml +233 -0
- iamt/composes/8888Others/changeDetect/README +18 -0
- iamt/composes/8888Others/changeDetect/docker-compose.yml +44 -0
- iamt/composes/8888Others/codeServer/.rdm.md +7 -0
- iamt/composes/8888Others/codeServer/docker-compose.yml +39 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/.rdm.md +19 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/config.yaml +32 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/docker-compose.yml +17 -0
- iamt/composes/8888Others/kasmweb_chrome/.rdm.md +19 -0
- iamt/composes/8888Others/kasmweb_chrome/docker-compose.yml +17 -0
- iamt/composes/8888Others/meilisearch/.env +10 -0
- iamt/composes/8888Others/meilisearch/config/config.toml +132 -0
- iamt/composes/8888Others/meilisearch/docker-compose.yml +34 -0
- iamt/composes/8888Others/memcached/.env +8 -0
- iamt/composes/8888Others/memcached/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/minio +9 -0
- iamt/composes/8888Others/neko/README.md +11 -0
- iamt/composes/8888Others/neko/docker-compose.yml +16 -0
- iamt/composes/8888Others/ocrmypdf/README.md +14 -0
- iamt/composes/8888Others/outline/docker-compose.yml +76 -0
- iamt/composes/8888Others/outline/docker.env +164 -0
- iamt/composes/8888Others/outline/redis.conf +0 -0
- iamt/composes/8888Others/pandas_ai/.rdm.md +5 -0
- iamt/composes/8888Others/pandas_ai/docker-compose.yml +49 -0
- iamt/composes/8888Others/rancher/.rdm.md +4 -0
- iamt/composes/8888Others/rustdesk/.env +10 -0
- iamt/composes/8888Others/rustdesk/docker-compose.yml +29 -0
- iamt/composes/8888Others/ttrss/docker-compose.yml +74 -0
- iamt/composes/8888Others/vultrCLI/.rdm.md +9 -0
- iamt/composes/8888Others/wewerss/docker-compose.yml +44 -0
- iamt/dcd/dcd.py +337 -0
- iamt/decorators/singleton.py +224 -0
- iamt/modules/_utils/_utils.py +1 -0
- iamt/modules/_utils/arch.py +22 -0
- iamt/modules/_utils/cleanup_network_config.py +68 -0
- iamt/modules/_utils/github.py +123 -0
- iamt/modules/_utils/setup_apt_sources.py +94 -0
- iamt/modules/_utils/steps.py +26 -0
- iamt/modules/claudecode/claudecode.py +0 -0
- iamt/modules/dcdtask/dcdtask.py +164 -0
- iamt/modules/docker/docker.py +370 -0
- iamt/modules/docker/roles/role.py +54 -0
- iamt/modules/docker/templates/daemon/daemon_multi_mirrors.json +21 -0
- iamt/modules/docker/templates/gpgkey/debian_gpgkey +62 -0
- iamt/modules/docker/templates/gpgkey/ubuntu_gpgkey +62 -0
- iamt/modules/github/ghcli.py +197 -0
- iamt/modules/nvm/nvm.py +183 -0
- iamt/modules/nvm/roles/role.py +24 -0
- iamt/modules/runlinetask/runlinetask.py +22 -0
- iamt/modules/ubuntud/antigravity.py +191 -0
- iamt/modules/ubuntud/chrome.py +111 -0
- iamt/modules/ubuntud/fcitx5.py +0 -0
- iamt/modules/ubuntud/ibus.py +53 -0
- iamt/modules/ubuntud/kiro.py +41 -0
- iamt/modules/ubuntud/rime_ice.py +173 -0
- iamt/modules/ubuntud/roles/role.py +28 -0
- iamt/modules/ubuntud/templates/ibus/ibus_rime.custom.yaml +3 -0
- iamt/modules/ubuntud/v2ray-core.py +238 -0
- iamt/modules/ubuntud/v2rayN.py +127 -0
- iamt/modules/ubuntud/vscode.py +162 -0
- iamt/modules/uv/roles/role.py +56 -0
- iamt/modules/uv/templates/uv.toml +5 -0
- iamt/modules/uv/uv.py +315 -0
- iamt/modules/vagrant/templates/Vagrantfile +25 -0
- iamt/modules/vagrant/vagrant.py +91 -0
- iamt/modules/vboxinit/base_box_init.py +142 -0
- iamt/modules/vboxinit/roles/role.py +15 -0
- iamt/role/role.py +134 -0
- iamt/run_file/run_file.py +121 -0
- iamt/run_line/commands.py +70 -0
- iamt/run_line/run_line.py +78 -0
- iamt/task/task.py +108 -0
- iamt/utils/__init__.py +6 -0
- iamt/utils/config_saver.py +90 -0
- iamt/utils/task_tracker.py +136 -0
- iamt-1.1.27.dist-info/METADATA +19 -0
- iamt-1.1.27.dist-info/RECORD +482 -0
- iamt-1.1.27.dist-info/WHEEL +4 -0
- iamt-1.1.27.dist-info/entry_points.txt +5 -0
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
info:
|
|
2
|
+
description: 利用天眼查官方API接口,以关键词检索企业列表实现企业搜索功能,并支持查询企业基本信息、新闻舆情、经营异常及变更记录等信息。
|
|
3
|
+
title: 天眼查
|
|
4
|
+
version: v1
|
|
5
|
+
openapi: 3.0.1
|
|
6
|
+
paths:
|
|
7
|
+
/ic/baseinfoV2/2.0:
|
|
8
|
+
get:
|
|
9
|
+
operationId: company_detail
|
|
10
|
+
parameters:
|
|
11
|
+
- description: 搜索关键字(公司名称、公司id、注册号或社会统一信用代码)
|
|
12
|
+
in: query
|
|
13
|
+
name: keyword
|
|
14
|
+
required: true
|
|
15
|
+
schema:
|
|
16
|
+
type: string
|
|
17
|
+
requestBody:
|
|
18
|
+
content:
|
|
19
|
+
application/json:
|
|
20
|
+
schema:
|
|
21
|
+
type: object
|
|
22
|
+
responses:
|
|
23
|
+
"200":
|
|
24
|
+
content:
|
|
25
|
+
application/json:
|
|
26
|
+
schema:
|
|
27
|
+
properties:
|
|
28
|
+
error_code:
|
|
29
|
+
type: number
|
|
30
|
+
reason:
|
|
31
|
+
type: string
|
|
32
|
+
result:
|
|
33
|
+
properties:
|
|
34
|
+
actualCapital:
|
|
35
|
+
type: string
|
|
36
|
+
actualCapitalCurrency:
|
|
37
|
+
type: string
|
|
38
|
+
alias:
|
|
39
|
+
type: string
|
|
40
|
+
approvedTime:
|
|
41
|
+
type: number
|
|
42
|
+
base:
|
|
43
|
+
type: string
|
|
44
|
+
bondName:
|
|
45
|
+
type: string
|
|
46
|
+
bondNum:
|
|
47
|
+
type: string
|
|
48
|
+
bondType:
|
|
49
|
+
type: string
|
|
50
|
+
businessScope:
|
|
51
|
+
type: string
|
|
52
|
+
cancelDate:
|
|
53
|
+
type: integer
|
|
54
|
+
cancelReason:
|
|
55
|
+
type: string
|
|
56
|
+
city:
|
|
57
|
+
type: string
|
|
58
|
+
companyOrgType:
|
|
59
|
+
type: string
|
|
60
|
+
creditCode:
|
|
61
|
+
type: string
|
|
62
|
+
district:
|
|
63
|
+
type: string
|
|
64
|
+
email:
|
|
65
|
+
type: string
|
|
66
|
+
estiblishTime:
|
|
67
|
+
type: number
|
|
68
|
+
fromTime:
|
|
69
|
+
type: number
|
|
70
|
+
historyNameList:
|
|
71
|
+
items:
|
|
72
|
+
type: string
|
|
73
|
+
type: array
|
|
74
|
+
historyNames:
|
|
75
|
+
type: string
|
|
76
|
+
id:
|
|
77
|
+
type: number
|
|
78
|
+
industry:
|
|
79
|
+
type: string
|
|
80
|
+
industryAll:
|
|
81
|
+
properties:
|
|
82
|
+
category:
|
|
83
|
+
type: string
|
|
84
|
+
categoryBig:
|
|
85
|
+
type: string
|
|
86
|
+
categoryMiddle:
|
|
87
|
+
type: string
|
|
88
|
+
categorySmall:
|
|
89
|
+
type: string
|
|
90
|
+
type: object
|
|
91
|
+
isMicroEnt:
|
|
92
|
+
type: number
|
|
93
|
+
legalPersonName:
|
|
94
|
+
type: string
|
|
95
|
+
name:
|
|
96
|
+
type: string
|
|
97
|
+
orgNumber:
|
|
98
|
+
type: string
|
|
99
|
+
percentileScore:
|
|
100
|
+
type: number
|
|
101
|
+
phoneNumber:
|
|
102
|
+
type: string
|
|
103
|
+
property3:
|
|
104
|
+
type: string
|
|
105
|
+
regCapital:
|
|
106
|
+
type: string
|
|
107
|
+
regCapitalCurrency:
|
|
108
|
+
type: string
|
|
109
|
+
regInstitute:
|
|
110
|
+
type: string
|
|
111
|
+
regLocation:
|
|
112
|
+
type: string
|
|
113
|
+
regNumber:
|
|
114
|
+
type: string
|
|
115
|
+
regStatus:
|
|
116
|
+
type: string
|
|
117
|
+
revokeDate:
|
|
118
|
+
type: integer
|
|
119
|
+
revokeReason:
|
|
120
|
+
type: string
|
|
121
|
+
socialStaffNum:
|
|
122
|
+
type: number
|
|
123
|
+
staffNumRange:
|
|
124
|
+
type: string
|
|
125
|
+
tags:
|
|
126
|
+
type: string
|
|
127
|
+
taxNumber:
|
|
128
|
+
type: string
|
|
129
|
+
toTime:
|
|
130
|
+
type: integer
|
|
131
|
+
type:
|
|
132
|
+
type: number
|
|
133
|
+
updateTimes:
|
|
134
|
+
type: number
|
|
135
|
+
usedBondName:
|
|
136
|
+
type: string
|
|
137
|
+
websiteList:
|
|
138
|
+
type: string
|
|
139
|
+
type: object
|
|
140
|
+
type: object
|
|
141
|
+
description: new desc
|
|
142
|
+
default:
|
|
143
|
+
description: ""
|
|
144
|
+
summary: 可以通过公司名称(需公司全称)或ID获取企业基本信息和企业联系方式,包括公司名称或ID、类型、成立日期、电话、邮箱、网址等字段的详细信息。
|
|
145
|
+
/ic/changeinfo/2.0:
|
|
146
|
+
get:
|
|
147
|
+
operationId: change_log
|
|
148
|
+
parameters:
|
|
149
|
+
- description: 搜索关键字(公司名称、公司id、注册号或社会统一信用代码)
|
|
150
|
+
in: query
|
|
151
|
+
name: keyword
|
|
152
|
+
required: true
|
|
153
|
+
schema:
|
|
154
|
+
type: string
|
|
155
|
+
- description: 当前页数(默认第1页)
|
|
156
|
+
in: query
|
|
157
|
+
name: pageNum
|
|
158
|
+
schema:
|
|
159
|
+
type: integer
|
|
160
|
+
- description: 每页条数(默认20条,最大20条)
|
|
161
|
+
in: query
|
|
162
|
+
name: pageSize
|
|
163
|
+
schema:
|
|
164
|
+
type: integer
|
|
165
|
+
requestBody:
|
|
166
|
+
content:
|
|
167
|
+
application/json:
|
|
168
|
+
schema:
|
|
169
|
+
type: object
|
|
170
|
+
responses:
|
|
171
|
+
"200":
|
|
172
|
+
content:
|
|
173
|
+
application/json:
|
|
174
|
+
schema:
|
|
175
|
+
properties:
|
|
176
|
+
error_code:
|
|
177
|
+
type: number
|
|
178
|
+
reason:
|
|
179
|
+
type: string
|
|
180
|
+
result:
|
|
181
|
+
properties:
|
|
182
|
+
items:
|
|
183
|
+
items:
|
|
184
|
+
properties:
|
|
185
|
+
changeItem:
|
|
186
|
+
type: string
|
|
187
|
+
changeTime:
|
|
188
|
+
type: string
|
|
189
|
+
contentAfter:
|
|
190
|
+
type: string
|
|
191
|
+
contentBefore:
|
|
192
|
+
type: string
|
|
193
|
+
createTime:
|
|
194
|
+
type: string
|
|
195
|
+
type: object
|
|
196
|
+
type: array
|
|
197
|
+
total:
|
|
198
|
+
type: number
|
|
199
|
+
type: object
|
|
200
|
+
type: object
|
|
201
|
+
description: new desc
|
|
202
|
+
default:
|
|
203
|
+
description: ""
|
|
204
|
+
summary: 可以通过公司名称(需公司全称)或ID获取企业变更记录,变更记录包括工商变更事项、变更前后信息等字段的详细信息。
|
|
205
|
+
/mr/abnormal/2.0:
|
|
206
|
+
get:
|
|
207
|
+
operationId: abnormal_operation
|
|
208
|
+
parameters:
|
|
209
|
+
- description: "String\t搜索关键字(公司名称、公司id、注册号或社会统一信用代码)"
|
|
210
|
+
in: query
|
|
211
|
+
name: keyword
|
|
212
|
+
required: true
|
|
213
|
+
schema:
|
|
214
|
+
type: string
|
|
215
|
+
- description: 每页条数(默认20条,最大20条)
|
|
216
|
+
in: query
|
|
217
|
+
name: pageSize
|
|
218
|
+
schema:
|
|
219
|
+
type: integer
|
|
220
|
+
- description: 当前页数(默认第1页)
|
|
221
|
+
in: query
|
|
222
|
+
name: pageNum
|
|
223
|
+
schema:
|
|
224
|
+
type: integer
|
|
225
|
+
requestBody:
|
|
226
|
+
content:
|
|
227
|
+
application/json:
|
|
228
|
+
schema:
|
|
229
|
+
type: object
|
|
230
|
+
responses:
|
|
231
|
+
"200":
|
|
232
|
+
content:
|
|
233
|
+
application/json:
|
|
234
|
+
schema:
|
|
235
|
+
properties:
|
|
236
|
+
error_code:
|
|
237
|
+
type: number
|
|
238
|
+
reason:
|
|
239
|
+
type: string
|
|
240
|
+
result:
|
|
241
|
+
properties:
|
|
242
|
+
items:
|
|
243
|
+
items:
|
|
244
|
+
properties:
|
|
245
|
+
putDate:
|
|
246
|
+
type: string
|
|
247
|
+
putDepartment:
|
|
248
|
+
type: string
|
|
249
|
+
putReason:
|
|
250
|
+
type: string
|
|
251
|
+
removeDate:
|
|
252
|
+
type: string
|
|
253
|
+
removeDepartment:
|
|
254
|
+
type: string
|
|
255
|
+
removeReason:
|
|
256
|
+
type: string
|
|
257
|
+
type: object
|
|
258
|
+
type: array
|
|
259
|
+
total:
|
|
260
|
+
type: number
|
|
261
|
+
type: object
|
|
262
|
+
type: object
|
|
263
|
+
description: new desc
|
|
264
|
+
default:
|
|
265
|
+
description: ""
|
|
266
|
+
summary: 可以通过公司名称(需公司全称)或ID获取企业经营异常信息,经营异常信息包括列入/移除原因、时间、做出决定机关等字段的详细信息。
|
|
267
|
+
/ps/news/2.0:
|
|
268
|
+
get:
|
|
269
|
+
operationId: news
|
|
270
|
+
parameters:
|
|
271
|
+
- description: 公司名称(精确匹配、name和id其一为必填即可)
|
|
272
|
+
in: query
|
|
273
|
+
name: name
|
|
274
|
+
schema:
|
|
275
|
+
type: string
|
|
276
|
+
- description: 每页条数(默认20条,最大20条)
|
|
277
|
+
in: query
|
|
278
|
+
name: pageSize
|
|
279
|
+
schema:
|
|
280
|
+
type: integer
|
|
281
|
+
- description: 开始时间
|
|
282
|
+
in: query
|
|
283
|
+
name: startTime
|
|
284
|
+
schema:
|
|
285
|
+
type: string
|
|
286
|
+
- description: 公司id(name和id其一为必填即可)
|
|
287
|
+
in: query
|
|
288
|
+
name: id
|
|
289
|
+
schema:
|
|
290
|
+
type: integer
|
|
291
|
+
- description: 结束时间
|
|
292
|
+
in: query
|
|
293
|
+
name: endTime
|
|
294
|
+
schema:
|
|
295
|
+
type: string
|
|
296
|
+
- description: 当前页数(默认第1页)
|
|
297
|
+
in: query
|
|
298
|
+
name: pageNum
|
|
299
|
+
schema:
|
|
300
|
+
type: integer
|
|
301
|
+
- description: 标签(多个逗号分隔,默认返回全部)
|
|
302
|
+
in: query
|
|
303
|
+
name: tags
|
|
304
|
+
schema:
|
|
305
|
+
type: string
|
|
306
|
+
requestBody:
|
|
307
|
+
content:
|
|
308
|
+
application/json:
|
|
309
|
+
schema:
|
|
310
|
+
type: object
|
|
311
|
+
responses:
|
|
312
|
+
"200":
|
|
313
|
+
content:
|
|
314
|
+
application/json:
|
|
315
|
+
schema:
|
|
316
|
+
properties:
|
|
317
|
+
error_code:
|
|
318
|
+
type: number
|
|
319
|
+
reason:
|
|
320
|
+
type: string
|
|
321
|
+
result:
|
|
322
|
+
properties:
|
|
323
|
+
items:
|
|
324
|
+
items:
|
|
325
|
+
properties:
|
|
326
|
+
abstracts:
|
|
327
|
+
type: string
|
|
328
|
+
docid:
|
|
329
|
+
type: string
|
|
330
|
+
emotion:
|
|
331
|
+
type: number
|
|
332
|
+
rtm:
|
|
333
|
+
type: number
|
|
334
|
+
tags:
|
|
335
|
+
items:
|
|
336
|
+
type: string
|
|
337
|
+
type: array
|
|
338
|
+
title:
|
|
339
|
+
type: string
|
|
340
|
+
uri:
|
|
341
|
+
type: string
|
|
342
|
+
website:
|
|
343
|
+
type: string
|
|
344
|
+
type: object
|
|
345
|
+
type: array
|
|
346
|
+
total:
|
|
347
|
+
type: number
|
|
348
|
+
type: object
|
|
349
|
+
type: object
|
|
350
|
+
description: new desc
|
|
351
|
+
default:
|
|
352
|
+
description: ""
|
|
353
|
+
summary: 可以通过公司名称(需公司全称)或ID精确匹配获取新闻列表。
|
|
354
|
+
/search/2.0:
|
|
355
|
+
get:
|
|
356
|
+
operationId: search
|
|
357
|
+
parameters:
|
|
358
|
+
- description: 关键词
|
|
359
|
+
in: query
|
|
360
|
+
name: word
|
|
361
|
+
required: true
|
|
362
|
+
schema:
|
|
363
|
+
type: string
|
|
364
|
+
- description: 每页条数(默认20条,最大20条)
|
|
365
|
+
in: query
|
|
366
|
+
name: pageSize
|
|
367
|
+
schema:
|
|
368
|
+
type: integer
|
|
369
|
+
- description: 当前页数(默认第1页)
|
|
370
|
+
in: query
|
|
371
|
+
name: pageNum
|
|
372
|
+
schema:
|
|
373
|
+
type: integer
|
|
374
|
+
requestBody:
|
|
375
|
+
content:
|
|
376
|
+
application/json:
|
|
377
|
+
schema:
|
|
378
|
+
type: object
|
|
379
|
+
responses:
|
|
380
|
+
"200":
|
|
381
|
+
content:
|
|
382
|
+
application/json:
|
|
383
|
+
schema:
|
|
384
|
+
properties:
|
|
385
|
+
error_code:
|
|
386
|
+
type: number
|
|
387
|
+
reason:
|
|
388
|
+
type: string
|
|
389
|
+
result:
|
|
390
|
+
properties:
|
|
391
|
+
items:
|
|
392
|
+
items:
|
|
393
|
+
properties:
|
|
394
|
+
base:
|
|
395
|
+
type: string
|
|
396
|
+
companyType:
|
|
397
|
+
type: number
|
|
398
|
+
creditCode:
|
|
399
|
+
type: string
|
|
400
|
+
estiblishTime:
|
|
401
|
+
type: string
|
|
402
|
+
id:
|
|
403
|
+
type: number
|
|
404
|
+
legalPersonName:
|
|
405
|
+
type: string
|
|
406
|
+
matchType:
|
|
407
|
+
type: string
|
|
408
|
+
name:
|
|
409
|
+
type: string
|
|
410
|
+
orgNumber:
|
|
411
|
+
type: string
|
|
412
|
+
regCapital:
|
|
413
|
+
type: string
|
|
414
|
+
regNumber:
|
|
415
|
+
type: string
|
|
416
|
+
regStatus:
|
|
417
|
+
type: string
|
|
418
|
+
type:
|
|
419
|
+
type: number
|
|
420
|
+
type: object
|
|
421
|
+
type: array
|
|
422
|
+
total:
|
|
423
|
+
type: number
|
|
424
|
+
type: object
|
|
425
|
+
type: object
|
|
426
|
+
description: new desc
|
|
427
|
+
default:
|
|
428
|
+
description: ""
|
|
429
|
+
summary: 可以通过关键词获取企业列表,企业列表包括公司名称或ID、类型、成立日期、经营状态、统一社会信用代码等字段的详细信息。
|
|
430
|
+
servers:
|
|
431
|
+
- url: https://open.api.tianyancha.com/services/open
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
info:
|
|
2
|
+
description: 帮助用户获取搜狐网上的每日热闻
|
|
3
|
+
title: 搜狐热闻
|
|
4
|
+
version: v1
|
|
5
|
+
openapi: 3.0.1
|
|
6
|
+
paths:
|
|
7
|
+
/blog/outer/temp/feeds/ark:
|
|
8
|
+
get:
|
|
9
|
+
operationId: top_news
|
|
10
|
+
parameters:
|
|
11
|
+
- description: 获取新闻条数
|
|
12
|
+
in: query
|
|
13
|
+
name: count
|
|
14
|
+
required: true
|
|
15
|
+
schema:
|
|
16
|
+
description: 获取新闻条数
|
|
17
|
+
type: integer
|
|
18
|
+
- description: 搜索关键词
|
|
19
|
+
in: query
|
|
20
|
+
name: q
|
|
21
|
+
schema:
|
|
22
|
+
description: 搜索关键词
|
|
23
|
+
type: string
|
|
24
|
+
requestBody:
|
|
25
|
+
content:
|
|
26
|
+
application/json:
|
|
27
|
+
schema:
|
|
28
|
+
type: object
|
|
29
|
+
description: new desc
|
|
30
|
+
responses:
|
|
31
|
+
"200":
|
|
32
|
+
content:
|
|
33
|
+
application/json:
|
|
34
|
+
schema:
|
|
35
|
+
properties:
|
|
36
|
+
code:
|
|
37
|
+
type: number
|
|
38
|
+
data:
|
|
39
|
+
properties:
|
|
40
|
+
coze_ark_001:
|
|
41
|
+
properties:
|
|
42
|
+
list:
|
|
43
|
+
items:
|
|
44
|
+
properties:
|
|
45
|
+
brief:
|
|
46
|
+
type: string
|
|
47
|
+
title:
|
|
48
|
+
type: string
|
|
49
|
+
url:
|
|
50
|
+
type: string
|
|
51
|
+
type: object
|
|
52
|
+
type: array
|
|
53
|
+
type: object
|
|
54
|
+
type: object
|
|
55
|
+
message:
|
|
56
|
+
type: string
|
|
57
|
+
success:
|
|
58
|
+
type: boolean
|
|
59
|
+
total:
|
|
60
|
+
type: number
|
|
61
|
+
traceId:
|
|
62
|
+
type: string
|
|
63
|
+
type: object
|
|
64
|
+
description: new desc
|
|
65
|
+
default:
|
|
66
|
+
description: ""
|
|
67
|
+
summary: 帮助用户获取搜狐网上的每日热闻
|
|
68
|
+
servers:
|
|
69
|
+
- url: https://uis.mp.sohu.com
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
info:
|
|
2
|
+
description: 强大的数学工具
|
|
3
|
+
title: Wolfram Alpha
|
|
4
|
+
version: v1
|
|
5
|
+
openapi: 3.0.1
|
|
6
|
+
paths:
|
|
7
|
+
/v1/conversation.jsp:
|
|
8
|
+
get:
|
|
9
|
+
operationId: query
|
|
10
|
+
parameters:
|
|
11
|
+
- description: '数学表达式,需要转成英文,不接受与数学无关的问题 '
|
|
12
|
+
in: query
|
|
13
|
+
name: i
|
|
14
|
+
schema:
|
|
15
|
+
description: '数学表达式,需要转成英文,不接受与数学无关的问题 '
|
|
16
|
+
type: string
|
|
17
|
+
requestBody:
|
|
18
|
+
content:
|
|
19
|
+
application/json:
|
|
20
|
+
schema:
|
|
21
|
+
type: object
|
|
22
|
+
responses:
|
|
23
|
+
"200":
|
|
24
|
+
content:
|
|
25
|
+
application/json:
|
|
26
|
+
schema:
|
|
27
|
+
properties:
|
|
28
|
+
conversationID:
|
|
29
|
+
type: string
|
|
30
|
+
error:
|
|
31
|
+
type: string
|
|
32
|
+
host:
|
|
33
|
+
type: string
|
|
34
|
+
result:
|
|
35
|
+
type: string
|
|
36
|
+
type: object
|
|
37
|
+
description:
|
|
38
|
+
""
|
|
39
|
+
summary: 计算数学表达式的结果
|
|
40
|
+
/v2/query:
|
|
41
|
+
get:
|
|
42
|
+
operationId: calculate
|
|
43
|
+
parameters:
|
|
44
|
+
- description: 输入一个数学表达式。如果输入不是英文,请先将其翻译成英文。
|
|
45
|
+
in: query
|
|
46
|
+
name: input
|
|
47
|
+
required: true
|
|
48
|
+
schema:
|
|
49
|
+
type: string
|
|
50
|
+
- description: 返回数据格式仅支持json。
|
|
51
|
+
in: query
|
|
52
|
+
name: output
|
|
53
|
+
schema:
|
|
54
|
+
default: json
|
|
55
|
+
type: string
|
|
56
|
+
x-global-disable: true
|
|
57
|
+
requestBody:
|
|
58
|
+
content:
|
|
59
|
+
application/json:
|
|
60
|
+
schema:
|
|
61
|
+
type: object
|
|
62
|
+
responses:
|
|
63
|
+
"200":
|
|
64
|
+
content:
|
|
65
|
+
application/json:
|
|
66
|
+
schema:
|
|
67
|
+
properties:
|
|
68
|
+
queryresult:
|
|
69
|
+
properties:
|
|
70
|
+
inputstring:
|
|
71
|
+
type: string
|
|
72
|
+
pods:
|
|
73
|
+
items:
|
|
74
|
+
properties:
|
|
75
|
+
subpods:
|
|
76
|
+
items:
|
|
77
|
+
properties:
|
|
78
|
+
img:
|
|
79
|
+
properties:
|
|
80
|
+
src:
|
|
81
|
+
type: string
|
|
82
|
+
title:
|
|
83
|
+
type: string
|
|
84
|
+
type: object
|
|
85
|
+
plaintext:
|
|
86
|
+
type: string
|
|
87
|
+
type: object
|
|
88
|
+
type: array
|
|
89
|
+
title:
|
|
90
|
+
type: string
|
|
91
|
+
type: object
|
|
92
|
+
type: array
|
|
93
|
+
type: object
|
|
94
|
+
type: object
|
|
95
|
+
description: new desc
|
|
96
|
+
default:
|
|
97
|
+
description: ""
|
|
98
|
+
summary: 逐步计算数学表达式。
|
|
99
|
+
servers:
|
|
100
|
+
- url: https://api.wolframalpha.com
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
info:
|
|
2
|
+
description: 帮助用户查询商品的优惠信息,根据用户输入的商品相关提问,返回商品概况、价格、购买渠道、性价比推荐等信息,并给出优惠商品的链接地址。
|
|
3
|
+
title: 什么值得买
|
|
4
|
+
version: v1
|
|
5
|
+
openapi: 3.0.1
|
|
6
|
+
paths:
|
|
7
|
+
/query:
|
|
8
|
+
get:
|
|
9
|
+
operationId: smzdm_haojia_articles
|
|
10
|
+
parameters:
|
|
11
|
+
- description: 搜索词,商品的品类词、品牌词、型号词等,如手机、iPhone、iphone15
|
|
12
|
+
in: query
|
|
13
|
+
name: Query
|
|
14
|
+
required: true
|
|
15
|
+
schema:
|
|
16
|
+
type: string
|
|
17
|
+
- description: 最低价,如“1000”,“1500”
|
|
18
|
+
in: query
|
|
19
|
+
name: min_price
|
|
20
|
+
schema:
|
|
21
|
+
type: string
|
|
22
|
+
- description: 最高价,如“5000”,“5500”
|
|
23
|
+
in: query
|
|
24
|
+
name: max_price
|
|
25
|
+
schema:
|
|
26
|
+
type: string
|
|
27
|
+
requestBody:
|
|
28
|
+
content:
|
|
29
|
+
application/json:
|
|
30
|
+
schema:
|
|
31
|
+
type: object
|
|
32
|
+
responses:
|
|
33
|
+
"200":
|
|
34
|
+
content:
|
|
35
|
+
application/json:
|
|
36
|
+
schema:
|
|
37
|
+
properties:
|
|
38
|
+
Content:
|
|
39
|
+
description: 总结
|
|
40
|
+
type: string
|
|
41
|
+
Content_source:
|
|
42
|
+
description: 商品列表
|
|
43
|
+
items:
|
|
44
|
+
properties:
|
|
45
|
+
coin_unit:
|
|
46
|
+
description: 价格的单位
|
|
47
|
+
type: string
|
|
48
|
+
desc:
|
|
49
|
+
description: 商品描述
|
|
50
|
+
type: string
|
|
51
|
+
digital_price:
|
|
52
|
+
description: 价格的数字
|
|
53
|
+
type: string
|
|
54
|
+
focus_pic_url:
|
|
55
|
+
description: 商品图
|
|
56
|
+
type: string
|
|
57
|
+
subtitle:
|
|
58
|
+
description: 价格描述,如”2178.01元包邮(双重优惠)“,”299元“
|
|
59
|
+
type: string
|
|
60
|
+
title:
|
|
61
|
+
description: 商品标题
|
|
62
|
+
type: string
|
|
63
|
+
url:
|
|
64
|
+
description: 购买链接
|
|
65
|
+
type: string
|
|
66
|
+
type: object
|
|
67
|
+
type: array
|
|
68
|
+
Query:
|
|
69
|
+
description: 关键词
|
|
70
|
+
type: string
|
|
71
|
+
type: object
|
|
72
|
+
description: new desc
|
|
73
|
+
default:
|
|
74
|
+
description: ""
|
|
75
|
+
summary: 帮助用户查询商品的优惠信息,根据用户输入的商品相关提问,返回商品概况、价格、购买渠道、性价比推荐等信息,并给出优惠商品的链接地址
|
|
76
|
+
servers:
|
|
77
|
+
- url: https://open.smzdm.com/byte/coze
|
iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/messages_to_query_template_jinja2.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"role": "system",
|
|
4
|
+
"content": "# Role:\n\nYou are a professional query reformulation engineer skilled in rewriting queries based on the context information provided by users, making them clearer, more complete, and aligned with the user's intent.You should reply in the same language as the user's input.\n\n## Output Format:\n\nThe output should be the reformulated query, formatted as plain text.\n\n\n## Example:\nExample 1:\nInput:\n[\n {\n \"role\": \"user\",\n \"content\": \"Where is the largest desert in the world?\"\n },\n {\n \"role\": \"assistant\",\n \"content\": \"The largest desert in the world is the Sahara Desert.\"\n },\n {\n \"role\": \"user\",\n \"content\": \"How to get there?\"\n }\n]\nOutput: How to get to the Sahara Desert?\n\nExample 2:\nInput:\n[\n {\n \"role\": \"user\",\n \"content\": \"Analyze the impact of current internet celebrities deceiving the public to earn traffic on today's society.\"\n }\n]\nOutput: Current internet celebrities deceive the public to earn traffic. Analyze the impact of this phenomenon on today's society.\n"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"role": "user",
|
|
8
|
+
"content": "{{messages}}"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"role": "system",
|
|
4
|
+
"content": "# Role: NL2SQL Consultant\n\n## Goals\nTranslate natural language statements into SQL queries in MySQL standard. Follow the Constraints and return only a JSON always.\n\n## Format\n- JSON format only. JSON contains field \"sql\" for generated SQL, filed \"err_code\" for reason type, field \"err_msg\" for detail reason (prefer more than 10 words)\n- Don't use \"```json\" markdown format\n\n## Skills\n- Good at Translate natural language statements into SQL queries in MySQL standard.\n\n## Define\n\"err_code\" Reason Type Define:\n- 0 means you generated a SQL\n- 3002 means you cannot generate a SQL because of timeout\n- 3003 means you cannot generate a SQL because of table schema missing\n- 3005 means you cannot generate a SQL because of some term is ambiguous\n\n## Example\nQ: Help me implement NL2SQL.\n.table schema description: CREATE TABLE `sales_records` (\\n `sales_id` bigint(20) unsigned NOT NULL COMMENT 'id of sales person',\\n `product_id` bigint(64) COMMENT 'id of product',\\n `sale_date` datetime(3) COMMENT 'sold date and time',\\n `quantity_sold` int(11) COMMENT 'sold amount',\\n PRIMARY KEY (`sales_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='销售记录表';\n.natural language description of the SQL requirement: 查询上月的销量总额第一名的销售员和他的销售总额\nA: {\n \"sql\":\"SELECT sales_id, SUM(quantity_sold) AS total_sales FROM sales_records WHERE MONTH(sale_date) = MONTH(CURRENT_DATE - INTERVAL 1 MONTH) AND YEAR(sale_date) = YEAR(CURRENT_DATE - INTERVAL 1 MONTH) GROUP BY sales_id ORDER BY total_sales DESC LIMIT 1\",\n \"err_code\":0,\n \"err_msg\":\"SQL query generated successfully\"\n}"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"role": "user",
|
|
8
|
+
"content": "help me implement NL2SQL.\ntable schema description:{{table_schema}}\nnatural language description of the SQL requirement: {{messages}}."
|
|
9
|
+
}
|
|
10
|
+
]
|