#!/bin/bash # Metrics Viewer # This script displays performance metrics from the unified logging system. # Source the logging system source ./logging.sh echo "AI Thinking System - Performance Metrics" echo "========================================" echo "" # Display metrics summary get_metrics_summary echo "" echo "Detailed metrics file: ${METRICS_FILE}" echo "Session logs directory: ${LOG_DIR}"