Package: shinychat
Title: Chat UI Component for 'shiny'
Version: 0.3.0
Authors@R: c(
    person("Joe", "Cheng", , "joe@posit.co", role = "aut"),
    person("Carson", "Sievert", , "carson@posit.co", role = "aut"),
    person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: Provides a scrolling chat interface with multiline input,
    suitable for creating chatbot apps based on Large Language Models
    (LLMs). Designed to work particularly well with the 'ellmer' R package
    for calling LLMs.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/shinychat/r/,
        https://github.com/posit-dev/shinychat
BugReports: https://github.com/posit-dev/shinychat/issues
Imports: base64enc, bslib, cli, coro, ellmer (>= 0.3.0), fastmap,
        htmltools, jsonlite, lifecycle, promises (>= 1.3.2), rlang (>=
        1.1.0), S7, shiny (>= 1.10.0)
Suggests: knitr, later, testthat (>= 3.0.0), withr
Config/Needs/website: tidyverse/tidytemplate, rmarkdown, weathR, gt,
        glue, bsicons
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-11-20 13:44:36 UTC; garrick
Author: Joe Cheng [aut],
  Carson Sievert [aut],
  Garrick Aden-Buie [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7111-0077>),
  Barret Schloerke [aut] (ORCID: <https://orcid.org/0000-0001-9986-114X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Garrick Aden-Buie <garrick@adenbuie.com>
Repository: CRAN
Date/Publication: 2025-11-20 14:00:02 UTC
Built: R 4.6.0; ; 2025-12-28 03:22:59 UTC; windows
