Agentic AI
Voxeme Agentic AI
The documentation is still under progress.
Agentic AI
Voxeme AI is a platform that allows you to build, train, and deploy AI agents that can handle customer interactions across multiple channels.
LLM Functions
LLM Functions are a way to integrate LLMs into your application. They are a way to integrate LLMs into your application.
The LLM functions are automatically generated from the integrations you have configured in your application.
Example: Gmail
When configured, the Gmail integration will allow you to use Gmail to send and receive emails.
The LLM function will be named gmail
and will have the following parameters:
to
: The email address to send the email to. (string)subject
: The subject of the email. (string)body
: The body of the email. (string)
The output parameters will be:
status
: The status of the email. (string)message
: The message of the email. (string)
Example: Google Sheets
When configured, the Google Sheets integration will allow you to use Google Sheets to store and retrieve data.
The LLM function will be named google_sheets
and will have the following parameters:
spreadsheet_id
: The ID of the spreadsheet. (string)sheet_name
: The name of the sheet. (string)row
: The row to read from. (int)column
: The column to read from. (string)
The output parameters will be:
status
: The status of the Google Sheets. (string)message
: The message of the Google Sheets. (string)
Agents
Agents are a way to build, train, and deploy AI agents that can handle customer interactions across multiple channels. With LLM functions, and selective LLM Models, you can route conversations based on the nature of the conversation by topics.