mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #230] [MERGED] [WIP] Fullstack deployment example wrap-up #338
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/llama_deploy/pull/230
Author: @logan-markewich
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @logan-markewich
Base:
v0.1.0← Head:logan/finish_fullstack_example📝 Commits (10+)
4910657latestfdffe7a[fix] priority of control plane config url (#224)44849ac[fix] priority simple message queue (#225)aedf214[fix] KafkaMessageQueue addkwargsto init (#226)7c69a4aLogan/disable deployments (#227)13c7240merge main007b4d4disable workflow state savingdf625efWIP fullstack example2f010d2vbumpsd2e7772Merge branch 'v0.1.0' into logan/finish_fullstack_example📊 Changes
18 files changed (+179 additions, -62 deletions)
View changed files
📝
examples/python_fullstack/docker-compose.yml(+56 -28)📝
examples/python_fullstack/llama_deploy_app/control_plane/deploy.py(+1 -1)📝
examples/python_fullstack/llama_deploy_app/control_plane/dockerfile(+1 -2)➕
examples/python_fullstack/llama_deploy_app/control_plane/requirements.txt(+1 -0)➖
examples/python_fullstack/llama_deploy_app/core_serivces/.env(+0 -4)➖
examples/python_fullstack/llama_deploy_app/core_serivces/requirements.txt(+0 -1)📝
examples/python_fullstack/llama_deploy_app/frontend/frontend/state.py(+26 -2)📝
examples/python_fullstack/llama_deploy_app/frontend/requirements.txt(+1 -0)➕
examples/python_fullstack/llama_deploy_app/message_queue/deploy.py(+17 -0)➕
examples/python_fullstack/llama_deploy_app/message_queue/dockerfile(+19 -0)➕
examples/python_fullstack/llama_deploy_app/message_queue/requirements.txt(+1 -0)📝
examples/python_fullstack/llama_deploy_app/workflows/agent_workflow.py(+6 -1)📝
examples/python_fullstack/llama_deploy_app/workflows/deploy.py(+1 -4)📝
examples/python_fullstack/llama_deploy_app/workflows/dockerfile(+1 -1)📝
examples/python_fullstack/llama_deploy_app/workflows/rag_workflow.py(+6 -1)📝
examples/python_fullstack/llama_deploy_app/workflows/requirements.txt(+1 -1)📝
llama_deploy/services/workflow.py(+40 -15)📝
pyproject.toml(+1 -1)📄 Description
No description provided
���� This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.