跳至主要内容
搜索工具
主题

仅保存在此设备上。

中文

Runtime model

The runtime shell owns initialization, payload normalization, execution flow, and result rendering.

Tool pages should stay focused: take input, call execution API, present result.

Good mental model

  • Shell = lifecycle, validation, and guardrails.
  • Tool module = domain behavior.
  • Manifest = metadata contract.

Debug example

If a tool renders but won't execute, check manifest wiring and runtime adapters before touching UI code.