diff --git a/README.md b/README.md index eb0f4fd..58266b7 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ uv run python src/agent.py console To run the agent for use with a frontend or telephony, use the `dev` command: ```console -uv run python src/agent.py dev +lk agent dev ``` In production, use the `start` command: diff --git a/taskfile.yaml b/taskfile.yaml index 70d6b4d..49120fc 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -64,7 +64,7 @@ tasks: - echo '' - echo '{{ indent .INDENT "cd" }} {{ .REL_PATH }}' - task: help_install_hint_if_needed - - echo '{{ indent .INDENT "uv run" }} {{ .PYTHON_MAIN }} dev' + - echo '{{ indent .INDENT "lk agent dev" }}' - echo '' - echo 'Then visit:' - echo '' @@ -90,4 +90,4 @@ tasks: dev: interactive: true cmds: - - "uv run src/agent.py dev" + - "lk agent dev"