ui/tool_presentation/tool_presentation_registry library
Classes
- ToolActivityPresentation
- Pure data consumed by the timeline's common tool-row renderer.
- ToolPresentationRegistry
- Resolves tool updates through ordered rules and a generic fallback.
- ToolPresentationRule
- One ordered extension point for recognizing and presenting a tool family.
- ToolPresentationScope
- Supplies a presentation registry to all tool rows under a timeline.
- ToolPresentationSource
- The normalized, renderer-independent projection of one ACP tool update.
Enums
- ToolActivityKind
- Stable semantic categories used by compact tool rows and activity summaries.
Typedefs
- ToolPresentationResolver = ToolActivityPresentation? Function(ToolPresentationSource source)