Analyzes tabular data, detects anomalies, and generates interpretive summaries using a local LLM.
Autonomous Analyst is a local, agentic AI pipeline designed to analyze tabular data and identify anomalies. It leverages Mahalanobis distance for anomaly detection and uses a local LLM (llama3.2:1b via Ollama) to generate interpretive summaries of the findings. The results are logged to ChromaDB for semantic recall, enabling persistent memory and future reference. The entire process is orchestrated via the Model Context Protocol (MCP), making it a fully integrated and automated solution for data analysis and interpretation.