mirror of
https://github.com/run-llama/multi-agents-workflow.git
synced 2026-08-24 20:41:41 -04:00
[PR #1] [MERGED] feat: add chat api #2
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/multi-agents-workflow/pull/1
Author: @marcusschiesser
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @marcusschiesser
Base:
main← Head:ms/add-fastapi📝 Commits (10+)
e54e01efeat: add chat apia68bederefactor: clean coded1d47fdrefactor: move create_agent5fc6f7dfix: align FE formatca63d49fix: don't reset contexts using 0.11.4ec7b547feat: add support for chat_historyd4f1387feat: add streaming for workflow44d47dbfeat: add streaming for choreography59ebc9efeat: switch fast api / main endpoint81caff8feat: add streaming for orchestrator📊 Changes
24 files changed (+990 additions, -104 deletions)
View changed files
📝
.env(+3 -0)📝
README.md(+6 -3)📝
app/agents/multi.py(+0 -3)📝
app/agents/planner.py(+36 -16)📝
app/agents/single.py(+62 -2)➕
app/api/__init__.py(+0 -0)➕
app/api/routers/__init__.py(+0 -0)➕
app/api/routers/chat.py(+43 -0)➕
app/api/routers/chat_config.py(+48 -0)➕
app/api/routers/models.py(+227 -0)➕
app/api/routers/upload.py(+29 -0)➕
app/api/routers/vercel_response.py(+93 -0)➕
app/api/services/file.py(+119 -0)➕
app/api/services/suggestion.py(+60 -0)📝
app/engine/index.py(+24 -11)📝
app/examples/choreography.py(+8 -3)➕
app/examples/factory.py(+33 -0)📝
app/examples/orchestrator.py(+7 -2)📝
app/examples/researcher.py(+5 -1)📝
app/examples/workflow.py(+49 -25)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.