Agents in Brightsy AI are configurable AI assistants that can be customized with specific instructions, knowledge bases, and tool access. This guide provides step-by-step instructions on how to use the Brightsy AI Agent Form to create and edit AI agents. The form is designed to be intuitive and user-friendly, allowing you to manage your agents efficiently.
Accessing the Form
- Navigate to the Agent Form:
- Access the form through your Brightsy AI account dashboard.
- If editing an existing agent, select the agent from your list to open the form pre-filled with its details.
Agent Properties
| Property | Type | Description | Required | Constraints |
|---|---|---|---|---|
| id | string | Unique identifier for the agent | Auto-generated | Read-only |
| name | string | Name of the agent | Yes | 2-50 characters |
| description | string | Description of the agent's purpose | Yes | Max 5000 characters |
| status | enum | Current state of the agent | Yes | Values: "disabled", "enabled" |
| assistantName | string | Name of the assistant that generates content | Yes | 2-50 characters |
| systemInstruction | string | Instructions for the AI on how to behave | Yes | Max 5000 characters |
| userInstruction | string | Instructions for what the user should do | Yes | Max 5000 characters |
| tokenLimit | number | Maximum number of tokens for responses | Yes | Range: 1-8000 |
| temperature | number | Level of randomness/creativity in responses | Yes | Range: 0-1 |
| webSearch | boolean | Enables web search capability | No | Default: false |
| internetAccess | boolean | Allows internet access outside of application tools | No | Default: false |
| fileTools | boolean | Allows agent to access to file management tools | No | Default: false |
| cms | boolean | Allows agent to access to the content management system | No | Default: false |
| excludeReasoning | boolean | Hides intermediate reasoning in responses |