- install
uv
if you haven'tbrew install uv
- run
uv run llamactl serve deployment.yaml
- Visit http://localhost:4501/
src
contains python workflow sources. The name of the deployment here is defined asresearch
ui
contains a next.js app that calls the local workflow server via api requests. See http://localhost:4501/docs for openAPI docs