description, kind
| description | kind |
|---|---|
| The Visualizer package group: dormant Host authority and preset-scoped model tools for inline visual components. | package-group |
visualizer/ — inline visual components
English | 中文
Summary
Visualizer currently provides an independently loadable Host/model capability for temporary inline visuals. Its root Cordis service owns Host limits and authorized widget follow-ups, while a second entrypoint contributes prompt and tools from an Agent preset scope. Follow-up authority is bound to the retained immutable Session result, not to the lifetime of a presentation iframe. The default application compositions do not mount the authority, so the always-mounted model wrapper contributes nothing until an authority appears. A separately supplied compatible Client can consume the follow-up Remote and apply its own rendering limits; this package group does not yet provide or activate presentation.
Table of Contents
Packages
The group currently contains one Host package with separate authority and model entrypoints.
| Package | Role |
|---|---|
tool-visualizer/ |
Provides the dormant Host authority, generated follow-up Remote, preset-scoped prompt, and Visualizer tools |
Related documentation
- Tool subsystem — model tool registration, execution, and logged results.
- System prompt subsystem — ordered prompt sections and context contributions.
- Implementation decision — dormancy, authority, and model-scope boundaries.
Dev Note
Keep Host authority in the root service and model policy in the same package's preset-scoped entrypoint. A compatible presentation Client may consume the generated follow-up Remote without adding a presentation contract to session/core types; none is mounted by the default compositions.