mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #271] [MERGED] feat: add multi-agents template based on workflows #393
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/271
Author: @marcusschiesser
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @marcusschiesser
Base:
main← Head:ms/add-workflow-agents📝 Commits (10+)
70378c0feat: replace multi-agents template4ebcf00feat: enhance chat events with agentsdc5b8e0feat: chat agents event datadb7799aCreate tall-ties-own.md50aaa9ffix: don't need to check agent null in new component826a562feat: display icon from backendb47466cupdate style261495cfix: missing python dependenciesa640ce0add lookup icon in UI4d95746fix: remove test events file📊 Changes
37 files changed (+1960 additions, -272 deletions)
View changed files
➕
.changeset/tall-ties-own.md(+5 -0)➕
e2e/multiagent_template.spec.ts(+85 -0)📝
helpers/run-app.ts(+1 -1)📝
helpers/typescript.ts(+2 -1)📝
questions.ts(+21 -23)📝
templates/types/multiagent/fastapi/README-template.md(+33 -14)➖
templates/types/multiagent/fastapi/app/agents/dummy/agent.py(+0 -33)➕
templates/types/multiagent/fastapi/app/agents/multi.py(+83 -0)➕
templates/types/multiagent/fastapi/app/agents/planner.py(+328 -0)➖
templates/types/multiagent/fastapi/app/agents/query_engine/agent.py(+0 -55)➕
templates/types/multiagent/fastapi/app/agents/single.py(+245 -0)➕
templates/types/multiagent/fastapi/app/api/__init__.py(+0 -0)➕
templates/types/multiagent/fastapi/app/api/routers/__init__.py(+0 -0)➕
templates/types/multiagent/fastapi/app/api/routers/chat.py(+43 -0)➕
templates/types/multiagent/fastapi/app/api/routers/chat_config.py(+48 -0)➕
templates/types/multiagent/fastapi/app/api/routers/models.py(+227 -0)➕
templates/types/multiagent/fastapi/app/api/routers/upload.py(+29 -0)➕
templates/types/multiagent/fastapi/app/api/routers/vercel_response.py(+100 -0)➕
templates/types/multiagent/fastapi/app/api/services/file.py(+119 -0)➕
templates/types/multiagent/fastapi/app/api/services/suggestion.py(+60 -0)...and 17 more files
📄 Description
Summary by CodeRabbit
New Features
Documentation
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.