mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-06-30 21:57:55 -04:00
[PR #24] [MERGED] feat: add vibe-llama-core #25
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/24
Author: @AstraBert
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @AstraBert
Base:
main← Head:clelia/vibe-llama-core📝 Commits (3)
bf1cd95feat: add vibe-llama-core65cae45fix: remove installation test in build action bc of deps problems4f92a30fix: testing installation for core package📊 Changes
32 files changed (+563 additions, -190 deletions)
View changed files
📝
.github/workflows/build.yml(+7 -3)➕
.github/workflows/release_core.yml(+33 -0)📝
.github/workflows/release_main.yml(+0 -0)📝
.github/workflows/test.yml(+5 -1)📝
.github/workflows/test_push.yml(+5 -1)📝
README.md(+4 -0)➕
packages/vibe-llama-core/CONTRIBUTING.md(+57 -0)➕
packages/vibe-llama-core/README.md(+96 -0)➕
packages/vibe-llama-core/pyproject.toml(+45 -0)➕
packages/vibe-llama-core/src/vibe_llama_core/__init__.py(+0 -0)📝
packages/vibe-llama-core/src/vibe_llama_core/constants.py(+0 -0)➕
packages/vibe-llama-core/src/vibe_llama_core/docs/__init__.py(+5 -0)📝
packages/vibe-llama-core/src/vibe_llama_core/docs/data.py(+1 -1)➕
packages/vibe-llama-core/src/vibe_llama_core/docs/utils.py(+93 -0)➕
packages/vibe-llama-core/src/vibe_llama_core/templates/__init__.py(+3 -0)📝
packages/vibe-llama-core/src/vibe_llama_core/templates/scaffold.py(+11 -1)➕
packages/vibe-llama-core/tests/__init__.py(+0 -0)➕
packages/vibe-llama-core/tests/test_docs.py(+46 -0)➕
packages/vibe-llama-core/tests/test_templates.py(+66 -0)📝
pyproject.toml(+9 -4)...and 12 more files
📄 Description
Adding
vibe-llama-corewithin auvworkspace to keep the utilities for downloading templates and documentation tidy and small in size.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.