feat: manually mirror opencoze's code from bytedance

Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
This commit is contained in:
fanlv
2025-07-20 17:36:12 +08:00
commit 890153324f
14811 changed files with 1923430 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# @coze-agent-ide/tool-config
Tool 区域配置文件
## Features
- 新接入的 tool需要在 types 文件中新增枚举值
- 新接入的 tool需要在 constants 文件中配置 TOOL_KEY_STORE_MAP、AGENT_SKILL_KEY_MAP用于为 ToolKey 和 /api/draftbot/update 接口的入参字段名做映射
- 新接入的 tool需要在 constants 文件中配置 TOOL_KEY_TO_API_STATUS_KEY_MAP用于为 ToolKey 和 /api/draftbot/update_display_info 接口的字段名做映射