Loading...
Loading...
Compare original and translation side by side
/adk-document/adk-document| File | Description |
|---|---|
| references/doc-standards.md | Document types, templates, quality checklists, and health metrics |
| 文件 | 描述 |
|---|---|
| references/doc-standards.md | 文档类型、模板、质量检查清单及健康指标 |
| Command (and suggested subcommand) | Description |
|---|---|
| Create documentation for a feature in the user's bot |
| Review project docs for accuracy and completeness |
| Update project docs after code changes |
| Check if project docs are in sync with the bot's code |
| Search project documentation for specific topics |
| 命令(及建议子命令) | 描述 |
|---|---|
| 为用户机器人中的功能创建文档 |
| 审核项目文档的准确性与完整性 |
| 代码变更后更新项目文档 |
| 检查项目文档是否与机器人代码同步 |
| 搜索项目文档中的特定主题 |
##################agent.config.ts@botpress/runtimeagent.config.ts@botpress/runtime@botpress/runtimethis.send()client.createMessage()@botpress/runtimethis.send()client.createMessage()❌ WRONG✅ CORRECT❌ WRONG✅ CORRECTthis.send()this.send()adkadk./docs/./guides/./docs/./guides/// Find ADK projects in the workspace
Glob({ pattern: "**/agent.config.ts" })
// Find ADK runtime usage in the user's project
Grep({ pattern: "from ['\"]@botpress/runtime", output_mode: "files_with_matches" })
// Look for existing project documentation
Glob({ pattern: "./{docs,guides}/**/*.md" })
// Find official ADK examples if available locally
Glob({ pattern: "**/adk/examples/**/*.ts" })// 在工作区中查找ADK项目
Glob({ pattern: "**/agent.config.ts" })
// 在用户项目中查找ADK运行时用法
Grep({ pattern: "from ['\"]@botpress/runtime", output_mode: "files_with_matches" })
// 查找现有项目文档
Glob({ pattern: "./{docs,guides}/**/*.md" })
// 若本地有官方ADK示例,查找相关内容
Glob({ pattern: "**/adk/examples/**/*.ts" })adkadk-evalsadk-frontendadk-integrationsadkadk-evalsadk-frontendadk-integrations