agentic-ui
React components for chat, reasoning, and task interfaces
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agentic-ui?โผ
Run `npx skills add antdigital-ai/agentic-ui --all -g -y` in your terminal to install all skills in this suite globally.
What is Agentic UI used for?โผ
It is a React component library for building agent-style interfaces, including chat bubbles, thought-chain visualization, tool call bars, task lists, and workspace layouts.
How do I show AI reasoning steps in my app?โผ
Use the ThoughtChainList component to render the think-act-observe steps, or embed a thought chain directly inside an AIBubble chat message.
Does agentic-ui work with Ant Design?โผ
Yes. It is built on Ant Design and its CSS-in-JS engine, supports React 16.9 and above, and inherits theming and localization through ConfigProvider.
Can I render charts and diagrams in markdown output?โผ
Yes. The markdown renderer turns annotated tables into bar, line, pie, radar, and funnel charts, and supports Mermaid code blocks for flowcharts and sequence diagrams.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core