Metadata-Version: 2.4
Name: RooAgent
Version: 0.2.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: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib>=3.5
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# RooAgent
Agent for ROOT

## Quick start

Clone and install locally:

```
git clone https://github.com/amanmdesai/RooAgent.git
cd RooAgent
python -m pip install --upgrade pip
pip install .
```

Or install from PyPI:

```
pip install rooagent
```

## Requirements

- Python >= 3.10
- CERN ROOT >= 6.34

## Notes

- External libraries:  pandas, numpy, langchain (specified in pyproject.toml)


