Package: commons
Title: AI Agents for Data Analysis
Version: 0.0.1
Authors@R: c(
    person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5676-5107")),
    person("Sara", "Altman", , "sara.altman@posit.co", role = "aut"),
    person("Garrick", "Aden-Buie", , "garrick@posit.co", role = "ctb",
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Carson", "Sievert", , "carson@posit.co", role = "ctb",
           comment = c(ORCID = "0000-0002-4958-2844")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: Implements large language model agents for answering questions
    about database tables. Agents combine 'DBI' database connections with
    table and column metadata from a data dictionary
    (<https://data-dict.tidyverse.org/>), using registered calculations when
    applicable and generating database queries otherwise. They can also be
    embedded in a 'Shiny' application.
License: MIT + file LICENSE
URL: https://github.com/posit-dev/commons,
        https://posit-dev.github.io/commons/
BugReports: https://github.com/posit-dev/commons/issues
Imports: cli, DBI, ellmer (>= 0.4.1), jsonlite, knitr, rlang (>=
        1.1.0), roxygen2, S7, utils
Suggests: bsicons, bslib, dbplyr, dplyr, duckdb, rmarkdown, shiny,
        shinychat, testthat (>= 3.0.0), withr, yaml
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Config/roxygen2/version: 8.0.0
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2026-07-29 18:16:43 UTC; simoncouch
Author: Simon Couch [aut, cre] (ORCID: <https://orcid.org/0000-0001-5676-5107>),
  Sara Altman [aut],
  Garrick Aden-Buie [ctb] (ORCID:
    <https://orcid.org/0000-0002-7111-0077>),
  Carson Sievert [ctb] (ORCID: <https://orcid.org/0000-0002-4958-2844>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Simon Couch <simon.couch@posit.co>
Repository: CRAN
Date/Publication: 2026-08-07 15:50:02 UTC
Built: R 4.5.2; ; 2026-08-07 18:51:53 UTC; unix
