Agent Configuration
In the Agent Configuration module, you can create, configure, and manage agents. Agents are the core feature of Nexent—they can understand your needs and perform corresponding tasks.
🛠️ Agent Management
Create an Agent
On the Agent Management tab, click "Create Agent" to create a new blank agent. Click "Exit Create" to leave creation mode.
If you have an existing agent configuration, you can also import it:
- Click "Import Agent"
- In the popup, select the agent configuration file (JSON format)
- Click "Open"; the system will validate the file format and content, and display the imported agent information

Agent List
On the Agent Management tab, you can view all created agents. Click an agent to select it for detailed configuration; click again to deselect.
👥 Configure Agent Capabilities
You can configure other collaborative agents for your created agent, as well as assign available tools to empower the agent to complete complex tasks.
Collaborative Agents
- Click the plus sign under the "Collaborative Agent" tab to open the selectable agent list
- Select the agents you want to add from the dropdown
- Multiple collaborative agents can be selected
- Click × to remove an agent from the selection

Select Tools
Agents can use various tools to complete tasks, such as knowledge base search, email sending, file management, and more. They can also integrate third-party MCP tools or custom tools.
- On the "Select Tools" tab, click "Refresh Tools" to update the available tool list
- Select the group containing the tool you want to add
- View all available tools under the group; click the gear icon to view tool details and configure parameters
- Click the tool name to select/deselect it

Add MCP Tools
Nexent allows you to quickly use third-party MCP tools to enrich agent capabilities.
- On the "Select Tools" tab, click "MCP Config" to configure MCP servers in the popup and view configured servers
- Enter the server name and URL (currently only SSE protocol is supported)
- Click "Add" to complete the addition

Many third-party services such as ModelScope provide MCP services, which you can quickly integrate and use.
Custom Tools
You can refer to the following guides to develop your own tools and integrate them into Nexent to enrich agent capabilities:
📝 Describe Business Logic
Describe How should this Agent Work
Based on the selected collaborative agents and tools, you can now use concise language to describe how you want this agent to work. Nexent will automatically generate the agent’s name, description, and prompt suggestions based on your configuration and description.
- In the "Describe should this agent work" editor, enter a brief description
- Click "Generate"; Nexent will generate detailed agent content for you
- You can further edit the generated content for fine-tuning

Debug Agent
After completing the initial agent configuration, you can debug the agent and optimize its configuration based on the results to continuously improve agent performance.
- In the lower right corner of the page, click the "Debug" button to open the agent debug page
- Test conversations with the agent and observe its responses and behavior
- Review conversation performance and error messages, and optimize the agent configuration based on the results
Manage Agents
- Save: After successful debugging, click the "Save" button in the lower right corner to save the agent. The agent will then be available for selection in the chat page.
- Export: Export the successfully debugged agent configuration as a JSON file. When creating an agent, you can use this JSON file to create a copy via import.
- Delete: Delete the agent (use with caution)
🚀 Next Steps
After completing agent configuration, you can click "Complete Setup" to proceed to:
- Chat Interface – Interact with your agent
If you encounter any issues during agent configuration, please refer to our FAQ or join our Discord community for support.