chore: Stack server no longer depends on llama-stack-client

This commit is contained in:
Ashwin Bharambe 2025-11-06 11:49:37 -08:00
parent 9df073450f
commit 2221cc2cc4
12 changed files with 24 additions and 20 deletions

View file

@ -74,6 +74,7 @@
"source": [
"```bash\n",
"uv sync --extra dev\n",
"uv pip install -U llama-stack-client\n",
"uv pip install -e .\n",
"source .venv/bin/activate\n",
"```"