mm_ai 1.0.0
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.
- package/.call_results/master_2026-06-30T18-16-59-677Z.json +32 -0
- package/.call_results/master_2026-06-30T19-18-05-814Z.json +40 -0
- package/LICENSE +21 -0
- package/README.md +125 -0
- package/README2.md +210 -0
- package/chat.js +265 -0
- package/common/agent/README.md +9 -0
- package/common/agent/core/hr_manager/agent.json +63 -0
- package/common/agent/core/hr_manager/prompt/ability.md +25 -0
- package/common/agent/core/hr_manager/prompt/can.md +18 -0
- package/common/agent/core/hr_manager/prompt/role.md +12 -0
- package/common/agent/core/hr_manager/prompt/should.md +37 -0
- package/common/agent/core/hr_manager/prompt/soul.md +7 -0
- package/common/agent/core/hr_manager/prompt/stakeholder.md +19 -0
- package/common/agent/core/hr_manager/prompt/workflow.md +25 -0
- package/common/agent/core/hr_manager/user/admin/user.json +15 -0
- package/common/agent/core/hr_manager/user/master/user.json +15 -0
- package/common/agent/core/master/agent.json +47 -0
- package/common/agent/core/master/prompt/ability.md +28 -0
- package/common/agent/core/master/prompt/can.md +18 -0
- package/common/agent/core/master/prompt/role.md +11 -0
- package/common/agent/core/master/prompt/should.md +35 -0
- package/common/agent/core/master/prompt/soul.md +7 -0
- package/common/agent/core/master/prompt/stakeholder.md +21 -0
- package/common/agent/core/master/prompt/workflow.md +40 -0
- package/common/agent/core/master/user/admin/prompt/expression.tpl.md +4 -0
- package/common/agent/core/master/user/admin/prompt/impression.tpl.md +4 -0
- package/common/agent/core/master/user/admin/user.json +8 -0
- package/common/agent/core/master/user/true/user.json +8 -0
- package/common/agent/core/product_manager/agent.json +53 -0
- package/common/agent/core/product_manager/prompt/ability.md +15 -0
- package/common/agent/core/product_manager/prompt/can.md +19 -0
- package/common/agent/core/product_manager/prompt/role.md +11 -0
- package/common/agent/core/product_manager/prompt/should.md +34 -0
- package/common/agent/core/product_manager/prompt/soul.md +7 -0
- package/common/agent/core/product_manager/prompt/stakeholder.md +18 -0
- package/common/agent/core/product_manager/prompt/workflow.md +25 -0
- package/common/agent/core/product_manager/user/admin/user.json +8 -0
- package/common/agent/core/project_manager/agent.json +60 -0
- package/common/agent/core/project_manager/prompt/ability.md +23 -0
- package/common/agent/core/project_manager/prompt/can.md +19 -0
- package/common/agent/core/project_manager/prompt/role.md +11 -0
- package/common/agent/core/project_manager/prompt/should.md +36 -0
- package/common/agent/core/project_manager/prompt/soul.md +7 -0
- package/common/agent/core/project_manager/prompt/stakeholder.md +17 -0
- package/common/agent/core/project_manager/prompt/workflow.md +29 -0
- package/common/agent/core/project_manager/user/admin/user.json +15 -0
- package/common/agent/core/project_manager/user/hr/user.json +15 -0
- package/common/agent/core/project_manager/user/master/user.json +15 -0
- package/common/agent/core/project_manager/user/matchmaker/user.json +15 -0
- package/common/agent/core/project_manager/user/planner/user.json +15 -0
- package/common/agent/core/project_manager/user/taskmaster/user.json +15 -0
- package/common/agent/core/skill_teacher/agent.json +69 -0
- package/common/agent/core/skill_teacher/prompt/ability.md +34 -0
- package/common/agent/core/skill_teacher/prompt/can.md +18 -0
- package/common/agent/core/skill_teacher/prompt/role.md +10 -0
- package/common/agent/core/skill_teacher/prompt/should.md +36 -0
- package/common/agent/core/skill_teacher/prompt/soul.md +7 -0
- package/common/agent/core/skill_teacher/prompt/stakeholder.md +17 -0
- package/common/agent/core/skill_teacher/prompt/workflow.md +44 -0
- package/common/agent/core/skill_teacher/user/admin/user.json +15 -0
- package/common/agent/core/task_manager/agent.json +57 -0
- package/common/agent/core/task_manager/prompt/ability.md +22 -0
- package/common/agent/core/task_manager/prompt/can.md +16 -0
- package/common/agent/core/task_manager/prompt/role.md +11 -0
- package/common/agent/core/task_manager/prompt/should.md +38 -0
- package/common/agent/core/task_manager/prompt/soul.md +7 -0
- package/common/agent/core/task_manager/prompt/stakeholder.md +15 -0
- package/common/agent/core/task_manager/prompt/workflow.md +28 -0
- package/common/agent/core/task_manager/user/admin/user.json +15 -0
- package/common/agent/core/task_manager/user/master/user.json +15 -0
- package/common/agent/core/task_manager/user/planner/user.json +15 -0
- package/common/agent/core/tool_maker/agent.json +64 -0
- package/common/agent/core/tool_maker/prompt/ability.md +26 -0
- package/common/agent/core/tool_maker/prompt/can.md +16 -0
- package/common/agent/core/tool_maker/prompt/role.md +11 -0
- package/common/agent/core/tool_maker/prompt/should.md +40 -0
- package/common/agent/core/tool_maker/prompt/soul.md +7 -0
- package/common/agent/core/tool_maker/prompt/stakeholder.md +17 -0
- package/common/agent/core/tool_maker/prompt/workflow.md +26 -0
- package/common/agent/core/tool_maker/user/admin/user.json +8 -0
- package/common/agent/core/tool_tester/agent.json +59 -0
- package/common/agent/core/tool_tester/prompt/ability.md +23 -0
- package/common/agent/core/tool_tester/prompt/can.md +14 -0
- package/common/agent/core/tool_tester/prompt/role.md +10 -0
- package/common/agent/core/tool_tester/prompt/should.md +32 -0
- package/common/agent/core/tool_tester/prompt/soul.md +7 -0
- package/common/agent/core/tool_tester/prompt/stakeholder.md +12 -0
- package/common/agent/core/tool_tester/prompt/workflow.md +42 -0
- package/common/agent/core/tool_tester/user/admin/user.json +8 -0
- package/common/agent/design/art_director/agent.json +46 -0
- package/common/agent/design/art_director/prompt/ability.md +12 -0
- package/common/agent/design/art_director/prompt/can.md +12 -0
- package/common/agent/design/art_director/prompt/role.md +10 -0
- package/common/agent/design/art_director/prompt/should.md +25 -0
- package/common/agent/design/art_director/prompt/soul.md +3 -0
- package/common/agent/design/art_director/prompt/stakeholder.md +13 -0
- package/common/agent/design/art_director/prompt/workflow.md +25 -0
- package/common/agent/design/graphic_designer/agent.json +45 -0
- package/common/agent/design/graphic_designer/prompt/ability.md +18 -0
- package/common/agent/design/graphic_designer/prompt/can.md +15 -0
- package/common/agent/design/graphic_designer/prompt/role.md +9 -0
- package/common/agent/design/graphic_designer/prompt/should.md +26 -0
- package/common/agent/design/graphic_designer/prompt/soul.md +3 -0
- package/common/agent/design/graphic_designer/prompt/stakeholder.md +13 -0
- package/common/agent/design/graphic_designer/prompt/workflow.md +23 -0
- package/common/agent/design/graphic_designer/user/admin/user.json +8 -0
- package/common/agent/design/graphic_designer/user/master/user.json +15 -0
- package/common/agent/design/icon_designer/agent.json +41 -0
- package/common/agent/design/icon_designer/prompt/ability.md +15 -0
- package/common/agent/design/icon_designer/prompt/can.md +14 -0
- package/common/agent/design/icon_designer/prompt/role.md +9 -0
- package/common/agent/design/icon_designer/prompt/should.md +26 -0
- package/common/agent/design/icon_designer/prompt/soul.md +3 -0
- package/common/agent/design/icon_designer/prompt/stakeholder.md +11 -0
- package/common/agent/design/icon_designer/prompt/workflow.md +24 -0
- package/common/agent/design/icon_designer/user/admin/user.json +8 -0
- package/common/agent/design/icon_designer/user/master/user.json +15 -0
- package/common/agent/design/painter/agent.json +46 -0
- package/common/agent/design/painter/prompt/ability.md +18 -0
- package/common/agent/design/painter/prompt/can.md +15 -0
- package/common/agent/design/painter/prompt/role.md +9 -0
- package/common/agent/design/painter/prompt/should.md +26 -0
- package/common/agent/design/painter/prompt/soul.md +3 -0
- package/common/agent/design/painter/prompt/stakeholder.md +12 -0
- package/common/agent/design/painter/prompt/workflow.md +23 -0
- package/common/agent/design/painter/user/admin/user.json +8 -0
- package/common/agent/design/ui_designer/agent.json +38 -0
- package/common/agent/design/ui_designer/prompt/ability.md +13 -0
- package/common/agent/design/ui_designer/prompt/can.md +16 -0
- package/common/agent/design/ui_designer/prompt/role.md +10 -0
- package/common/agent/design/ui_designer/prompt/should.md +26 -0
- package/common/agent/design/ui_designer/prompt/soul.md +3 -0
- package/common/agent/design/ui_designer/prompt/stakeholder.md +17 -0
- package/common/agent/design/ui_designer/prompt/workflow.md +27 -0
- package/common/agent/design/ui_designer/user/admin/user.json +15 -0
- package/common/agent/design/ui_designer/user/hr/user.json +15 -0
- package/common/agent/develop/database_admin/agent.json +42 -0
- package/common/agent/develop/database_admin/prompt/ability.md +14 -0
- package/common/agent/develop/database_admin/prompt/can.md +12 -0
- package/common/agent/develop/database_admin/prompt/role.md +11 -0
- package/common/agent/develop/database_admin/prompt/should.md +23 -0
- package/common/agent/develop/database_admin/prompt/soul.md +3 -0
- package/common/agent/develop/database_admin/prompt/stakeholder.md +10 -0
- package/common/agent/develop/database_admin/prompt/workflow.md +23 -0
- package/common/agent/develop/fullstack_developer/agent.json +75 -0
- package/common/agent/develop/fullstack_developer/prompt/ability.md +15 -0
- package/common/agent/develop/fullstack_developer/prompt/can.md +12 -0
- package/common/agent/develop/fullstack_developer/prompt/role.md +10 -0
- package/common/agent/develop/fullstack_developer/prompt/should.md +23 -0
- package/common/agent/develop/fullstack_developer/prompt/soul.md +3 -0
- package/common/agent/develop/fullstack_developer/prompt/stakeholder.md +11 -0
- package/common/agent/develop/fullstack_developer/prompt/workflow.md +23 -0
- package/common/agent/develop/fullstack_developer/user/admin/user.json +8 -0
- package/common/agent/develop/fullstack_developer/user/hr/user.json +15 -0
- package/common/agent/develop/fullstack_developer/user/master/user.json +15 -0
- package/common/agent/develop/fullstack_developer/user/server_developer/user.json +15 -0
- package/common/agent/develop/game_tester/agent.json +39 -0
- package/common/agent/develop/game_tester/prompt/ability.md +14 -0
- package/common/agent/develop/game_tester/prompt/can.md +12 -0
- package/common/agent/develop/game_tester/prompt/role.md +10 -0
- package/common/agent/develop/game_tester/prompt/should.md +23 -0
- package/common/agent/develop/game_tester/prompt/soul.md +3 -0
- package/common/agent/develop/game_tester/prompt/stakeholder.md +10 -0
- package/common/agent/develop/game_tester/prompt/workflow.md +23 -0
- package/common/agent/develop/mini_program_developer/agent.json +39 -0
- package/common/agent/develop/mini_program_developer/prompt/ability.md +12 -0
- package/common/agent/develop/mini_program_developer/prompt/can.md +11 -0
- package/common/agent/develop/mini_program_developer/prompt/role.md +9 -0
- package/common/agent/develop/mini_program_developer/prompt/should.md +23 -0
- package/common/agent/develop/mini_program_developer/prompt/soul.md +3 -0
- package/common/agent/develop/mini_program_developer/prompt/stakeholder.md +10 -0
- package/common/agent/develop/mini_program_developer/prompt/workflow.md +22 -0
- package/common/agent/develop/mini_program_developer/user/admin/user.json +8 -0
- package/common/agent/develop/nodejs_architect/agent.json +53 -0
- package/common/agent/develop/nodejs_architect/prompt/ability.md +12 -0
- package/common/agent/develop/nodejs_architect/prompt/can.md +12 -0
- package/common/agent/develop/nodejs_architect/prompt/role.md +10 -0
- package/common/agent/develop/nodejs_architect/prompt/should.md +23 -0
- package/common/agent/develop/nodejs_architect/prompt/soul.md +3 -0
- package/common/agent/develop/nodejs_architect/prompt/stakeholder.md +10 -0
- package/common/agent/develop/nodejs_architect/prompt/workflow.md +23 -0
- package/common/agent/develop/nodejs_architect/user/admin/user.json +8 -0
- package/common/agent/develop/nodejs_backend_developer/agent.json +90 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/ability.md +14 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/can.md +12 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/role.md +10 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/should.md +23 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/soul.md +3 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/stakeholder.md +12 -0
- package/common/agent/develop/nodejs_backend_developer/prompt/workflow.md +23 -0
- package/common/agent/develop/nodejs_backend_developer/user/admin/user.json +8 -0
- package/common/agent/develop/nodejs_module_developer/agent.json +51 -0
- package/common/agent/develop/nodejs_module_developer/prompt/ability.md +12 -0
- package/common/agent/develop/nodejs_module_developer/prompt/can.md +12 -0
- package/common/agent/develop/nodejs_module_developer/prompt/role.md +10 -0
- package/common/agent/develop/nodejs_module_developer/prompt/should.md +23 -0
- package/common/agent/develop/nodejs_module_developer/prompt/soul.md +3 -0
- package/common/agent/develop/nodejs_module_developer/prompt/stakeholder.md +11 -0
- package/common/agent/develop/nodejs_module_developer/prompt/workflow.md +23 -0
- package/common/agent/develop/nodejs_module_developer/user/admin/user.json +8 -0
- package/common/agent/develop/nodejs_plugin_developer/agent.json +74 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/ability.md +13 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/can.md +12 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/role.md +10 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/should.md +23 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/soul.md +3 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/stakeholder.md +11 -0
- package/common/agent/develop/nodejs_plugin_developer/prompt/workflow.md +22 -0
- package/common/agent/develop/nodejs_plugin_developer/user/admin/user.json +8 -0
- package/common/agent/develop/nodejs_program_tester/agent.json +57 -0
- package/common/agent/develop/nodejs_program_tester/prompt/ability.md +11 -0
- package/common/agent/develop/nodejs_program_tester/prompt/can.md +12 -0
- package/common/agent/develop/nodejs_program_tester/prompt/role.md +10 -0
- package/common/agent/develop/nodejs_program_tester/prompt/should.md +23 -0
- package/common/agent/develop/nodejs_program_tester/prompt/soul.md +3 -0
- package/common/agent/develop/nodejs_program_tester/prompt/stakeholder.md +11 -0
- package/common/agent/develop/nodejs_program_tester/prompt/workflow.md +22 -0
- package/common/agent/develop/python_developer/agent.json +50 -0
- package/common/agent/develop/python_developer/prompt/ability.md +12 -0
- package/common/agent/develop/python_developer/prompt/can.md +12 -0
- package/common/agent/develop/python_developer/prompt/role.md +10 -0
- package/common/agent/develop/python_developer/prompt/should.md +23 -0
- package/common/agent/develop/python_developer/prompt/soul.md +3 -0
- package/common/agent/develop/python_developer/prompt/stakeholder.md +10 -0
- package/common/agent/develop/python_developer/prompt/workflow.md +22 -0
- package/common/agent/develop/python_program_tester/agent.json +56 -0
- package/common/agent/develop/python_program_tester/prompt/ability.md +11 -0
- package/common/agent/develop/python_program_tester/prompt/can.md +12 -0
- package/common/agent/develop/python_program_tester/prompt/role.md +10 -0
- package/common/agent/develop/python_program_tester/prompt/should.md +23 -0
- package/common/agent/develop/python_program_tester/prompt/soul.md +3 -0
- package/common/agent/develop/python_program_tester/prompt/stakeholder.md +11 -0
- package/common/agent/develop/python_program_tester/prompt/workflow.md +22 -0
- package/common/agent/develop/tech_director/agent.json +41 -0
- package/common/agent/develop/tech_director/prompt/ability.md +11 -0
- package/common/agent/develop/tech_director/prompt/can.md +12 -0
- package/common/agent/develop/tech_director/prompt/role.md +9 -0
- package/common/agent/develop/tech_director/prompt/should.md +23 -0
- package/common/agent/develop/tech_director/prompt/soul.md +3 -0
- package/common/agent/develop/tech_director/prompt/stakeholder.md +11 -0
- package/common/agent/develop/tech_director/prompt/workflow.md +23 -0
- package/common/agent/develop/technical_artist/agent.json +48 -0
- package/common/agent/develop/technical_artist/prompt/ability.md +12 -0
- package/common/agent/develop/technical_artist/prompt/can.md +12 -0
- package/common/agent/develop/technical_artist/prompt/role.md +9 -0
- package/common/agent/develop/technical_artist/prompt/should.md +23 -0
- package/common/agent/develop/technical_artist/prompt/soul.md +3 -0
- package/common/agent/develop/technical_artist/prompt/stakeholder.md +11 -0
- package/common/agent/develop/technical_artist/prompt/workflow.md +25 -0
- package/common/agent/develop/uniapp_developer/agent.json +39 -0
- package/common/agent/develop/uniapp_developer/prompt/ability.md +12 -0
- package/common/agent/develop/uniapp_developer/prompt/can.md +12 -0
- package/common/agent/develop/uniapp_developer/prompt/role.md +9 -0
- package/common/agent/develop/uniapp_developer/prompt/should.md +23 -0
- package/common/agent/develop/uniapp_developer/prompt/soul.md +3 -0
- package/common/agent/develop/uniapp_developer/prompt/stakeholder.md +11 -0
- package/common/agent/develop/uniapp_developer/prompt/workflow.md +22 -0
- package/common/agent/develop/uniapp_developer/user/admin/user.json +8 -0
- package/common/agent/develop/web_frontend_developer/agent.json +64 -0
- package/common/agent/develop/web_frontend_developer/prompt/ability.md +16 -0
- package/common/agent/develop/web_frontend_developer/prompt/can.md +13 -0
- package/common/agent/develop/web_frontend_developer/prompt/role.md +10 -0
- package/common/agent/develop/web_frontend_developer/prompt/should.md +23 -0
- package/common/agent/develop/web_frontend_developer/prompt/soul.md +7 -0
- package/common/agent/develop/web_frontend_developer/prompt/stakeholder.md +13 -0
- package/common/agent/develop/web_frontend_developer/prompt/workflow.md +24 -0
- package/common/agent/develop/web_frontend_developer/user/admin/user.json +15 -0
- package/common/agent/develop/web_frontend_developer/user/master/user.json +15 -0
- package/common/agent/develop/web_frontend_tester/agent.json +58 -0
- package/common/agent/develop/web_frontend_tester/prompt/ability.md +13 -0
- package/common/agent/develop/web_frontend_tester/prompt/can.md +12 -0
- package/common/agent/develop/web_frontend_tester/prompt/role.md +10 -0
- package/common/agent/develop/web_frontend_tester/prompt/should.md +23 -0
- package/common/agent/develop/web_frontend_tester/prompt/soul.md +3 -0
- package/common/agent/develop/web_frontend_tester/prompt/stakeholder.md +11 -0
- package/common/agent/develop/web_frontend_tester/prompt/workflow.md +23 -0
- package/common/agent/media/audio_editor/agent.json +42 -0
- package/common/agent/media/audio_editor/prompt/ability.md +17 -0
- package/common/agent/media/audio_editor/prompt/can.md +13 -0
- package/common/agent/media/audio_editor/prompt/role.md +10 -0
- package/common/agent/media/audio_editor/prompt/should.md +24 -0
- package/common/agent/media/audio_editor/prompt/soul.md +3 -0
- package/common/agent/media/audio_editor/prompt/stakeholder.md +14 -0
- package/common/agent/media/audio_editor/prompt/workflow.md +31 -0
- package/common/agent/media/audio_editor/user/admin/user.json +8 -0
- package/common/agent/media/composer/agent.json +38 -0
- package/common/agent/media/composer/prompt/ability.md +14 -0
- package/common/agent/media/composer/prompt/can.md +13 -0
- package/common/agent/media/composer/prompt/role.md +9 -0
- package/common/agent/media/composer/prompt/should.md +24 -0
- package/common/agent/media/composer/prompt/soul.md +3 -0
- package/common/agent/media/composer/prompt/stakeholder.md +10 -0
- package/common/agent/media/composer/prompt/workflow.md +20 -0
- package/common/agent/media/composer/user/admin/user.json +8 -0
- package/common/agent/media/director/agent.json +47 -0
- package/common/agent/media/director/prompt/ability.md +12 -0
- package/common/agent/media/director/prompt/can.md +12 -0
- package/common/agent/media/director/prompt/role.md +10 -0
- package/common/agent/media/director/prompt/should.md +22 -0
- package/common/agent/media/director/prompt/soul.md +3 -0
- package/common/agent/media/director/prompt/stakeholder.md +17 -0
- package/common/agent/media/director/prompt/workflow.md +21 -0
- package/common/agent/media/foley_artist/agent.json +45 -0
- package/common/agent/media/foley_artist/prompt/ability.md +13 -0
- package/common/agent/media/foley_artist/prompt/can.md +12 -0
- package/common/agent/media/foley_artist/prompt/role.md +10 -0
- package/common/agent/media/foley_artist/prompt/should.md +23 -0
- package/common/agent/media/foley_artist/prompt/soul.md +3 -0
- package/common/agent/media/foley_artist/prompt/stakeholder.md +12 -0
- package/common/agent/media/foley_artist/prompt/workflow.md +20 -0
- package/common/agent/media/foley_artist/user/admin/user.json +8 -0
- package/common/agent/media/image_recognizer/agent.json +40 -0
- package/common/agent/media/image_recognizer/prompt/ability.md +13 -0
- package/common/agent/media/image_recognizer/prompt/can.md +12 -0
- package/common/agent/media/image_recognizer/prompt/role.md +10 -0
- package/common/agent/media/image_recognizer/prompt/should.md +22 -0
- package/common/agent/media/image_recognizer/prompt/soul.md +3 -0
- package/common/agent/media/image_recognizer/prompt/stakeholder.md +10 -0
- package/common/agent/media/image_recognizer/prompt/workflow.md +19 -0
- package/common/agent/media/image_recognizer/user/admin/user.json +8 -0
- package/common/agent/media/media_manager/agent.json +44 -0
- package/common/agent/media/media_manager/prompt/ability.md +12 -0
- package/common/agent/media/media_manager/prompt/can.md +12 -0
- package/common/agent/media/media_manager/prompt/role.md +10 -0
- package/common/agent/media/media_manager/prompt/should.md +22 -0
- package/common/agent/media/media_manager/prompt/soul.md +3 -0
- package/common/agent/media/media_manager/prompt/stakeholder.md +12 -0
- package/common/agent/media/media_manager/prompt/workflow.md +24 -0
- package/common/agent/media/media_manager/user/admin/user.json +8 -0
- package/common/agent/media/novel_author/agent.json +48 -0
- package/common/agent/media/novel_author/prompt/ability.md +14 -0
- package/common/agent/media/novel_author/prompt/can.md +12 -0
- package/common/agent/media/novel_author/prompt/role.md +11 -0
- package/common/agent/media/novel_author/prompt/should.md +22 -0
- package/common/agent/media/novel_author/prompt/soul.md +3 -0
- package/common/agent/media/novel_author/prompt/stakeholder.md +10 -0
- package/common/agent/media/novel_author/prompt/workflow.md +63 -0
- package/common/agent/media/novel_author/user/admin/user.json +8 -0
- package/common/agent/media/publisher/agent.json +50 -0
- package/common/agent/media/publisher/prompt/ability.md +12 -0
- package/common/agent/media/publisher/prompt/can.md +12 -0
- package/common/agent/media/publisher/prompt/role.md +10 -0
- package/common/agent/media/publisher/prompt/should.md +23 -0
- package/common/agent/media/publisher/prompt/soul.md +3 -0
- package/common/agent/media/publisher/prompt/stakeholder.md +11 -0
- package/common/agent/media/publisher/prompt/workflow.md +22 -0
- package/common/agent/media/publisher/user/admin/user.json +8 -0
- package/common/agent/media/screen_writer/agent.json +49 -0
- package/common/agent/media/screen_writer/prompt/ability.md +15 -0
- package/common/agent/media/screen_writer/prompt/can.md +12 -0
- package/common/agent/media/screen_writer/prompt/role.md +11 -0
- package/common/agent/media/screen_writer/prompt/should.md +22 -0
- package/common/agent/media/screen_writer/prompt/soul.md +3 -0
- package/common/agent/media/screen_writer/prompt/stakeholder.md +11 -0
- package/common/agent/media/screen_writer/prompt/workflow.md +27 -0
- package/common/agent/media/screen_writer/user/admin/user.json +8 -0
- package/common/agent/media/video_editor/agent.json +39 -0
- package/common/agent/media/video_editor/prompt/ability.md +12 -0
- package/common/agent/media/video_editor/prompt/can.md +12 -0
- package/common/agent/media/video_editor/prompt/role.md +10 -0
- package/common/agent/media/video_editor/prompt/should.md +23 -0
- package/common/agent/media/video_editor/prompt/soul.md +3 -0
- package/common/agent/media/video_editor/prompt/stakeholder.md +13 -0
- package/common/agent/media/video_editor/prompt/workflow.md +22 -0
- package/common/agent/media/video_editor/user/admin/user.json +8 -0
- package/common/agent/planner/advertising_planner/agent.json +39 -0
- package/common/agent/planner/advertising_planner/prompt/ability.md +12 -0
- package/common/agent/planner/advertising_planner/prompt/can.md +12 -0
- package/common/agent/planner/advertising_planner/prompt/role.md +10 -0
- package/common/agent/planner/advertising_planner/prompt/should.md +23 -0
- package/common/agent/planner/advertising_planner/prompt/soul.md +3 -0
- package/common/agent/planner/advertising_planner/prompt/stakeholder.md +9 -0
- package/common/agent/planner/advertising_planner/prompt/workflow.md +28 -0
- package/common/agent/planner/advertising_planner/user/admin/user.json +8 -0
- package/common/agent/planner/data_analyst/agent.json +54 -0
- package/common/agent/planner/data_analyst/prompt/ability.md +17 -0
- package/common/agent/planner/data_analyst/prompt/can.md +12 -0
- package/common/agent/planner/data_analyst/prompt/role.md +10 -0
- package/common/agent/planner/data_analyst/prompt/should.md +23 -0
- package/common/agent/planner/data_analyst/prompt/soul.md +3 -0
- package/common/agent/planner/data_analyst/prompt/stakeholder.md +10 -0
- package/common/agent/planner/data_analyst/prompt/workflow.md +23 -0
- package/common/agent/planner/game_planner/agent.json +43 -0
- package/common/agent/planner/game_planner/prompt/ability.md +11 -0
- package/common/agent/planner/game_planner/prompt/can.md +12 -0
- package/common/agent/planner/game_planner/prompt/role.md +10 -0
- package/common/agent/planner/game_planner/prompt/should.md +23 -0
- package/common/agent/planner/game_planner/prompt/soul.md +3 -0
- package/common/agent/planner/game_planner/prompt/stakeholder.md +13 -0
- package/common/agent/planner/game_planner/prompt/workflow.md +25 -0
- package/common/agent/planner/game_planner/user/admin/user.json +8 -0
- package/common/agent/planner/item_planner/agent.json +39 -0
- package/common/agent/planner/item_planner/prompt/ability.md +11 -0
- package/common/agent/planner/item_planner/prompt/can.md +12 -0
- package/common/agent/planner/item_planner/prompt/role.md +10 -0
- package/common/agent/planner/item_planner/prompt/should.md +23 -0
- package/common/agent/planner/item_planner/prompt/soul.md +3 -0
- package/common/agent/planner/item_planner/prompt/stakeholder.md +10 -0
- package/common/agent/planner/item_planner/prompt/workflow.md +24 -0
- package/common/agent/planner/level_planner/agent.json +42 -0
- package/common/agent/planner/level_planner/prompt/ability.md +11 -0
- package/common/agent/planner/level_planner/prompt/can.md +11 -0
- package/common/agent/planner/level_planner/prompt/role.md +9 -0
- package/common/agent/planner/level_planner/prompt/should.md +23 -0
- package/common/agent/planner/level_planner/prompt/soul.md +3 -0
- package/common/agent/planner/level_planner/prompt/stakeholder.md +9 -0
- package/common/agent/planner/level_planner/prompt/workflow.md +22 -0
- package/common/agent/planner/narrative_planner/agent.json +52 -0
- package/common/agent/planner/narrative_planner/prompt/ability.md +12 -0
- package/common/agent/planner/narrative_planner/prompt/can.md +11 -0
- package/common/agent/planner/narrative_planner/prompt/role.md +9 -0
- package/common/agent/planner/narrative_planner/prompt/should.md +23 -0
- package/common/agent/planner/narrative_planner/prompt/soul.md +3 -0
- package/common/agent/planner/narrative_planner/prompt/stakeholder.md +10 -0
- package/common/agent/planner/narrative_planner/prompt/workflow.md +25 -0
- package/common/agent/planner/system_planner/agent.json +41 -0
- package/common/agent/planner/system_planner/prompt/ability.md +11 -0
- package/common/agent/planner/system_planner/prompt/can.md +11 -0
- package/common/agent/planner/system_planner/prompt/role.md +9 -0
- package/common/agent/planner/system_planner/prompt/should.md +23 -0
- package/common/agent/planner/system_planner/prompt/soul.md +3 -0
- package/common/agent/planner/system_planner/prompt/stakeholder.md +9 -0
- package/common/agent/planner/system_planner/prompt/workflow.md +21 -0
- package/common/agent/planner/values_planner/agent.json +38 -0
- package/common/agent/planner/values_planner/prompt/ability.md +11 -0
- package/common/agent/planner/values_planner/prompt/can.md +11 -0
- package/common/agent/planner/values_planner/prompt/role.md +9 -0
- package/common/agent/planner/values_planner/prompt/should.md +23 -0
- package/common/agent/planner/values_planner/prompt/soul.md +3 -0
- package/common/agent/planner/values_planner/prompt/stakeholder.md +10 -0
- package/common/agent/planner/values_planner/prompt/workflow.md +21 -0
- package/common/agent/service/merchant/agent.json +47 -0
- package/common/agent/service/merchant/prompt/ability.md +11 -0
- package/common/agent/service/merchant/prompt/can.md +11 -0
- package/common/agent/service/merchant/prompt/role.md +10 -0
- package/common/agent/service/merchant/prompt/should.md +24 -0
- package/common/agent/service/merchant/prompt/soul.md +3 -0
- package/common/agent/service/merchant/prompt/stakeholder.md +9 -0
- package/common/agent/service/merchant/prompt/workflow.md +24 -0
- package/common/agent/service/shopping_guide/agent.json +47 -0
- package/common/agent/service/shopping_guide/prompt/ability.md +11 -0
- package/common/agent/service/shopping_guide/prompt/can.md +11 -0
- package/common/agent/service/shopping_guide/prompt/role.md +10 -0
- package/common/agent/service/shopping_guide/prompt/should.md +26 -0
- package/common/agent/service/shopping_guide/prompt/soul.md +3 -0
- package/common/agent/service/shopping_guide/prompt/stakeholder.md +9 -0
- package/common/agent/service/shopping_guide/prompt/workflow.md +21 -0
- package/common/agent/service/shopping_guide/user/admin/user.json +8 -0
- package/common/agent/service/translator/agent.json +38 -0
- package/common/agent/service/translator/prompt/ability.md +11 -0
- package/common/agent/service/translator/prompt/can.md +11 -0
- package/common/agent/service/translator/prompt/role.md +10 -0
- package/common/agent/service/translator/prompt/should.md +23 -0
- package/common/agent/service/translator/prompt/soul.md +3 -0
- package/common/agent/service/translator/prompt/stakeholder.md +8 -0
- package/common/agent/service/translator/prompt/workflow.md +22 -0
- package/common/agent/service/translator/user/admin/user.json +8 -0
- package/common/agent/system/file_manager/agent.json +41 -0
- package/common/agent/system/file_manager/prompt/ability.md +13 -0
- package/common/agent/system/file_manager/prompt/can.md +12 -0
- package/common/agent/system/file_manager/prompt/role.md +10 -0
- package/common/agent/system/file_manager/prompt/should.md +23 -0
- package/common/agent/system/file_manager/prompt/soul.md +3 -0
- package/common/agent/system/file_manager/prompt/stakeholder.md +9 -0
- package/common/agent/system/file_manager/prompt/workflow.md +22 -0
- package/common/agent/system/file_manager/user/master/user.json +15 -0
- package/common/agent/system/system_admin/agent.json +48 -0
- package/common/agent/system/system_admin/prompt/ability.md +13 -0
- package/common/agent/system/system_admin/prompt/can.md +12 -0
- package/common/agent/system/system_admin/prompt/role.md +10 -0
- package/common/agent/system/system_admin/prompt/should.md +23 -0
- package/common/agent/system/system_admin/prompt/soul.md +3 -0
- package/common/agent/system/system_admin/prompt/stakeholder.md +9 -0
- package/common/agent/system/system_admin/prompt/workflow.md +23 -0
- package/common/agent/system/system_admin/user/admin/user.json +8 -0
- package/common/agent/web/browser_operator/agent.json +51 -0
- package/common/agent/web/browser_operator/prompt/ability.md +17 -0
- package/common/agent/web/browser_operator/prompt/can.md +11 -0
- package/common/agent/web/browser_operator/prompt/role.md +10 -0
- package/common/agent/web/browser_operator/prompt/should.md +23 -0
- package/common/agent/web/browser_operator/prompt/soul.md +3 -0
- package/common/agent/web/browser_operator/prompt/stakeholder.md +9 -0
- package/common/agent/web/browser_operator/prompt/workflow.md +24 -0
- package/common/agent/web/browser_operator/user/admin/user.json +15 -0
- package/common/agent/web/iot_manager/agent.json +37 -0
- package/common/agent/web/iot_manager/prompt/ability.md +12 -0
- package/common/agent/web/iot_manager/prompt/can.md +11 -0
- package/common/agent/web/iot_manager/prompt/role.md +10 -0
- package/common/agent/web/iot_manager/prompt/should.md +23 -0
- package/common/agent/web/iot_manager/prompt/soul.md +3 -0
- package/common/agent/web/iot_manager/prompt/stakeholder.md +8 -0
- package/common/agent/web/iot_manager/prompt/workflow.md +22 -0
- package/common/agent/web/web_crawler/agent.json +53 -0
- package/common/agent/web/web_crawler/prompt/ability.md +18 -0
- package/common/agent/web/web_crawler/prompt/can.md +11 -0
- package/common/agent/web/web_crawler/prompt/role.md +10 -0
- package/common/agent/web/web_crawler/prompt/should.md +23 -0
- package/common/agent/web/web_crawler/prompt/soul.md +3 -0
- package/common/agent/web/web_crawler/prompt/stakeholder.md +9 -0
- package/common/agent/web/web_crawler/prompt/workflow.md +27 -0
- package/common/agent/web/web_crawler/user/admin/user.json +8 -0
- package/common/agent//345/206/205/347/275/256/346/231/272/350/203/275/344/275/223.md +197 -0
- package/common/agent//345/206/205/347/275/256/346/231/272/350/203/275/344/275/223.xlsx +0 -0
- package/common/knowledge/agent/agent_collaboration_standards/knowledge.json +23 -0
- package/common/knowledge/agent/agent_collaboration_standards/knowledge.md +208 -0
- package/common/knowledge/agent/agent_config_registration_standards/knowledge.json +20 -0
- package/common/knowledge/agent/agent_config_registration_standards/knowledge.md +95 -0
- package/common/knowledge/design/color_system/knowledge.json +9 -0
- package/common/knowledge/design/color_system/knowledge.md +65 -0
- package/common/knowledge/design/component_spec/knowledge.json +9 -0
- package/common/knowledge/design/component_spec/knowledge.md +90 -0
- package/common/knowledge/design/design_tokens/knowledge.json +9 -0
- package/common/knowledge/design/design_tokens/knowledge.md +109 -0
- package/common/knowledge/design/responsive_breakpoints/knowledge.json +9 -0
- package/common/knowledge/design/responsive_breakpoints/knowledge.md +69 -0
- package/common/knowledge/design/spacing_grid/knowledge.json +9 -0
- package/common/knowledge/design/spacing_grid/knowledge.md +69 -0
- package/common/knowledge/design/svg_standards/knowledge.json +9 -0
- package/common/knowledge/design/svg_standards/knowledge.md +51 -0
- package/common/knowledge/design/typography/knowledge.json +9 -0
- package/common/knowledge/design/typography/knowledge.md +57 -0
- package/common/knowledge/design/ui_icon_size/knowledge.json +9 -0
- package/common/knowledge/design/ui_icon_size/knowledge.md +73 -0
- package/common/knowledge/develop/database_design/knowledge.json +9 -0
- package/common/knowledge/develop/database_design/knowledge.md +80 -0
- package/common/knowledge/develop/database_naming_conventions/knowledge.json +9 -0
- package/common/knowledge/develop/database_naming_conventions/knowledge.md +156 -0
- package/common/knowledge/develop/file_upload_standards/knowledge.json +9 -0
- package/common/knowledge/develop/file_upload_standards/knowledge.md +73 -0
- package/common/knowledge/develop/logging_standards/knowledge.json +9 -0
- package/common/knowledge/develop/logging_standards/knowledge.md +79 -0
- package/common/knowledge/develop/naming_conventions/knowledge.json +9 -0
- package/common/knowledge/develop/naming_conventions/knowledge.md +56 -0
- package/common/knowledge/develop/project_structure/knowledge.json +9 -0
- package/common/knowledge/develop/project_structure/knowledge.md +67 -0
- package/common/knowledge/develop/version_semantics/knowledge.json +9 -0
- package/common/knowledge/develop/version_semantics/knowledge.md +51 -0
- package/common/knowledge/media/abc_notation_syntax/knowledge.json +9 -0
- package/common/knowledge/media/abc_notation_syntax/knowledge.md +103 -0
- package/common/knowledge/media/media_format_standards/knowledge.json +9 -0
- package/common/knowledge/media/media_format_standards/knowledge.md +71 -0
- package/common/knowledge/media/narrative_design_standards/knowledge.json +25 -0
- package/common/knowledge/media/narrative_design_standards/knowledge.md +163 -0
- package/common/knowledge/mm/data_query_syntax/knowledge.json +9 -0
- package/common/knowledge/mm/data_query_syntax/knowledge.md +111 -0
- package/common/knowledge/mm/template_syntax/knowledge.json +9 -0
- package/common/knowledge/mm/template_syntax/knowledge.md +123 -0
- package/common/knowledge/project/project_management_basics/knowledge.json +22 -0
- package/common/knowledge/project/project_management_basics/knowledge.md +199 -0
- package/common/knowledge/prompt/prompt_quality_criteria/knowledge.json +8 -0
- package/common/knowledge/prompt/prompt_quality_criteria/knowledge.md +73 -0
- package/common/knowledge/prompt/skill_naming_conventions/knowledge.json +7 -0
- package/common/knowledge/prompt/skill_naming_conventions/knowledge.md +105 -0
- package/common/knowledge/prompt/skill_prompt_standards/knowledge.json +7 -0
- package/common/knowledge/prompt/skill_prompt_standards/knowledge.md +63 -0
- package/common/llm/cogvideox/index.js +128 -0
- package/common/llm/cogvideox/llm.json +22 -0
- package/common/llm/deepseek_chat/llm.json +22 -0
- package/common/llm/deepseek_code/llm.json +22 -0
- package/common/llm/deepseek_doc/llm.json +22 -0
- package/common/llm/deepseek_draw/llm.json +22 -0
- package/common/llm/deepseek_media/llm.json +22 -0
- package/common/llm/doubao_seedance/index.js +139 -0
- package/common/llm/doubao_seedance/llm.json +22 -0
- package/common/llm/doubao_seedream/index.js +55 -0
- package/common/llm/doubao_seedream/llm.json +22 -0
- package/common/llm/doubao_vl/llm.json +22 -0
- package/common/llm/glm_4v/llm.json +22 -0
- package/common/llm/minimax_vl/llm.json +22 -0
- package/common/llm/qwen_image/index.js +46 -0
- package/common/llm/qwen_image/llm.json +22 -0
- package/common/llm/qwen_vl/llm.json +22 -0
- package/common/llm/step_vl/llm.json +22 -0
- package/common/resource/demo/agent/agent.json +56 -0
- package/common/resource/demo/agent/prompt/ability.md +17 -0
- package/common/resource/demo/agent/prompt/can.md +23 -0
- package/common/resource/demo/agent/prompt/role.md +10 -0
- package/common/resource/demo/agent/prompt/should.md +27 -0
- package/common/resource/demo/agent/prompt/soul.md +7 -0
- package/common/resource/demo/agent/prompt/stakeholder.md +16 -0
- package/common/resource/demo/agent/prompt/workflow.md +24 -0
- package/common/resource/demo/prompt/write_css/prompt/method.md +24 -0
- package/common/resource/demo/prompt/write_css/prompt/rule.md +26 -0
- package/common/resource/demo/prompt/write_css/prompt/trick.md +19 -0
- package/common/resource/demo/prompt/write_css/prompt.json +6 -0
- package/common/resource/demo/prompt/write_html/prompt/method.md +21 -0
- package/common/resource/demo/prompt/write_html/prompt/rule.md +24 -0
- package/common/resource/demo/prompt/write_html/prompt/trick.md +19 -0
- package/common/resource/demo/prompt/write_html/prompt.json +6 -0
- package/common/resource/demo/prompt/write_js/prompt/method.md +37 -0
- package/common/resource/demo/prompt/write_js/prompt/rule.md +38 -0
- package/common/resource/demo/prompt/write_js/prompt/trick.md +33 -0
- package/common/resource/demo/prompt/write_js/prompt.json +10 -0
- package/common/resource/demo/skill/html_css_js/skill.json +8 -0
- package/common/resource/demo/skill/html_css_js/skill.md +21 -0
- package/common/skill/agent/agent_check_up/agent_check_checklist.md +153 -0
- package/common/skill/agent/agent_check_up/agent_check_report_template.md +162 -0
- package/common/skill/agent/agent_check_up/skill.json +8 -0
- package/common/skill/agent/agent_check_up/skill.md +34 -0
- package/common/skill/agent/agent_context_testing/skill.json +8 -0
- package/common/skill/agent/agent_context_testing/skill.md +30 -0
- package/common/skill/agent/agent_dispatch/skill.json +8 -0
- package/common/skill/agent/agent_dispatch/skill.md +116 -0
- package/common/skill/agent/agent_prompt_writing/skill.json +8 -0
- package/common/skill/agent/agent_prompt_writing/skill.md +45 -0
- package/common/skill/agent/cross_agent_testing/skill.json +8 -0
- package/common/skill/agent/cross_agent_testing/skill.md +33 -0
- package/common/skill/agent/innovation_skill/skill.json +8 -0
- package/common/skill/agent/innovation_skill/skill.md +92 -0
- package/common/skill/agent/performance_evaluation/performance_eval_template.md +45 -0
- package/common/skill/agent/performance_evaluation/skill.json +8 -0
- package/common/skill/agent/performance_evaluation/skill.md +41 -0
- package/common/skill/agent/write_knowledge/skill.json +8 -0
- package/common/skill/agent/write_knowledge/skill.md +80 -0
- package/common/skill/agent/write_prompt/skill.json +8 -0
- package/common/skill/agent/write_prompt/skill.md +94 -0
- package/common/skill/design/art_quality_review/skill.json +8 -0
- package/common/skill/design/art_quality_review/skill.md +20 -0
- package/common/skill/design/art_resource_planning/skill.json +8 -0
- package/common/skill/design/art_resource_planning/skill.md +20 -0
- package/common/skill/design/art_style_design/skill.json +8 -0
- package/common/skill/design/art_style_design/skill.md +19 -0
- package/common/skill/design/art_style_guide/skill.json +8 -0
- package/common/skill/design/art_style_guide/skill.md +18 -0
- package/common/skill/design/artistic_direction/skill.json +8 -0
- package/common/skill/design/artistic_direction/skill.md +20 -0
- package/common/skill/design/canvas_graphic_drawing/skill.json +8 -0
- package/common/skill/design/canvas_graphic_drawing/skill.md +19 -0
- package/common/skill/design/character_design/skill.json +8 -0
- package/common/skill/design/character_design/skill.md +21 -0
- package/common/skill/design/creative_coordination/skill.json +8 -0
- package/common/skill/design/creative_coordination/skill.md +21 -0
- package/common/skill/design/gameplay_mechanism/skill.json +8 -0
- package/common/skill/design/gameplay_mechanism/skill.md +22 -0
- package/common/skill/design/icon_drawing/skill.json +8 -0
- package/common/skill/design/icon_drawing/skill.md +20 -0
- package/common/skill/design/icon_optimization/skill.json +8 -0
- package/common/skill/design/icon_optimization/skill.md +21 -0
- package/common/skill/design/image_processing/skill.json +8 -0
- package/common/skill/design/image_processing/skill.md +21 -0
- package/common/skill/design/image_recognition/skill.json +8 -0
- package/common/skill/design/image_recognition/skill.md +20 -0
- package/common/skill/design/render_optimization/skill.json +8 -0
- package/common/skill/design/render_optimization/skill.md +20 -0
- package/common/skill/design/responsive_testing/skill.json +8 -0
- package/common/skill/design/responsive_testing/skill.md +21 -0
- package/common/skill/design/shader_programming/skill.json +8 -0
- package/common/skill/design/shader_programming/skill.md +20 -0
- package/common/skill/design/svg_graphic_drawing/skill.json +8 -0
- package/common/skill/design/svg_graphic_drawing/skill.md +20 -0
- package/common/skill/design/ui_design/skill.json +8 -0
- package/common/skill/design/ui_design/skill.md +19 -0
- package/common/skill/develop/api_design/skill.json +8 -0
- package/common/skill/develop/api_design/skill.md +22 -0
- package/common/skill/develop/api_implementation/skill.json +8 -0
- package/common/skill/develop/api_implementation/skill.md +24 -0
- package/common/skill/develop/api_integration/skill.json +8 -0
- package/common/skill/develop/api_integration/skill.md +26 -0
- package/common/skill/develop/code_encapsulation/skill.json +8 -0
- package/common/skill/develop/code_encapsulation/skill.md +21 -0
- package/common/skill/develop/create_database/skill.json +8 -0
- package/common/skill/develop/create_database/skill.md +20 -0
- package/common/skill/develop/create_table/skill.json +8 -0
- package/common/skill/develop/create_table/skill.md +22 -0
- package/common/skill/develop/database_design/skill.json +8 -0
- package/common/skill/develop/database_design/skill.md +24 -0
- package/common/skill/develop/e2e_testing_fe/skill.json +12 -0
- package/common/skill/develop/e2e_testing_fe/skill.md +22 -0
- package/common/skill/develop/frontend_development/skill.json +10 -0
- package/common/skill/develop/frontend_development/skill.md +54 -0
- package/common/skill/develop/fullstack_development/skill.json +8 -0
- package/common/skill/develop/fullstack_development/skill.md +24 -0
- package/common/skill/develop/html_css/skill.json +8 -0
- package/common/skill/develop/html_css/skill.md +23 -0
- package/common/skill/develop/integration_testing_js/skill.json +8 -0
- package/common/skill/develop/integration_testing_js/skill.md +23 -0
- package/common/skill/develop/integration_testing_py/skill.json +8 -0
- package/common/skill/develop/integration_testing_py/skill.md +23 -0
- package/common/skill/develop/js_development/skill.json +8 -0
- package/common/skill/develop/js_development/skill.md +24 -0
- package/common/skill/develop/mcp_integration/skill.json +8 -0
- package/common/skill/develop/mcp_integration/skill.md +24 -0
- package/common/skill/develop/mini_program_development/skill.json +8 -0
- package/common/skill/develop/mini_program_development/skill.md +20 -0
- package/common/skill/develop/mm_server_development/skill.json +8 -0
- package/common/skill/develop/mm_server_development/skill.md +20 -0
- package/common/skill/develop/module_development/skill.json +8 -0
- package/common/skill/develop/module_development/skill.md +23 -0
- package/common/skill/develop/mqtt_integration/skill.json +8 -0
- package/common/skill/develop/mqtt_integration/skill.md +23 -0
- package/common/skill/develop/nodejs_server/skill.json +8 -0
- package/common/skill/develop/nodejs_server/skill.md +25 -0
- package/common/skill/develop/performance_optimization/skill.json +8 -0
- package/common/skill/develop/performance_optimization/skill.md +20 -0
- package/common/skill/develop/performance_testing/skill.json +8 -0
- package/common/skill/develop/performance_testing/skill.md +21 -0
- package/common/skill/develop/performance_tuning/skill.json +8 -0
- package/common/skill/develop/performance_tuning/skill.md +20 -0
- package/common/skill/develop/plugin_development/skill.json +8 -0
- package/common/skill/develop/plugin_development/skill.md +23 -0
- package/common/skill/develop/python_backend/skill.json +8 -0
- package/common/skill/develop/python_backend/skill.md +25 -0
- package/common/skill/develop/python_script/skill.json +8 -0
- package/common/skill/develop/python_script/skill.md +21 -0
- package/common/skill/develop/system_architecture/skill.json +8 -0
- package/common/skill/develop/system_architecture/skill.md +21 -0
- package/common/skill/develop/technical_selection/skill.json +8 -0
- package/common/skill/develop/technical_selection/skill.md +21 -0
- package/common/skill/develop/uniapp_development/skill.json +8 -0
- package/common/skill/develop/uniapp_development/skill.md +22 -0
- package/common/skill/develop/unit_testing_js/skill.json +8 -0
- package/common/skill/develop/unit_testing_js/skill.md +21 -0
- package/common/skill/develop/unit_testing_py/skill.json +8 -0
- package/common/skill/develop/unit_testing_py/skill.md +22 -0
- package/common/skill/develop/vue_development/skill.json +8 -0
- package/common/skill/develop/vue_development/skill.md +25 -0
- package/common/skill/develop/ws_integration/skill.json +8 -0
- package/common/skill/develop/ws_integration/skill.md +24 -0
- package/common/skill/media/abc_notation/skill.json +8 -0
- package/common/skill/media/abc_notation/skill.md +19 -0
- package/common/skill/media/abcjs_music_creation/abcjs_examples.md +81 -0
- package/common/skill/media/abcjs_music_creation/skill.json +14 -0
- package/common/skill/media/abcjs_music_creation/skill.md +20 -0
- package/common/skill/media/audio_creation/skill.json +8 -0
- package/common/skill/media/audio_creation/skill.md +20 -0
- package/common/skill/media/audio_editing/skill.json +8 -0
- package/common/skill/media/audio_editing/skill.md +21 -0
- package/common/skill/media/content_writing/skill.json +8 -0
- package/common/skill/media/content_writing/skill.md +20 -0
- package/common/skill/media/distribution_marketing/skill.json +8 -0
- package/common/skill/media/distribution_marketing/skill.md +21 -0
- package/common/skill/media/editing_proofreading/skill.json +8 -0
- package/common/skill/media/editing_proofreading/skill.md +21 -0
- package/common/skill/media/market_research/skill.json +8 -0
- package/common/skill/media/market_research/skill.md +20 -0
- package/common/skill/media/media_file_management/skill.json +8 -0
- package/common/skill/media/media_file_management/skill.md +20 -0
- package/common/skill/media/printing_coordination/skill.json +8 -0
- package/common/skill/media/printing_coordination/skill.md +20 -0
- package/common/skill/media/sound_design/skill.json +8 -0
- package/common/skill/media/sound_design/skill.md +20 -0
- package/common/skill/media/speech_recognition/skill.json +8 -0
- package/common/skill/media/speech_recognition/skill.md +20 -0
- package/common/skill/media/speech_synthesis/skill.json +8 -0
- package/common/skill/media/speech_synthesis/skill.md +21 -0
- package/common/skill/media/topic_planning/skill.json +8 -0
- package/common/skill/media/topic_planning/skill.md +20 -0
- package/common/skill/media/typesetting_design/skill.json +8 -0
- package/common/skill/media/typesetting_design/skill.md +20 -0
- package/common/skill/media/video_editing/skill.json +8 -0
- package/common/skill/media/video_editing/skill.md +22 -0
- package/common/skill/mm/mm_api_development/skill.json +14 -0
- package/common/skill/mm/mm_api_development/skill.md +52 -0
- package/common/skill/mm/mm_api_documentation/skill.json +14 -0
- package/common/skill/mm/mm_api_documentation/skill.md +91 -0
- package/common/skill/mm/mm_api_event_development/skill.json +14 -0
- package/common/skill/mm/mm_api_event_development/skill.md +33 -0
- package/common/skill/mm/mm_api_script/skill.json +14 -0
- package/common/skill/mm/mm_api_script/skill.md +156 -0
- package/common/skill/mm/mm_app_config/skill.json +14 -0
- package/common/skill/mm/mm_app_config/skill.md +96 -0
- package/common/skill/mm/mm_app_development/skill.json +8 -0
- package/common/skill/mm/mm_app_development/skill.md +54 -0
- package/common/skill/mm/mm_app_script/skill.json +14 -0
- package/common/skill/mm/mm_app_script/skill.md +267 -0
- package/common/skill/mm/mm_code_encapsulation/skill.json +14 -0
- package/common/skill/mm/mm_code_encapsulation/skill.md +300 -0
- package/common/skill/mm/mm_com_script/skill.json +14 -0
- package/common/skill/mm/mm_com_script/skill.md +256 -0
- package/common/skill/mm/mm_config_guide/skill.json +14 -0
- package/common/skill/mm/mm_config_guide/skill.md +232 -0
- package/common/skill/mm/mm_data_query/skill.json +14 -0
- package/common/skill/mm/mm_data_query/skill.md +32 -0
- package/common/skill/mm/mm_database_guide/skill.json +14 -0
- package/common/skill/mm/mm_database_guide/skill.md +191 -0
- package/common/skill/mm/mm_development_scenario/skill.json +14 -0
- package/common/skill/mm/mm_development_scenario/skill.md +130 -0
- package/common/skill/mm/mm_error_handling/skill.json +14 -0
- package/common/skill/mm/mm_error_handling/skill.md +32 -0
- package/common/skill/mm/mm_event_config/skill.json +14 -0
- package/common/skill/mm/mm_event_config/skill.md +132 -0
- package/common/skill/mm/mm_event_script/skill.json +14 -0
- package/common/skill/mm/mm_event_script/skill.md +247 -0
- package/common/skill/mm/mm_file_upload/skill.json +14 -0
- package/common/skill/mm/mm_file_upload/skill.md +142 -0
- package/common/skill/mm/mm_mqtt_guide/skill.json +14 -0
- package/common/skill/mm/mm_mqtt_guide/skill.md +160 -0
- package/common/skill/mm/mm_param_validation/skill.json +14 -0
- package/common/skill/mm/mm_param_validation/skill.md +178 -0
- package/common/skill/mm/mm_pendant_config/skill.json +14 -0
- package/common/skill/mm/mm_pendant_config/skill.md +99 -0
- package/common/skill/mm/mm_pendant_development/skill.json +14 -0
- package/common/skill/mm/mm_pendant_development/skill.md +20 -0
- package/common/skill/mm/mm_pendant_script/skill.json +14 -0
- package/common/skill/mm/mm_pendant_script/skill.md +210 -0
- package/common/skill/mm/mm_pendant_template/skill.json +14 -0
- package/common/skill/mm/mm_pendant_template/skill.md +47 -0
- package/common/skill/mm/mm_plugin_config/skill.json +14 -0
- package/common/skill/mm/mm_plugin_config/skill.md +292 -0
- package/common/skill/mm/mm_plugin_development/skill.json +14 -0
- package/common/skill/mm/mm_plugin_development/skill.md +20 -0
- package/common/skill/mm/mm_plugin_script/skill.json +14 -0
- package/common/skill/mm/mm_plugin_script/skill.md +163 -0
- package/common/skill/mm/mm_plugin_structure_guide/skill.json +14 -0
- package/common/skill/mm/mm_plugin_structure_guide/skill.md +130 -0
- package/common/skill/mm/mm_publish_guide/skill.json +14 -0
- package/common/skill/mm/mm_publish_guide/skill.md +121 -0
- package/common/skill/mm/mm_security_guide/skill.json +14 -0
- package/common/skill/mm/mm_security_guide/skill.md +191 -0
- package/common/skill/mm/mm_sql_config/skill.json +14 -0
- package/common/skill/mm/mm_sql_config/skill.md +338 -0
- package/common/skill/mm/mm_static_guide/skill.json +14 -0
- package/common/skill/mm/mm_static_guide/skill.md +184 -0
- package/common/skill/mm/mm_task_config/skill.json +14 -0
- package/common/skill/mm/mm_task_config/skill.md +84 -0
- package/common/skill/mm/mm_task_development/skill.json +14 -0
- package/common/skill/mm/mm_task_development/skill.md +26 -0
- package/common/skill/mm/mm_task_script/skill.json +14 -0
- package/common/skill/mm/mm_task_script/skill.md +264 -0
- package/common/skill/mm/mm_template_development/skill.json +14 -0
- package/common/skill/mm/mm_template_development/skill.md +29 -0
- package/common/skill/mm/mm_template_syntax/skill.json +14 -0
- package/common/skill/mm/mm_template_syntax/skill.md +24 -0
- package/common/skill/mm/mm_testing_guide/skill.json +14 -0
- package/common/skill/mm/mm_testing_guide/skill.md +193 -0
- package/common/skill/mm/mm_websocket_guide/skill.json +14 -0
- package/common/skill/mm/mm_websocket_guide/skill.md +180 -0
- package/common/skill/plan/accessory_design/skill.json +8 -0
- package/common/skill/plan/accessory_design/skill.md +19 -0
- package/common/skill/plan/advertising_creativity/skill.json +14 -0
- package/common/skill/plan/advertising_creativity/skill.md +21 -0
- package/common/skill/plan/architecture_design/skill.json +8 -0
- package/common/skill/plan/architecture_design/skill.md +18 -0
- package/common/skill/plan/background_design/skill.json +8 -0
- package/common/skill/plan/background_design/skill.md +18 -0
- package/common/skill/plan/climate_design/skill.json +8 -0
- package/common/skill/plan/climate_design/skill.md +17 -0
- package/common/skill/plan/costume_design/skill.json +8 -0
- package/common/skill/plan/costume_design/skill.md +21 -0
- package/common/skill/plan/creature_design/skill.json +8 -0
- package/common/skill/plan/creature_design/skill.md +18 -0
- package/common/skill/plan/critical_path_analysis/skill.json +16 -0
- package/common/skill/plan/critical_path_analysis/skill.md +45 -0
- package/common/skill/plan/data_analysis/skill.json +14 -0
- package/common/skill/plan/data_analysis/skill.md +20 -0
- package/common/skill/plan/data_visualization/skill.json +14 -0
- package/common/skill/plan/data_visualization/skill.md +19 -0
- package/common/skill/plan/economic_modeling/skill.json +14 -0
- package/common/skill/plan/economic_modeling/skill.md +20 -0
- package/common/skill/plan/formula_design/skill.json +14 -0
- package/common/skill/plan/formula_design/skill.md +21 -0
- package/common/skill/plan/game_balance_analysis/skill.json +14 -0
- package/common/skill/plan/game_balance_analysis/skill.md +20 -0
- package/common/skill/plan/game_concept_design/skill.json +14 -0
- package/common/skill/plan/game_concept_design/skill.md +20 -0
- package/common/skill/plan/hr_planning/skill.json +14 -0
- package/common/skill/plan/hr_planning/skill.md +21 -0
- package/common/skill/plan/journey_design/skill.json +8 -0
- package/common/skill/plan/journey_design/skill.md +18 -0
- package/common/skill/plan/level_layout/skill.json +8 -0
- package/common/skill/plan/level_layout/skill.md +18 -0
- package/common/skill/plan/map_design/skill.json +8 -0
- package/common/skill/plan/map_design/skill.md +18 -0
- package/common/skill/plan/marketing_strategy/skill.json +14 -0
- package/common/skill/plan/marketing_strategy/skill.md +21 -0
- package/common/skill/plan/novel_writing/skill.json +14 -0
- package/common/skill/plan/novel_writing/skill.md +23 -0
- package/common/skill/plan/planning_prioritization/skill.json +14 -0
- package/common/skill/plan/planning_prioritization/skill.md +20 -0
- package/common/skill/plan/plot_design/skill.json +8 -0
- package/common/skill/plan/plot_design/skill.md +18 -0
- package/common/skill/plan/product_analysis/skill.json +14 -0
- package/common/skill/plan/product_analysis/skill.md +20 -0
- package/common/skill/plan/product_search/skill.json +14 -0
- package/common/skill/plan/product_search/skill.md +21 -0
- package/common/skill/plan/prop_design/skill.json +8 -0
- package/common/skill/plan/prop_design/skill.md +18 -0
- package/common/skill/plan/relationship_design/skill.json +8 -0
- package/common/skill/plan/relationship_design/skill.md +18 -0
- package/common/skill/plan/scene_design/skill.json +8 -0
- package/common/skill/plan/scene_design/skill.md +18 -0
- package/common/skill/plan/script_writing/skill.json +14 -0
- package/common/skill/plan/script_writing/skill.md +20 -0
- package/common/skill/plan/skill_analysis/skill.json +26 -0
- package/common/skill/plan/skill_analysis/skill.md +20 -0
- package/common/skill/plan/storyboard_design/skill.json +8 -0
- package/common/skill/plan/storyboard_design/skill.md +17 -0
- package/common/skill/plan/system_rule_design/skill.json +14 -0
- package/common/skill/plan/system_rule_design/skill.md +20 -0
- package/common/skill/plan/task_planning/skill.json +14 -0
- package/common/skill/plan/task_planning/skill.md +20 -0
- package/common/skill/plan/test_case_design/skill.json +14 -0
- package/common/skill/plan/test_case_design/skill.md +20 -0
- package/common/skill/plan/training_planning/skill.json +25 -0
- package/common/skill/plan/training_planning/skill.md +20 -0
- package/common/skill/plan/translation/skill.json +14 -0
- package/common/skill/plan/translation/skill.md +20 -0
- package/common/skill/plan/wbs/skill.json +14 -0
- package/common/skill/plan/wbs/skill.md +21 -0
- package/common/skill/plan/world_building/skill.json +8 -0
- package/common/skill/plan/world_building/skill.md +23 -0
- package/common/skill/plan/writing_review/skill.json +14 -0
- package/common/skill/plan/writing_review/skill.md +20 -0
- package/common/skill/project/document_management/skill.json +14 -0
- package/common/skill/project/document_management/skill.md +20 -0
- package/common/skill/project/file_management/skill.json +14 -0
- package/common/skill/project/file_management/skill.md +20 -0
- package/common/skill/project/progress_control/progress_control_template.md +34 -0
- package/common/skill/project/progress_control/skill.json +14 -0
- package/common/skill/project/progress_control/skill.md +21 -0
- package/common/skill/project/project_analysis/skill.json +14 -0
- package/common/skill/project/project_analysis/skill.md +22 -0
- package/common/skill/project/project_creation/skill.json +14 -0
- package/common/skill/project/project_creation/skill.md +19 -0
- package/common/skill/project/requirement_analysis/skill.json +14 -0
- package/common/skill/project/requirement_analysis/skill.md +21 -0
- package/common/skill/project/risk_management/risk_management_template.md +28 -0
- package/common/skill/project/risk_management/skill.json +14 -0
- package/common/skill/project/risk_management/skill.md +22 -0
- package/common/skill/service/browser_automation/skill.json +14 -0
- package/common/skill/service/browser_automation/skill.md +21 -0
- package/common/skill/service/browser_testing/skill.json +14 -0
- package/common/skill/service/browser_testing/skill.md +20 -0
- package/common/skill/service/device_control/skill.json +14 -0
- package/common/skill/service/device_control/skill.md +20 -0
- package/common/skill/service/schedule_management_skill/skill.json +8 -0
- package/common/skill/service/schedule_management_skill/skill.md +51 -0
- package/common/skill/service/todo_management_skill/skill.json +8 -0
- package/common/skill/service/todo_management_skill/skill.md +59 -0
- package/common/skill/service/weather_query_skill/skill.json +8 -0
- package/common/skill/service/weather_query_skill/skill.md +53 -0
- package/common/skill/service/web_scraping/skill.json +14 -0
- package/common/skill/service/web_scraping/skill.md +21 -0
- package/common/skill/session/context_management/context_management_template.md +51 -0
- package/common/skill/session/context_management/skill.json +14 -0
- package/common/skill/session/context_management/skill.md +20 -0
- package/common/skill/session/dialogue_management_skill/skill.json +8 -0
- package/common/skill/session/dialogue_management_skill/skill.md +65 -0
- package/common/skill/session/natural_language_skill/skill.json +8 -0
- package/common/skill/session/natural_language_skill/skill.md +61 -0
- package/common/skill/system/backup_recovery/skill.json +8 -0
- package/common/skill/system/backup_recovery/skill.md +21 -0
- package/common/skill/system/batch_processing/skill.json +8 -0
- package/common/skill/system/batch_processing/skill.md +21 -0
- package/common/skill/task/quality_acceptance/quality_acceptance_template.md +39 -0
- package/common/skill/task/quality_acceptance/skill.json +14 -0
- package/common/skill/task/quality_acceptance/skill.md +21 -0
- package/common/skill/tool/code_implementation/skill.json +8 -0
- package/common/skill/tool/code_implementation/skill.md +132 -0
- package/common/skill/tool/tool_build/skill.json +8 -0
- package/common/skill/tool/tool_build/skill.md +85 -0
- package/common/skill/tool/tool_chain_testing/skill.json +14 -0
- package/common/skill/tool/tool_chain_testing/skill.md +21 -0
- package/common/skill/tool/tool_create_standard/skill.json +22 -0
- package/common/skill/tool/tool_create_standard/skill.md +44 -0
- package/common/skill/tool/tool_development/skill.json +8 -0
- package/common/skill/tool/tool_development/skill.md +46 -0
- package/common/skill/tool/tool_development/tool_dev_code_examples.md +188 -0
- package/common/skill/tool/tool_test_data_generation/skill.json +14 -0
- package/common/skill/tool/tool_test_data_generation/skill.md +307 -0
- package/common/skill/tool/tool_testing_workflow/skill.json +14 -0
- package/common/skill/tool/tool_testing_workflow/skill.md +25 -0
- package/common/skill/web/data_extraction/skill.json +14 -0
- package/common/skill/web/data_extraction/skill.md +20 -0
- package/common/skill/web/form_filling/skill.json +14 -0
- package/common/skill/web/form_filling/skill.md +20 -0
- package/common/skill/web/operation_report/skill.json +14 -0
- package/common/skill/web/operation_report/skill.md +19 -0
- package/common/skill/web/page_screenshot/skill.json +14 -0
- package/common/skill/web/page_screenshot/skill.md +21 -0
- package/common/skill/web/status_monitoring/skill.json +14 -0
- package/common/skill/web/status_monitoring/skill.md +22 -0
- package/common/skill/web/web_navigation/skill.json +14 -0
- package/common/skill/web/web_navigation/skill.md +21 -0
- package/common/skill//345/206/205/347/275/256/346/212/200/350/203/275.md +70 -0
- package/common/skill//346/212/200/350/203/275/346/270/205/345/215/225.md +293 -0
- package/common/skill//346/234/252/345/256/236/347/216/260/346/212/200/350/203/275.md +54 -0
- package/common/tool/agent/agent_skill_tool_checker/index.js +344 -0
- package/common/tool/agent/agent_skill_tool_checker/tool.json +34 -0
- package/common/tool/agent/assign_agent_work/index.js +53 -0
- package/common/tool/agent/assign_agent_work/tool.json +141 -0
- package/common/tool/agent/call_agent/index.js +279 -0
- package/common/tool/agent/call_agent/tool.json +156 -0
- package/common/tool/agent/call_agents/index.js +396 -0
- package/common/tool/agent/call_agents/tool.json +131 -0
- package/common/tool/agent/cancel_agent/index.js +56 -0
- package/common/tool/agent/cancel_agent/tool.json +52 -0
- package/common/tool/agent/create_agent/index.js +101 -0
- package/common/tool/agent/create_agent/tool.json +138 -0
- package/common/tool/agent/get_agent_detail/index.js +37 -0
- package/common/tool/agent/get_agent_detail/tool.json +93 -0
- package/common/tool/agent/get_agent_list/index.js +24 -0
- package/common/tool/agent/get_agent_list/tool.json +29 -0
- package/common/tool/agent/get_agent_status/index.js +168 -0
- package/common/tool/agent/get_agent_status/tool.json +113 -0
- package/common/tool/agent/read_agent_prompt/index.js +49 -0
- package/common/tool/agent/read_agent_prompt/tool.json +81 -0
- package/common/tool/agent/read_agent_stage_prompt/index.js +176 -0
- package/common/tool/agent/read_agent_stage_prompt/tool.json +109 -0
- package/common/tool/agent/set_agent/index.js +107 -0
- package/common/tool/agent/set_agent/tool copy.json +230 -0
- package/common/tool/agent/set_agent/tool.json +138 -0
- package/common/tool/agent/set_agent_stage/index.js +57 -0
- package/common/tool/agent/set_agent_stage/tool.json +64 -0
- package/common/tool/data/cache/index.js +68 -0
- package/common/tool/data/cache/tool.json +66 -0
- package/common/tool/data/excel/index.js +139 -0
- package/common/tool/data/excel/tool.json +53 -0
- package/common/tool/data/sql/index.js +58 -0
- package/common/tool/data/sql/tool.json +47 -0
- package/common/tool/develop/apply_patch/index.js +248 -0
- package/common/tool/develop/apply_patch/tool.json +83 -0
- package/common/tool/develop/build_html_ui/index.js +143 -0
- package/common/tool/develop/build_html_ui/tool.json +52 -0
- package/common/tool/develop/build_html_ui/tpl/css/color.css +798 -0
- package/common/tool/develop/build_html_ui/tpl/css/common.css +1080 -0
- package/common/tool/develop/build_html_ui/tpl/css/component.css +654 -0
- package/common/tool/develop/build_html_ui/tpl/css/grid.css +162 -0
- package/common/tool/develop/build_html_ui/tpl/css/size.css +506 -0
- package/common/tool/develop/build_html_ui/tpl/css/var.css +289 -0
- package/common/tool/develop/build_html_ui/tpl/index.html +437 -0
- package/common/tool/develop/build_html_ui/tpl/js/jquery4.min.js +2 -0
- package/common/tool/develop/build_html_ui/tpl/js/ui.js +34 -0
- package/common/tool/develop/diff_check/index.js +343 -0
- package/common/tool/develop/diff_check/tool.json +147 -0
- package/common/tool/develop/e2e_test/index.js +684 -0
- package/common/tool/develop/e2e_test/tool.json +186 -0
- package/common/tool/develop/exec_code/example.js +148 -0
- package/common/tool/develop/exec_code/index.js +348 -0
- package/common/tool/develop/exec_code/tool.json +49 -0
- package/common/tool/develop/frontend_debug/frontend_debug.html +802 -0
- package/common/tool/develop/frontend_debug/vconsole.min.js +10 -0
- package/common/tool/develop/get_diagnostics/index.js +204 -0
- package/common/tool/develop/get_diagnostics/tool.json +48 -0
- package/common/tool/develop/open_preview/index.js +73 -0
- package/common/tool/develop/open_preview/tool.json +53 -0
- package/common/tool/develop/run_script/index.js +226 -0
- package/common/tool/develop/run_script/tool.json +39 -0
- package/common/tool/file/copy_file/index.js +196 -0
- package/common/tool/file/copy_file/tool.json +67 -0
- package/common/tool/file/cut_file/index.js +102 -0
- package/common/tool/file/cut_file/tool.json +49 -0
- package/common/tool/file/docx/index.js +317 -0
- package/common/tool/file/docx/tool.json +62 -0
- package/common/tool/file/edit_file/index.js +222 -0
- package/common/tool/file/edit_file/tool.json +80 -0
- package/common/tool/file/glob/index.js +132 -0
- package/common/tool/file/glob/tool.json +51 -0
- package/common/tool/file/grep/index.js +209 -0
- package/common/tool/file/grep/tool.json +77 -0
- package/common/tool/file/ls/index.js +108 -0
- package/common/tool/file/ls/tool.json +68 -0
- package/common/tool/file/make_dir/index.js +40 -0
- package/common/tool/file/make_dir/tool.json +49 -0
- package/common/tool/file/pdf/index.js +58 -0
- package/common/tool/file/pdf/tool.json +40 -0
- package/common/tool/file/read_doc/index.js +49 -0
- package/common/tool/file/read_doc/tool.json +49 -0
- package/common/tool/file/read_file/index.js +55 -0
- package/common/tool/file/read_file/tool.json +42 -0
- package/common/tool/file/read_text/index.js +113 -0
- package/common/tool/file/read_text/tool.json +71 -0
- package/common/tool/file/remove_dir/index.js +58 -0
- package/common/tool/file/remove_dir/tool.json +42 -0
- package/common/tool/file/remove_file/index.js +66 -0
- package/common/tool/file/remove_file/tool.json +41 -0
- package/common/tool/file/search_dir/index.js +96 -0
- package/common/tool/file/search_dir/tool.json +56 -0
- package/common/tool/file/search_file/index.js +91 -0
- package/common/tool/file/search_file/tool.json +56 -0
- package/common/tool/file/search_replace/index.js +100 -0
- package/common/tool/file/search_replace/tool.json +55 -0
- package/common/tool/file/unzip/index.js +129 -0
- package/common/tool/file/unzip/tool.json +60 -0
- package/common/tool/file/write_file/index.js +114 -0
- package/common/tool/file/write_file/tool.json +68 -0
- package/common/tool/file/write_text/index.js +191 -0
- package/common/tool/file/write_text/tool.json +90 -0
- package/common/tool/file/zip/index.js +134 -0
- package/common/tool/file/zip/tool.json +71 -0
- package/common/tool/knowledge/batch_knowledge_checker/index.js +348 -0
- package/common/tool/knowledge/batch_knowledge_checker/tool.json +32 -0
- package/common/tool/knowledge/create_knowledge/index.js +47 -0
- package/common/tool/knowledge/create_knowledge/tool.json +94 -0
- package/common/tool/knowledge/del_knowledge/index.js +46 -0
- package/common/tool/knowledge/del_knowledge/tool.json +34 -0
- package/common/tool/knowledge/get_knowledge_detail/index.js +32 -0
- package/common/tool/knowledge/get_knowledge_detail/tool.json +71 -0
- package/common/tool/knowledge/get_knowledge_list/index.js +69 -0
- package/common/tool/knowledge/get_knowledge_list/tool.json +39 -0
- package/common/tool/knowledge/knowledge_prompt_checker/index.js +220 -0
- package/common/tool/knowledge/knowledge_prompt_checker/tool.json +32 -0
- package/common/tool/knowledge/read_knowledge/index.js +43 -0
- package/common/tool/knowledge/read_knowledge/tool.json +34 -0
- package/common/tool/knowledge/set_knowledge/index.js +74 -0
- package/common/tool/knowledge/set_knowledge/tool.json +83 -0
- package/common/tool/mcp/get_mcp_tool_list/index.js +106 -0
- package/common/tool/mcp/get_mcp_tool_list/tool.json +48 -0
- package/common/tool/mcp/use_mcp_tool/index.js +76 -0
- package/common/tool/mcp/use_mcp_tool/tool.json +57 -0
- package/common/tool/media/TTS/index.js +78 -0
- package/common/tool/media/TTS/tool.json +53 -0
- package/common/tool/media/abcjs/abcjs-basic-min.js +3 -0
- package/common/tool/media/abcjs/index.js +326 -0
- package/common/tool/media/abcjs/template.html +339 -0
- package/common/tool/media/abcjs/tool.json +70 -0
- package/common/tool/media/asr/index.js +17 -0
- package/common/tool/media/asr/tool.json +41 -0
- package/common/tool/media/audio/index.js +95 -0
- package/common/tool/media/audio/tool.json +53 -0
- package/common/tool/media/canvas/index.js +104 -0
- package/common/tool/media/canvas/tool.json +175 -0
- package/common/tool/media/comfyui/index.js +159 -0
- package/common/tool/media/comfyui/tool.json +79 -0
- package/common/tool/media/generate_audio/index.js +63 -0
- package/common/tool/media/generate_audio/tool.json +60 -0
- package/common/tool/media/generate_image/index.js +84 -0
- package/common/tool/media/generate_image/tool.json +61 -0
- package/common/tool/media/generate_video/index.js +109 -0
- package/common/tool/media/generate_video/tool.json +85 -0
- package/common/tool/media/image/index.js +145 -0
- package/common/tool/media/image/tool.json +150 -0
- package/common/tool/media/ocr/index.js +17 -0
- package/common/tool/media/ocr/tool.json +41 -0
- package/common/tool/media/stable_diffusion/index.js +96 -0
- package/common/tool/media/stable_diffusion/tool.json +141 -0
- package/common/tool/media/translate/index.js +85 -0
- package/common/tool/media/translate/tool.json +47 -0
- package/common/tool/media/video/index.js +117 -0
- package/common/tool/media/video/tool.json +53 -0
- package/common/tool/project/create_project/index.js +50 -0
- package/common/tool/project/create_project/tool.json +100 -0
- package/common/tool/project/del_project/index.js +47 -0
- package/common/tool/project/del_project/tool.json +34 -0
- package/common/tool/project/get_project_detail/index.js +35 -0
- package/common/tool/project/get_project_detail/tool.json +78 -0
- package/common/tool/project/get_project_list/index.js +65 -0
- package/common/tool/project/get_project_list/tool.json +39 -0
- package/common/tool/project/set_project/index.js +61 -0
- package/common/tool/project/set_project/tool.json +103 -0
- package/common/tool/project/switch_project/index.js +67 -0
- package/common/tool/project/switch_project/tool.json +58 -0
- package/common/tool/prompt/create_prompt/index.js +59 -0
- package/common/tool/prompt/create_prompt/tool.json +113 -0
- package/common/tool/prompt/del_prompt/index.js +47 -0
- package/common/tool/prompt/del_prompt/tool.json +34 -0
- package/common/tool/prompt/get_prompt_detail/index.js +35 -0
- package/common/tool/prompt/get_prompt_detail/tool.json +84 -0
- package/common/tool/prompt/get_prompt_list/index.js +69 -0
- package/common/tool/prompt/get_prompt_list/tool.json +39 -0
- package/common/tool/prompt/prompt_converter/index.js +490 -0
- package/common/tool/prompt/prompt_converter/tool.json +47 -0
- package/common/tool/prompt/read_prompt/index.js +43 -0
- package/common/tool/prompt/read_prompt/tool.json +34 -0
- package/common/tool/prompt/set_prompt/index.js +85 -0
- package/common/tool/prompt/set_prompt/tool.json +106 -0
- package/common/tool/session/new_session/index.js +50 -0
- package/common/tool/session/new_session/tool.json +63 -0
- package/common/tool/session/send_message/index.js +85 -0
- package/common/tool/session/send_message/tool.json +69 -0
- package/common/tool/skill/batch_skill_checker/index.js +443 -0
- package/common/tool/skill/batch_skill_checker/tool.json +32 -0
- package/common/tool/skill/create_skill/index.js +55 -0
- package/common/tool/skill/create_skill/tool.json +72 -0
- package/common/tool/skill/endow_skills/index.js +88 -0
- package/common/tool/skill/endow_skills/tool.json +78 -0
- package/common/tool/skill/execute_skill/index.js +52 -0
- package/common/tool/skill/execute_skill/tool.json +44 -0
- package/common/tool/skill/get_agent_skills/index.js +152 -0
- package/common/tool/skill/get_agent_skills/tool.json +84 -0
- package/common/tool/skill/get_skill_detail/index.js +36 -0
- package/common/tool/skill/get_skill_detail/tool.json +75 -0
- package/common/tool/skill/get_skill_list/index.js +38 -0
- package/common/tool/skill/get_skill_list/tool.json +56 -0
- package/common/tool/skill/read_skill/index.js +39 -0
- package/common/tool/skill/read_skill/tool.json +44 -0
- package/common/tool/skill/set_skill/index.js +62 -0
- package/common/tool/skill/set_skill/tool.json +72 -0
- package/common/tool/skill/skill_dependency_checker/index.js +300 -0
- package/common/tool/skill/skill_dependency_checker/tool.json +34 -0
- package/common/tool/skill/skill_prompt_checker/index.js +322 -0
- package/common/tool/skill/skill_prompt_checker/tool.json +32 -0
- package/common/tool/system/auto_operation/desktop.js +471 -0
- package/common/tool/system/auto_operation/executor.js +248 -0
- package/common/tool/system/auto_operation/index.js +235 -0
- package/common/tool/system/auto_operation/parser.js +197 -0
- package/common/tool/system/auto_operation/result.js +166 -0
- package/common/tool/system/auto_operation/tool.json +83 -0
- package/common/tool/system/auto_operation/utils.js +154 -0
- package/common/tool/system/git/index.js +353 -0
- package/common/tool/system/git/tool.json +89 -0
- package/common/tool/system/npm/index.js +213 -0
- package/common/tool/system/npm/tool.json +50 -0
- package/common/tool/system/retry_middleware/index.js +310 -0
- package/common/tool/system/run_command/index.js +257 -0
- package/common/tool/system/run_command/tool.json +64 -0
- package/common/tool/system/shell/index.js +191 -0
- package/common/tool/system/shell/tool.json +40 -0
- package/common/tool/task/create_task/index.js +90 -0
- package/common/tool/task/create_task/tool.json +120 -0
- package/common/tool/task/del_task/index.js +65 -0
- package/common/tool/task/del_task/tool.json +46 -0
- package/common/tool/task/get_agent_tasks/index.js +77 -0
- package/common/tool/task/get_agent_tasks/tool.json +40 -0
- package/common/tool/task/get_task_detail/index.js +51 -0
- package/common/tool/task/get_task_detail/tool.json +74 -0
- package/common/tool/task/get_task_list/index.js +76 -0
- package/common/tool/task/get_task_list/tool.json +60 -0
- package/common/tool/task/set_task_status/index.js +67 -0
- package/common/tool/task/set_task_status/tool.json +129 -0
- package/common/tool/todo/add_todos/index.js +83 -0
- package/common/tool/todo/add_todos/tool.json +94 -0
- package/common/tool/todo/get_agent_todos/index.js +73 -0
- package/common/tool/todo/get_agent_todos/tool.json +57 -0
- package/common/tool/todo/set_todo_status/index.js +80 -0
- package/common/tool/todo/set_todo_status/tool.json +77 -0
- package/common/tool/todo/set_todos/index.js +89 -0
- package/common/tool/todo/set_todos/tool.json +100 -0
- package/common/tool/tool/create_tool/index.js +29 -0
- package/common/tool/tool/create_tool/index2.js +76 -0
- package/common/tool/tool/create_tool/tool.json +207 -0
- package/common/tool/tool/get_agent_tools/index.js +152 -0
- package/common/tool/tool/get_agent_tools/tool.json +84 -0
- package/common/tool/tool/get_tool_detail/index.js +36 -0
- package/common/tool/tool/get_tool_detail/tool.json +73 -0
- package/common/tool/tool/get_tool_list/index.js +42 -0
- package/common/tool/tool/get_tool_list/tool.json +33 -0
- package/common/tool/tool/provide_tools/index.js +88 -0
- package/common/tool/tool/provide_tools/tool.json +78 -0
- package/common/tool/tool/set_tool/index.js +59 -0
- package/common/tool/tool/set_tool/tool.json +164 -0
- package/common/tool/tool/test_tool/index.js +167 -0
- package/common/tool/tool/test_tool/tool.json +70 -0
- package/common/tool/tool/tool_checker/index.js +625 -0
- package/common/tool/tool/tool_checker/test_data.json +100 -0
- package/common/tool/tool/tool_checker/tool.json +56 -0
- package/common/tool/trae/check_command_status/index.js +55 -0
- package/common/tool/trae/check_command_status/tool.json +64 -0
- package/common/tool/trae/stop_command/index.js +44 -0
- package/common/tool/trae/stop_command/tool.json +38 -0
- package/common/tool/user/ask_user/index.js +85 -0
- package/common/tool/user/ask_user/tool.json +154 -0
- package/common/tool/user/create_user/index.js +96 -0
- package/common/tool/user/create_user/tool.json +77 -0
- package/common/tool/user/get_user_detail/index.js +69 -0
- package/common/tool/user/get_user_detail/tool.json +51 -0
- package/common/tool/user/get_user_list/index.js +57 -0
- package/common/tool/user/get_user_list/tool.json +50 -0
- package/common/tool/user/notify_user/index.js +100 -0
- package/common/tool/user/notify_user/tool.json +72 -0
- package/common/tool/user/remove_user/index.js +75 -0
- package/common/tool/user/remove_user/tool.json +42 -0
- package/common/tool/user/set_user/index.js +97 -0
- package/common/tool/user/set_user/tool.json +74 -0
- package/common/tool/web/browser/browser.js +204 -0
- package/common/tool/web/browser/browser_manager.js +52 -0
- package/common/tool/web/browser/cookie.js +69 -0
- package/common/tool/web/browser/extraction.js +99 -0
- package/common/tool/web/browser/form.js +99 -0
- package/common/tool/web/browser/index.js +136 -0
- package/common/tool/web/browser/navigation.js +81 -0
- package/common/tool/web/browser/page.js +96 -0
- package/common/tool/web/browser/screenshot.js +64 -0
- package/common/tool/web/browser/tool.json +166 -0
- package/common/tool/web/browser/wait.js +64 -0
- package/common/tool/web/download/index.js +82 -0
- package/common/tool/web/download/tool.json +80 -0
- package/common/tool/web/fetch_html/index.js +54 -0
- package/common/tool/web/fetch_html/tool.json +69 -0
- package/common/tool/web/http_request/index.js +85 -0
- package/common/tool/web/http_request/tool.json +101 -0
- package/common/tool/web/iot_control/index.js +70 -0
- package/common/tool/web/iot_control/tool.json +133 -0
- package/common/tool/web/query_weather/index.js +202 -0
- package/common/tool/web/query_weather/tool.json +54 -0
- package/common/tool/web/search_codebase/index.js +172 -0
- package/common/tool/web/search_codebase/tool.json +54 -0
- package/common/tool/web/web_fetch/index.js +164 -0
- package/common/tool/web/web_fetch/tool.json +54 -0
- package/common/tool/web/web_search/index.js +130 -0
- package/common/tool/web/web_search/tool.json +59 -0
- package/common/tool/work/batch_work_checker/index.js +423 -0
- package/common/tool/work/batch_work_checker/tool.json +30 -0
- package/common/tool/work/create_work/index.js +59 -0
- package/common/tool/work/create_work/tool.json +113 -0
- package/common/tool/work/del_work/index.js +47 -0
- package/common/tool/work/del_work/tool.json +34 -0
- package/common/tool/work/get_work_detail/index.js +35 -0
- package/common/tool/work/get_work_detail/tool.json +84 -0
- package/common/tool/work/get_work_list/index.js +69 -0
- package/common/tool/work/get_work_list/tool.json +39 -0
- package/common/tool/work/read_work/index.js +43 -0
- package/common/tool/work/read_work/tool.json +34 -0
- package/common/tool/work/set_work/index.js +85 -0
- package/common/tool/work/set_work/tool.json +106 -0
- package/common/tool/work/work_prompt_checker/index.js +294 -0
- package/common/tool/work/work_prompt_checker/tool.json +30 -0
- package/common/tool//345/206/205/347/275/256/345/267/245/345/205/267.md +241 -0
- package/common/tool//345/267/245/345/205/267/346/270/205/345/215/225.md +60 -0
- package/common/tool//346/234/252/345/256/236/347/216/260/345/267/245/345/205/267.md +67 -0
- package/common/work/agent/agent_check_up/prompt/method.md +13 -0
- package/common/work/agent/agent_check_up/prompt/rule.md +13 -0
- package/common/work/agent/agent_check_up/prompt/trick.md +5 -0
- package/common/work/agent/agent_check_up/work.json +1 -0
- package/common/work/agent/agent_context_testing/prompt/method.md +13 -0
- package/common/work/agent/agent_context_testing/prompt/rule.md +9 -0
- package/common/work/agent/agent_context_testing/prompt/trick.md +5 -0
- package/common/work/agent/agent_context_testing/work.json +1 -0
- package/common/work/agent/agent_dispatch/prompt/method.md +13 -0
- package/common/work/agent/agent_dispatch/prompt/rule.md +13 -0
- package/common/work/agent/agent_dispatch/prompt/trick.md +5 -0
- package/common/work/agent/agent_dispatch/work.json +1 -0
- package/common/work/agent/agent_prompt_writing/prompt/method.md +11 -0
- package/common/work/agent/agent_prompt_writing/prompt/rule.md +13 -0
- package/common/work/agent/agent_prompt_writing/prompt/trick.md +5 -0
- package/common/work/agent/agent_prompt_writing/work.json +1 -0
- package/common/work/agent/check_agent/prompt/method.md +13 -0
- package/common/work/agent/check_agent/prompt/rule.md +22 -0
- package/common/work/agent/check_agent/prompt/trick.md +13 -0
- package/common/work/agent/check_agent/work.json +1 -0
- package/common/work/agent/cross_agent_testing/prompt/method.md +13 -0
- package/common/work/agent/cross_agent_testing/prompt/rule.md +9 -0
- package/common/work/agent/cross_agent_testing/prompt/trick.md +5 -0
- package/common/work/agent/cross_agent_testing/work.json +1 -0
- package/common/work/agent/dispatch_agent/prompt/method.md +18 -0
- package/common/work/agent/dispatch_agent/prompt/rule.md +22 -0
- package/common/work/agent/dispatch_agent/prompt/trick.md +17 -0
- package/common/work/agent/dispatch_agent/work.json +1 -0
- package/common/work/agent/evaluate_performance/prompt/method.md +27 -0
- package/common/work/agent/evaluate_performance/prompt/rule.md +22 -0
- package/common/work/agent/evaluate_performance/prompt/trick.md +18 -0
- package/common/work/agent/evaluate_performance/work.json +1 -0
- package/common/work/agent/performance_evaluation/prompt/method.md +12 -0
- package/common/work/agent/performance_evaluation/prompt/rule.md +13 -0
- package/common/work/agent/performance_evaluation/prompt/trick.md +5 -0
- package/common/work/agent/performance_evaluation/work.json +1 -0
- package/common/work/agent/test_agent_context/work.json +1 -0
- package/common/work/agent/test_cross_agent/work.json +1 -0
- package/common/work/agent/write_agent_prompt/work.json +1 -0
- package/common/work/agent/write_knowledge_json/prompt/method.md +21 -0
- package/common/work/agent/write_knowledge_json/prompt/rule.md +34 -0
- package/common/work/agent/write_knowledge_json/prompt/trick.md +15 -0
- package/common/work/agent/write_knowledge_json/work.json +7 -0
- package/common/work/agent/write_knowledge_prompt/prompt/method.md +21 -0
- package/common/work/agent/write_knowledge_prompt/prompt/rule.md +30 -0
- package/common/work/agent/write_knowledge_prompt/prompt/trick.md +16 -0
- package/common/work/agent/write_knowledge_prompt/work.json +7 -0
- package/common/work/agent/write_method/prompt/method.md +20 -0
- package/common/work/agent/write_method/prompt/rule.md +25 -0
- package/common/work/agent/write_method/prompt/trick.md +15 -0
- package/common/work/agent/write_method/work.json +1 -0
- package/common/work/agent/write_rule/prompt/method.md +19 -0
- package/common/work/agent/write_rule/prompt/rule.md +19 -0
- package/common/work/agent/write_rule/prompt/trick.md +15 -0
- package/common/work/agent/write_rule/work.json +1 -0
- package/common/work/agent/write_skill_json/prompt/method.md +31 -0
- package/common/work/agent/write_skill_json/prompt/rule.md +50 -0
- package/common/work/agent/write_skill_json/prompt/trick.md +25 -0
- package/common/work/agent/write_skill_json/work.json +1 -0
- package/common/work/agent/write_skill_prompt/prompt/method.md +37 -0
- package/common/work/agent/write_skill_prompt/prompt/rule.md +35 -0
- package/common/work/agent/write_skill_prompt/prompt/trick.md +31 -0
- package/common/work/agent/write_skill_prompt/work.json +1 -0
- package/common/work/agent/write_trick/prompt/method.md +21 -0
- package/common/work/agent/write_trick/prompt/rule.md +19 -0
- package/common/work/agent/write_trick/prompt/trick.md +19 -0
- package/common/work/agent/write_trick/work.json +1 -0
- package/common/work/agent/write_work_json/prompt/method.md +20 -0
- package/common/work/agent/write_work_json/prompt/rule.md +28 -0
- package/common/work/agent/write_work_json/prompt/trick.md +15 -0
- package/common/work/agent/write_work_json/work.json +1 -0
- package/common/work/design/architecture_design/prompt/method.md +10 -0
- package/common/work/design/architecture_design/prompt/rule.md +9 -0
- package/common/work/design/architecture_design/prompt/trick.md +3 -0
- package/common/work/design/architecture_design/work.json +1 -0
- package/common/work/design/art_style_guide/prompt/method.md +30 -0
- package/common/work/design/art_style_guide/prompt/rule.md +32 -0
- package/common/work/design/art_style_guide/prompt/trick.md +19 -0
- package/common/work/design/art_style_guide/work.json +1 -0
- package/common/work/design/background_design/prompt/method.md +10 -0
- package/common/work/design/background_design/prompt/rule.md +13 -0
- package/common/work/design/background_design/prompt/trick.md +9 -0
- package/common/work/design/background_design/work.json +1 -0
- package/common/work/design/character_design/prompt/method.md +21 -0
- package/common/work/design/character_design/prompt/rule.md +32 -0
- package/common/work/design/character_design/prompt/trick.md +21 -0
- package/common/work/design/character_design/work.json +1 -0
- package/common/work/design/climate_design/prompt/method.md +10 -0
- package/common/work/design/climate_design/prompt/rule.md +9 -0
- package/common/work/design/climate_design/prompt/trick.md +3 -0
- package/common/work/design/climate_design/work.json +1 -0
- package/common/work/design/coordinate_creative/prompt/method.md +21 -0
- package/common/work/design/coordinate_creative/prompt/rule.md +5 -0
- package/common/work/design/coordinate_creative/prompt/trick.md +10 -0
- package/common/work/design/coordinate_creative/work.json +1 -0
- package/common/work/design/costume_design/prompt/method.md +10 -0
- package/common/work/design/costume_design/prompt/rule.md +9 -0
- package/common/work/design/costume_design/prompt/trick.md +3 -0
- package/common/work/design/costume_design/work.json +1 -0
- package/common/work/design/creature_design/prompt/method.md +10 -0
- package/common/work/design/creature_design/prompt/rule.md +9 -0
- package/common/work/design/creature_design/prompt/trick.md +3 -0
- package/common/work/design/creature_design/work.json +1 -0
- package/common/work/design/design_art_style/prompt/method.md +18 -0
- package/common/work/design/design_art_style/prompt/rule.md +9 -0
- package/common/work/design/design_art_style/prompt/trick.md +10 -0
- package/common/work/design/design_art_style/work.json +1 -0
- package/common/work/design/design_character/prompt/method.md +18 -0
- package/common/work/design/design_character/prompt/rule.md +13 -0
- package/common/work/design/design_character/prompt/trick.md +10 -0
- package/common/work/design/design_character/work.json +1 -0
- package/common/work/design/design_gameplay/prompt/method.md +24 -0
- package/common/work/design/design_gameplay/prompt/rule.md +13 -0
- package/common/work/design/design_gameplay/prompt/trick.md +10 -0
- package/common/work/design/design_gameplay/work.json +1 -0
- package/common/work/design/design_ui/prompt/method.md +21 -0
- package/common/work/design/design_ui/prompt/rule.md +22 -0
- package/common/work/design/design_ui/prompt/trick.md +13 -0
- package/common/work/design/design_ui/work.json +1 -0
- package/common/work/design/direct_art/prompt/method.md +18 -0
- package/common/work/design/direct_art/prompt/rule.md +9 -0
- package/common/work/design/direct_art/prompt/trick.md +10 -0
- package/common/work/design/direct_art/work.json +1 -0
- package/common/work/design/draw_canvas/prompt/method.md +18 -0
- package/common/work/design/draw_canvas/prompt/rule.md +12 -0
- package/common/work/design/draw_canvas/prompt/trick.md +10 -0
- package/common/work/design/draw_canvas/work.json +1 -0
- package/common/work/design/draw_icon/prompt/method.md +23 -0
- package/common/work/design/draw_icon/prompt/rule.md +29 -0
- package/common/work/design/draw_icon/prompt/trick.md +13 -0
- package/common/work/design/draw_icon/work.json +1 -0
- package/common/work/design/draw_svg/prompt/method.md +15 -0
- package/common/work/design/draw_svg/prompt/rule.md +22 -0
- package/common/work/design/draw_svg/prompt/trick.md +13 -0
- package/common/work/design/draw_svg/work.json +1 -0
- package/common/work/design/guide_art_style/prompt/method.md +18 -0
- package/common/work/design/guide_art_style/prompt/rule.md +22 -0
- package/common/work/design/guide_art_style/prompt/trick.md +16 -0
- package/common/work/design/guide_art_style/work.json +1 -0
- package/common/work/design/journey_design/prompt/method.md +10 -0
- package/common/work/design/journey_design/prompt/rule.md +9 -0
- package/common/work/design/journey_design/prompt/trick.md +3 -0
- package/common/work/design/journey_design/work.json +1 -0
- package/common/work/design/map_design/prompt/method.md +10 -0
- package/common/work/design/map_design/prompt/rule.md +13 -0
- package/common/work/design/map_design/prompt/trick.md +9 -0
- package/common/work/design/map_design/work.json +1 -0
- package/common/work/design/optimize_icon/prompt/method.md +18 -0
- package/common/work/design/optimize_icon/prompt/rule.md +6 -0
- package/common/work/design/optimize_icon/prompt/trick.md +10 -0
- package/common/work/design/optimize_icon/work.json +1 -0
- package/common/work/design/optimize_render/prompt/method.md +18 -0
- package/common/work/design/optimize_render/prompt/rule.md +6 -0
- package/common/work/design/optimize_render/prompt/trick.md +10 -0
- package/common/work/design/optimize_render/work.json +1 -0
- package/common/work/design/plan_art_resource/prompt/method.md +18 -0
- package/common/work/design/plan_art_resource/prompt/rule.md +8 -0
- package/common/work/design/plan_art_resource/prompt/trick.md +10 -0
- package/common/work/design/plan_art_resource/work.json +1 -0
- package/common/work/design/plot_design/prompt/method.md +10 -0
- package/common/work/design/plot_design/prompt/rule.md +13 -0
- package/common/work/design/plot_design/prompt/trick.md +3 -0
- package/common/work/design/plot_design/work.json +1 -0
- package/common/work/design/process_image/prompt/method.md +18 -0
- package/common/work/design/process_image/prompt/rule.md +10 -0
- package/common/work/design/process_image/prompt/trick.md +10 -0
- package/common/work/design/process_image/work.json +1 -0
- package/common/work/design/program_shader/prompt/method.md +18 -0
- package/common/work/design/program_shader/prompt/rule.md +5 -0
- package/common/work/design/program_shader/prompt/trick.md +10 -0
- package/common/work/design/program_shader/work.json +1 -0
- package/common/work/design/prop_design/prompt/method.md +10 -0
- package/common/work/design/prop_design/prompt/rule.md +9 -0
- package/common/work/design/prop_design/prompt/trick.md +3 -0
- package/common/work/design/prop_design/work.json +1 -0
- package/common/work/design/recognize_image/prompt/method.md +18 -0
- package/common/work/design/recognize_image/prompt/rule.md +9 -0
- package/common/work/design/recognize_image/prompt/trick.md +10 -0
- package/common/work/design/recognize_image/work.json +1 -0
- package/common/work/design/relationship_design/prompt/method.md +10 -0
- package/common/work/design/relationship_design/prompt/rule.md +9 -0
- package/common/work/design/relationship_design/prompt/trick.md +3 -0
- package/common/work/design/relationship_design/work.json +1 -0
- package/common/work/design/review_art_quality/prompt/method.md +18 -0
- package/common/work/design/review_art_quality/prompt/rule.md +11 -0
- package/common/work/design/review_art_quality/prompt/trick.md +10 -0
- package/common/work/design/review_art_quality/work.json +1 -0
- package/common/work/design/scene_design/prompt/method.md +18 -0
- package/common/work/design/scene_design/prompt/rule.md +29 -0
- package/common/work/design/scene_design/prompt/trick.md +20 -0
- package/common/work/design/scene_design/work.json +1 -0
- package/common/work/design/storyboard_design/prompt/method.md +10 -0
- package/common/work/design/storyboard_design/prompt/rule.md +9 -0
- package/common/work/design/storyboard_design/prompt/trick.md +3 -0
- package/common/work/design/storyboard_design/work.json +1 -0
- package/common/work/design/test_responsive/prompt/method.md +18 -0
- package/common/work/design/test_responsive/prompt/rule.md +12 -0
- package/common/work/design/test_responsive/prompt/trick.md +10 -0
- package/common/work/design/test_responsive/work.json +1 -0
- package/common/work/design/ui_design/prompt/method.md +10 -0
- package/common/work/design/ui_design/prompt/rule.md +9 -0
- package/common/work/design/ui_design/prompt/trick.md +3 -0
- package/common/work/design/ui_design/work.json +1 -0
- package/common/work/design/world_building/prompt/method.md +32 -0
- package/common/work/design/world_building/prompt/rule.md +17 -0
- package/common/work/design/world_building/prompt/trick.md +12 -0
- package/common/work/design/world_building/work.json +1 -0
- package/common/work/develop/api_design/prompt/method.md +18 -0
- package/common/work/develop/api_design/prompt/rule.md +107 -0
- package/common/work/develop/api_design/prompt/trick.md +78 -0
- package/common/work/develop/api_design/work.json +1 -0
- package/common/work/develop/api_implementation/prompt/method.md +21 -0
- package/common/work/develop/api_implementation/prompt/rule.md +93 -0
- package/common/work/develop/api_implementation/prompt/trick.md +108 -0
- package/common/work/develop/api_implementation/work.json +1 -0
- package/common/work/develop/api_integration/prompt/method.md +20 -0
- package/common/work/develop/api_integration/prompt/rule.md +52 -0
- package/common/work/develop/api_integration/prompt/trick.md +100 -0
- package/common/work/develop/api_integration/work.json +1 -0
- package/common/work/develop/build_tool/prompt/method.md +29 -0
- package/common/work/develop/build_tool/prompt/rule.md +35 -0
- package/common/work/develop/build_tool/prompt/trick.md +23 -0
- package/common/work/develop/build_tool/work.json +1 -0
- package/common/work/develop/code_encapsulation/prompt/method.md +53 -0
- package/common/work/develop/code_encapsulation/prompt/rule.md +54 -0
- package/common/work/develop/code_encapsulation/prompt/trick.md +34 -0
- package/common/work/develop/code_encapsulation/work.json +1 -0
- package/common/work/develop/create_tool_standard/prompt/method.md +24 -0
- package/common/work/develop/create_tool_standard/prompt/rule.md +34 -0
- package/common/work/develop/create_tool_standard/prompt/trick.md +26 -0
- package/common/work/develop/create_tool_standard/work.json +1 -0
- package/common/work/develop/database_design/prompt/method.md +20 -0
- package/common/work/develop/database_design/prompt/rule.md +95 -0
- package/common/work/develop/database_design/prompt/trick.md +71 -0
- package/common/work/develop/database_design/work.json +1 -0
- package/common/work/develop/design_api/prompt/method.md +22 -0
- package/common/work/develop/design_api/prompt/rule.md +60 -0
- package/common/work/develop/design_api/prompt/trick.md +13 -0
- package/common/work/develop/design_api/work.json +1 -0
- package/common/work/develop/design_architecture/prompt/method.md +18 -0
- package/common/work/develop/design_architecture/prompt/rule.md +29 -0
- package/common/work/develop/design_architecture/prompt/trick.md +19 -0
- package/common/work/develop/design_architecture/work.json +1 -0
- package/common/work/develop/design_database/prompt/method.md +18 -0
- package/common/work/develop/design_database/prompt/rule.md +36 -0
- package/common/work/develop/design_database/prompt/trick.md +18 -0
- package/common/work/develop/design_database/work.json +1 -0
- package/common/work/develop/develop_fullstack/prompt/method.md +21 -0
- package/common/work/develop/develop_fullstack/prompt/rule.md +22 -0
- package/common/work/develop/develop_fullstack/prompt/trick.md +18 -0
- package/common/work/develop/develop_fullstack/work.json +1 -0
- package/common/work/develop/develop_mini_program/prompt/method.md +18 -0
- package/common/work/develop/develop_mini_program/prompt/rule.md +19 -0
- package/common/work/develop/develop_mini_program/prompt/trick.md +10 -0
- package/common/work/develop/develop_mini_program/work.json +1 -0
- package/common/work/develop/develop_mm_server/prompt/method.md +27 -0
- package/common/work/develop/develop_mm_server/prompt/rule.md +16 -0
- package/common/work/develop/develop_mm_server/prompt/trick.md +10 -0
- package/common/work/develop/develop_mm_server/work.json +1 -0
- package/common/work/develop/develop_module/prompt/method.md +21 -0
- package/common/work/develop/develop_module/prompt/rule.md +24 -0
- package/common/work/develop/develop_module/prompt/trick.md +10 -0
- package/common/work/develop/develop_module/work.json +1 -0
- package/common/work/develop/develop_node_server/prompt/method.md +27 -0
- package/common/work/develop/develop_node_server/prompt/rule.md +24 -0
- package/common/work/develop/develop_node_server/prompt/trick.md +10 -0
- package/common/work/develop/develop_node_server/work.json +1 -0
- package/common/work/develop/develop_plugin/prompt/method.md +21 -0
- package/common/work/develop/develop_plugin/prompt/rule.md +18 -0
- package/common/work/develop/develop_plugin/prompt/trick.md +10 -0
- package/common/work/develop/develop_plugin/work.json +1 -0
- package/common/work/develop/develop_python_backend/prompt/method.md +21 -0
- package/common/work/develop/develop_python_backend/prompt/rule.md +14 -0
- package/common/work/develop/develop_python_backend/prompt/trick.md +10 -0
- package/common/work/develop/develop_python_backend/work.json +1 -0
- package/common/work/develop/develop_tool/prompt/method.md +34 -0
- package/common/work/develop/develop_tool/prompt/rule.md +37 -0
- package/common/work/develop/develop_tool/prompt/trick.md +23 -0
- package/common/work/develop/develop_tool/work.json +1 -0
- package/common/work/develop/develop_uniapp/prompt/method.md +24 -0
- package/common/work/develop/develop_uniapp/prompt/rule.md +18 -0
- package/common/work/develop/develop_uniapp/prompt/trick.md +10 -0
- package/common/work/develop/develop_uniapp/work.json +1 -0
- package/common/work/develop/develop_vue/prompt/method.md +30 -0
- package/common/work/develop/develop_vue/prompt/rule.md +50 -0
- package/common/work/develop/develop_vue/prompt/trick.md +20 -0
- package/common/work/develop/develop_vue/work.json +1 -0
- package/common/work/develop/e2e_testing_fe/prompt/method.md +21 -0
- package/common/work/develop/e2e_testing_fe/prompt/rule.md +46 -0
- package/common/work/develop/e2e_testing_fe/prompt/trick.md +37 -0
- package/common/work/develop/e2e_testing_fe/work.json +1 -0
- package/common/work/develop/encapsulate_code/prompt/method.md +18 -0
- package/common/work/develop/encapsulate_code/prompt/rule.md +21 -0
- package/common/work/develop/encapsulate_code/prompt/trick.md +13 -0
- package/common/work/develop/encapsulate_code/work.json +1 -0
- package/common/work/develop/error_handling/prompt/method.md +95 -0
- package/common/work/develop/error_handling/prompt/rule.md +46 -0
- package/common/work/develop/error_handling/prompt/trick.md +27 -0
- package/common/work/develop/error_handling/work.json +1 -0
- package/common/work/develop/fullstack_development/prompt/method.md +19 -0
- package/common/work/develop/fullstack_development/prompt/rule.md +46 -0
- package/common/work/develop/fullstack_development/prompt/trick.md +26 -0
- package/common/work/develop/fullstack_development/work.json +1 -0
- package/common/work/develop/git_workflow/prompt/method.md +52 -0
- package/common/work/develop/git_workflow/prompt/rule.md +48 -0
- package/common/work/develop/git_workflow/prompt/trick.md +33 -0
- package/common/work/develop/git_workflow/work.json +1 -0
- package/common/work/develop/html_css/prompt/method.md +19 -0
- package/common/work/develop/html_css/prompt/rule.md +145 -0
- package/common/work/develop/html_css/prompt/trick.md +113 -0
- package/common/work/develop/html_css/work.json +1 -0
- package/common/work/develop/implement_api/prompt/method.md +27 -0
- package/common/work/develop/implement_api/prompt/rule.md +29 -0
- package/common/work/develop/implement_api/prompt/trick.md +13 -0
- package/common/work/develop/implement_api/work.json +1 -0
- package/common/work/develop/implement_code/prompt/method.md +34 -0
- package/common/work/develop/implement_code/prompt/rule.md +38 -0
- package/common/work/develop/implement_code/prompt/trick.md +23 -0
- package/common/work/develop/implement_code/work.json +1 -0
- package/common/work/develop/integrate_api/prompt/method.md +24 -0
- package/common/work/develop/integrate_api/prompt/rule.md +22 -0
- package/common/work/develop/integrate_api/prompt/trick.md +13 -0
- package/common/work/develop/integrate_api/work.json +1 -0
- package/common/work/develop/integrate_mcp/prompt/method.md +24 -0
- package/common/work/develop/integrate_mcp/prompt/rule.md +15 -0
- package/common/work/develop/integrate_mcp/prompt/trick.md +10 -0
- package/common/work/develop/integrate_mcp/work.json +1 -0
- package/common/work/develop/integrate_mqtt/prompt/method.md +24 -0
- package/common/work/develop/integrate_mqtt/prompt/rule.md +20 -0
- package/common/work/develop/integrate_mqtt/prompt/trick.md +10 -0
- package/common/work/develop/integrate_mqtt/work.json +1 -0
- package/common/work/develop/integrate_ws/prompt/method.md +24 -0
- package/common/work/develop/integrate_ws/prompt/rule.md +23 -0
- package/common/work/develop/integrate_ws/prompt/trick.md +10 -0
- package/common/work/develop/integrate_ws/work.json +1 -0
- package/common/work/develop/integration_testing_js/prompt/method.md +21 -0
- package/common/work/develop/integration_testing_js/prompt/rule.md +29 -0
- package/common/work/develop/integration_testing_js/prompt/trick.md +21 -0
- package/common/work/develop/integration_testing_js/work.json +1 -0
- package/common/work/develop/integration_testing_py/prompt/method.md +21 -0
- package/common/work/develop/integration_testing_py/prompt/rule.md +29 -0
- package/common/work/develop/integration_testing_py/prompt/trick.md +21 -0
- package/common/work/develop/integration_testing_py/work.json +1 -0
- package/common/work/develop/js_development/prompt/method.md +21 -0
- package/common/work/develop/js_development/prompt/rule.md +195 -0
- package/common/work/develop/js_development/prompt/trick.md +158 -0
- package/common/work/develop/js_development/work.json +1 -0
- package/common/work/develop/mcp_integration/prompt/method.md +30 -0
- package/common/work/develop/mcp_integration/prompt/rule.md +29 -0
- package/common/work/develop/mcp_integration/prompt/trick.md +21 -0
- package/common/work/develop/mcp_integration/work.json +1 -0
- package/common/work/develop/mini_program_development/prompt/method.md +21 -0
- package/common/work/develop/mini_program_development/prompt/rule.md +27 -0
- package/common/work/develop/mini_program_development/prompt/trick.md +17 -0
- package/common/work/develop/mini_program_development/work.json +1 -0
- package/common/work/develop/module_development/prompt/method.md +21 -0
- package/common/work/develop/module_development/prompt/rule.md +35 -0
- package/common/work/develop/module_development/prompt/trick.md +21 -0
- package/common/work/develop/module_development/work.json +1 -0
- package/common/work/develop/mqtt_integration/prompt/method.md +29 -0
- package/common/work/develop/mqtt_integration/prompt/rule.md +31 -0
- package/common/work/develop/mqtt_integration/prompt/trick.md +28 -0
- package/common/work/develop/mqtt_integration/work.json +1 -0
- package/common/work/develop/nodejs_server/prompt/method.md +19 -0
- package/common/work/develop/nodejs_server/prompt/rule.md +123 -0
- package/common/work/develop/nodejs_server/prompt/trick.md +115 -0
- package/common/work/develop/nodejs_server/work.json +1 -0
- package/common/work/develop/optimize_performance/prompt/method.md +18 -0
- package/common/work/develop/optimize_performance/prompt/rule.md +11 -0
- package/common/work/develop/optimize_performance/prompt/trick.md +10 -0
- package/common/work/develop/optimize_performance/work.json +1 -0
- package/common/work/develop/performance_optimization/prompt/method.md +55 -0
- package/common/work/develop/performance_optimization/prompt/rule.md +35 -0
- package/common/work/develop/performance_optimization/prompt/trick.md +45 -0
- package/common/work/develop/performance_optimization/work.json +1 -0
- package/common/work/develop/plugin_development/prompt/method.md +21 -0
- package/common/work/develop/plugin_development/prompt/rule.md +32 -0
- package/common/work/develop/plugin_development/prompt/trick.md +21 -0
- package/common/work/develop/plugin_development/work.json +1 -0
- package/common/work/develop/python_backend/prompt/method.md +19 -0
- package/common/work/develop/python_backend/prompt/rule.md +119 -0
- package/common/work/develop/python_backend/prompt/trick.md +108 -0
- package/common/work/develop/python_backend/work.json +1 -0
- package/common/work/develop/python_script/prompt/method.md +21 -0
- package/common/work/develop/python_script/prompt/rule.md +44 -0
- package/common/work/develop/python_script/prompt/trick.md +56 -0
- package/common/work/develop/python_script/work.json +1 -0
- package/common/work/develop/security_basics/prompt/method.md +51 -0
- package/common/work/develop/security_basics/prompt/rule.md +53 -0
- package/common/work/develop/security_basics/prompt/trick.md +28 -0
- package/common/work/develop/security_basics/work.json +1 -0
- package/common/work/develop/select_technology/prompt/method.md +18 -0
- package/common/work/develop/select_technology/prompt/rule.md +14 -0
- package/common/work/develop/select_technology/prompt/trick.md +10 -0
- package/common/work/develop/select_technology/work.json +1 -0
- package/common/work/develop/system_architecture/prompt/method.md +20 -0
- package/common/work/develop/system_architecture/prompt/rule.md +37 -0
- package/common/work/develop/system_architecture/prompt/trick.md +19 -0
- package/common/work/develop/system_architecture/work.json +1 -0
- package/common/work/develop/technical_selection/prompt/method.md +29 -0
- package/common/work/develop/technical_selection/prompt/rule.md +29 -0
- package/common/work/develop/technical_selection/prompt/trick.md +28 -0
- package/common/work/develop/technical_selection/work.json +1 -0
- package/common/work/develop/test_e2e_fe/prompt/method.md +21 -0
- package/common/work/develop/test_e2e_fe/prompt/rule.md +22 -0
- package/common/work/develop/test_e2e_fe/prompt/trick.md +13 -0
- package/common/work/develop/test_e2e_fe/work.json +1 -0
- package/common/work/develop/test_integration_js/prompt/method.md +24 -0
- package/common/work/develop/test_integration_js/prompt/rule.md +14 -0
- package/common/work/develop/test_integration_js/prompt/trick.md +10 -0
- package/common/work/develop/test_integration_js/work.json +1 -0
- package/common/work/develop/test_integration_py/prompt/method.md +24 -0
- package/common/work/develop/test_integration_py/prompt/rule.md +13 -0
- package/common/work/develop/test_integration_py/prompt/trick.md +10 -0
- package/common/work/develop/test_integration_py/work.json +1 -0
- package/common/work/develop/test_performance/prompt/method.md +18 -0
- package/common/work/develop/test_performance/prompt/rule.md +14 -0
- package/common/work/develop/test_performance/prompt/trick.md +10 -0
- package/common/work/develop/test_performance/work.json +1 -0
- package/common/work/develop/test_unit_js/prompt/method.md +21 -0
- package/common/work/develop/test_unit_js/prompt/rule.md +18 -0
- package/common/work/develop/test_unit_js/prompt/trick.md +10 -0
- package/common/work/develop/test_unit_js/work.json +1 -0
- package/common/work/develop/test_unit_py/prompt/method.md +21 -0
- package/common/work/develop/test_unit_py/prompt/rule.md +18 -0
- package/common/work/develop/test_unit_py/prompt/trick.md +10 -0
- package/common/work/develop/test_unit_py/work.json +1 -0
- package/common/work/develop/testing_conventions/prompt/method.md +67 -0
- package/common/work/develop/testing_conventions/prompt/rule.md +36 -0
- package/common/work/develop/testing_conventions/prompt/trick.md +34 -0
- package/common/work/develop/testing_conventions/work.json +1 -0
- package/common/work/develop/tune_performance/prompt/method.md +21 -0
- package/common/work/develop/tune_performance/prompt/rule.md +11 -0
- package/common/work/develop/tune_performance/prompt/trick.md +10 -0
- package/common/work/develop/tune_performance/work.json +1 -0
- package/common/work/develop/uniapp_development/prompt/method.md +21 -0
- package/common/work/develop/uniapp_development/prompt/rule.md +32 -0
- package/common/work/develop/uniapp_development/prompt/trick.md +31 -0
- package/common/work/develop/uniapp_development/work.json +1 -0
- package/common/work/develop/unit_testing_js/prompt/method.md +21 -0
- package/common/work/develop/unit_testing_js/prompt/rule.md +79 -0
- package/common/work/develop/unit_testing_js/prompt/trick.md +109 -0
- package/common/work/develop/unit_testing_js/work.json +1 -0
- package/common/work/develop/unit_testing_py/prompt/method.md +21 -0
- package/common/work/develop/unit_testing_py/prompt/rule.md +71 -0
- package/common/work/develop/unit_testing_py/prompt/trick.md +85 -0
- package/common/work/develop/unit_testing_py/work.json +1 -0
- package/common/work/develop/vue_development/prompt/method.md +19 -0
- package/common/work/develop/vue_development/prompt/rule.md +131 -0
- package/common/work/develop/vue_development/prompt/trick.md +111 -0
- package/common/work/develop/vue_development/work.json +1 -0
- package/common/work/develop/write_html_css/prompt/method.md +24 -0
- package/common/work/develop/write_html_css/prompt/rule.md +24 -0
- package/common/work/develop/write_html_css/prompt/trick.md +13 -0
- package/common/work/develop/write_html_css/work.json +1 -0
- package/common/work/develop/write_js_code/prompt/method.md +30 -0
- package/common/work/develop/write_js_code/prompt/rule.md +267 -0
- package/common/work/develop/write_js_code/prompt/trick.md +306 -0
- package/common/work/develop/write_js_code/work.json +10 -0
- package/common/work/develop/write_python_script/prompt/method.md +18 -0
- package/common/work/develop/write_python_script/prompt/rule.md +7 -0
- package/common/work/develop/write_python_script/prompt/trick.md +10 -0
- package/common/work/develop/write_python_script/work.json +1 -0
- package/common/work/develop/ws_integration/prompt/method.md +29 -0
- package/common/work/develop/ws_integration/prompt/rule.md +32 -0
- package/common/work/develop/ws_integration/prompt/trick.md +21 -0
- package/common/work/develop/ws_integration/work.json +1 -0
- package/common/work/media/abc_notation/prompt/method.md +11 -0
- package/common/work/media/abc_notation/prompt/rule.md +9 -0
- package/common/work/media/abc_notation/prompt/trick.md +5 -0
- package/common/work/media/abc_notation/work.json +1 -0
- package/common/work/media/audio_creation/prompt/method.md +12 -0
- package/common/work/media/audio_creation/prompt/rule.md +9 -0
- package/common/work/media/audio_creation/prompt/trick.md +5 -0
- package/common/work/media/audio_creation/work.json +1 -0
- package/common/work/media/audio_editing/prompt/method.md +13 -0
- package/common/work/media/audio_editing/prompt/rule.md +9 -0
- package/common/work/media/audio_editing/prompt/trick.md +5 -0
- package/common/work/media/audio_editing/work.json +1 -0
- package/common/work/media/content_writing/prompt/method.md +10 -0
- package/common/work/media/content_writing/prompt/rule.md +9 -0
- package/common/work/media/content_writing/prompt/trick.md +5 -0
- package/common/work/media/content_writing/work.json +1 -0
- package/common/work/media/coordinate_printing/prompt/method.md +16 -0
- package/common/work/media/coordinate_printing/prompt/rule.md +8 -0
- package/common/work/media/coordinate_printing/prompt/trick.md +10 -0
- package/common/work/media/coordinate_printing/work.json +1 -0
- package/common/work/media/create_audio/prompt/method.md +15 -0
- package/common/work/media/create_audio/prompt/rule.md +22 -0
- package/common/work/media/create_audio/prompt/trick.md +13 -0
- package/common/work/media/create_audio/work.json +1 -0
- package/common/work/media/create_music_abc/prompt/method.md +19 -0
- package/common/work/media/create_music_abc/prompt/rule.md +9 -0
- package/common/work/media/create_music_abc/prompt/trick.md +10 -0
- package/common/work/media/create_music_abc/work.json +1 -0
- package/common/work/media/design_sound/prompt/method.md +16 -0
- package/common/work/media/design_sound/prompt/rule.md +8 -0
- package/common/work/media/design_sound/prompt/trick.md +10 -0
- package/common/work/media/design_sound/work.json +1 -0
- package/common/work/media/design_typesetting/prompt/method.md +16 -0
- package/common/work/media/design_typesetting/prompt/rule.md +8 -0
- package/common/work/media/design_typesetting/prompt/trick.md +10 -0
- package/common/work/media/design_typesetting/work.json +1 -0
- package/common/work/media/distribution_marketing/prompt/method.md +10 -0
- package/common/work/media/distribution_marketing/prompt/rule.md +9 -0
- package/common/work/media/distribution_marketing/prompt/trick.md +5 -0
- package/common/work/media/distribution_marketing/work.json +1 -0
- package/common/work/media/edit_audio/prompt/method.md +18 -0
- package/common/work/media/edit_audio/prompt/rule.md +22 -0
- package/common/work/media/edit_audio/prompt/trick.md +13 -0
- package/common/work/media/edit_audio/work.json +1 -0
- package/common/work/media/edit_video/prompt/method.md +21 -0
- package/common/work/media/edit_video/prompt/rule.md +22 -0
- package/common/work/media/edit_video/prompt/trick.md +17 -0
- package/common/work/media/edit_video/work.json +1 -0
- package/common/work/media/editing_proofreading/prompt/method.md +13 -0
- package/common/work/media/editing_proofreading/prompt/rule.md +9 -0
- package/common/work/media/editing_proofreading/prompt/trick.md +5 -0
- package/common/work/media/editing_proofreading/work.json +1 -0
- package/common/work/media/manage_media_file/prompt/method.md +16 -0
- package/common/work/media/manage_media_file/prompt/rule.md +11 -0
- package/common/work/media/manage_media_file/prompt/trick.md +10 -0
- package/common/work/media/manage_media_file/work.json +1 -0
- package/common/work/media/market_research/prompt/method.md +10 -0
- package/common/work/media/market_research/prompt/rule.md +9 -0
- package/common/work/media/market_research/prompt/trick.md +5 -0
- package/common/work/media/market_research/work.json +1 -0
- package/common/work/media/media_file_management/prompt/method.md +11 -0
- package/common/work/media/media_file_management/prompt/rule.md +9 -0
- package/common/work/media/media_file_management/prompt/trick.md +5 -0
- package/common/work/media/media_file_management/work.json +1 -0
- package/common/work/media/plan_distribution/prompt/method.md +19 -0
- package/common/work/media/plan_distribution/prompt/rule.md +8 -0
- package/common/work/media/plan_distribution/prompt/trick.md +10 -0
- package/common/work/media/plan_distribution/work.json +1 -0
- package/common/work/media/plan_topic/prompt/method.md +16 -0
- package/common/work/media/plan_topic/prompt/rule.md +8 -0
- package/common/work/media/plan_topic/prompt/trick.md +10 -0
- package/common/work/media/plan_topic/work.json +1 -0
- package/common/work/media/printing_coordination/prompt/method.md +10 -0
- package/common/work/media/printing_coordination/prompt/rule.md +9 -0
- package/common/work/media/printing_coordination/prompt/trick.md +5 -0
- package/common/work/media/printing_coordination/work.json +1 -0
- package/common/work/media/proofread_edit/prompt/method.md +19 -0
- package/common/work/media/proofread_edit/prompt/rule.md +8 -0
- package/common/work/media/proofread_edit/prompt/trick.md +10 -0
- package/common/work/media/proofread_edit/work.json +1 -0
- package/common/work/media/recognize_speech/prompt/method.md +16 -0
- package/common/work/media/recognize_speech/prompt/rule.md +8 -0
- package/common/work/media/recognize_speech/prompt/trick.md +10 -0
- package/common/work/media/recognize_speech/work.json +1 -0
- package/common/work/media/research_market/prompt/method.md +16 -0
- package/common/work/media/research_market/prompt/rule.md +5 -0
- package/common/work/media/research_market/prompt/trick.md +10 -0
- package/common/work/media/research_market/work.json +1 -0
- package/common/work/media/sound_design/prompt/method.md +11 -0
- package/common/work/media/sound_design/prompt/rule.md +9 -0
- package/common/work/media/sound_design/prompt/trick.md +5 -0
- package/common/work/media/sound_design/work.json +1 -0
- package/common/work/media/speech_synthesis/prompt/method.md +13 -0
- package/common/work/media/speech_synthesis/prompt/rule.md +9 -0
- package/common/work/media/speech_synthesis/prompt/trick.md +5 -0
- package/common/work/media/speech_synthesis/work.json +1 -0
- package/common/work/media/synthesize_speech/prompt/method.md +18 -0
- package/common/work/media/synthesize_speech/prompt/rule.md +22 -0
- package/common/work/media/synthesize_speech/prompt/trick.md +17 -0
- package/common/work/media/synthesize_speech/work.json +1 -0
- package/common/work/media/topic_planning/prompt/method.md +10 -0
- package/common/work/media/topic_planning/prompt/rule.md +9 -0
- package/common/work/media/topic_planning/prompt/trick.md +5 -0
- package/common/work/media/topic_planning/work.json +1 -0
- package/common/work/media/typesetting_design/prompt/method.md +10 -0
- package/common/work/media/typesetting_design/prompt/rule.md +9 -0
- package/common/work/media/typesetting_design/prompt/trick.md +5 -0
- package/common/work/media/typesetting_design/work.json +1 -0
- package/common/work/media/video_editing/prompt/method.md +12 -0
- package/common/work/media/video_editing/prompt/rule.md +9 -0
- package/common/work/media/video_editing/prompt/trick.md +5 -0
- package/common/work/media/video_editing/work.json +1 -0
- package/common/work/media/write_abc_notation/prompt/method.md +13 -0
- package/common/work/media/write_abc_notation/prompt/rule.md +10 -0
- package/common/work/media/write_abc_notation/prompt/trick.md +10 -0
- package/common/work/media/write_abc_notation/work.json +1 -0
- package/common/work/media/write_content/prompt/method.md +16 -0
- package/common/work/media/write_content/prompt/rule.md +10 -0
- package/common/work/media/write_content/prompt/trick.md +10 -0
- package/common/work/media/write_content/work.json +1 -0
- package/common/work/mm/config_mm_api/prompt/method.md +6 -0
- package/common/work/mm/config_mm_api/prompt/rule.md +9 -0
- package/common/work/mm/config_mm_api/prompt/trick.md +6 -0
- package/common/work/mm/config_mm_api/work.json +1 -0
- package/common/work/mm/config_mm_app/prompt/method.md +5 -0
- package/common/work/mm/config_mm_app/prompt/rule.md +3 -0
- package/common/work/mm/config_mm_app/prompt/trick.md +4 -0
- package/common/work/mm/config_mm_app/work.json +1 -0
- package/common/work/mm/config_mm_event/prompt/method.md +6 -0
- package/common/work/mm/config_mm_event/prompt/rule.md +3 -0
- package/common/work/mm/config_mm_event/prompt/trick.md +5 -0
- package/common/work/mm/config_mm_event/work.json +1 -0
- package/common/work/mm/config_mm_pendant/prompt/method.md +6 -0
- package/common/work/mm/config_mm_pendant/prompt/rule.md +3 -0
- package/common/work/mm/config_mm_pendant/prompt/trick.md +4 -0
- package/common/work/mm/config_mm_pendant/work.json +1 -0
- package/common/work/mm/config_mm_plugin/prompt/method.md +6 -0
- package/common/work/mm/config_mm_plugin/prompt/rule.md +3 -0
- package/common/work/mm/config_mm_plugin/prompt/trick.md +5 -0
- package/common/work/mm/config_mm_plugin/work.json +1 -0
- package/common/work/mm/config_mm_sql/prompt/method.md +7 -0
- package/common/work/mm/config_mm_sql/prompt/rule.md +3 -0
- package/common/work/mm/config_mm_sql/prompt/trick.md +5 -0
- package/common/work/mm/config_mm_sql/work.json +1 -0
- package/common/work/mm/config_mm_task/prompt/method.md +6 -0
- package/common/work/mm/config_mm_task/prompt/rule.md +3 -0
- package/common/work/mm/config_mm_task/prompt/trick.md +5 -0
- package/common/work/mm/config_mm_task/work.json +1 -0
- package/common/work/mm/decide_mm_scenario/prompt/method.md +5 -0
- package/common/work/mm/decide_mm_scenario/prompt/rule.md +3 -0
- package/common/work/mm/decide_mm_scenario/prompt/trick.md +6 -0
- package/common/work/mm/decide_mm_scenario/work.json +1 -0
- package/common/work/mm/develop_mm_api/prompt/method.md +8 -0
- package/common/work/mm/develop_mm_api/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_api/prompt/trick.md +5 -0
- package/common/work/mm/develop_mm_api/work.json +1 -0
- package/common/work/mm/develop_mm_api_event/prompt/method.md +5 -0
- package/common/work/mm/develop_mm_api_event/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_api_event/prompt/trick.md +4 -0
- package/common/work/mm/develop_mm_api_event/work.json +1 -0
- package/common/work/mm/develop_mm_app/prompt/method.md +5 -0
- package/common/work/mm/develop_mm_app/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_app/prompt/trick.md +4 -0
- package/common/work/mm/develop_mm_app/work.json +1 -0
- package/common/work/mm/develop_mm_pendant/prompt/method.md +5 -0
- package/common/work/mm/develop_mm_pendant/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_pendant/prompt/trick.md +4 -0
- package/common/work/mm/develop_mm_pendant/work.json +1 -0
- package/common/work/mm/develop_mm_plugin/prompt/method.md +6 -0
- package/common/work/mm/develop_mm_plugin/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_plugin/prompt/trick.md +4 -0
- package/common/work/mm/develop_mm_plugin/work.json +1 -0
- package/common/work/mm/develop_mm_task/prompt/method.md +6 -0
- package/common/work/mm/develop_mm_task/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_task/prompt/trick.md +4 -0
- package/common/work/mm/develop_mm_task/work.json +1 -0
- package/common/work/mm/develop_mm_template/prompt/method.md +5 -0
- package/common/work/mm/develop_mm_template/prompt/rule.md +3 -0
- package/common/work/mm/develop_mm_template/prompt/trick.md +4 -0
- package/common/work/mm/develop_mm_template/work.json +1 -0
- package/common/work/mm/document_mm_api/prompt/method.md +6 -0
- package/common/work/mm/document_mm_api/prompt/rule.md +3 -0
- package/common/work/mm/document_mm_api/prompt/trick.md +4 -0
- package/common/work/mm/document_mm_api/work.json +1 -0
- package/common/work/mm/encapsulate_mm_code/prompt/method.md +8 -0
- package/common/work/mm/encapsulate_mm_code/prompt/rule.md +3 -0
- package/common/work/mm/encapsulate_mm_code/prompt/trick.md +4 -0
- package/common/work/mm/encapsulate_mm_code/work.json +1 -0
- package/common/work/mm/guide_mm_config/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_config/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_config/prompt/trick.md +4 -0
- package/common/work/mm/guide_mm_config/work.json +1 -0
- package/common/work/mm/guide_mm_database/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_database/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_database/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_database/work.json +1 -0
- package/common/work/mm/guide_mm_mqtt/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_mqtt/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_mqtt/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_mqtt/work.json +1 -0
- package/common/work/mm/guide_mm_publish/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_publish/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_publish/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_publish/work.json +1 -0
- package/common/work/mm/guide_mm_security/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_security/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_security/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_security/work.json +1 -0
- package/common/work/mm/guide_mm_static/prompt/method.md +7 -0
- package/common/work/mm/guide_mm_static/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_static/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_static/work.json +1 -0
- package/common/work/mm/guide_mm_testing/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_testing/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_testing/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_testing/work.json +1 -0
- package/common/work/mm/guide_mm_upload/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_upload/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_upload/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_upload/work.json +1 -0
- package/common/work/mm/guide_mm_websocket/prompt/method.md +6 -0
- package/common/work/mm/guide_mm_websocket/prompt/rule.md +3 -0
- package/common/work/mm/guide_mm_websocket/prompt/trick.md +5 -0
- package/common/work/mm/guide_mm_websocket/work.json +1 -0
- package/common/work/mm/handle_mm_error/prompt/method.md +6 -0
- package/common/work/mm/handle_mm_error/prompt/rule.md +3 -0
- package/common/work/mm/handle_mm_error/prompt/trick.md +5 -0
- package/common/work/mm/handle_mm_error/work.json +1 -0
- package/common/work/mm/query_mm_data/prompt/method.md +8 -0
- package/common/work/mm/query_mm_data/prompt/rule.md +3 -0
- package/common/work/mm/query_mm_data/prompt/trick.md +5 -0
- package/common/work/mm/query_mm_data/work.json +1 -0
- package/common/work/mm/script_mm_api/prompt/method.md +5 -0
- package/common/work/mm/script_mm_api/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_api/prompt/trick.md +5 -0
- package/common/work/mm/script_mm_api/work.json +1 -0
- package/common/work/mm/script_mm_app/prompt/method.md +5 -0
- package/common/work/mm/script_mm_app/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_app/prompt/trick.md +4 -0
- package/common/work/mm/script_mm_app/work.json +1 -0
- package/common/work/mm/script_mm_com/prompt/method.md +6 -0
- package/common/work/mm/script_mm_com/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_com/prompt/trick.md +4 -0
- package/common/work/mm/script_mm_com/work.json +1 -0
- package/common/work/mm/script_mm_event/prompt/method.md +5 -0
- package/common/work/mm/script_mm_event/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_event/prompt/trick.md +4 -0
- package/common/work/mm/script_mm_event/work.json +1 -0
- package/common/work/mm/script_mm_pendant/prompt/method.md +5 -0
- package/common/work/mm/script_mm_pendant/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_pendant/prompt/trick.md +4 -0
- package/common/work/mm/script_mm_pendant/work.json +1 -0
- package/common/work/mm/script_mm_plugin/prompt/method.md +5 -0
- package/common/work/mm/script_mm_plugin/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_plugin/prompt/trick.md +5 -0
- package/common/work/mm/script_mm_plugin/work.json +1 -0
- package/common/work/mm/script_mm_task/prompt/method.md +5 -0
- package/common/work/mm/script_mm_task/prompt/rule.md +3 -0
- package/common/work/mm/script_mm_task/prompt/trick.md +5 -0
- package/common/work/mm/script_mm_task/work.json +1 -0
- package/common/work/mm/syntax_mm_template/prompt/method.md +7 -0
- package/common/work/mm/syntax_mm_template/prompt/rule.md +3 -0
- package/common/work/mm/syntax_mm_template/prompt/trick.md +5 -0
- package/common/work/mm/syntax_mm_template/work.json +1 -0
- package/common/work/mm/template_mm_pendant/prompt/method.md +6 -0
- package/common/work/mm/template_mm_pendant/prompt/rule.md +3 -0
- package/common/work/mm/template_mm_pendant/prompt/trick.md +5 -0
- package/common/work/mm/template_mm_pendant/work.json +1 -0
- package/common/work/mm/validate_mm_param/prompt/method.md +6 -0
- package/common/work/mm/validate_mm_param/prompt/rule.md +3 -0
- package/common/work/mm/validate_mm_param/prompt/trick.md +5 -0
- package/common/work/mm/validate_mm_param/work.json +1 -0
- package/common/work/plan/advertising_creativity/prompt/method.md +10 -0
- package/common/work/plan/advertising_creativity/prompt/rule.md +13 -0
- package/common/work/plan/advertising_creativity/prompt/trick.md +5 -0
- package/common/work/plan/advertising_creativity/work.json +1 -0
- package/common/work/plan/analyze_balance/prompt/method.md +18 -0
- package/common/work/plan/analyze_balance/prompt/rule.md +8 -0
- package/common/work/plan/analyze_balance/prompt/trick.md +10 -0
- package/common/work/plan/analyze_balance/work.json +1 -0
- package/common/work/plan/analyze_data/prompt/method.md +21 -0
- package/common/work/plan/analyze_data/prompt/rule.md +9 -0
- package/common/work/plan/analyze_data/prompt/trick.md +12 -0
- package/common/work/plan/analyze_data/work.json +1 -0
- package/common/work/plan/analyze_product/prompt/method.md +16 -0
- package/common/work/plan/analyze_product/prompt/rule.md +6 -0
- package/common/work/plan/analyze_product/prompt/trick.md +10 -0
- package/common/work/plan/analyze_product/work.json +1 -0
- package/common/work/plan/analyze_skill/prompt/method.md +16 -0
- package/common/work/plan/analyze_skill/prompt/rule.md +6 -0
- package/common/work/plan/analyze_skill/prompt/trick.md +10 -0
- package/common/work/plan/analyze_skill/work.json +1 -0
- package/common/work/plan/build_world/prompt/method.md +24 -0
- package/common/work/plan/build_world/prompt/rule.md +26 -0
- package/common/work/plan/build_world/prompt/trick.md +13 -0
- package/common/work/plan/build_world/work.json +1 -0
- package/common/work/plan/character_design/prompt/method.md +21 -0
- package/common/work/plan/character_design/prompt/rule.md +81 -0
- package/common/work/plan/character_design/prompt/trick.md +95 -0
- package/common/work/plan/character_design/work.json +6 -0
- package/common/work/plan/create_ad/prompt/method.md +21 -0
- package/common/work/plan/create_ad/prompt/rule.md +11 -0
- package/common/work/plan/create_ad/prompt/trick.md +12 -0
- package/common/work/plan/create_ad/work.json +1 -0
- package/common/work/plan/design_accessories/prompt/method.md +19 -0
- package/common/work/plan/design_accessories/prompt/rule.md +29 -0
- package/common/work/plan/design_accessories/prompt/trick.md +26 -0
- package/common/work/plan/design_accessories/work.json +1 -0
- package/common/work/plan/design_architecture/prompt/method.md +22 -0
- package/common/work/plan/design_architecture/prompt/rule.md +9 -0
- package/common/work/plan/design_architecture/prompt/trick.md +10 -0
- package/common/work/plan/design_architecture/work.json +1 -0
- package/common/work/plan/design_background/prompt/method.md +17 -0
- package/common/work/plan/design_background/prompt/rule.md +8 -0
- package/common/work/plan/design_background/prompt/trick.md +10 -0
- package/common/work/plan/design_background/work.json +1 -0
- package/common/work/plan/design_character/prompt/method.md +21 -0
- package/common/work/plan/design_character/prompt/rule.md +29 -0
- package/common/work/plan/design_character/prompt/trick.md +17 -0
- package/common/work/plan/design_climate/prompt/method.md +21 -0
- package/common/work/plan/design_climate/prompt/rule.md +8 -0
- package/common/work/plan/design_climate/prompt/trick.md +10 -0
- package/common/work/plan/design_climate/work.json +1 -0
- package/common/work/plan/design_clothes/prompt/method.md +24 -0
- package/common/work/plan/design_clothes/prompt/rule.md +36 -0
- package/common/work/plan/design_clothes/prompt/trick.md +31 -0
- package/common/work/plan/design_clothes/work.json +1 -0
- package/common/work/plan/design_costume/prompt/method.md +23 -0
- package/common/work/plan/design_costume/prompt/rule.md +23 -0
- package/common/work/plan/design_costume/prompt/trick.md +20 -0
- package/common/work/plan/design_costume/work.json +1 -0
- package/common/work/plan/design_creature/prompt/method.md +22 -0
- package/common/work/plan/design_creature/prompt/rule.md +9 -0
- package/common/work/plan/design_creature/prompt/trick.md +10 -0
- package/common/work/plan/design_creature/work.json +1 -0
- package/common/work/plan/design_formula/prompt/method.md +23 -0
- package/common/work/plan/design_formula/prompt/rule.md +8 -0
- package/common/work/plan/design_formula/prompt/trick.md +10 -0
- package/common/work/plan/design_formula/work.json +1 -0
- package/common/work/plan/design_game_concept/prompt/method.md +15 -0
- package/common/work/plan/design_game_concept/prompt/rule.md +22 -0
- package/common/work/plan/design_game_concept/prompt/trick.md +18 -0
- package/common/work/plan/design_game_concept/work.json +1 -0
- package/common/work/plan/design_gloves/prompt/method.md +20 -0
- package/common/work/plan/design_gloves/prompt/rule.md +19 -0
- package/common/work/plan/design_gloves/prompt/trick.md +18 -0
- package/common/work/plan/design_gloves/work.json +1 -0
- package/common/work/plan/design_hat/prompt/method.md +20 -0
- package/common/work/plan/design_hat/prompt/rule.md +19 -0
- package/common/work/plan/design_hat/prompt/trick.md +19 -0
- package/common/work/plan/design_hat/work.json +1 -0
- package/common/work/plan/design_journey/prompt/method.md +19 -0
- package/common/work/plan/design_journey/prompt/rule.md +6 -0
- package/common/work/plan/design_journey/prompt/trick.md +10 -0
- package/common/work/plan/design_journey/work.json +1 -0
- package/common/work/plan/design_level/prompt/method.md +9 -0
- package/common/work/plan/design_level/prompt/rule.md +29 -0
- package/common/work/plan/design_level/prompt/trick.md +22 -0
- package/common/work/plan/design_level/work.json +1 -0
- package/common/work/plan/design_map/prompt/method.md +22 -0
- package/common/work/plan/design_map/prompt/rule.md +9 -0
- package/common/work/plan/design_map/prompt/trick.md +10 -0
- package/common/work/plan/design_map/work.json +1 -0
- package/common/work/plan/design_plot/prompt/method.md +14 -0
- package/common/work/plan/design_plot/prompt/rule.md +29 -0
- package/common/work/plan/design_plot/prompt/trick.md +23 -0
- package/common/work/plan/design_plot/work.json +1 -0
- package/common/work/plan/design_prop/prompt/method.md +19 -0
- package/common/work/plan/design_prop/prompt/rule.md +8 -0
- package/common/work/plan/design_prop/prompt/trick.md +10 -0
- package/common/work/plan/design_prop/work.json +1 -0
- package/common/work/plan/design_relationship/prompt/method.md +19 -0
- package/common/work/plan/design_relationship/prompt/rule.md +8 -0
- package/common/work/plan/design_relationship/prompt/trick.md +10 -0
- package/common/work/plan/design_relationship/work.json +1 -0
- package/common/work/plan/design_scene/prompt/method.md +9 -0
- package/common/work/plan/design_scene/prompt/rule.md +29 -0
- package/common/work/plan/design_scene/prompt/trick.md +24 -0
- package/common/work/plan/design_scene/work.json +1 -0
- package/common/work/plan/design_shoes/prompt/method.md +21 -0
- package/common/work/plan/design_shoes/prompt/rule.md +29 -0
- package/common/work/plan/design_shoes/prompt/trick.md +22 -0
- package/common/work/plan/design_shoes/work.json +1 -0
- package/common/work/plan/design_socks/prompt/method.md +20 -0
- package/common/work/plan/design_socks/prompt/rule.md +19 -0
- package/common/work/plan/design_socks/prompt/trick.md +18 -0
- package/common/work/plan/design_socks/work.json +1 -0
- package/common/work/plan/design_storyboard/prompt/method.md +22 -0
- package/common/work/plan/design_storyboard/prompt/rule.md +10 -0
- package/common/work/plan/design_storyboard/prompt/trick.md +10 -0
- package/common/work/plan/design_storyboard/work.json +1 -0
- package/common/work/plan/design_system_rule/prompt/method.md +19 -0
- package/common/work/plan/design_system_rule/prompt/rule.md +9 -0
- package/common/work/plan/design_system_rule/prompt/trick.md +10 -0
- package/common/work/plan/design_system_rule/work.json +1 -0
- package/common/work/plan/design_test_case/prompt/method.md +18 -0
- package/common/work/plan/design_test_case/prompt/rule.md +8 -0
- package/common/work/plan/design_test_case/prompt/trick.md +12 -0
- package/common/work/plan/design_test_case/work.json +1 -0
- package/common/work/plan/economic_modeling/prompt/method.md +11 -0
- package/common/work/plan/economic_modeling/prompt/rule.md +9 -0
- package/common/work/plan/economic_modeling/prompt/trick.md +5 -0
- package/common/work/plan/economic_modeling/work.json +1 -0
- package/common/work/plan/formula_design/prompt/method.md +11 -0
- package/common/work/plan/formula_design/prompt/rule.md +13 -0
- package/common/work/plan/formula_design/prompt/trick.md +5 -0
- package/common/work/plan/formula_design/work.json +1 -0
- package/common/work/plan/game_balance_analysis/prompt/method.md +11 -0
- package/common/work/plan/game_balance_analysis/prompt/rule.md +9 -0
- package/common/work/plan/game_balance_analysis/prompt/trick.md +5 -0
- package/common/work/plan/game_balance_analysis/work.json +1 -0
- package/common/work/plan/game_concept_design/prompt/method.md +11 -0
- package/common/work/plan/game_concept_design/prompt/rule.md +9 -0
- package/common/work/plan/game_concept_design/prompt/trick.md +3 -0
- package/common/work/plan/game_concept_design/prompt/work.json +1 -0
- package/common/work/plan/gameplay_mechanism/prompt/method.md +11 -0
- package/common/work/plan/gameplay_mechanism/prompt/rule.md +9 -0
- package/common/work/plan/gameplay_mechanism/prompt/trick.md +3 -0
- package/common/work/plan/gameplay_mechanism/prompt/work.json +1 -0
- package/common/work/plan/hr_planning/prompt/method.md +12 -0
- package/common/work/plan/hr_planning/prompt/rule.md +9 -0
- package/common/work/plan/hr_planning/prompt/trick.md +5 -0
- package/common/work/plan/hr_planning/work.json +1 -0
- package/common/work/plan/level_layout/prompt/method.md +10 -0
- package/common/work/plan/level_layout/prompt/rule.md +13 -0
- package/common/work/plan/level_layout/prompt/trick.md +9 -0
- package/common/work/plan/level_layout/work.json +1 -0
- package/common/work/plan/marketing_strategy/prompt/method.md +11 -0
- package/common/work/plan/marketing_strategy/prompt/rule.md +9 -0
- package/common/work/plan/marketing_strategy/prompt/trick.md +5 -0
- package/common/work/plan/marketing_strategy/work.json +1 -0
- package/common/work/plan/model_economy/prompt/method.md +25 -0
- package/common/work/plan/model_economy/prompt/rule.md +8 -0
- package/common/work/plan/model_economy/prompt/trick.md +12 -0
- package/common/work/plan/model_economy/work.json +1 -0
- package/common/work/plan/novel_writing/prompt/method.md +11 -0
- package/common/work/plan/novel_writing/prompt/rule.md +13 -0
- package/common/work/plan/novel_writing/prompt/trick.md +3 -0
- package/common/work/plan/novel_writing/prompt/work.json +1 -0
- package/common/work/plan/plan_hr/prompt/method.md +22 -0
- package/common/work/plan/plan_hr/prompt/rule.md +9 -0
- package/common/work/plan/plan_hr/prompt/trick.md +10 -0
- package/common/work/plan/plan_hr/work.json +1 -0
- package/common/work/plan/plan_marketing/prompt/method.md +16 -0
- package/common/work/plan/plan_marketing/prompt/rule.md +6 -0
- package/common/work/plan/plan_marketing/prompt/trick.md +12 -0
- package/common/work/plan/plan_marketing/work.json +1 -0
- package/common/work/plan/plan_task/prompt/method.md +16 -0
- package/common/work/plan/plan_task/prompt/rule.md +12 -0
- package/common/work/plan/plan_task/prompt/trick.md +10 -0
- package/common/work/plan/plan_task/work.json +1 -0
- package/common/work/plan/plan_training/prompt/method.md +16 -0
- package/common/work/plan/plan_training/prompt/rule.md +5 -0
- package/common/work/plan/plan_training/prompt/trick.md +10 -0
- package/common/work/plan/plan_training/work.json +1 -0
- package/common/work/plan/plan_wbs/prompt/method.md +19 -0
- package/common/work/plan/plan_wbs/prompt/rule.md +14 -0
- package/common/work/plan/plan_wbs/prompt/trick.md +10 -0
- package/common/work/plan/plan_wbs/work.json +1 -0
- package/common/work/plan/planning_prioritization/prompt/method.md +11 -0
- package/common/work/plan/planning_prioritization/prompt/rule.md +9 -0
- package/common/work/plan/planning_prioritization/prompt/trick.md +5 -0
- package/common/work/plan/planning_prioritization/work.json +1 -0
- package/common/work/plan/prioritize_plan/prompt/method.md +18 -0
- package/common/work/plan/prioritize_plan/prompt/rule.md +12 -0
- package/common/work/plan/prioritize_plan/prompt/trick.md +10 -0
- package/common/work/plan/prioritize_plan/work.json +1 -0
- package/common/work/plan/product_analysis/prompt/method.md +11 -0
- package/common/work/plan/product_analysis/prompt/rule.md +9 -0
- package/common/work/plan/product_analysis/prompt/trick.md +5 -0
- package/common/work/plan/product_analysis/work.json +1 -0
- package/common/work/plan/review_writing/prompt/method.md +15 -0
- package/common/work/plan/review_writing/prompt/rule.md +36 -0
- package/common/work/plan/review_writing/prompt/trick.md +25 -0
- package/common/work/plan/review_writing/work.json +1 -0
- package/common/work/plan/script_writing/prompt/method.md +11 -0
- package/common/work/plan/script_writing/prompt/rule.md +13 -0
- package/common/work/plan/script_writing/prompt/trick.md +3 -0
- package/common/work/plan/script_writing/prompt/work.json +1 -0
- package/common/work/plan/search_product/prompt/method.md +16 -0
- package/common/work/plan/search_product/prompt/rule.md +8 -0
- package/common/work/plan/search_product/prompt/trick.md +10 -0
- package/common/work/plan/search_product/work.json +1 -0
- package/common/work/plan/system_rule_design/prompt/method.md +11 -0
- package/common/work/plan/system_rule_design/prompt/rule.md +9 -0
- package/common/work/plan/system_rule_design/prompt/trick.md +5 -0
- package/common/work/plan/system_rule_design/work.json +1 -0
- package/common/work/plan/task_planning/prompt/method.md +12 -0
- package/common/work/plan/task_planning/prompt/rule.md +9 -0
- package/common/work/plan/task_planning/prompt/trick.md +5 -0
- package/common/work/plan/task_planning/work.json +1 -0
- package/common/work/plan/test_case_design/prompt/method.md +11 -0
- package/common/work/plan/test_case_design/prompt/rule.md +9 -0
- package/common/work/plan/test_case_design/prompt/trick.md +5 -0
- package/common/work/plan/test_case_design/work.json +1 -0
- package/common/work/plan/training_planning/prompt/method.md +11 -0
- package/common/work/plan/training_planning/prompt/rule.md +9 -0
- package/common/work/plan/training_planning/prompt/trick.md +5 -0
- package/common/work/plan/training_planning/work.json +1 -0
- package/common/work/plan/translate_text/prompt/method.md +16 -0
- package/common/work/plan/translate_text/prompt/rule.md +9 -0
- package/common/work/plan/translate_text/prompt/trick.md +11 -0
- package/common/work/plan/translate_text/work.json +1 -0
- package/common/work/plan/translation/prompt/method.md +12 -0
- package/common/work/plan/translation/prompt/rule.md +13 -0
- package/common/work/plan/translation/prompt/trick.md +5 -0
- package/common/work/plan/translation/work.json +1 -0
- package/common/work/plan/visualize_data/prompt/method.md +16 -0
- package/common/work/plan/visualize_data/prompt/rule.md +12 -0
- package/common/work/plan/visualize_data/prompt/trick.md +10 -0
- package/common/work/plan/visualize_data/work.json +1 -0
- package/common/work/plan/wbs/prompt/method.md +12 -0
- package/common/work/plan/wbs/prompt/rule.md +13 -0
- package/common/work/plan/wbs/prompt/trick.md +5 -0
- package/common/work/plan/wbs/work.json +1 -0
- package/common/work/plan/write_novel/prompt/method.md +19 -0
- package/common/work/plan/write_novel/prompt/rule.md +10 -0
- package/common/work/plan/write_novel/prompt/trick.md +12 -0
- package/common/work/plan/write_novel/work.json +1 -0
- package/common/work/plan/write_script/prompt/method.md +22 -0
- package/common/work/plan/write_script/prompt/rule.md +10 -0
- package/common/work/plan/write_script/prompt/trick.md +10 -0
- package/common/work/plan/write_script/work.json +1 -0
- package/common/work/project/analyze_project/prompt/method.md +21 -0
- package/common/work/project/analyze_project/prompt/rule.md +22 -0
- package/common/work/project/analyze_project/prompt/trick.md +20 -0
- package/common/work/project/analyze_project/work.json +1 -0
- package/common/work/project/analyze_requirement/prompt/method.md +18 -0
- package/common/work/project/analyze_requirement/prompt/rule.md +22 -0
- package/common/work/project/analyze_requirement/prompt/trick.md +13 -0
- package/common/work/project/analyze_requirement/work.json +1 -0
- package/common/work/project/control_progress/prompt/method.md +18 -0
- package/common/work/project/control_progress/prompt/rule.md +22 -0
- package/common/work/project/control_progress/prompt/trick.md +17 -0
- package/common/work/project/control_progress/work.json +1 -0
- package/common/work/project/create_project/prompt/method.md +12 -0
- package/common/work/project/create_project/prompt/rule.md +22 -0
- package/common/work/project/create_project/prompt/trick.md +13 -0
- package/common/work/project/create_project/work.json +1 -0
- package/common/work/project/document_management/prompt/method.md +12 -0
- package/common/work/project/document_management/prompt/rule.md +9 -0
- package/common/work/project/document_management/prompt/trick.md +5 -0
- package/common/work/project/document_management/work.json +1 -0
- package/common/work/project/file_management/prompt/method.md +12 -0
- package/common/work/project/file_management/prompt/rule.md +9 -0
- package/common/work/project/file_management/prompt/trick.md +5 -0
- package/common/work/project/file_management/work.json +1 -0
- package/common/work/project/manage_context/prompt/method.md +29 -0
- package/common/work/project/manage_context/prompt/rule.md +34 -0
- package/common/work/project/manage_context/prompt/trick.md +23 -0
- package/common/work/project/manage_context/work.json +1 -0
- package/common/work/project/manage_document/prompt/method.md +15 -0
- package/common/work/project/manage_document/prompt/rule.md +22 -0
- package/common/work/project/manage_document/prompt/trick.md +13 -0
- package/common/work/project/manage_document/work.json +1 -0
- package/common/work/project/manage_file/prompt/method.md +15 -0
- package/common/work/project/manage_file/prompt/rule.md +22 -0
- package/common/work/project/manage_file/prompt/trick.md +13 -0
- package/common/work/project/manage_file/work.json +1 -0
- package/common/work/project/manage_risk/prompt/method.md +21 -0
- package/common/work/project/manage_risk/prompt/rule.md +22 -0
- package/common/work/project/manage_risk/prompt/trick.md +17 -0
- package/common/work/project/manage_risk/work.json +1 -0
- package/common/work/project/progress_control/prompt/method.md +13 -0
- package/common/work/project/progress_control/prompt/rule.md +9 -0
- package/common/work/project/progress_control/prompt/trick.md +5 -0
- package/common/work/project/progress_control/work.json +1 -0
- package/common/work/project/project_analysis/prompt/method.md +12 -0
- package/common/work/project/project_analysis/prompt/rule.md +13 -0
- package/common/work/project/project_analysis/prompt/trick.md +5 -0
- package/common/work/project/project_analysis/work.json +1 -0
- package/common/work/project/project_creation/prompt/method.md +11 -0
- package/common/work/project/project_creation/prompt/rule.md +13 -0
- package/common/work/project/project_creation/prompt/trick.md +5 -0
- package/common/work/project/project_creation/work.json +1 -0
- package/common/work/project/requirement_analysis/prompt/method.md +12 -0
- package/common/work/project/requirement_analysis/prompt/rule.md +13 -0
- package/common/work/project/requirement_analysis/prompt/trick.md +5 -0
- package/common/work/project/requirement_analysis/work.json +1 -0
- package/common/work/service/automate_browser/prompt/method.md +8 -0
- package/common/work/service/automate_browser/prompt/rule.md +15 -0
- package/common/work/service/automate_browser/prompt/trick.md +3 -0
- package/common/work/service/automate_browser/work.json +1 -0
- package/common/work/service/device_control/prompt/method.md +12 -0
- package/common/work/service/device_control/prompt/rule.md +13 -0
- package/common/work/service/device_control/prompt/trick.md +5 -0
- package/common/work/service/device_control/work.json +1 -0
- package/common/work/service/scrape_web/prompt/method.md +18 -0
- package/common/work/service/scrape_web/prompt/rule.md +22 -0
- package/common/work/service/scrape_web/prompt/trick.md +18 -0
- package/common/work/service/status_monitoring/prompt/method.md +12 -0
- package/common/work/service/status_monitoring/prompt/rule.md +9 -0
- package/common/work/service/status_monitoring/prompt/trick.md +5 -0
- package/common/work/service/status_monitoring/work.json +1 -0
- package/common/work/service/test_browser/prompt/method.md +8 -0
- package/common/work/service/test_browser/prompt/rule.md +12 -0
- package/common/work/service/test_browser/prompt/trick.md +3 -0
- package/common/work/service/test_browser/work.json +1 -0
- package/common/work/service/web_scraping/prompt/method.md +12 -0
- package/common/work/service/web_scraping/prompt/rule.md +13 -0
- package/common/work/service/web_scraping/prompt/trick.md +5 -0
- package/common/work/service/web_scraping/work.json +1 -0
- package/common/work/session/context_management/prompt/method.md +11 -0
- package/common/work/session/context_management/prompt/rule.md +9 -0
- package/common/work/session/context_management/prompt/trick.md +5 -0
- package/common/work/session/context_management/work.json +1 -0
- package/common/work/session/manage_context/prompt/method.md +8 -0
- package/common/work/session/manage_context/prompt/rule.md +15 -0
- package/common/work/session/manage_context/prompt/trick.md +3 -0
- package/common/work/session/manage_context/work.json +1 -0
- package/common/work/system/backup_recover/prompt/method.md +8 -0
- package/common/work/system/backup_recover/prompt/rule.md +15 -0
- package/common/work/system/backup_recover/prompt/trick.md +3 -0
- package/common/work/system/backup_recover/work.json +1 -0
- package/common/work/system/backup_recovery/prompt/method.md +12 -0
- package/common/work/system/backup_recovery/prompt/rule.md +9 -0
- package/common/work/system/backup_recovery/prompt/trick.md +5 -0
- package/common/work/system/backup_recovery/work.json +1 -0
- package/common/work/system/batch_process/prompt/method.md +9 -0
- package/common/work/system/batch_process/prompt/rule.md +15 -0
- package/common/work/system/batch_process/prompt/trick.md +3 -0
- package/common/work/system/batch_process/work.json +1 -0
- package/common/work/system/batch_processing/prompt/method.md +12 -0
- package/common/work/system/batch_processing/prompt/rule.md +9 -0
- package/common/work/system/batch_processing/prompt/trick.md +5 -0
- package/common/work/system/batch_processing/work.json +1 -0
- package/common/work/task/accept_quality/prompt/method.md +9 -0
- package/common/work/task/accept_quality/prompt/rule.md +22 -0
- package/common/work/task/accept_quality/prompt/trick.md +3 -0
- package/common/work/task/accept_quality/work.json +1 -0
- package/common/work/task/critical_path_analysis/prompt/method.md +30 -0
- package/common/work/task/critical_path_analysis/prompt/rule.md +38 -0
- package/common/work/task/critical_path_analysis/prompt/trick.md +23 -0
- package/common/work/task/critical_path_analysis/work.json +1 -0
- package/common/work/task/quality_acceptance/prompt/method.md +12 -0
- package/common/work/task/quality_acceptance/prompt/rule.md +13 -0
- package/common/work/task/quality_acceptance/prompt/trick.md +5 -0
- package/common/work/task/quality_acceptance/work.json +1 -0
- package/common/work/tool/create_tool_standard/prompt/method.md +8 -0
- package/common/work/tool/create_tool_standard/prompt/rule.md +15 -0
- package/common/work/tool/create_tool_standard/prompt/trick.md +3 -0
- package/common/work/tool/create_tool_standard/work.json +1 -0
- package/common/work/tool/generate_test_data/prompt/method.md +8 -0
- package/common/work/tool/generate_test_data/prompt/rule.md +15 -0
- package/common/work/tool/generate_test_data/prompt/trick.md +3 -0
- package/common/work/tool/generate_test_data/work.json +1 -0
- package/common/work/tool/test_tool_chain/prompt/method.md +8 -0
- package/common/work/tool/test_tool_chain/prompt/rule.md +15 -0
- package/common/work/tool/test_tool_chain/prompt/trick.md +3 -0
- package/common/work/tool/test_tool_chain/work.json +1 -0
- package/common/work/tool/test_tool_workflow/prompt/method.md +7 -0
- package/common/work/tool/test_tool_workflow/prompt/rule.md +12 -0
- package/common/work/tool/test_tool_workflow/prompt/trick.md +3 -0
- package/common/work/tool/test_tool_workflow/work.json +1 -0
- package/common/work/tool/tool_chain_testing/prompt/method.md +12 -0
- package/common/work/tool/tool_chain_testing/prompt/rule.md +9 -0
- package/common/work/tool/tool_chain_testing/prompt/trick.md +5 -0
- package/common/work/tool/tool_chain_testing/work.json +1 -0
- package/common/work/tool/tool_create_standard/prompt/method.md +12 -0
- package/common/work/tool/tool_create_standard/prompt/rule.md +9 -0
- package/common/work/tool/tool_create_standard/prompt/trick.md +5 -0
- package/common/work/tool/tool_create_standard/work.json +1 -0
- package/common/work/tool/tool_development/prompt/method.md +14 -0
- package/common/work/tool/tool_development/prompt/rule.md +13 -0
- package/common/work/tool/tool_development/prompt/trick.md +5 -0
- package/common/work/tool/tool_development/work.json +1 -0
- package/common/work/tool/tool_test_data_generation/prompt/method.md +12 -0
- package/common/work/tool/tool_test_data_generation/prompt/rule.md +9 -0
- package/common/work/tool/tool_test_data_generation/prompt/trick.md +5 -0
- package/common/work/tool/tool_test_data_generation/work.json +1 -0
- package/common/work/tool/tool_testing_workflow/prompt/method.md +11 -0
- package/common/work/tool/tool_testing_workflow/prompt/rule.md +9 -0
- package/common/work/tool/tool_testing_workflow/prompt/trick.md +5 -0
- package/common/work/tool/tool_testing_workflow/work.json +1 -0
- package/common/work/web/browser_automation/prompt/method.md +12 -0
- package/common/work/web/browser_automation/prompt/rule.md +9 -0
- package/common/work/web/browser_automation/prompt/trick.md +5 -0
- package/common/work/web/browser_automation/work.json +1 -0
- package/common/work/web/browser_testing/prompt/method.md +12 -0
- package/common/work/web/browser_testing/prompt/rule.md +9 -0
- package/common/work/web/browser_testing/prompt/trick.md +5 -0
- package/common/work/web/browser_testing/work.json +1 -0
- package/common/work/web/data_extraction/prompt/method.md +12 -0
- package/common/work/web/data_extraction/prompt/rule.md +9 -0
- package/common/work/web/data_extraction/prompt/trick.md +5 -0
- package/common/work/web/data_extraction/work.json +1 -0
- package/common/work/web/extract_data/prompt/method.md +8 -0
- package/common/work/web/extract_data/prompt/rule.md +15 -0
- package/common/work/web/extract_data/prompt/trick.md +3 -0
- package/common/work/web/extract_data/work.json +1 -0
- package/common/work/web/fill_form/prompt/method.md +8 -0
- package/common/work/web/fill_form/prompt/rule.md +15 -0
- package/common/work/web/fill_form/prompt/trick.md +3 -0
- package/common/work/web/fill_form/work.json +1 -0
- package/common/work/web/form_filling/prompt/method.md +12 -0
- package/common/work/web/form_filling/prompt/rule.md +9 -0
- package/common/work/web/form_filling/prompt/trick.md +5 -0
- package/common/work/web/form_filling/work.json +1 -0
- package/common/work/web/monitor_status/prompt/method.md +8 -0
- package/common/work/web/monitor_status/prompt/rule.md +15 -0
- package/common/work/web/monitor_status/prompt/trick.md +3 -0
- package/common/work/web/monitor_status/work.json +1 -0
- package/common/work/web/navigate_web/prompt/method.md +18 -0
- package/common/work/web/navigate_web/prompt/rule.md +29 -0
- package/common/work/web/navigate_web/prompt/trick.md +13 -0
- package/common/work/web/operation_report/prompt/method.md +11 -0
- package/common/work/web/operation_report/prompt/rule.md +9 -0
- package/common/work/web/operation_report/prompt/trick.md +5 -0
- package/common/work/web/operation_report/work.json +1 -0
- package/common/work/web/page_screenshot/prompt/method.md +12 -0
- package/common/work/web/page_screenshot/prompt/rule.md +9 -0
- package/common/work/web/page_screenshot/prompt/trick.md +5 -0
- package/common/work/web/page_screenshot/work.json +1 -0
- package/common/work/web/report_operation/prompt/method.md +7 -0
- package/common/work/web/report_operation/prompt/rule.md +15 -0
- package/common/work/web/report_operation/prompt/trick.md +3 -0
- package/common/work/web/report_operation/work.json +1 -0
- package/common/work/web/screenshot_page/prompt/method.md +8 -0
- package/common/work/web/screenshot_page/prompt/rule.md +15 -0
- package/common/work/web/screenshot_page/prompt/trick.md +3 -0
- package/common/work/web/screenshot_page/work.json +1 -0
- package/common/work/web/web_navigation/prompt/method.md +13 -0
- package/common/work/web/web_navigation/prompt/rule.md +13 -0
- package/common/work/web/web_navigation/prompt/trick.md +5 -0
- package/common/work/web/web_navigation/work.json +1 -0
- package/config.json +23 -0
- package/core/agent/README.md +47 -0
- package/core/agent/common_prompt/dynamic_think.md +13 -0
- package/core/agent/common_prompt/expression.md +61 -0
- package/core/agent/common_prompt/static_think.md +13 -0
- package/core/agent/common_prompt/system_prompt_demo.md +11 -0
- package/core/agent/config.tpl.json +24 -0
- package/core/agent/index.js +977 -0
- package/core/agent/prompt_demo/ability.md +24 -0
- package/core/agent/prompt_demo/can.md +16 -0
- package/core/agent/prompt_demo/role.md +8 -0
- package/core/agent/prompt_demo/should.md +21 -0
- package/core/agent/prompt_demo/soul.md +25 -0
- package/core/agent/prompt_demo/stakeholder.md +19 -0
- package/core/agent/prompt_demo/workflow.md +16 -0
- package/core/agent/prompt_tpl/ability.md +13 -0
- package/core/agent/prompt_tpl/can.md +16 -0
- package/core/agent/prompt_tpl/role.md +7 -0
- package/core/agent/prompt_tpl/should.md +23 -0
- package/core/agent/prompt_tpl/soul.md +26 -0
- package/core/agent/prompt_tpl/stakeholder.md +15 -0
- package/core/agent/prompt_tpl/workflow.md +2 -0
- package/core/contact/config.tpl.json +12 -0
- package/core/contact/index.js +98 -0
- package/core/knowledge/README.md +46 -0
- package/core/knowledge/config.tpl.json +12 -0
- package/core/knowledge/index.js +100 -0
- package/core/knowledge/knowledge.tpl.md +13 -0
- package/core/llm/config.tpl.json +24 -0
- package/core/llm/index.js +362 -0
- package/core/mcp/README.md +18 -0
- package/core/mcp/config.tpl.json +52 -0
- package/core/mcp/index.js +369 -0
- package/core/mcp/server.js +186 -0
- package/core/project/about.md +7 -0
- package/core/project/config.tpl.json +53 -0
- package/core/project/index.js +491 -0
- package/core/project/project.md +57 -0
- package/core/project/team.md +19 -0
- package/core/project/tech.md +26 -0
- package/core/prompt/README.md +12 -0
- package/core/prompt/config.tpl.json +12 -0
- package/core/prompt/index.js +118 -0
- package/core/record/config.tpl.json +16 -0
- package/core/record/index.js +289 -0
- package/core/resource/README.md +2 -0
- package/core/resource/config.tpl.json +17 -0
- package/core/resource/index.js +89 -0
- package/core/session/config.tpl.json +16 -0
- package/core/session/index.js +287 -0
- package/core/skill/README.md +107 -0
- package/core/skill/config.tpl.json +20 -0
- package/core/skill/index.js +225 -0
- package/core/skill/script.tpl.js +10 -0
- package/core/skill/skill.tpl.md +40 -0
- package/core/task/config.tpl.json +23 -0
- package/core/task/index.js +365 -0
- package/core/task/task.md +34 -0
- package/core/tool/README.md +5 -0
- package/core/tool/config.tpl.json +30 -0
- package/core/tool/file.md +2 -0
- package/core/tool/index.js +601 -0
- package/core/tool/script.tpl.js +43 -0
- package/core/user/config.tpl.json +8 -0
- package/core/user/expression.tpl.md +8 -0
- package/core/user/impression.tpl.md +3 -0
- package/core/user/index.js +671 -0
- package/core/work/README.md +11 -0
- package/core/work/config.tpl.json +10 -0
- package/core/work/index.js +126 -0
- package/docs//345/212/237/350/203/275/350/277/233/345/272/246/346/234/252/345/256/214/346/210/220/345/216/237/345/233/240/345/210/206/346/236/220/346/212/245/345/221/212.md +351 -0
- package/docs//345/267/245/345/205/267/346/270/205/345/215/225_/345/256/214/346/210/220/347/211/210.md +205 -0
- package/docs//345/275/223/345/211/215/346/217/220/347/244/272/350/257/215.md +83 -0
- package/docs//345/275/223/345/211/215/346/217/220/347/244/272/350/257/2152.md +302 -0
- package/docs//346/231/272/350/203/275/344/275/223/350/256/276/350/256/241/350/257/264/346/230/216.md +24 -0
- package/docs//350/256/272JSON/345/257/271/346/231/272/350/203/275/344/275/223/347/232/204/351/207/215/350/246/201/346/200/247.md +523 -0
- package/docs//350/256/276/350/256/241/350/257/264/346/230/216.md +51 -0
- package/docs//351/234/200/350/246/201/345/274/200/345/217/221/347/232/204/345/212/237/350/203/275.md +105 -0
- package/eslint.config.js +117 -0
- package/example/cache/snapshot/manager_agent.json +3219 -0
- package/example/cache/snapshot/manager_contact.json +6 -0
- package/example/cache/snapshot/manager_knowledge.json +628 -0
- package/example/cache/snapshot/manager_llm.json +358 -0
- package/example/cache/snapshot/manager_mcp.json +7 -0
- package/example/cache/snapshot/manager_project.json +199 -0
- package/example/cache/snapshot/manager_prompt.json +7 -0
- package/example/cache/snapshot/manager_record.json +6 -0
- package/example/cache/snapshot/manager_resource.json +7 -0
- package/example/cache/snapshot/manager_skill.json +4036 -0
- package/example/cache/snapshot/manager_tool.json +16677 -0
- package/example/cache/snapshot/manager_user.json +49 -0
- package/example/cache/snapshot/manager_work.json +6479 -0
- package/example/common/knowledge/agent/agent_collaboration_standards/knowledge.json +7 -0
- package/example/common/knowledge/agent/agent_collaboration_standards/knowledge.md +157 -0
- package/example/common/knowledge/agent/agent_config_registration_standards/knowledge.json +7 -0
- package/example/common/knowledge/agent/agent_config_registration_standards/knowledge.md +294 -0
- package/example/common/knowledge/project/project_management_basics/knowledge.json +7 -0
- package/example/common/knowledge/project/project_management_basics/knowledge.md +202 -0
- package/example/docs//346/231/272/350/203/275/344/275/223/345/267/245/345/205/267/347/274/272/345/244/261/346/243/200/346/237/245/346/212/245/345/221/212.md +300 -0
- package/example/index.js +28 -0
- package/example/project/MMServer/doc//346/236/266/346/236/204/350/256/276/350/256/241/346/226/207/346/241/243.md +1258 -0
- package/example/project/MMServer/doc//351/241/271/347/233/256/347/256/241/347/220/206/346/226/207/346/241/243(PMD).md +92 -0
- package/example/project/MMServer/project.json +31 -0
- package/example/project/_temp_test_skill_checker.js +62 -0
- package/example/project/agent_self_check/hr_manager/self_check_report.md +177 -0
- package/example/project/agent_self_check/skill_teacher/new_skills/code_implementation_skill.json +20 -0
- package/example/project/agent_self_check/skill_teacher/new_skills/code_implementation_skill.md +195 -0
- package/example/project/agent_self_check/skill_teacher/new_skills/tool_build_skill.json +20 -0
- package/example/project/agent_self_check/skill_teacher/new_skills/tool_build_skill.md +133 -0
- package/example/project/agent_self_check/skill_teacher/self_check_report.md +216 -0
- package/example/project/agent_self_check/tool_maker/fix_report.md +135 -0
- package/example/project/agent_self_check/tool_maker/self_check_report.md +289 -0
- package/example/project/ai_secretary/data/schedule.json +28 -0
- package/example/project/ai_secretary/data/schedule.json.bak +40 -0
- package/example/project/ai_secretary/data/todo.json +31 -0
- package/example/project/ai_secretary/data/todo.json.bak +40 -0
- package/example/project/ai_secretary/doc/PRD.md +405 -0
- package/example/project/ai_secretary/doc/project_plan.md +366 -0
- package/example/project/ai_secretary/doc/test_report.md +226 -0
- package/example/project/ai_secretary/project.json +80 -0
- package/example/project/ai_secretary/skills/dialogue_management_skill.md +167 -0
- package/example/project/ai_secretary/skills/natural_language_skill.md +119 -0
- package/example/project/ai_secretary/skills/schedule_management_skill.md +167 -0
- package/example/project/ai_secretary/skills/todo_management_skill.md +156 -0
- package/example/project/ai_secretary/skills/weather_query_skill.md +101 -0
- package/example/project/ai_secretary/tools/schedule_manager.js +350 -0
- package/example/project/ai_secretary/tools/test_schedule_manager.js +157 -0
- package/example/project/ai_secretary/tools/test_todo_manager.js +205 -0
- package/example/project/ai_secretary/tools/test_weather_query.js +83 -0
- package/example/project/ai_secretary/tools/todo_manager.js +337 -0
- package/example/project/ai_secretary/tools/weather_query.js +292 -0
- package/example/project/converted/code_review/prompt/method.md +13 -0
- package/example/project/converted/code_review/prompt/rule.md +22 -0
- package/example/project/converted/code_review/prompt/trick.md +15 -0
- package/example/project/converted/code_review/work.json +1 -0
- package/example/project/converted/data_analysis/skill.json +8 -0
- package/example/project/converted/data_analysis/skill.md +42 -0
- package/example/project/converted/naming_conventions/knowledge.json +10 -0
- package/example/project/converted/naming_conventions/knowledge.md +13 -0
- package/example/project/knowledge_check/knowledge_check_report.md +173 -0
- package/example/project/prompt_check//346/217/220/347/244/272/350/257/215/346/243/200/346/265/213/346/212/245/345/221/212.md +296 -0
- package/example/project/skill_check/skill_check_report.md +275 -0
- package/example/project/skill_fix_project/hr/skill_audit_report.md +201 -0
- package/example/project/skill_fix_project/hr/skill_fix_summary.md +77 -0
- package/example/project/system_optimization/agent_capability_overlap_analysis.md +122 -0
- package/example/project/system_optimization/agent_health_check_report.md +161 -0
- package/example/project/system_optimization/core_agent_performance_evaluation.md +164 -0
- package/example/project/system_optimization/hr/fix_missing_prompt_files_report.md +115 -0
- package/example/project/system_optimization/mm_framework_skill_overlap_analysis.md +97 -0
- package/example/project/system_optimization/optimization_plan.md +552 -0
- package/example/project/system_optimization/optimization_summary_report.md +69 -0
- package/example/project/system_optimization/project.json +53 -0
- package/example/project/system_optimization/tasks//344/273/273/345/212/241/347/256/241/347/220/206/346/226/207/346/241/243(TMD).md +138 -0
- package/example/project/system_optimization/test_call_agents.js +157 -0
- package/example/project/system_optimization/test_integration.js +243 -0
- package/example/project/system_optimization/test_p1.js +311 -0
- package/example/project/system_optimization/test_report.md +171 -0
- package/example/project/system_optimization/usage_guide.md +265 -0
- package/example/project/system_optimization//351/241/271/347/233/256/347/253/240/347/250/213.md +51 -0
- package/example/project/system_optimization//351/241/271/347/233/256/350/256/241/345/210/222/344/271/246.md +54 -0
- package/example/project/system_optimization//351/243/216/351/231/251/350/257/204/344/274/260/346/212/245/345/221/212.md +43 -0
- package/example/project/tool_checker_test/reports/tool_checker_test_report.md +138 -0
- package/example/project/work_check/work_check_report.md +173 -0
- package/example/project/work_dependency_fix/hr/performance_evaluation.md +184 -0
- package/example/project/work_dependency_fix/project.json +53 -0
- package/example/project/work_dependency_fix/project_charter.md +49 -0
- package/example/project/work_dependency_fix/project_plan.md +170 -0
- package/index.js +560 -0
- package/package.json +49 -0
- package/test_browser.js +127 -0
- package/tests/test_base64.js +115 -0
- package/tests/test_canvas.js +176 -0
- package/tests/test_colors.js +139 -0
- package/tests/test_console.js +151 -0
- package/tests/test_dialogs.js +150 -0
- package/tests/test_floaty.js +178 -0
- package/tests/test_keys.js +158 -0
- package/tests/test_modules.js +148 -0
- package/tests/test_runner.js +95 -0
- package/tests/tool/browser_test.js +152 -0
- package/tests/tool/generate_tests.js +54 -0
- package/tests/tool/test.txt.com +1 -0
- package/tests/tool/test_fixed_tools.js +325 -0
- package/tests/tool/test_input.png +0 -0
- package/tests/tool//351/227/256/351/242/230/345/267/245/345/205/267/346/270/205/345/215/225.md +170 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"summary": {
|
|
3
|
+
"timestamp": "2026-06-30T18:16:59.678Z",
|
|
4
|
+
"sender": "master",
|
|
5
|
+
"user_name": "admin",
|
|
6
|
+
"session_id": "1782843392472",
|
|
7
|
+
"project_name": "",
|
|
8
|
+
"task_name": "",
|
|
9
|
+
"total": 2,
|
|
10
|
+
"successCount": 2,
|
|
11
|
+
"failCount": 0,
|
|
12
|
+
"completionRate": "100%"
|
|
13
|
+
},
|
|
14
|
+
"results": [
|
|
15
|
+
{
|
|
16
|
+
"receiver": "product_manager",
|
|
17
|
+
"success": true,
|
|
18
|
+
"hasContent": false,
|
|
19
|
+
"contentPreview": "",
|
|
20
|
+
"error": null,
|
|
21
|
+
"files": []
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"receiver": "task_manager",
|
|
25
|
+
"success": true,
|
|
26
|
+
"hasContent": false,
|
|
27
|
+
"contentPreview": "",
|
|
28
|
+
"error": null,
|
|
29
|
+
"files": []
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"summary": {
|
|
3
|
+
"timestamp": "2026-06-30T19:18:05.815Z",
|
|
4
|
+
"sender": "master",
|
|
5
|
+
"user_name": "admin",
|
|
6
|
+
"session_id": "1782847079612",
|
|
7
|
+
"project_name": "",
|
|
8
|
+
"task_name": "",
|
|
9
|
+
"total": 3,
|
|
10
|
+
"successCount": 3,
|
|
11
|
+
"failCount": 0,
|
|
12
|
+
"completionRate": "100%"
|
|
13
|
+
},
|
|
14
|
+
"results": [
|
|
15
|
+
{
|
|
16
|
+
"receiver": "translator",
|
|
17
|
+
"success": true,
|
|
18
|
+
"hasContent": false,
|
|
19
|
+
"contentPreview": "",
|
|
20
|
+
"error": null,
|
|
21
|
+
"files": []
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"receiver": "shopping_guide",
|
|
25
|
+
"success": true,
|
|
26
|
+
"hasContent": false,
|
|
27
|
+
"contentPreview": "",
|
|
28
|
+
"error": null,
|
|
29
|
+
"files": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"receiver": "game_planner",
|
|
33
|
+
"success": true,
|
|
34
|
+
"hasContent": false,
|
|
35
|
+
"contentPreview": "",
|
|
36
|
+
"error": null,
|
|
37
|
+
"files": []
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Admin
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
# MM_ai
|
|
2
|
+
|
|
3
|
+
## 简介
|
|
4
|
+
mm_ai是一个基于大语言模型的AI智能体,类似openclaw,用于辅助用户完成项目开发任务。
|
|
5
|
+
由LLM(大语言模型)、Agent(智能体)、Skills(技能)、Tools(工具)、MCP(多模态通信协议)和Memory(记忆)构成。
|
|
6
|
+
|
|
7
|
+
## 功能
|
|
8
|
+
### 运作机制
|
|
9
|
+
内置项目、任务、人员分配机制。用户通过与主智能体交互,主智能体会根据用户需求,分配项目、任务和子智能体。
|
|
10
|
+
与OpenAI不同,mm_ai采用的一对一服务模式,每个用户都能驱使不同的智能体,智能体也可以作为其他智能体的用户来驱使其他智能体。
|
|
11
|
+
|
|
12
|
+
### 运作流程示例
|
|
13
|
+
1. 用户A需要开发一个html5页面,主智能体master会根据用户需求,分配项目、任务和子智能体。
|
|
14
|
+
2. 主智能体认为涉及的人员包括:
|
|
15
|
+
- 项目管理员
|
|
16
|
+
- UI设计师
|
|
17
|
+
- 前端开发人员
|
|
18
|
+
- 测试人员
|
|
19
|
+
3. 项目管理员会创建项目,分配任务给子智能体。
|
|
20
|
+
4. UI设计师会根据用户需求,设计页面的UI。当需要用到图片时,会驱使平面设计师智能体来设计图片。
|
|
21
|
+
5. 当UI设计师完成设计后,会通知master可以交接工作给前端开发人员了。
|
|
22
|
+
6. 接着前端开发人员会根据UI设计师的设计,开始开发页面。完成后会通知master可以交接工作给测试人员了。
|
|
23
|
+
7. 测试人员会测试页面的功能,确保符合用户需求。完成后会通知master可以交接工作给项目管理员了。
|
|
24
|
+
8. 项目管理员会评估项目进度,确保项目按计划进行。完成后会通知master可以向用户交付项目了。
|
|
25
|
+
其中,每一次工作交接,master都会向用户汇报当前项目的进度和状态,并告知下一步将由谁来干什么、工作计划是什么,并给出开展建议。
|
|
26
|
+
当然,用户也可以全权交给master来完成,无需确认,直接等待项目交付。
|
|
27
|
+
此外,master会将项目情况、任务情况告知相应的子智能体,子智能体可以根据项目情况、任务情况,调整自己的工作计划和开展建议。
|
|
28
|
+
|
|
29
|
+
## 特色
|
|
30
|
+
### 自动创建项目
|
|
31
|
+
用户只需要需求,主智能体会根据需求大小,选择是否需要创建项目。
|
|
32
|
+
如果需要创建项目,主智能体会告知项目管理员智能体,创建项目。
|
|
33
|
+
### 自动分配任务和人员
|
|
34
|
+
主智能体会将用户需求、项目描述,告知任务管理员智能体,创建任务。
|
|
35
|
+
任务管理员智能体会根据任务的类型和任务的复杂度,分配任务给子智能体。
|
|
36
|
+
### 自动创建子智能体
|
|
37
|
+
主智能体会根据完成任务所需的智能体人员,判断缺少哪些子智能体,自动创建缺失的子智能体。
|
|
38
|
+
### 自动创建技能
|
|
39
|
+
各个子智能体会根据自己所需使用的技能和已掌握的技能判断是否需要其他技能,然后告知主智能体。
|
|
40
|
+
主智能体根据子智能体的建议,告知技能导师智能体,创建缺失的技能,并将技能分配给子智能体。
|
|
41
|
+
### 自动创建智能体所需使用的工具
|
|
42
|
+
各个子智能体会根据自己所需使用的工具,自动创建工具。
|
|
43
|
+
主智能体根据子智能体的建议,告知工具匠人智能体,创建缺失的工具,并将工具分配给子智能体。
|
|
44
|
+
### 复杂情况处理
|
|
45
|
+
对于工具很难实现的情况下,可以让智能体调用外部的MCP工具,从而增强智能体的能力。
|
|
46
|
+
|
|
47
|
+
## 安装
|
|
48
|
+
### 技术员安装
|
|
49
|
+
1. 安装依赖
|
|
50
|
+
```shell
|
|
51
|
+
npm install mm_ai
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
2. 使用
|
|
55
|
+
用户无法直接使用,需要写个脚本,通过调用mm_ai模块来使用。
|
|
56
|
+
例如创建index.js文件,内容如下:
|
|
57
|
+
```javascript
|
|
58
|
+
const mm_ai = require('mm_ai');
|
|
59
|
+
const koa = require('koa');
|
|
60
|
+
|
|
61
|
+
async function start() {
|
|
62
|
+
// 配置mm_ai
|
|
63
|
+
let config = {
|
|
64
|
+
// 配置mm_ai的参数
|
|
65
|
+
};
|
|
66
|
+
let mm_ai = new mm_ai(config);
|
|
67
|
+
// 配置mm_ai使用koa框架
|
|
68
|
+
mm_ai.use('koa', koa);
|
|
69
|
+
// 也可以使用express框架
|
|
70
|
+
// mm_ai.use('express', express);
|
|
71
|
+
// 启动mm_ai服务
|
|
72
|
+
await mm_ai.run();
|
|
73
|
+
|
|
74
|
+
// 通过控制台模式与mm_ai交互
|
|
75
|
+
// 控制台模式下,用户可以在控制台中输入指令,mm_ai会根据指令,调用其他智能体来完成任务
|
|
76
|
+
mm_ai.console();
|
|
77
|
+
|
|
78
|
+
// 其他模式
|
|
79
|
+
// 监听AI智能体的消息
|
|
80
|
+
mm_ai.onEvent('chat:out', (msg) => {
|
|
81
|
+
console.log(msg);
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
// 向AI智能体发送消息
|
|
85
|
+
// 发送消息时,需要指定用户名、会话ID、消息内容
|
|
86
|
+
// 会话ID可以是任意字符串,用于区分不同的会话
|
|
87
|
+
// 消息内容可以是任意字符串,用于传递信息
|
|
88
|
+
let user_name = 'userA';
|
|
89
|
+
let session_id = 'session1';
|
|
90
|
+
let content = '你好,我想开发一个html5页面';
|
|
91
|
+
let res = await mm_ai.send(user_name, session_id, content);
|
|
92
|
+
// 打印智能体回复的消息,在用web服务时,最好直接用监听方式获取消息,可以分段的流式输出,配合getWay最佳效果。
|
|
93
|
+
console.log("智能体回复:", res);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
start();
|
|
97
|
+
`````
|
|
98
|
+
|
|
99
|
+
3. 运行
|
|
100
|
+
```shell
|
|
101
|
+
node index.js
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
## 其他安装方式
|
|
105
|
+
如果你不会写脚本,也可以通过clone项目来使用。
|
|
106
|
+
```shell
|
|
107
|
+
git clone https://gitee.com/mm_modules_ok/mm_ai_server.git
|
|
108
|
+
```
|
|
109
|
+
然后进入项目目录,运行
|
|
110
|
+
```shell
|
|
111
|
+
npm start
|
|
112
|
+
```
|
|
113
|
+
通过此方式安装,可以直接在浏览器中访问http://localhost:8000,即可使用mm_ai服务。
|
|
114
|
+
内置多种getWay(微信、电报、钉钉、飞书), 用户可以根据需要选择不同的getWay来和mm_ai交互。
|
|
115
|
+
|
|
116
|
+
## 内置
|
|
117
|
+
### 智能体
|
|
118
|
+
MM_AI内置了多个智能体,可以满足大部分场景的需求。
|
|
119
|
+
详情请看[智能体.md](common\agent\内置智能体.md)
|
|
120
|
+
### 技能
|
|
121
|
+
MM_AI内置了多个技能,可以满足大部分场景的需求。
|
|
122
|
+
详情请看[技能.md](common\skill\内置技能.md)
|
|
123
|
+
### 工具
|
|
124
|
+
MM_AI内置了多个工具,可以满足大部分场景的需求。
|
|
125
|
+
详情请看[工具.md](common\tool\内置工具.md)
|
package/README2.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# 超级美眉人智能(mm_ai)
|
|
2
|
+
这是一个非常智能的人工智能模块,它的最大特点是不需要大模型也能实现正常的交流和调用工具(NLP/RAG/Agent/MCP)。
|
|
3
|
+
它只需要不到50MB的内存,这意味着可安装到任何一个电子设备上(电脑、手机、路由器、监控、遥控器)。
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## 如何使用?
|
|
7
|
+
你只需要根据你所需要的使用场景给他灌输一些对话。这些对话无需标注,它会自己举一反三,理解意图,学会提问、反问和回复。
|
|
8
|
+
你也可以直接给它准备一些文档作为它的知识储备,通过RAG能更好的回答你的问题。
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## 说明
|
|
12
|
+
如果你是AI新手,当你懂得使用它后,你会明白:
|
|
13
|
+
- 什么是[NLP(自然语言处理)](#NLP)?
|
|
14
|
+
- 什么是[LLM(大语言模型)](#LLM)?
|
|
15
|
+
- 什么是[Memory(记忆)](#Memory)?
|
|
16
|
+
- 什么是[Prompt(提示词)](#Prompt)?
|
|
17
|
+
- 什么是[Context(上下文)](#Context)?
|
|
18
|
+
- 什么是[RAG(检索增强生成)](#RAG)?
|
|
19
|
+
- 什么是[Agent(智能体)](#Agent)?
|
|
20
|
+
- 什么是[Function Calling(函数调用)](#Function-Calling)?
|
|
21
|
+
- 什么是[MCP(模型上下文协议)](#MCP)?
|
|
22
|
+
- 什么是[Tool(工具)](#Tool)?
|
|
23
|
+
- 什么是[skill(技能)](#skill)?
|
|
24
|
+
- 什么是[NLU(自然语言理解)](#NLU)?
|
|
25
|
+
- 什么是[NLI(自然语言推理)](#NLI)?
|
|
26
|
+
|
|
27
|
+
## 自然语言处理(NLP)
|
|
28
|
+
<a id="NLP"></a>
|
|
29
|
+
自然语言处理(NLP)是指在智能体中使用自然语言(例如中文、英文、日文等)进行交流。
|
|
30
|
+
它通常用于实现智能体的自定义功能,例如根据用户输入的自然语言,自动将其转换为结构化数据,或者根据用户输入的自然语言,自动将其转换为自然语言。
|
|
31
|
+
NLP 涵盖传统方法(如规则匹配、词性标注、SVM 分类等)和深度学习方法(如Transformer、BERT等)。
|
|
32
|
+
在简单的指令执行下,只需要使用传统方法即可。
|
|
33
|
+
|
|
34
|
+
详情:[查看](./nlp/README.md)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## 大语言模型(LLM)
|
|
38
|
+
<a id="LLM"></a>
|
|
39
|
+
大语言模型(LLM)是指在智能体中使用深度学习模型(例如Transformer、BERT等)进行交流。
|
|
40
|
+
LLM是NLP的一种,它是近年来 NLP 的主流范式之一。也是这样的NLP,让AI看起来更加智能。
|
|
41
|
+
但是,LLM的性能和效果,依赖于模型的大小和训练数据的质量。这意味成本很高,所以大部分的应用场景,都会选择使用LLM API,而不是自己训练模型。
|
|
42
|
+
在实际系统中,常采用“NLP/规则兜底 + LLM 提升体验”的架构。
|
|
43
|
+
|
|
44
|
+
详情:[查看](./llm/README.md)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 记忆(Memory)
|
|
48
|
+
<a id="Memory"></a>
|
|
49
|
+
记忆(Memory)是人和AI对话过程中,记录下的一些信息。
|
|
50
|
+
在没有记忆之前,AI只能根据当前的对话,回答用户的问题。
|
|
51
|
+
在有记忆之后,AI可以根据之前的对话,回答用户的问题。
|
|
52
|
+
例如:
|
|
53
|
+
- 用户:1加1等于几?
|
|
54
|
+
- AI:2
|
|
55
|
+
- 用户:再加1等于几?
|
|
56
|
+
- AI:3 (如果没有记忆,它就无法告诉你等于3)
|
|
57
|
+
所以,在和AI对话时,我们需要保持记忆,才能得到准确的回答。
|
|
58
|
+
|
|
59
|
+
详情:[查看](./memory/README.md)
|
|
60
|
+
|
|
61
|
+
## 提示词(Prompt)
|
|
62
|
+
<a id="Prompt"></a>
|
|
63
|
+
提示词(Prompt)是人和AI对话过程中发现的产物。
|
|
64
|
+
对话可分为背景和需求。背景是指在对话开始前,用户和AI之间的信息交互。需求是指用户在对话中,需要AI怎么回答。
|
|
65
|
+
在和AI对话时,我们会希望它怎么回答,而这怎么回答往往是固定的,为了方便我们和AI对话,避免下次再要求它怎么回答,于是就有了提示词。
|
|
66
|
+
|
|
67
|
+
详情:[查看](./prompt/README.md)
|
|
68
|
+
|
|
69
|
+
## 上下文(Context)
|
|
70
|
+
<a id="Context"></a>
|
|
71
|
+
上下文(Context)就是人和AI的对话记录。再下一次调用LLM时,会将上下文作为输入,以帮助它理解用户的问题。
|
|
72
|
+
你可以把上下文理解为给AI一个短暂的记忆。用于同一个会话下更好的解决用户的问题。
|
|
73
|
+
|
|
74
|
+
详情:[查看](./context/README.md)
|
|
75
|
+
|
|
76
|
+
## 检索增强生成(RAG)
|
|
77
|
+
<a id="RAG"></a>
|
|
78
|
+
检索增强生成(RAG)是指在智能体中使用检索和生成技术,以实现对用户查询的准确回答。
|
|
79
|
+
它通常用于实现智能体的自定义功能,例如根据用户查询从数据库中检索相关信息,或者根据用户查询生成符合要求的文本。
|
|
80
|
+
|
|
81
|
+
详情:[查看](./rag/README.md)
|
|
82
|
+
|
|
83
|
+
## 智能体(Agent)
|
|
84
|
+
<a id="Agent"></a>
|
|
85
|
+
智能体(Agent)是指能够感知环境并采取行动以实现特定目标的代理体。
|
|
86
|
+
也就是说,它需要具备感知、决策和执行的能力。
|
|
87
|
+
感知、决策部分交由自然语言处理(NLP)或大模型(LLM)负责,也就是智能的部分(相当于人类的大脑)。
|
|
88
|
+
执行部分则由智能体本身负责。也就是非智能的部分(相当于人类的身体)。
|
|
89
|
+
NLP或LLM都只能实现和人之间的交流,不能实现和环境的交互。也就是AI只会说,不会做。
|
|
90
|
+
为了让AI会做,我们需要在某些情况下,按照一定的规则来回答。然后程序可以根据这种规则性回答来调用函数。让AI能够执行特定的任务。
|
|
91
|
+
于是就有了智能体。
|
|
92
|
+
|
|
93
|
+
详情:[查看](./agent/README.md)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 函数调用(Function Calling)
|
|
97
|
+
<a id="Function-Calling"></a>
|
|
98
|
+
函数调用(Function Calling)是指在智能体中调用外部函数或方法,以执行特定任务。
|
|
99
|
+
它通常用于实现智能体的自定义功能,例如调用大模型、调用数据库、调用外部服务等。
|
|
100
|
+
为了让智能体能够调用更好的调用函数,我们需要定义一个协议,来规范AI和函数之间的交互。这就是Function Calling协议。
|
|
101
|
+
|
|
102
|
+
详情:[查看](./function_calling/README.md)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 模型上下文协议(MCP)
|
|
106
|
+
<a id="MCP"></a>
|
|
107
|
+
模型上下文协议(MCP)是一个开放标准协议。
|
|
108
|
+
旨在解决 AI 大模型与外部数据源、工具之间的“数据孤岛”问题,让 AI 应用能够安全、统一、可扩展地连接各种数据和服务。
|
|
109
|
+
为了让AI能够准确的调用函数,我们需要定义一个协议,来规范AI和函数之间的交互。MCP协议就是这样一个协议。
|
|
110
|
+
MCP所做的事是首先告知AI,它有哪些函数可以调用,以及每个函数的参数和返回值。
|
|
111
|
+
然后,AI可以根据用户的输入判断是否需要调用这些函数,来执行特定的任务。
|
|
112
|
+
|
|
113
|
+
详情:[查看](./mcp/README.md)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 工具(Tool)
|
|
117
|
+
<a id="Tool"></a>
|
|
118
|
+
工具(Tool)是指在智能体的自定义功能,例如上网查资料、处理文件、操作数据库等。
|
|
119
|
+
tool就是AI可以调用的函数,具有统一的接口。
|
|
120
|
+
通常由JSON配置文件和JS脚本文件组成,通过遍历的方式加载。
|
|
121
|
+
在需要AI调用工具时跟上下文一起传输LLM。
|
|
122
|
+
|
|
123
|
+
详情:[查看](./tool/README.md)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 技能(skill)
|
|
127
|
+
<a id="skill"></a>
|
|
128
|
+
技能(skill)是指在智能体中执行特定任务的能力。
|
|
129
|
+
它通常用于实现智能体的自定义功能,例如写作、编程、设计、分析数据等。
|
|
130
|
+
在很多时候,我们希望AI做的是不是使用单一工具能够完成的。它需要根据用户的输入,调用多个工具来完成特定的任务。于是就有了技能。
|
|
131
|
+
技能就是让AI在一些特定的情况下,可以根据用户的目标,完成一系列相关的事,让用户不需要手动干预,有更好的体验。
|
|
132
|
+
例如:
|
|
133
|
+
- 用户说:我想订一张从北京到上海的机票
|
|
134
|
+
- AI想:根据用户的目标,调用天气工具,查询北京到上海的天气。看什么时候适合出行
|
|
135
|
+
- AI想:根据任务目标和出行时间,调用机票工具,查询XXX日北京到上海的机票价格和时间。
|
|
136
|
+
- AI想:根据任务目标和出行时间,调用可行性分析工具,逐一分析XXX日北京到上海是否可行,哪个最佳。
|
|
137
|
+
- AI想:根据多次调用的结果总结,告知用户。
|
|
138
|
+
- AI说:根据您的需求,近几日从北京到上海的机票有:XXX日XXX时,价格为XXX元。结合天气等因素,建议购买XXX日XXX时的机票。是否帮您预定?
|
|
139
|
+
- 用户说:我想预定。
|
|
140
|
+
|
|
141
|
+
这其中,AI想的部分就是技能。
|
|
142
|
+
智能体中,技能本质上也是一种提示词,只是这个提示词会告诉AI,当什么情况需要做什么,做什么的时候调用什么工具。最终实现什么。
|
|
143
|
+
如上述例子:
|
|
144
|
+
- 当用户想预订机票时,首先调用订机票工具,看用户所给的信息是否完整。
|
|
145
|
+
- 当用户信息完整时,调用天气工具,查询北京到上海的天气。看什么时候适合出行。
|
|
146
|
+
- 当查询到适合出行的时间后,调用机票查询工具,查询XXX日北京到上海的机票价格和时间。
|
|
147
|
+
- 当查询到机票价格和时间后,调用可行性分析工具,逐一分析XXX日北京到上海是否可行,哪个最佳。
|
|
148
|
+
- 当分析完成后,根据多次调用的结果总结,告知用户。把适合出行的几个机票时间(推荐三选一)以及价格,天气等信息,都告知用户。并建议用户选择最佳的机票时间。
|
|
149
|
+
|
|
150
|
+
为了实现技能,可能AI本身不具备某些能力(工具),于是就需要特定的工具来完成。这些特定的工具和技能放置到同一目录下,在智能体需要调用时再进行加载。
|
|
151
|
+
所以为了统一架构和方便遍历加载,每个技能都有一个文件夹和一个SKILL.md文件。
|
|
152
|
+
|
|
153
|
+
详情:[查看](./agent/skill/README.md)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
## 自然语言理解(NLU)
|
|
157
|
+
<a id="NLU"></a>
|
|
158
|
+
自然语言理解(NLU)是指AI根据用户的输入,理解用户的意图和需求。
|
|
159
|
+
这是一个复杂的过程,涉及到多个步骤,例如词法分析、语法分析、语义分析等。
|
|
160
|
+
对于更高级的NLU,还有情感分析、性格分析、欲望分析等。
|
|
161
|
+
传统的NLP就是通过NLU的方式来识别意图,然后实现聊天交互。但是这样
|
|
162
|
+
|
|
163
|
+
详情:[查看](./nlp/nlu/README.md)
|
|
164
|
+
|
|
165
|
+
### NLU需要做什么?能用来干什么?需要达到什么程度?
|
|
166
|
+
NLU需要做的就将词语标注,这样就可以将语句拆成多个词,将词分析出词义、情感、性格等。
|
|
167
|
+
NLU能够用来识别用户最直观的想表达什么,想做什么。而从让AI知道该怎么做,怎么回答。
|
|
168
|
+
NLU需要达到的程度就是能够从语句中识别用户意图,能够造句和回答。
|
|
169
|
+
|
|
170
|
+
## 自然语言推理(NLI)
|
|
171
|
+
<a id="NLI"></a>
|
|
172
|
+
自然语言推理(NLI)是指AI根据用户的输入,根据上下文,推理出用户的真实意图和需求。
|
|
173
|
+
也就是要帮用户考虑应该考虑哪些因素,然后给出最佳的解决方案。
|
|
174
|
+
在不能推理的情况下,AI可能知道A是B, B是C, 但是不能推理出A是C,所以A会C所会。
|
|
175
|
+
例如:
|
|
176
|
+
- 飞禽都会飞,鸽子是鸟,鸟是飞禽,所以鸽子会飞。
|
|
177
|
+
- 水泼到地上,地板会湿。奶茶是茶水,茶水也是水,所以奶茶泼到地上,地板也会湿。
|
|
178
|
+
|
|
179
|
+
上面两个例子,在你看来是理所当然的事情,但是现在的AI却仍然无法理解。
|
|
180
|
+
|
|
181
|
+
现在的LLM是通过词的关系、向量、统计的方式来推敲出下一个词是什么从而造句,然后再通过某句话之后常接着什么,从而回答。所以并没有理解词义。
|
|
182
|
+
虽然如此,LLM给人的感觉也是能推理里,实际上是判断词与词的逻辑关系,语句与语句的关系。
|
|
183
|
+
所以,实际上LLM和传统的NLP最大的区别就是说话更顺畅了。但那并不是真正的理解。
|
|
184
|
+
理解应该是分解、解析、推理。目前的AI,都还是只能分解、解析。要想真正智能,就必须要能够推理。于是NLI技术诞生了。
|
|
185
|
+
|
|
186
|
+
其实,从真正的智能的角度看,NLU只是知,NLI才是知识,知道词与词的逻辑关系,语句与语句的关系,是一种识,所以LLM比传统NLP看起来更智能。
|
|
187
|
+
AI的智能程度其实就是从知到识的过程。
|
|
188
|
+
|
|
189
|
+
详情:[查看](./nlp/nli/README.md)
|
|
190
|
+
|
|
191
|
+
### NLI 的核心定义与任务分类
|
|
192
|
+
1. 蕴含(Entailment),假设可以从前提中推断出,主要包含以下方面 ↓
|
|
193
|
+
- 包含特性,例如:水有浮力;水有张力;
|
|
194
|
+
- 使受关系,例如:船会受到水的浮力影响,所以船可以浮在水面
|
|
195
|
+
- 物理关系,例如:热会涨,冷会缩。
|
|
196
|
+
- 同类关系,例如:水果是食物,蔬菜也是食物,所以水果和蔬菜都是食物
|
|
197
|
+
|
|
198
|
+
2. 矛盾(Contradiction)假设与前提相矛盾,不能同时成立,主要包含以下方面 ↓
|
|
199
|
+
- 特性相反,例如:冷与热、涨与缩,同一个物体不可能同时又冷又热。
|
|
200
|
+
|
|
201
|
+
3. 中立(Neutral)假设与前提既不矛盾也无法从前提推断出,两者关系不明确。主要包含以下方面 ↓
|
|
202
|
+
- 无关系,例如:老头和鬼没有关系。
|
|
203
|
+
|
|
204
|
+
### NLI需要做什么?能用来干什么?需要达到什么程度?
|
|
205
|
+
NLI需要标注事或物的关系。也就是词的另一种标注方式和向量、统计。
|
|
206
|
+
即标注:是什么(东西),能什么(能力),不能什么,会(影响)什么,为什么(能、因果),为什么不(能),如果什么会怎么等等。
|
|
207
|
+
|
|
208
|
+
### 为什么要在这里讲NLI?
|
|
209
|
+
因为这才是mm_ai的最大魅力所在。在文章开头,我已经说过,mm_ai非常智能的人工智能模块。
|
|
210
|
+
其最大的特点就是它在训练时,不仅能训练NLU还训练NLI,也就是说不仅让AI变得能够理解、还能够具有一定的推理能力。
|