[PR #18] [MERGED] Update to modules #20

Closed
opened 2026-02-16 03:19:25 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: adrian/add-llama-deploy-support


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/vibe-llama/pull/18 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/add-llama-deploy-support` --- ### 📝 Commits (4) - [`ef49e9c`](https://github.com/run-llama/vibe-llama/commit/ef49e9cb1735d0822a2a2390348ddd5b849df8b6) Update to modules - [`0b5d167`](https://github.com/run-llama/vibe-llama/commit/0b5d1677dc426b05792eafa881165480000bf3c9) fix lost events - [`e7be4ae`](https://github.com/run-llama/vibe-llama/commit/e7be4ae993b9c6478352af22ddbfc9ed9ddce865) Add test verifying template workflows' validity - [`1d4289e`](https://github.com/run-llama/vibe-llama/commit/1d4289e340ae4a243721eda81edd4cb1da981e56) version bump ### 📊 Changes **32 files changed** (+113 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Update to modules and add llamadeploy configuration to add support for serving this from llama deploy/llamactl --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:19:25 -05:00
yindo closed this issue 2026-02-16 03:19:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/vibe-llama#20