You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This package is purely experimental. It is not intended for production use or deployment. I don't plan to maintain it.**
# ragent: Playing with Agents in R
R package for creating AI agents that use local LLMs (Large Language Models). Includes tools for calculations and document search using retrieval augmented generation (RAG).
## Installation
```r
# install.packages("devtools")
devtools::install_github("cynkra/ragent")
```
Note: Requires [Ollama](https://ollama.ai/) to be installed and running locally.