Skip to content

Conversation

@thomasyuill-livekit
Copy link
Contributor

PR Summary

Introduce agents-ui component library and AI elements

This PR refactors the codebase to use a new modular component architecture:

New Components

  • agents-ui/ - New component library for agent-specific UI:

    • Audio visualizers (bar, radial, grid, wave) with custom animation hooks
    • Session management (AgentSessionProvider, AgentDisconnectButton, AgentSessionStartAudioButton)
    • Chat components (AgentChatTranscript, AgentChatIndicator)
    • Track controls and toggles
  • ai-elements/ - Reusable AI conversation primitives:

    • Conversation with auto-scroll support
    • Message component with user/assistant styling
    • Shimmer text animation

UI Updates

  • Added new shadcn/ui components: Separator, Toggle, Tooltip
  • Switched icon library from Phosphor to Lucide
  • Added component registries for @agents-ui and @ai-elements

Dependencies

  • Updated @livekit/components-react to v2.9.16
  • Added: lucide-react, ai, streamdown, use-stick-to-bottom

Cleanup

  • Removed legacy components/livekit/ folder
  • Removed custom scroll area, shimmer text, and toast implementations in favor of new abstractions

@vercel
Copy link

vercel bot commented Dec 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
sandbox-voice-assistant Ready Ready Preview Dec 17, 2025 8:31pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants