Skip to content

feat/ai-adapter#1334

Open
Aryan-Verma-999 wants to merge 5 commits into
RocketChat:developfrom
Aryan-Verma-999:feat/ai-adapter
Open

feat/ai-adapter#1334
Aryan-Verma-999 wants to merge 5 commits into
RocketChat:developfrom
Aryan-Verma-999:feat/ai-adapter

Conversation

@Aryan-Verma-999

@Aryan-Verma-999 Aryan-Verma-999 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

  • New @embeddedchat/ai-adapter package with IAIAdapter interface, BaseAIAdapter base class, and adapter implementations for Ollama, OpenAI, and Gemini
  • AI is entirely opt-in, passing no aiAdapter prop leaves the UI identical to today, zero footprint
  • ✨ Reply suggestions - click to get 3 AI-generated reply chips above the input
  • 📝 Chat summary - modal with a concise summary of the conversation

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.

@Aryan-Verma-999

Aryan-Verma-999 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Follow up with a few new commits:

AI Message Composer - AI-assisted message drafting directly from the composer
Thread Summarizer - Generate concise summaries for individual threads
AI Theme - Added a dedicated AI-themed UI for AI-powered features

Also attaching a short demo showcasing the new additions.

2026-07-23.01-43-59.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant