issues
search
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
Standardize front-end code, implement a responsive layout, and remove the dual entry points for PC and mobile.
Update the UI by integrating shadcn/ui and ultimately removing antd.
Integrate the User Input component.
TODO
[x] Update demo changes after commit 3ee9cda1b0646dcd4d4dea6d15a23b64ee71c40a
Task
[x] Apply shadcn/ui
[x] Apply Tailwindcss
[x] [dedup] Remove PC/Mobile entries
[x] Apply responsive layout
[ ] Update theme
[x] Import RTM (refer to:
https://github.com/TEN-framework/TEN-Agent/pull/352
, thx to @tomasliu-agora )
[x] Add user input
[ ] Remove useless antd usages
[ ] Remove scss usages(use css instead)
Next
Restructure the project (demo).
Final removal of antd & scss.
Eliminate redundant code.
Apply all changes to the project (playground).
Purpose
TODO
Task
Next