mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 13:15:42 -04:00
[PR #249] [MERGED] feat: add chat agent events UI #379
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/249
Author: @thucpn
Created: 8/23/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @marcusschiesser
Base:
ms/add-workflow-agents← Head:feat/enhance-chat-events-with-agent📝 Commits (10+)
d93ad45feat: enhance chat events with agentsfdc6cfafeat: chat agents event datacf2eafdCreate tall-ties-own.mdd5c3d82fix: don't need to check agent null in new component228e747feat: display icon from backend0e2d371update style9564719fix: missing python dependenciesd17c6acadd lookup icon in UIa942eb0fix: remove test events file55f623fask generate fullstack template for multiagent📊 Changes
18 files changed (+385 additions, -62 deletions)
View changed files
➕
.changeset/tall-ties-own.md(+5 -0)📝
helpers/typescript.ts(+2 -1)📝
questions.ts(+1 -1)📝
templates/types/multiagent/fastapi/README-template.md(+20 -1)📝
templates/types/multiagent/fastapi/app/agents/multi.py(+0 -1)📝
templates/types/multiagent/fastapi/app/agents/planner.py(+36 -14)📝
templates/types/multiagent/fastapi/app/agents/single.py(+58 -7)📝
templates/types/multiagent/fastapi/app/api/routers/chat.py(+3 -2)📝
templates/types/multiagent/fastapi/app/api/routers/vercel_response.py(+17 -6)📝
templates/types/multiagent/fastapi/app/examples/choreography.py(+3 -3)📝
templates/types/multiagent/fastapi/app/examples/factory.py(+2 -2)📝
templates/types/multiagent/fastapi/app/examples/orchestrator.py(+2 -2)📝
templates/types/multiagent/fastapi/app/examples/workflow.py(+43 -21)📝
templates/types/multiagent/fastapi/pyproject.toml(+4 -0)➕
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-agent-events.tsx(+152 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/index.tsx(+16 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/index.ts(+7 -1)📝
templates/types/streaming/nextjs/app/globals.css(+14 -0)📄 Description
Summary by CodeRabbit
New Features
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.