📄️ Overview
The Dingent Admin Dashboard is the command center for your entire agent application. It provides an intuitive, web-based user interface to manage everything from your LLM configuration to the complex workflows your agent will execute.
📄️ Settings Page
The Settings page is where you configure the global parameters for your Dingent project. This is the first place you should visit when setting up a new project.
📄️ Market Page
The Market is where you can find and install pre-built plugins. Plugins are the "tools" that give your assistants new capabilities, such as searching the web, connecting to a database, or interacting with a specific API.
📄️ Assistants Page
The Assistants page is where you create and define the "brains" of your operation. An assistant is an AI entity with a specific name, set of instructions, and a collection of tools (plugins) it can use to accomplish tasks.
📄️ Workflows Page
A workflow in Dingent is a powerful visual editor that defines the high-level logic for handling a user's request. It operates on a Swarm architecture, where you define possible routes between different specialized assistants (nodes). Based on the user's query, the LLM itself intelligently decides which path to take through the network of assistants you create.
📄️ Logs Page
The Logs page provides a real-time stream of events from the Dingent backend. It is an invaluable tool for debugging your agent's behavior, seeing which tools are being used, and understanding the LLM's reasoning process.