mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #199] [MERGED] initial service deployment #314
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/199
Author: @logan-markewich
Created: 8/22/2024
Status: ✅ Merged
Merged: 8/23/2024
Merged by: @logan-markewich
Base:
v0.1.0← Head:logan/service_deployment📝 Commits (4)
ee3f3ebinitial service deployment1f700b2add orchestrator config4578c8duse BaseSettingsa9c4e3frefactor to use free functions for deploy📊 Changes
21 files changed (+496 additions, -725 deletions)
View changed files
📝
llama_agents/__init__.py(+12 -7)📝
llama_agents/client/sync_client.py(+1 -0)📝
llama_agents/control_plane/__init__.py(+2 -2)📝
llama_agents/control_plane/server.py(+30 -0)➕
llama_agents/deploy/__init__.py(+3 -0)➕
llama_agents/deploy/deploy.py(+158 -0)➖
llama_agents/launchers/__init__.py(+0 -4)➖
llama_agents/launchers/local.py(+0 -232)➖
llama_agents/launchers/server.py(+0 -157)📝
llama_agents/message_queues/__init__.py(+23 -1)📝
llama_agents/message_queues/apache_kafka.py(+20 -1)📝
llama_agents/message_queues/rabbitmq.py(+25 -0)📝
llama_agents/message_queues/redis.py(+25 -0)📝
llama_agents/message_queues/simple.py(+10 -0)📝
llama_agents/orchestrators/__init__.py(+5 -1)📝
llama_agents/orchestrators/simple.py(+8 -0)📝
llama_agents/services/__init__.py(+2 -1)📝
llama_agents/services/base.py(+9 -0)📝
llama_agents/services/workflow.py(+17 -3)📝
poetry.lock(+144 -315)...and 1 more files
📄 Description
This PR does the following
Tested with the following code:
script1.py
script2.py
(avoiding asyncio.run() makes
ctrl+cexit the script a lot more elegantly 😅)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.