AI Agents
This feature is currently incubating |
AI Agents can be used as performers for human tasks in the Workflow Modeler.
It is possible to add ( New Agent ) to edit ( ) or delete ( ) an agent.
The agent needs to be created and set up in its platform before being usable. As of now, the following AI Agents platforms are supported:
General Attributes
NOTE : None of the attributes will affect the behavior of the agent.
Name |
A user defined name for the agent |
Description |
A user defined description for the agent |
Type |
The agent’s platform |
OpenAI Assistants Attributes
Security |
The identity used to connect to the agent’s platform. The associated service is https://api.openai.com/v1 . This security requires a Bearer Token. |
Assistants ID |
The ID of the OpenAI Assistant. |
AzureAI Assistants Attributes
NOTE : The information for the endpoint and the API key can be obtained in the Overview tab of Azure AI Foundry. The endpoint corresponds to the Azure OpenAI endpoint.
Security |
The identity used to connect to the agent’s platform. The associated service is the value of the "Endpoint" field. This security requires an API key in a header with the field "api-key". |
Assistants ID |
The ID of the AzureAI Assistant. |
Endpoint |
The URL of the endpoint used to call the AzureAI Assistant. |