Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand All @@ -90,4 +90,4 @@ tasks:
dev:
interactive: true
cmds:
- "uv run src/agent.py dev"
- "lk agent dev"