Agents
How to Chat with Agents
Agents enable conversation with data, including structured and unstructured data connected to MindsDB.
MindsDB provides a chat interface that enables users to chat with their data.
To access the chat interface and converse with agents, users need to enable the A2A API that is used to communicate between the chat interface and the agent.
Note that the MINDSDB_A2A_HOST
variable is required when running MindsDB on a remote host, such as AWS. If you run MindsDB on 127.0.0.1
, the MINDSDB_A2A_HOST
variable is not required.
Select an agent from the list of existing agents, or create one if none exists yet.
Now the chat interface is connected to this agent via Agent2Agent Protocol and users can chat with the data connected to this agent.