EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
agents.js
Go to the documentation of this file.
1export default {
2 slug: 'agents',
3 title: 'Agents',
4 icon: 'smart_toy',
5 summary: 'See agent status, last seen, and assigned tickets.',
6 image: '/images/docs/dashboard-agents.png',
7 sections: [
8 {
9 heading: 'Overview',
10 list: [
11 'Status: Online agents report in within the last 5 minutes',
12 'Assignments: View tickets linked to agents'
13 ]
14 }
15 ]
16};