[PR #269] [CLOSED] feat: implement UV migration pilot for modern dependency management #648

Closed
opened 2026-04-15 06:59:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/269
Author: @krljakob
Created: 7/2/2025
Status: Closed

Base: mainHead: feat/uv-migration-pilot


📝 Commits (1)

  • 29a0d82 feat: implement UV migration pilot for modern dependency management

📊 Changes

6 files changed (+1004 additions, -0 deletions)

View changed files

docs/UV_MIGRATION_GUIDE.md (+392 -0)
rag_tutorials/corrective_rag/pyproject.toml (+29 -0)
scripts/uv_migration_helper.py (+325 -0)
templates/UV_README_SECTION.md (+105 -0)
templates/pyproject.toml.template (+134 -0)
voice_ai_agents/customer_support_voice_agent/pyproject.toml (+19 -0)

📄 Description

  • Add UV migration guide with step-by-step instructions
  • Create UV migration helper script for automation
  • Add pyproject.toml templates for standardization
  • Migrate 2 pilot projects as proof of concept:
    • rag_tutorials/corrective_rag
    • voice_ai_agents/customer_support_voice_agent

Benefits demonstrated:

  • 10-100x faster dependency installation
  • Reproducible builds with lock files
  • Modern Python packaging standards
  • Simplified developer experience

This pilot paves the way for repository-wide modernization


🔄 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/Shubhamsaboo/awesome-llm-apps/pull/269 **Author:** [@krljakob](https://github.com/krljakob) **Created:** 7/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/uv-migration-pilot` --- ### 📝 Commits (1) - [`29a0d82`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/29a0d827865f46ff4b41025cea0c7fec5bec4ae3) feat: implement UV migration pilot for modern dependency management ### 📊 Changes **6 files changed** (+1004 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/UV_MIGRATION_GUIDE.md` (+392 -0) ➕ `rag_tutorials/corrective_rag/pyproject.toml` (+29 -0) ➕ `scripts/uv_migration_helper.py` (+325 -0) ➕ `templates/UV_README_SECTION.md` (+105 -0) ➕ `templates/pyproject.toml.template` (+134 -0) ➕ `voice_ai_agents/customer_support_voice_agent/pyproject.toml` (+19 -0) </details> ### 📄 Description - Add UV migration guide with step-by-step instructions - Create UV migration helper script for automation - Add pyproject.toml templates for standardization - Migrate 2 pilot projects as proof of concept: - rag_tutorials/corrective_rag - voice_ai_agents/customer_support_voice_agent Benefits demonstrated: - 10-100x faster dependency installation - Reproducible builds with lock files - Modern Python packaging standards - Simplified developer experience This pilot paves the way for repository-wide modernization --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 06:59:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#648