mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-07-01 21:54:01 -04:00
[PR #13] [MERGED] Fix file path/directory handling (during workflow generation and testing) #16
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/13
Author: @jerryjliu
Created: 8/30/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @AstraBert
Base:
main← Head:jerry/fix_cli📝 Commits (5)
0902403cr335913dcrf4a5f65crc942528chore: vbump4d9ce77chore: uv lock📊 Changes
8 files changed (+93 additions, -25 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
src/vibe_llama/docuflows/agent/__init__.py(+3 -3)📝
src/vibe_llama/docuflows/commons/__init__.py(+24 -0)📝
src/vibe_llama/docuflows/commons/core.py(+16 -7)📝
src/vibe_llama/docuflows/handlers/workflow_generation.py(+12 -4)📝
src/vibe_llama/docuflows/handlers/workflow_testing.py(+13 -9)📝
tests/docuflows/commons/test_commons_base.py(+23 -0)📝
uv.lock(+1 -1)📄 Description
A few quality of life nits:
when passing in a reference file during workflow generation: a) allow users to pass in a single file instead of requiring a directory, and b) allow absolute paths
when testing a workflow, allow users to specify the @ symbol
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.