Metadata-Version: 2.4
Name: RooAgent
Version: 0.1.0
Summary: Agent For ROOT
Author-email: Aman Desai <amanmukeshdesai@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/amanmdesai/RooAgent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain
Requires-Dist: langchain-core
Requires-Dist: langgraph
Requires-Dist: langchain-openai
Requires-Dist: uproot
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: license-file

# RooAgent
Agent for ROOT


Download and Install: 

```
git clone https://github.com/amanmdesai/RooAgent.git
cd RooAgent
pip install .
```

Installation: 

```
pip install rooagent
```

External Dependencies

Requires a pre-installed version of ROOT that is compatible to work with Python

```
CERN ROOT: - ROOT >= 6.34 (https://root.cern/)
```

Install ollama's gpt-oss model: 

```
curl -fsSL https://ollama.com/install.sh | sh
ollama pull gpt-oss
```

