<@U084APK40NS> what is the difference between star...
# ask-ai
g
@millions-hair-24956 what is the difference between starting an agent with
dev
and
start
g
The difference between starting an agent with
dev
and
start
lies in their intended use and output behavior. According to the LiveKit documentation, the
dev
command is used for development purposes. It outputs human-friendly colored logs and supports hot reloading, which is useful for debugging and iterative development. On the other hand, the
start
command is intended for production use, where it outputs raw JSON data to stdout, providing a more streamlined and less verbose output suitable for production environments. Would you like more detail on how to configure these modes or their specific use cases? Sources: - LiveKit Agents Documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.