Package: shinychat
Title: Chat UI Component for 'shiny'
Version: 0.2.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("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://github.com/posit-dev/shinychat,
        https://posit-dev.github.io/shinychat/
BugReports: https://github.com/posit-dev/shinychat/issues
Imports: bslib, coro, ellmer, fastmap, htmltools, jsonlite, promises
        (>= 1.3.2), rlang, shiny (>= 1.10.0)
Suggests: later, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-15 21:07:49 UTC; garrick
Author: Joe Cheng [aut],
  Carson Sievert [aut],
  Garrick Aden-Buie [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7111-0077>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Garrick Aden-Buie <garrick@adenbuie.com>
Repository: CRAN
Date/Publication: 2025-05-16 08:50:02 UTC
Built: R 4.4.3; ; 2025-10-21 13:55:52 UTC; windows
