Copilot chat dock + streaming (host injects a CopilotClient), chat
message/artifact renderers (tables, charts, cards, markdown), and the intel
severity chip. Part of the togo UI kit.
chat/ and copilot/ are merged into this one package because they have a
circular dependency on each other in the original source.
npm install @togo-framework/ui-copilotimport { CopilotProvider, UnifiedCopilotDock } from "@togo-framework/ui-copilot";Requires @togo-framework/ui-core and @togo-framework/ui-markdown.