mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #170] [MERGED] WorkflowService #304
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/170
Author: @logan-markewich
Created: 8/8/2024
Status: ✅ Merged
Merged: 8/15/2024
Merged by: @logan-markewich
Base:
v0.1.0← Head:logan/initial_workflows📝 Commits (9)
051ccf1wipe61d099bump25a7fe4passing testcb48960use PrivateAttr from pydantic v2d195d37remove redundant workflow run7ff1b8dwip simple orchestratorded2e7eUpdate llama_agents/services/workflow.pya35ea9bfix lockef4acfcinitial examples📊 Changes
11 files changed (+1103 additions, -387 deletions)
View changed files
➕
examples/workflow_local_single.py(+43 -0)➕
examples/workflow_server.py(+70 -0)📝
llama_agents/__init__.py(+4 -0)📝
llama_agents/launchers/local.py(+8 -4)📝
llama_agents/orchestrators/__init__.py(+2 -0)➕
llama_agents/orchestrators/simple.py(+73 -0)📝
llama_agents/services/__init__.py(+2 -0)➕
llama_agents/services/workflow.py(+346 -0)📝
poetry.lock(+471 -382)📝
pyproject.toml(+1 -1)➕
tests/services/test_workflow_service.py(+83 -0)📄 Description
This PR introduces a workflow service, for deploying workflows as services
It makes a few key assumptions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.