mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-18 13:18:40 -04:00
[PR #5] [MERGED] feat: Add monorepo with agents option, vite/next, customizable pkg manager #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/create-agent-chat-app/pull/5
Author: @bracesproul
Created: 3/12/2025
Status: ✅ Merged
Merged: 3/14/2025
Merged by: @bracesproul
Base:
main← Head:brace/nextjs-or-vite📝 Commits (10+)
bb20e2bfeat: Offer next.js and vite optionsf301f5bcr86c74b6cr9d2bf9fdrop lock files and pkg manager from pkg jsoncaaed54feat: start adding monorepo0fd7c1eadd agents, port script file to ts838e19eadd more options in cli38c7efareorg81a8108cr9a041defix: allow for confiuguring package manager, set pkg manager specific fields, auto install deps📊 Changes
194 files changed (+10912 additions, -677 deletions)
View changed files
📝
.codespellignore(+3 -1)➖
.eslintrc.cjs(+0 -60)➖
.github/workflows/integration-tests.yml(+0 -40)➖
.github/workflows/unit-tests.yml(+0 -41)📝
.gitignore(+2 -1)📝
.prettierignore(+1 -1)📝
README.md(+105 -36)➕
eslint.config.js(+87 -0)➖
jest.config.js(+0 -18)📝
package.json(+47 -21)➖
src/create-agent-chat-app/README.md(+0 -54)➖
src/create-agent-chat-app/index.js(+0 -73)➖
src/create-agent-chat-app/package.json(+0 -32)➕
src/gitignore.ts(+108 -0)📝
src/index.ts(+783 -8)➕
templates/memory-agent/README.md(+217 -0)➕
templates/memory-agent/configuration.ts(+21 -0)➕
templates/memory-agent/graph.ts(+103 -0)➕
templates/memory-agent/prompts.ts(+7 -0)➕
templates/memory-agent/state.ts(+19 -0)...and 80 more files
📄 Description
Fixes #4
todo:
apps/web|agentslanggraph.jsondevcommand to start both serverspnpm-workspace.yamlChecklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.