[PR #24] [MERGED] feat: add vibe-llama-core #25

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

📋 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: mainHead: clelia/vibe-llama-core


📝 Commits (3)

  • bf1cd95 feat: add vibe-llama-core
  • 65cae45 fix: remove installation test in build action bc of deps problems
  • 4f92a30 fix: 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-core within a uv workspace 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/vibe-llama/pull/24 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/vibe-llama-core` --- ### 📝 Commits (3) - [`bf1cd95`](https://github.com/run-llama/vibe-llama/commit/bf1cd95510f17a3663450982a794b316b1a0ee4c) feat: add vibe-llama-core - [`65cae45`](https://github.com/run-llama/vibe-llama/commit/65cae45833576d444c6ad1a69198b92bc63f3600) fix: remove installation test in build action bc of deps problems - [`4f92a30`](https://github.com/run-llama/vibe-llama/commit/4f92a3084dbd60111addb0775f8463c29ef852c2) fix: testing installation for core package ### 📊 Changes **32 files changed** (+563 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Adding `vibe-llama-core` within a `uv` workspace to keep the utilities for downloading templates and documentation tidy and small in size. --- <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:26 -05:00
yindo closed this issue 2026-02-16 03:19:26 -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#25