mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-07-01 21:54:01 -04:00
[PR #18] [MERGED] Update to modules #20
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/vibe-llama/pull/18
Author: @adrianlyjak
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @adrianlyjak
Base:
main← Head:adrian/add-llama-deploy-support📝 Commits (4)
ef49e9cUpdate to modules0b5d167fix lost eventse7be4aeAdd test verifying template workflows' validity1d4289eversion bump📊 Changes
32 files changed (+113 additions, -28 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
src/vibe_llama/main.py(+2 -4)📝
src/vibe_llama/scaffold/scaffold.py(+3 -3)📝
src/vibe_llama/sdk/base.py(+2 -2)➕
templates/.gitignore(+1 -0)📝
templates/basic/README.md(+1 -1)📝
templates/basic/pyproject.toml(+8 -1)➕
templates/basic/src/basic/__init__.py(+0 -0)📝
templates/basic/src/basic/workflow.py(+2 -0)📝
templates/document_parsing/README.md(+1 -1)📝
templates/document_parsing/pyproject.toml(+7 -0)➕
templates/document_parsing/src/document_parsing/__init__.py(+0 -0)📝
templates/document_parsing/src/document_parsing/workflow.py(+4 -2)📝
templates/human_in_the_loop/README.md(+1 -1)📝
templates/human_in_the_loop/pyproject.toml(+7 -0)➕
templates/human_in_the_loop/src/human_in_the_loop/__init__.py(+0 -0)📝
templates/human_in_the_loop/src/human_in_the_loop/workflow.py(+3 -0)📝
templates/invoice_extraction/README.md(+1 -1)📝
templates/invoice_extraction/pyproject.toml(+7 -0)➕
templates/invoice_extraction/src/invoice_extraction/__init__.py(+0 -0)...and 12 more files
📄 Description
Update to modules and add llamadeploy configuration to add support for serving this from llama deploy/llamactl
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.