-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Description
This repo seems to be disconnected from the code generated by npx create-agent-chat-app (https://github.com/langchain-ai/create-agent-chat-app)
The README mentions the npx create-agent-chat-app but that will produce an outdated version of this app and the code that is in this repo.
Before it was also possible to have a pure client-side Vite.js experience with the chat-ui.
This appears to be no longer possible due to next server-side components running unable to run in a browser environment.
import Image from "next/image";
Uncaught ReferenceError: process is not defined
at node_modules/next/dist/client/image-component.js (next_image.js?v=e3c005ec:2588:21)
at __require (chunk-DC5AMYBS.js?v=e3c005ec:9:50)
at node_modules/next/dist/shared/lib/image-external.js (next_image.js?v=e3c005ec:2875:27)
at __require (chunk-DC5AMYBS.js?v=e3c005ec:9:50)
at node_modules/next/image.js (next_image.js?v=e3c005ec:2899:22)
at __require (chunk-DC5AMYBS.js?v=e3c005ec:9:50)
at next_image.js?v=e3c005ec:2902:16
Are there plans to align the npx create-agent-chat-app and this repo ?
Do we still want to support a Vite.js only option ?
Metadata
Metadata
Assignees
Labels
No labels