livekit-cli
livekit-cli copied to clipboard
lk agent create fails for non-Python/non-Javascript projects
For example:
$ lk agent dockerfile --overwrite
Using url, api-key, api-secret from environment
Detected project type [unknown]
unable to determine project type: project type could not be identified; expected package.json, requirements.txt, pyproject.toml, or lock files, please use a supported project type, or create your own Dockerfile in the current directory
I fully expect to be able to use and follow the instructions for lk agent create without my project being written in Python/Javascript. It is written in Go on the backend with the Vanilla (UMD) LikeKit Javascript™ client on the frontend.
Trying to create the LiveKit Agent in my Cloud account fails with:
$ lk agent create
Using url, api-key, api-secret from environment
Creating new agent
Detected project type [unknown]
unable to determine project type: project type could not be identified; expected package.json, requirements.txt, pyproject.toml, or lock files, please use a supported project type, or create your own Dockerfile in the current directory