Skip to content

Commit 079a05c

Browse files
committed
chore(agents): support agent-starter-node init option
1 parent 5835942 commit 079a05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lk/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func initAgent(ctx context.Context, cmd *cli.Command) error {
388388

389389
switch lang {
390390
case "node":
391-
return fmt.Errorf("this language is not yet supported")
391+
templateURL = "https://github.com/livekit-examples/agent-starter-node"
392392
case "python":
393393
templateURL = "https://github.com/livekit-examples/agent-starter-python"
394394
default:

0 commit comments

Comments
 (0)