Package: shinychat 0.4.0.9000
shinychat: Chat UI Component for 'shiny'
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.
Authors:
shinychat_0.4.0.9000.tar.gz
shinychat_0.4.0.9000.zip(r-4.7)shinychat_0.4.0.9000.zip(r-4.6)shinychat_0.4.0.9000.zip(r-4.5)
shinychat_0.4.0.9000.tgz(r-4.6-any)shinychat_0.4.0.9000.tgz(r-4.5-any)
shinychat_0.4.0.9000.tar.gz(r-4.7-any)shinychat_0.4.0.9000.tar.gz(r-4.6-any)
shinychat_0.4.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shinychat/json (API)
NEWS
| # Install 'shinychat' in R: |
| install.packages('shinychat', repos = c('https://posit-dev.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/posit-dev/shinychat/issues
Pkgdown/docs site:https://posit-dev.github.io
Last updated from:1e95a503ef. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 145 | ||
| source / vignettes | OK | 266 | ||
| linux-release-x86_64 | NOTE | 148 | ||
| macos-release-arm64 | NOTE | 113 | ||
| macos-oldrel-arm64 | NOTE | 101 | ||
| windows-devel | NOTE | 108 | ||
| windows-release | NOTE | 87 | ||
| windows-oldrel | NOTE | 89 | ||
| wasm-release | OK | 114 |
Exports:chat_appchat_appendchat_append_messagechat_clearchat_greetingchat_mod_serverchat_mod_uichat_restorechat_set_greetingchat_uicontents_shinychatContentSlashCommandmarkdown_streamoutput_markdown_streamupdate_chat_user_input
Dependencies:askpassbase64encbslibcachemclicommonmarkcorocurldigestellmerfastmapfontawesomefsgluehtmltoolshttpuvhttr2jquerylibjsonlitelaterlifecyclemagrittrmemoisemimeopensslotelpillarpkgconfigpromisesR6rappdirsRcpprlangS7sassshinysourcetoolssystibbleutf8vctrswithrxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Open a live chat application in the browser | chat_app chat_mod_server chat_mod_ui |
| Append an assistant response (or user message) to a chat control | chat_append |
| Low-level function to append a message to a chat control | chat_append_message |
| Clear all messages from a chat control | chat_clear |
| Create a greeting for a chat UI | chat_greeting |
| Add Shiny bookmarking for shinychat | chat_restore |
| Set the greeting for a chat UI | chat_set_greeting |
| Create a chat UI element | chat_ui |
| Format ellmer content for shinychat | contents_shinychat |
| Slash command content | ContentSlashCommand |
| Stream markdown content | markdown_stream |
| Create a UI element for a markdown stream. | output_markdown_stream |
| Update the user input of a chat control | update_chat_user_input |
