7 Commits

Author SHA1 Message Date
Nawaz Dhandala
b08174be97 feat: Add task number handling and display for AI Agent Tasks 2025-12-29 11:59:41 +00:00
Nawaz Dhandala
227a5ca52b feat: Add name and description fields to AIAgentTask and update OnCallDutyPolicyScheduleLayer defaults 2025-12-28 11:12:49 +00:00
Nawaz Dhandala
9bbfe35880 feat: Enhance AI Agent task creation with automatic agent assignment and validation 2025-12-28 11:08:47 +00:00
Nawaz Dhandala
94603b5615 feat: Refactor AI Agent Task creation logic and enhance telemetry exception handling 2025-12-28 11:02:43 +00:00
Nawaz Dhandala
f07b002744 feat: Implement task creation and linking for telemetry exceptions in AIAgentTaskService 2025-12-28 10:57:36 +00:00
Nawaz Dhandala
1680c955f9 feat: Refactor AI Agent Task creation logic for Telemetry Exception handling 2025-12-28 10:53:46 +00:00
Nawaz Dhandala
1e99da5c4c feat: Add AI Agent Task Management
- Implemented AIAgentTaskService for database interactions.
- Created AIAgentTaskMetadata and AIAgentTaskStatus types for task management.
- Developed AIAgentTaskType enum to define task types.
- Added routes and components for managing AI Agent Tasks, including views for scheduled, in-progress, and completed tasks.
- Implemented side menu navigation for AI Agent Tasks.
- Created detailed view and delete functionality for individual tasks.
- Added breadcrumbs for better navigation within AI Agent Tasks.
- Updated RouteMap and PageMap to include new AI Agent Task routes.
2025-12-25 18:41:26 +00:00