TEN-framework / TEN-Agent

TEN Agent is the world’s first real-time multimodal agent integrated with the OpenAI Realtime API, RTC, and features weather checks, web search, vision, and RAG capabilities.
https://agent.theten.ai/
Apache License 2.0
1.37k stars 154 forks source link

feat(demo): new UI & rtm user input #357

Closed shczhen closed 20 hours ago

shczhen commented 1 week ago

Purpose

  1. Standardize front-end code, implement a responsive layout, and remove the dual entry points for PC and mobile.
  2. Update the UI by integrating shadcn/ui and ultimately removing antd.
  3. Integrate the User Input component.

TODO

Task

Next

  1. Restructure the project (demo).
  2. Final removal of antd & scss.
  3. Eliminate redundant code.
  4. Apply all changes to the project (playground).