feat/ai-adapter - #1334
Conversation
8240b64 to
3229186
Compare
|
Follow up with a few new commits: AI Message Composer - AI-assisted message drafting directly from the composer Also attaching a short demo showcasing the new additions. 2026-07-23.01-43-59.mp4 |
|
Hi @Aryan-Verma-999, I went through the videos. You're moving in the right direction, but it's still not fully aligned with what we discussed. Here are the improvements I'd like to see as early as possible: 1. Summarise Chat / Suggest Replies
2. Message Composer
Please update the implementation based on the above feedback and let me know once it's genuinely ready for another review. |
|
Thanks for the detailed feedback, @Spiral-Memory. I’ve reworked the AI experience to focus on a cleaner, product-ready UI:
It’s ready for another review. 2026-07-30.02-22-17.mp4 |
Pluggable AI Adapter Layer
Adds a zero-dependency @embeddedchat/ai-adapter package that lets host applications inject any LLM provider (Ollama, OpenAI, Gemini, or custom) into EmbeddedChat without adding AI dependencies to the core library.
Acceptance Criteria fulfillment
Video/Screenshots
2026-06-25.12-22-06.mp4
PR Test Details
Note: The PR will be ready for live testing at https://rocketchat.github.io/EmbeddedChat/pulls/pr-1334 after approval. Contributors are requested to replace
<pr_number>with the actual PR number.