llama-stack-mirror/.github/workflows
Sébastien Han b6ebbe1bc0
prototype: use pyproject and uv to build distribution
Goals:

* remove the need of a custom tool to install a collection of python
  packages AKA `llama stack build`
* use the power of 'uv', which was designed to manage dependencies
* `llama stack build` can "probably" go away and be replaced with uv

Howto, with the pyproject, you can install an Ollama distribution in a
virtual env like so:

```
uv venv --python 3.10 ollama-distro
source ollama-distro/bin/activate
uv sync --extra ollama
llama stack run llama_stack/templates/ollama/run.yaml
```

Caveats:

* external provider, we could still use a build file or add
the known external providers to the pyproject?
* growth of the uv.lock?

We create a requirements.txt for convenience as some users are most
familiar with this format than looking at pyproject.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-06-20 10:01:29 +02:00
..
changelog.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
gha_workflow_llama_stack_tests.yml chore: fix hash for thollander/actions-comment-pull-request (#1900) 2025-04-09 10:10:07 +02:00
install-script-ci.yml feat: Llama Stack Meta Reference installation script (#1383) 2025-04-28 11:25:59 +02:00
integration-auth-tests.yml prototype: use pyproject and uv to build distribution 2025-06-20 10:01:29 +02:00
integration-tests.yml prototype: use pyproject and uv to build distribution 2025-06-20 10:01:29 +02:00
pre-commit.yml ci: enable ruff output format for github (#2214) 2025-05-20 09:04:03 -07:00
providers-build.yml prototype: use pyproject and uv to build distribution 2025-06-20 10:01:29 +02:00
python-build-test.yml ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
semantic-pr.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
stale_bot.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
test-external-providers.yml ci: fix external provider test (#2438) 2025-06-12 16:14:32 +02:00
tests.yml ci: pin github actions to hashes (#1776) 2025-04-01 17:09:39 +02:00
unit-tests.yml feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
update-readthedocs.yml prototype: use pyproject and uv to build distribution 2025-06-20 10:01:29 +02:00