Commit Graph

4 Commits

Author SHA1 Message Date
Rose
8b8a507ace Phase 3: Health Check + Task Queue for Agent Tab
Backend: _get_agent_health() with CPU/Memory/Threads from ps, get_agent_tasks() reads tasks.json. API: GET /api/agents/{id}/health + /tasks. Frontend: Health metrics block in Overview tab (CPU, Memory bar, Threads), Tasks tab with status-colored task list.
2026-04-20 13:45:20 +02:00
Rose
e5b55c6f3a Phase 2: Chat History for Agent Tab
Backend: _get_chat_history() reads JSONL sessions. API: GET /api/agents/{id}/chat-history. Frontend: Chat History tab shows session list with title, model, message count. Click to open session in chat panel.
2026-04-20 13:33:24 +02:00
Rose
fbf79362a4 Phase 1: Activity and Error Log for Agent Tab
Backend: _log_agent_activity, _get_activity_log, _get_error_log. API: GET /api/agents/{id}/activity and /errors. Frontend: Activity and Errors tabs in agent detail overlay. CSS: activity-event-row, error-event-row. Config fix: Z.ai API key.
2026-04-20 13:28:37 +02:00
Rose
96977b576a 🔧 Initial dev copy from live 2026-04-20 10:43:30 +02:00