To create an AI Agent that can do log analysis
git clone <repo-url>
cd log-analysis-agent
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtEnsure Ollama is running locally (http://localhost:11434) with the llama3.2 model pulled.
python logs_agent.py