Console Dashboard
The Dashboard is the home page after logging into the console. It aggregates system health, subscription information, key metrics, recent tasks, and quick actions, helping you quickly understand the current operational status of your space.
Access Path
- Console → Sidebar Dashboard
- Or navigate directly to
/dashboard
Page Layout
The page is divided into top status cards and a two-column content area below:
- Top: 4 status overview cards
- Left (Main Content): Task key metrics → Recent tasks → Real-time activity feed
- Right (Auxiliary): Resource monitoring → Quick actions → My applications
Status Overview Cards
The top of the page displays 4 cards in a row. Five cards are defined; whether the Quota Balance card or the Enterprise Privilege card is shown depends on the deployment mode, so 4 are visible at a time.
| Card | Description | Visibility |
|---|---|---|
| System Health | Displays task success rate percentage with a "Running Stable" label | All |
| Subscription Plan | Shows the current subscription plan name (Free / Personal / Professional / Team / Enterprise / Independent Deployment) and space type (Personal Space / Collaboration Space) | All |
| Quota Balance | Displays the quota balance along with today's/this month's usage | SaaS mode only |
| Enterprise Privilege | Displays ∞ unlimited usage | Self-hosted mode only |
| Active Status | Shows the number of currently active agents and tasks | All |
In SaaS mode, the Quota Balance card and related billing information are displayed. In self-hosted (Independent Deployment) mode, the Enterprise Privilege card is shown instead, without any quota-related content.
The subscription plan corresponds to the underlying values FREE, PERSONAL, PRO, TEAM, ENTERPRISE, and INDEPENDENT. INDEPENDENT denotes a self-hosted (independent) deployment.
Task Key Metrics
Displays 4 key metrics:
| Metric | Description |
|---|---|
| Total Tasks | Total number of tasks across the space |
| Active Tasks | Number of currently running tasks |
| Success Rate | Task execution success percentage |
| Avg. Duration | Average task execution time |
Recent Tasks
Shows a list of recently created or executed tasks, including task name, type icon, owner avatar, and action buttons (Run/Configure).
When there are no tasks, an empty state guide is displayed: "Start your automation journey," along with an entry point to create your first task.
Real-time Activity Feed
Switch between two tabs to view different types of activities:
| Tab | Description |
|---|---|
| Task Executions | Shows task execution records, including success/failure status, duration, etc. |
| Agent Conversations | Shows agent invocation records, including success/failure status, duration, etc. |
When there are no records, the respective prompts are displayed: "Once you start executing tasks, records will appear here" or "Once you use agents for conversations, records will appear here."
Resource Monitoring
The right panel displays 3 resource monitoring metrics as progress bars:
| Metric | Description | Visibility |
|---|---|---|
| Quota Used | Quota usage ratio | SaaS mode only |
| Task Success Rate | Task execution success rate percentage | All |
| Average Response | Shown with a rating label such as "Excellent"; this value is an illustrative placeholder rather than a live measured metric | All |
Quick Actions
Provides 5 quick-access shortcuts to common operations:
| Action | Target |
|---|---|
| Create New Task | /tasks?create=true |
| Manage Agents | /agents |
| Manage Datasets | /data |
| View All Tasks | /tasks |
| Space Management | /space |
My Applications
Displays the application list for the current space (chat apps, workbench, etc.), showing each application's name and running status (Running / Development / Maintenance).
A "View All Applications" link is provided at the bottom to navigate to the application management page.