mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #318] [MERGED] Update full stack example to have state-management #392
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/318
Author: @logan-markewich
Created: 10/14/2024
Status: ✅ Merged
Merged: 10/16/2024
Merged by: @logan-markewich
Base:
main← Head:logan/state_management📝 Commits (10+)
0f72731wipfc3185dwipad82924add e2e testsc7cc04eadd session_id to test task_def220bf64bump core dep2ed628aMerge branch 'main' into logan/state_managementd7c3c8fmerge main1878cd0fix e2e tests673efcbupdate fullstack example to have state management1fafc16merge main📊 Changes
20 files changed (+414 additions, -149 deletions)
View changed files
➕
e2e_tests/basic_session/__init__.py(+0 -0)➕
e2e_tests/basic_session/conftest.py(+55 -0)📝
e2e_tests/basic_session/test_run_client.py(+31 -52)➕
e2e_tests/basic_session/workflow.py(+16 -0)➖
e2e_tests/run_all_e2e_tests.sh(+0 -11)📝
examples/python_fullstack/docker-compose.yml(+1 -1)📝
examples/python_fullstack/frontend/frontend/frontend.py(+21 -22)➕
examples/python_fullstack/frontend/frontend/session_list/__init__.py(+0 -0)➕
examples/python_fullstack/frontend/frontend/session_list/component.py(+74 -0)➕
examples/python_fullstack/frontend/frontend/session_list/state.py(+68 -0)📝
examples/python_fullstack/frontend/frontend/state.py(+37 -21)📝
examples/python_fullstack/python_fullstack.yaml(+6 -19)📝
examples/python_fullstack/workflows/agent_workflow.py(+22 -9)📝
llama_deploy/apiserver/routers/deployments.py(+32 -5)📝
llama_deploy/cli/deploy.py(+5 -1)📝
llama_deploy/client/async_client.py(+15 -0)📝
llama_deploy/client/sync_client.py(+13 -0)📝
llama_deploy/control_plane/server.py(+2 -2)📝
llama_deploy/services/workflow.py(+14 -4)📝
tests/apiserver/routers/test_deployments.py(+2 -2)📄 Description
Oh boy, this was a doozy. I need to get better at frontend patterns for components/state lol
This PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.