mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
[PR #300] [MERGED] feat: support multi agent for ts #412
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/run-llama/create-llama/pull/300
Author: @thucpn
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/support-multi-agent-for-ts📝 Commits (10+)
413593bfeat: update question to ask creating multiagent in express622b84bfeat: add express simple multiagentf464b40fix: import from agent0ebcb9fCreate yellow-jokes-protect.mdf43f00acreate workflow with example agents6c05872remove unused files2c7a538update doc5daf519feat: streaming eventb875618fix: streaming final resultb030a3dfix: pipe final streaming result📊 Changes
15 files changed (+638 additions, -191 deletions)
View changed files
➕
.changeset/yellow-jokes-protect.md(+5 -0)📝
e2e/multiagent_template.spec.ts(+6 -6)📝
helpers/typescript.ts(+30 -2)📝
questions.ts(+1 -4)➕
templates/components/multiagent/typescript/express/chat.controller.ts(+41 -0)➕
templates/components/multiagent/typescript/nextjs/route.ts(+57 -0)➕
templates/components/multiagent/typescript/workflow/agents.ts(+51 -0)➕
templates/components/multiagent/typescript/workflow/factory.ts(+133 -0)➕
templates/components/multiagent/typescript/workflow/single-agent.ts(+236 -0)➕
templates/components/multiagent/typescript/workflow/stream.ts(+65 -0)➕
templates/components/multiagent/typescript/workflow/type.ts(+11 -0)📝
templates/components/settings/typescript/settings.ts(+0 -0)📝
templates/types/streaming/express/package.json(+1 -0)➖
templates/types/streaming/nextjs/app/api/chat/engine/settings.ts(+0 -179)📝
templates/types/streaming/nextjs/package.json(+1 -0)📄 Description
Summary by CodeRabbit
Release Notes
New Features
README-template.mdfor projects using LlamaIndex with Express.Bug Fixes
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.