6 Commits

Author SHA1 Message Date
Adrian Lyjak 379f6a3b15 Fix extract-basic standalone uv sync (llama-cloud-fake path dep) (#267)
* Resolve extract-basic llama-cloud-fake from PyPI when standalone

- Drop path override in templates/extract-basic; depend on published 0.1.x
- Add templates/extract-basic to uv workspace members so monorepo still uses local editable package
- Relax root click pin to match templates (8.3.0 is broken)

* Revert adding extract-basic to uv workspace

llamactl dev validate runs uv run from the template dir, which walks up to
the workspace venv — where llama-agents-appserver isn't installed. Keep
extract-basic standalone; published llama-cloud-fake resolves fine in the
monorepo too.

* Bump llama-index-workflows floor to 2.16.0 across templates

basic, document-qa, human-in-the-loop, rag, web-scraping were lagging on
2.2-2.5; align with the rest of the fleet.

* Wire data-extraction tests with llama-cloud-fake, add to uv workspace

- clients.py installs FakeLlamaCloudServer when FAKE_LLAMA_CLOUD is set
- conftest.py flips the env var before test imports
- Real test_workflow.py exercises process_file against the fake and
  checks metadata_workflow returns the configured schema/collection
- Bump all versions in .github/templates-remotes.yml for changed templates
v0.1.4
2026-04-22 15:08:28 -04:00
Adrian Lyjak 7528928a9e improve .env documentation comment (#182) v0.1.3 2026-01-23 12:42:52 -05:00
Adrian Lyjak 9fac7c6927 Cursor behavior issue (#122)
* Bump ty dependency to 0.0.2

Co-authored-by: adrian <adrian@runllama.ai>

* Update template versions and fix agent context typing

Co-authored-by: adrian <adrian@runllama.ai>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
v0.1.2
2025-12-16 16:38:12 -05:00
Adrian Lyjak f2a3e4f284 fix: fix pytest dependency (#57) v0.1.1 2025-11-13 23:18:22 -06:00
Adrian Lyjak a4eb70faac Update all of the templates to remove test-proj, and migrate from vibe-llama templates v0.1.0 2025-09-27 18:38:32 -04:00
Adrian Lyjak 77d53154c8 Initial commit 2025-09-26 22:47:58 -04:00