Kendo UI for Angular LLM Kit Overview
Updated on Aug 10, 2026
The Kendo UI for Angular LLM Kit is a collection of purpose-built components that surface AI agent activity inside your application.
The kit gives you ready-to-use building blocks for displaying reasoning traces, multi-step thought chains, tool invocations, inline citations, and conversation checkpoints—all designed to live alongside any chat or agentic interface.
The following example demonstrates the LLM Kit components working together in an agentic chat scenario.
Loading ...
Key Features
- Reasoning—Displays a model's thinking trace as a single collapsible block, optionally streaming content token by token.
- Chain of Thought—Groups an ordered sequence of thought steps under a single collapsible header, with optional custom row templates.
- Tool Call—Displays a single tool or function invocation, including its parameters, approval flow, result, and error states.
- Checkpoint—Renders a decorative separator between conversation turns with a Start Over or Redo action.
- Citation—Embeds an inline reference chip that opens a paginated popover with full source details.
Support and Learning Resources
- Conversational UI Homepage
- Getting Started with the Kendo UI for Angular Conversational UI
- API Reference of the Conversational UI
- Getting Started with Kendo UI for Angular (Online Guide)
- Getting Started with Kendo UI for Angular (Video Tutorial)
- Video Courses
- Conversational UI Forum
- Before You Start: All Things Angular (Telerik Blog Post)
- Knowledge Base