Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Logs Agent with Strands Agents

Aim

To create an AI Agent that can do log analysis

Setup

git clone <repo-url>
cd log-analysis-agent
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Ensure Ollama is running locally (http://localhost:11434) with the llama3.2 model pulled.

Run

python logs_agent.py