We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5835942 commit 079a05cCopy full SHA for 079a05c
cmd/lk/agent.go
@@ -388,7 +388,7 @@ func initAgent(ctx context.Context, cmd *cli.Command) error {
388
389
switch lang {
390
case "node":
391
- return fmt.Errorf("this language is not yet supported")
+ templateURL = "https://github.com/livekit-examples/agent-starter-node"
392
case "python":
393
templateURL = "https://github.com/livekit-examples/agent-starter-python"
394
default:
0 commit comments