@ciridae/ui-agent
v0.3.6
Published
Agentic Ciridae UI components for chat, tool use, artifacts, and workflows.
Downloads
1,093
Readme
@ciridae/ui-agent
Agentic Ciridae UI components for chat, tool use, artifacts, and workflows.
Install from npm:
npm install @ciridae/ui-agentUse the published package for new and updated consumers.
Install with the base UI package:
npm install @ciridae/ui @ciridae/ui-agentImport Tailwind and both package stylesheets from your global CSS entry:
@import "tailwindcss";
@import "@ciridae/ui/styles.css";
@import "@ciridae/ui-agent/styles.css";