[PR #12] Enable agents support in embed chat #13

Open
opened 2026-02-16 09:19:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-embed/pull/12
Author: @EfrosIonelu
Created: 8/28/2025
Status: 🔄 Open

Base: mainHead: for_pr


📝 Commits (3)

📊 Changes

6 files changed (+243 additions, -6 deletions)

View changed files

📝 src/components/ChatWindow/ChatContainer/index.jsx (+83 -3)
📝 src/components/ChatWindow/Header/index.jsx (+7 -2)
📝 src/hooks/useScriptAttributes.js (+1 -0)
src/utils/agent.js (+135 -0)
📝 src/utils/chat/index.js (+9 -1)
src/utils/request.js (+8 -0)

📄 Description

Enable agents support in embed chat


🔄 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/anythingllm-embed/pull/12 **Author:** [@EfrosIonelu](https://github.com/EfrosIonelu) **Created:** 8/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `for_pr` --- ### 📝 Commits (3) - [`cdad3bb`](https://github.com/Mintplex-Labs/anythingllm-embed/commit/cdad3bbc3f5ce7831f217a8eb882e2989f04a153) workflow agents - [`6a6577b`](https://github.com/Mintplex-Labs/anythingllm-embed/commit/6a6577b8019c3106465729ae2961b6b1415c8340) workflow agents - [`cfd0d60`](https://github.com/Mintplex-Labs/anythingllm-embed/commit/cfd0d60fa49d4357b7e54116dc55a1f39eef2d42) workflow agents ### 📊 Changes **6 files changed** (+243 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/components/ChatWindow/ChatContainer/index.jsx` (+83 -3) 📝 `src/components/ChatWindow/Header/index.jsx` (+7 -2) 📝 `src/hooks/useScriptAttributes.js` (+1 -0) ➕ `src/utils/agent.js` (+135 -0) 📝 `src/utils/chat/index.js` (+9 -1) ➕ `src/utils/request.js` (+8 -0) </details> ### 📄 Description Enable agents support in embed chat --- <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-16 09:19:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-embed#13