[PR #1] [MERGED] edits #1

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/template-workflow-document-qa/pull/1
Author: @adrianlyjak
Created: 9/18/2025
Status: Merged
Merged: 9/18/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/edits


📝 Commits (8)

📊 Changes

52 files changed (+1805 additions, -327 deletions)

View changed files

.env (+0 -5)
.env.template (+2 -0)
.github/workflows/check-regeneration.yml (+69 -0)
.gitignore.jinja (+4 -0)
📝 copier.yaml (+4 -16)
📝 copier/copy_utils.py (+1 -0)
llama_deploy.yaml (+0 -8)
llama_deploy.yaml.jinja (+0 -8)
pyproject.toml (+0 -25)
📝 pyproject.toml.jinja (+34 -12)
📝 src/{{ project_name_snake }}/__init__.py (+0 -0)
src/{{ project_name_snake }}/clients.py (+52 -0)
📝 src/{{ project_name_snake }}/qa_workflows.py (+124 -124)
src/{{project_name_snake}}/__pycache__/__init__.cpython-312.pyc (+0 -0)
src/{{project_name_snake}}/__pycache__/clients.cpython-312.pyc (+0 -0)
src/{{project_name_snake}}/__pycache__/qa_workflows.cpython-312.pyc (+0 -0)
src/{{project_name_snake}}/__pycache__/workflows.cpython-312.pyc (+0 -0)
src/{{project_name_snake}}/clients.py (+0 -34)
src/{{project_name_snake}}/config.py.jinja (+0 -2)
test-proj/.copier-answers.yml (+6 -0)

...and 32 more files

📄 Description

  • adds github actions to validate regeneration, and adds validation check scripts to the python/ui packages
  • adds the materialized test-proj to dev against
  • removes org/project id vars
  • updates copier utils from run-llama/template-workflow-data-extraction
  • tweaks to the workflow file to facilitate configuration
  • updates to llama_cloud_services to not require org id

🔄 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/template-workflow-document-qa/pull/1 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/edits` --- ### 📝 Commits (8) - [`45ac03f`](https://github.com/run-llama/template-workflow-document-qa/commit/45ac03ff86dfdf4c30827d498d4f9459191704c9) adding test-proj - [`b4f5686`](https://github.com/run-llama/template-workflow-document-qa/commit/b4f56862bed79bacf97132e4c87d40aeaca02e8d) add github - [`3e56a0c`](https://github.com/run-llama/template-workflow-document-qa/commit/3e56a0cf1d59a8a759d6c37430eb0fba8a3bfe5a) Add py tests/lints - [`0960afe`](https://github.com/run-llama/template-workflow-document-qa/commit/0960afef9e791db01945f491485115399b98fadf) reformats - [`1577189`](https://github.com/run-llama/template-workflow-document-qa/commit/15771898280d79a10f3cdbb554c762a3a0083847) hmm - [`1b1cc97`](https://github.com/run-llama/template-workflow-document-qa/commit/1b1cc97e2e5ae64d2903dff95373b8245d597c82) fix formats - [`0ec58bb`](https://github.com/run-llama/template-workflow-document-qa/commit/0ec58bb53de173946e0f5e651be65e83f696eda7) m - [`73d0352`](https://github.com/run-llama/template-workflow-document-qa/commit/73d0352f4687ec0f9a1f011f65af02d5ba512fb2) m ### 📊 Changes **52 files changed** (+1805 additions, -327 deletions) <details> <summary>View changed files</summary> ➖ `.env` (+0 -5) ➕ `.env.template` (+2 -0) ➕ `.github/workflows/check-regeneration.yml` (+69 -0) ➕ `.gitignore.jinja` (+4 -0) 📝 `copier.yaml` (+4 -16) 📝 `copier/copy_utils.py` (+1 -0) ➖ `llama_deploy.yaml` (+0 -8) ➖ `llama_deploy.yaml.jinja` (+0 -8) ➖ `pyproject.toml` (+0 -25) 📝 `pyproject.toml.jinja` (+34 -12) 📝 `src/{{ project_name_snake }}/__init__.py` (+0 -0) ➕ `src/{{ project_name_snake }}/clients.py` (+52 -0) 📝 `src/{{ project_name_snake }}/qa_workflows.py` (+124 -124) ➖ `src/{{project_name_snake}}/__pycache__/__init__.cpython-312.pyc` (+0 -0) ➖ `src/{{project_name_snake}}/__pycache__/clients.cpython-312.pyc` (+0 -0) ➖ `src/{{project_name_snake}}/__pycache__/qa_workflows.cpython-312.pyc` (+0 -0) ➖ `src/{{project_name_snake}}/__pycache__/workflows.cpython-312.pyc` (+0 -0) ➖ `src/{{project_name_snake}}/clients.py` (+0 -34) ➖ `src/{{project_name_snake}}/config.py.jinja` (+0 -2) ➕ `test-proj/.copier-answers.yml` (+6 -0) _...and 32 more files_ </details> ### 📄 Description - adds github actions to validate regeneration, and adds validation check scripts to the python/ui packages - adds the materialized test-proj to dev against - removes org/project id vars - updates copier utils from run-llama/template-workflow-data-extraction - tweaks to the workflow file to facilitate configuration - updates to llama_cloud_services to not require org id --- <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:31 -05:00
yindo closed this issue 2026-02-16 03:19:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/template-workflow-document-qa#1