This system provides a robust solution for analyzing extensive log files by combining deterministic signal extraction with an optional agentic reasoning layer. It processes raw logs to identify structured patterns, such as log levels, error clusters, and time-bucketed events, then exposes these capabilities as Model Context Protocol (MCP) tools. For advanced insights, it can integrate with OpenAI Agents SDK to summarize root causes, suggest debugging steps, and classify severity, mirroring the architecture of modern production-grade observability and AI-assisted triage systems.
주요 기능
01Log level aggregation (INFO / WARN / ERROR / FATAL)
02Error clustering via normalized string similarity
03Graph generation (PNG) for visual analysis
04Time-bucketed event histogram
05Local-only mode (no API required) and optional agentic integration
061 GitHub stars