-
Notifications
You must be signed in to change notification settings - Fork 100
Revamp TorchAgent UI #6817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp TorchAgent UI #6817
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5ae4686
to
f4ae9d3
Compare
f4ae9d3
to
6139a33
Compare
session.data?.user, | ||
isLoading, | ||
currentSessionId, | ||
chatHistory, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not related to this change, but note:
we're re-creating interval every time it's triggered (due to chatHistory dependency here)
could be replaced by the timeout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm overall, I like the improvements, see minor nits in the comments.
…-chat-ui-with-streaming-support
## Summary - modern chat layout and bubbles - bottom-pinned input stays active while streaming - auto-scroll logic scoped to chat window - remove WelcomeSection and update styles - add unit tests for chat UI ## Testing - `yarn tsc` - `yarn test` ------ https://chatgpt.com/codex/tasks/task_e_6857d82d9764833388d3bfa6e2be5142
Summary
Testing
yarn tsc
yarn test
https://chatgpt.com/codex/tasks/task_e_6857d82d9764833388d3bfa6e2be5142