Package: commons
Title: AI Agents for Data Analysis
Version: 0.1.0
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("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: Implements trustworthy large language model agents. 
    Connect raw data sources, a pool of trusted calculations, and a searchable 
    context layer that demonstrates how to interpret them.
    Then, deploy data agents that answer questions, log interactions, and
    can be evaluated and improved over time.
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
Depends: R (>= 4.1.0)
Imports: bslib (>= 0.11.0), callr, cli, coro, DBI, duckdb (>= 1.5.4.2),
        ellmer (>= 0.5.0), evaluate, filelock, highr, htmltools, httr2
        (>= 1.1.0), jsonlite, knitr, later, magick, processx, promises
        (>= 1.5.0), R6, ragg, ragnar, rlang (>= 1.2.0), roxygen2, S7,
        sass, shinychat (>= 0.5.0), utils
Suggests: bit64, bsicons, chromote, dbplyr, dplyr, ggplot2, gt, odbc,
        otel (>= 0.2.0), otelsdk (>= 0.2.0), pins, plotly, pkgload,
        readr, rmarkdown, rsconnect, shiny (>= 1.11.1), shinytest2,
        testthat (>= 3.0.0), vitals, withr, yaml
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: run-r, citation-scan, citation-browser,
        commons, data-source, pool, definitions, trajectory-review
Encoding: UTF-8
Config/roxygen2/version: 8.1.0
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: yes
Packaged: 2026-09-11 14:33:15 UTC; simoncouch
Author: Simon Couch [aut, cre] (ORCID: <https://orcid.org/0000-0001-5676-5107>),
  Sara Altman [aut],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Simon Couch <simon.couch@posit.co>
Repository: CRAN
Date/Publication: 2026-09-11 15:30:15 UTC
