Add your Own Agents
On ConsoleX, you can not only use shared AI Agents but also integrate your own private AI Agents.
Currently, integration is supported for Agents/Bots from Coze, Dify, and FastGPT.
Integrating Private Bots from Cozeâ
Once you have created a Bot on Coze, you can add it to ConsoleX and chat with it.
First, you need to publish the Bot to the API channel on Coze. Using your private Bot through the API is not limited by membership level or the number of model interactions, but you need to ensure that your Coze token balance is sufficient, and recharge as needed.
Next, click on Configuration, and create a Personal Access Token for API authentication. It is recommended to click Actions and ensure that the permissions for chat and getMetadata are selected.
You also need to open the main editing interface of the Bot and obtain the bot_id from the browser's address bar.
Now, you can click "Add Your Own Agent" on ConsoleX, enter the EvalsOne integration management interface, click the "Add Private Integration" button, then click the agent tab, and select Coze as the provider.
In the opened interface, enter the bot_id and Personal Access Token you just obtained, and click finish to complete the addition of the Coze private bot.
When chatting with your Coze private Bot through ConsoleX, the consumption is of your Coze Tokens, and it will not consume ConsoleX Credits.
Integration Agents from Difyâ
Once you have created a Chatbot or Agent on Dify, you can integrate it into ConsoleX and chat with it.
You need to click API Access in the left navigation of the Chatbot/Agent main interface, then click API Keys in the upper right corner to obtain the API Secret Key required to access the Bot.
Then, you need to copy the API Server as the base URL for the interface.
- If you are using Dify's cloud service, the API Server should be: https://api.dify.ai/v1
- If you are using the community version of Dify and have deployed it to the cloud, the API server should be your configured domain.
- If you are using the locally deployed community version of Dify and have not deployed it to the cloud, ConsoleX generally cannot call your API interface. You must map the interface to the public network through a tunnel or other means to call it.
Now, you can click "Add Your Own Agent" on ConsoleX, enter the EvalsOne integration management interface, click the "Add Private Integration" button, then click the agent tab, and select Dify as the provider.
In the opened interface, enter the API Key and API Server you just obtained, and click finish to complete the addition of the Dify Chatbot.
When chatting with your Dify private Chatbot or Agent through ConsoleX, the consumption is of your own model's Credits, and it will not consume ConsoleX Credits.
Adding FastGPT Integrationâ
Once you have created an application or workflow on FastGPT, you can integrate it into ConsoleX and chat with it.
You need to click Public channel at the top of the application or workflow page, then click API Access to obtain the API Key and API Base URL for the application.
- If you are using FastGPT's cloud service, the API Base URL should be: https://api.fastgpt.in/api
- If you are using the community version of FastGPT and have deployed it to the cloud, the API Base URL should be your configured domain.
- If you are using the locally deployed community version of FastGPT and have not deployed it to the cloud, ConsoleX cannot call your API interface. You must map the interface to the public network through a tunnel or other means to call it.
Now, you can click "Add Your Own Agent" on ConsoleX, enter the EvalsOne integration management interface, click the "Add Private Integration" button, then click the agent tab, and select FastGPT as the provider.
In the opened interface, enter the API Key and API Base URL you just obtained, and click finish to complete the addition of the FastGPT application.
When chatting with your FastGPT private application through ConsoleX, the consumption is of your own Credit balance on FastGPT or the Credits of the model vendors integrated on FastGPT, and it will not consume ConsoleX Credits.