Metadata-Version: 2.4
Name: smartlog-tui
Version: 0.1.0
Summary: Fast, terminal-based log stream viewer with automated AI root-cause diagnostics.
Author: insanazor822
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.47.0
Requires-Dist: rich>=13.7.0
Requires-Dist: aiofiles>=23.2.1

# SmartLog TUI 🚀

Real-time terminal-based log stream analysis and AI diagnostics tool.

## ✨ Features
- **Real-time Monitoring:** Live stream processing of application logs.
- **Filtering:** Instant search by log level (`ERROR`, `WARN`, `INFO`) or custom terms.
- **AI Diagnostics:** Press `a` on any selected log to get automated root-cause analysis and actionable recommendations.
- **Statistics Panel:** Interactive UI with live error counts and line rates.

## 🛠️ Quick Start

```bash
# Clone repository
git clone https://github.com/insanazor822/SmartLog_TUI.git
cd SmartLog_TUI

# Install dependencies
pip install -r requirements.txt

# Run demo mode
python main.py --demo
