Package: mall
Title: Run Multiple Large Language Model Predictions Against a Table, or 
    Vectors
Version: 0.1.0
Authors@R: c(
  person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")),
  person(given = "Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Run multiple 'Large Language Model' predictions against a table. The
    predictions run row-wise over a specified column. It works using a 
    one-shot prompt, along with the current row's content. The prompt that is used
    will depend of the type of analysis needed.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: 
    cli,
    dplyr,
    fs,
    glue,
    jsonlite,
    ollamar,
    rlang
Suggests: 
    dbplyr,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://mlverse.github.io/mall/
Depends: 
    R (>= 2.10)
LazyData: true
