mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-07-01 21:54:01 -04:00
[PR #14] [MERGED] feat: add workflow scaffolding #18
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/14
Author: @AstraBert
Created: 9/2/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @AstraBert
Base:
main← Head:clelia/workflows-scaffolding📝 Commits (10+)
8ca61fdfeat: add workflow scaffoldingb766019refactor: templating logic9f265cbMerge branch 'main' into clelia/workflows-scaffoldinge3888c6refactor: better workflow example; docs: readme for all templates3d6035efix: broken import5586ff8wip: scaffold testsa286610chore: more tests; feat: terminal UI for scaffold command; chore: cleanup of pydantic deprecation warningse278eefdocs: readme section for scaffold9fda6fefix: fix terminal uifd72157workflows scaffolding (#15)📊 Changes
38 files changed (+1655 additions, -30 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+42 -0)📝
pyproject.toml(+9 -3)➕
src/vibe_llama/constants.py(+2 -0)📝
src/vibe_llama/docuflows/commons/typed_state.py(+2 -6)📝
src/vibe_llama/docuflows/commons/typed_state_editing.py(+2 -6)📝
src/vibe_llama/main.py(+42 -0)➕
src/vibe_llama/scaffold/__init__.py(+4 -0)➕
src/vibe_llama/scaffold/scaffold.py(+52 -0)➕
src/vibe_llama/scaffold/terminal.py(+46 -0)📝
src/vibe_llama/sdk/__init__.py(+7 -2)📝
src/vibe_llama/sdk/base.py(+38 -1)➖
src/vibe_llama/starter/constants.py(+0 -1)📝
src/vibe_llama/starter/data.py(+5 -4)📝
src/vibe_llama/starter/utils.py(+1 -1)➕
templates/base_example/README.md(+52 -0)➕
templates/base_example/pyproject.toml(+10 -0)➕
templates/base_example/workflow.py(+170 -0)➕
templates/document_parsing/README.md(+49 -0)➕
templates/document_parsing/pyproject.toml(+10 -0)...and 18 more files
📄 Description
We add a
scaffoldcommand that, as the command itself says, would create a scaffold workflow, i.e. a working example of an AI-powered workflow related to a specific use case.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.