Colang 1.0 Sample Bots#

The ACE Agent Quick Start package comes with a number of Colang 1.0 sample bots which can be found in the ./samples/colang_1.0 directory. These sample bots are built for different use cases and industries and showcases various features of ACE Agent. We will deprecate these bots in the next release since these are based on Colang 1.0.

List of Colang 1.0 Sample Bots#

Sample Bot

Use Case

Architecture

Chitchat Bot

Chitchat bot can have informal and smalltalk conversations with the user

Chat Engine Server Architecture

RAG Bot

Sample bot showcasing integration with NVIDIA Generative AI RAG Examples

Chat Engine Server Architecture or Plugin Server Architecture

Stock Bot

Sample bot for queries related to stock market and fetching live stock prices

Chat Engine Server Architecture

Gaming Non-Playing Character (NPC) Bot

LLM Driven Gaming Non-Playing Characters

Chat Engine Server Architecture

Spanish Weather Bot

Spanish weather bot utilizing Riva Translation models

Chat Engine Server Architecture

Because these bots only support the server mode, and they won’t be functional for the umim/event mode, we need to update the pipeline in deploy/docker/docker_init.sh to speech_lite before running these bots. For the complete guide on running these bots, refer to their respective README file. The README file of the respective bot can be found in the hyperlink of the bot name referenced in the table.