Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/agent-runtime-developer-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- 权限、交互、文件、图片、预览、资源失败等能力通过 runtime event envelope 表达。
- 第三方平台深度适配应放在 `packages/platform-*`,runtime core 只保留通用 registry / protocol / pipeline,不直接写 GitLab、Jira、GitHub 等平台语义。
- 平台适配的启用、禁用、状态展示和平台自有配置页由 Nine1Bot 产品层 Platform Adapter Manager 负责,Web 配置页应提供“多平台适配 > 具体平台”的可扩展入口。
- 平台长连接、IM、event consumer、轮询器等长期运行任务应通过通用 Platform Background Service lifecycle 管理,不放进 runtime adapter,也不在 launcher 中写平台专属启动逻辑。

## 不包含的内容

Expand Down
Loading
Loading