Files
JARVIS/frontend
DESKTOP-72TV0V4\caoxiaozhu 9e4e94c75e Add log system with three log types (agent/system/chat)
Implemented a complete log system for tracking:
- Agent logs:智能体调用
- System logs: 系统运行
- Chat logs: 问答对话

Backend:
- Log model with type, level, user_id, message, source, duration_ms
- LogService with methods for logging and querying
- API endpoints: GET /api/logs, GET /api/logs/stats, GET /api/logs/recent

Frontend:
- LogView.vue with filters, stats, pagination, auto-refresh
- log.ts API client with TypeScript interfaces
- Added "运行日志" nav item to sidebar
2026-03-21 11:58:51 +08:00
..
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00
2026-03-21 10:13:35 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.