[PR #2999] [MERGED] AI agent ui animation #4193

Closed
opened 2026-02-22 18:35:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2999
Author: @timothycarambat
Created: 1/21/2025
Status: Merged
Merged: 1/22/2025
Merged by: @timothycarambat

Base: masterHead: agent-ui-animations


📝 Commits (6)

  • defc046 wip agent ui animation
  • e337fba WIP agent ui revision
  • 227dcfe linting
  • 6bff89d Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into agent-ui-animations
  • ecc6799 simplify css
  • b8847ff memoize agent responses

📊 Changes

10 files changed (+321 additions, -88 deletions)

View changed files

frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/StatusResponse/index.jsx (+113 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+125 -67)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatTooltips/index.jsx (+6 -0)
📝 frontend/src/index.css (+48 -16)
📝 frontend/src/utils/chat/agent.js (+1 -1)
📝 frontend/src/utils/chat/index.js (+3 -2)
📝 frontend/tailwind.config.js (+16 -1)
📝 server/utils/agents/aibitat/plugins/websocket.js (+5 -1)
📝 server/utils/agents/ephemeral.js (+2 -0)
📝 server/utils/chats/agents.js (+2 -0)

📄 Description

Updates UI for agent thoughts to be more dynamic and readable in the UI


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2999 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `agent-ui-animations` --- ### 📝 Commits (6) - [`defc046`](https://github.com/Mintplex-Labs/anything-llm/commit/defc046ca9e56802c4cc168d205efddd031c942d) wip agent ui animation - [`e337fba`](https://github.com/Mintplex-Labs/anything-llm/commit/e337fbaf7ff43cb6c4c2a6007ee8afc883d0b8c7) WIP agent ui revision - [`227dcfe`](https://github.com/Mintplex-Labs/anything-llm/commit/227dcfe9f1ca8429b776085668e40de96b1e045d) linting - [`6bff89d`](https://github.com/Mintplex-Labs/anything-llm/commit/6bff89dc4d393ae0ea36d3849eca56ae16bea769) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into agent-ui-animations - [`ecc6799`](https://github.com/Mintplex-Labs/anything-llm/commit/ecc67998f1440200ffc95aafa2105b5ee8bd8f0b) simplify css - [`b8847ff`](https://github.com/Mintplex-Labs/anything-llm/commit/b8847ff1942a28f52b680ab5de1798a8e6cf3c84) memoize agent responses ### 📊 Changes **10 files changed** (+321 additions, -88 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/StatusResponse/index.jsx` (+113 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+125 -67) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatTooltips/index.jsx` (+6 -0) 📝 `frontend/src/index.css` (+48 -16) 📝 `frontend/src/utils/chat/agent.js` (+1 -1) 📝 `frontend/src/utils/chat/index.js` (+3 -2) 📝 `frontend/tailwind.config.js` (+16 -1) 📝 `server/utils/agents/aibitat/plugins/websocket.js` (+5 -1) 📝 `server/utils/agents/ephemeral.js` (+2 -0) 📝 `server/utils/chats/agents.js` (+2 -0) </details> ### 📄 Description Updates UI for agent thoughts to be more dynamic and readable in the UI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:20 -05:00
yindo closed this issue 2026-02-22 18:35:20 -05:00
yindo changed title from [PR #2999] AI agent ui animation to [PR #2999] [MERGED] AI agent ui animation 2026-06-05 15:17:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4193