Agent Hub
Report — 개인/팀 운영 리포트
WorkLog append-only chain 위에서 LLM 보조 정리한 운영 리포트. /reports/personal 과 /reports/team/{team_code} 두 진입점. ReportsPage.tsx 가 표시 + 편집 (PUT /reports/{id}/content).
endpoint
# api/reports.py — prefix /reports
POST /personal # 33
POST /team/{team_code} # 57
GET /{report_id} # 93
PUT /{report_id}/content # 106처리량
WorkLog 카운트 (시간 윈도우 단위).
응답 시간
work-item created → first transition 중앙값.
수락률
Approval 메시지 approve / total.
DM 응답률
DirectMessage.status=READ / SENT.
weekly report 자동 생성: 호스트의 agent-hub 플러그인이 1시간 간격 cron-check 으로 호출 (hostPlugin.ts).