26 Commits

Author SHA1 Message Date
Adrian Lyjak ac632b5308 feat: migrate templates from llama-cloud-services to llama-cloud (#240) v0.4.0 2026-03-18 16:28:30 -04:00
Adrian Lyjak 60373f4f16 Configure Vite HMR client port via environment variable (#201)
* feat: add LLAMA_DEPLOY_SERVER_PORT HMR clientPort to template vite configs

Set hmr.clientPort to LLAMA_DEPLOY_SERVER_PORT when defined, enabling
Vite HMR websocket connections to work through the server proxy.

https://claude.ai/code/session_01Hq5ZQxquwtyJVJ2qw48bbt

* feat: add LLAMA_DEPLOY_SERVER_PORT HMR support to template vite configs

Add hmr.port and hmr.clientPort to all template vite configs so that
Vite HMR websocket connections work through the server proxy. When
LLAMA_DEPLOY_SERVER_PORT is set, clientPort directs the browser's HMR
websocket to connect via the proxy server port.

Bump patch versions for all affected templates.

https://claude.ai/code/session_01Hq5ZQxquwtyJVJ2qw48bbt

---------

Co-authored-by: Claude <noreply@anthropic.com>
v0.3.2
2026-01-27 17:58:46 -05:00
Adrian Lyjak 18f875e7cb improve .env documentation comment (#182) v0.3.1 2026-01-23 12:42:52 -05:00
Adrian Lyjak 1af83f8e43 Update llama ui for basic-ui (#167)
* feat(basic-ui): upgrade to @llamaindex/ui v3 workflow hooks

- Update @llamaindex/ui from ^2.1.1 to ~3.6.1
- Move @llamaindex/ui from devDependencies to dependencies
- Replace deprecated hooks (useWorkflowRun, useWorkflowHandler) with
  new v3 hooks (useWorkflow, useHandler)
- Add proper event streaming with subscribeToEvents
- Use isStopEvent helper for result detection
- Display handler status in the UI

* fix(basic-ui): use handler.state.result for workflow result display

Simplify the implementation by using handler.state.result directly
instead of event streaming, which is more reliable for this simple
use case where we only need the final result.

* better

* bump

---------

Co-authored-by: Claude <noreply@anthropic.com>
v0.3.0
2026-01-12 20:31:29 -05:00
Adrian Lyjak e225b7b5b1 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.2.4
2025-12-16 16:38:12 -05:00
Clelia (Astra) Bertelli 06ea66a549 feat: guardrails + some code breakdown and refactor (#68)
* feat: add guardrails; chore: apply suggestions on #63

* fix: imports; ci: format and lint

* chore: prepare experiment

* fix: workflow representation out of agent hooks/loop

* Start to simplify and solidify codebase (#69)

* lotsa fire

* typechecks passing

* run checks

* remove extraneous ignores

* remove another sqlite

* strip out dead code

* fixing things

* fix rate limit bug

* remove adapters

---------

Co-authored-by: Adrian Lyjak <adrianlyjak@gmail.com>
2025-11-20 18:53:47 +01:00
Adrian Lyjak d16fbde39f fix: fix pytest dependency (#57) v0.2.3 2025-11-13 23:18:22 -06:00
Adrian Lyjak 37d8863e90 fix docs (#37) v0.2.2 2025-10-29 17:44:26 -04:00
Adrian Lyjak 23971a4bed refactor: remove regeneration and other configurability (#31) v0.2.1 2025-10-22 13:28:58 -04:00
Adrian Lyjak 043599d60e Simplify basic templates and sync (#23) v0.2.0 2025-10-06 15:19:54 -04:00
Adrian Lyjak 8ac00d5006 Bugfixes (#22)
* Bugfixes: invalidate stale handlers, show upload progress/toast. Fix showcase page title

* Fix some readme links

* fix sonner
2025-09-30 15:56:31 -04:00
Adrian Lyjak 44da96ba4e Fix env-files case to env_files (#20) v0.1.5 2025-09-29 19:45:38 -04:00
Adrian Lyjak ad14ccfa42 Update all of the templates to remove test-proj, and migrate from vibe-llama templates v0.1.4 2025-09-27 18:38:32 -04:00
Adrian Lyjak 948216406f Update basic workflow to use human in the loop (#8)
* Update basic workflow to use human in the loop

* Fix formats

* Hide stop button on initialization
v0.1.3
2025-09-23 15:52:17 -04:00
Adrian Lyjak 333a8a6edb update llama ui (#7) 2025-09-19 19:01:21 -04:00
Adrian Lyjak 3afa19e3ae rm url id (#5) 2025-09-18 01:00:36 -04:00
Adrian Lyjak 07f1dc368d bump @llamaindex/ui version 2025-09-17 15:59:54 -04:00
Adrian Lyjak 2b5570bccb remove confetti dependency 2025-09-16 16:08:00 -04:00
Adrian Lyjak 68c327a6db remove logos 2025-09-16 16:07:33 -04:00
Adrian Lyjak 54b94e5415 stream events v0.1.1 2025-09-16 16:05:30 -04:00
Adrian Lyjak 92495d2680 Clean up stray files (#3)
* Clean up stray files

* Add better ci validation
v0.1.0
2025-09-16 11:12:34 -04:00
Adrian Lyjak ebd5164ed4 Simplify basic ui starter (#2) 2025-09-16 00:22:17 -04:00
Adrian Lyjak 7d1115407f Upgrade to workflows 2 2025-09-10 17:47:55 -04:00
Sacha Bron ad0da77bc2 Fix dark mode font colors (#1)
* Fix dark mode font colors

* Fix celebration colors
2025-08-22 13:16:24 -04:00
Adrian Lyjak 3d7f7a3b36 Add copier answers so updates work 2025-08-22 11:38:24 -04:00
Adrian Lyjak e453f1f034 first commit 2025-08-22 11:35:27 -04:00