Package: hellmer 0.1.1
hellmer: Batch Processing for Chat Models
Batch processing framework for 'ellmer' chat model interactions. Enables sequential and parallel processing of chat completions. Core capabilities include error handling with backoff, state persistence, progress tracking, and retry management. Parallel processing is implemented via the 'future' framework. Additional features include structured data extraction, tool integration, timeout handling, verbosity control, and sound notifications. Includes methods for returning chat texts, chat objects, progress status, and structured data.
Authors:
hellmer_0.1.1.tar.gz
hellmer_0.1.1.zip(r-4.5)hellmer_0.1.1.zip(r-4.4)hellmer_0.1.1.zip(r-4.3)
hellmer_0.1.1.tgz(r-4.5-any)hellmer_0.1.1.tgz(r-4.4-any)hellmer_0.1.1.tgz(r-4.3-any)
hellmer_0.1.1.tar.gz(r-4.5-noble)hellmer_0.1.1.tar.gz(r-4.4-noble)
hellmer_0.1.1.tgz(r-4.4-emscripten)hellmer_0.1.1.tgz(r-4.3-emscripten)
hellmer.pdf |hellmer.html✨
hellmer/json (API)
NEWS
# Install 'hellmer' in R: |
install.packages('hellmer', repos = c('https://dylanpieper.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dylanpieper/hellmer/issues
Pkgdown site:https://dylanpieper.github.io
batchbatch-processingellmerllm
Last updated 2 hours agofrom:715d2fe196. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 14 2025 |
R-4.5-win | OK | Mar 14 2025 |
R-4.5-mac | OK | Mar 14 2025 |
R-4.5-linux | OK | Mar 14 2025 |
R-4.4-win | OK | Mar 14 2025 |
R-4.4-mac | OK | Mar 14 2025 |
R-4.4-linux | OK | Mar 14 2025 |
R-4.3-win | OK | Mar 14 2025 |
R-4.3-mac | OK | Mar 14 2025 |
Exports:batchchat_futurechat_sequentialchatsprogresstexts
Dependencies:askpassaudiobeeprclicodetoolscorocurldigestellmerfastmapfurrrfutureglobalsgluehttr2jsonlitelaterlifecyclelistenvmagrittropensslparallellypromisespurrrR.methodsS3R.ooR.utilsR6rappdirsRcpprlangS7sysvctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Batch class for managing chat processing | batch |
Process a batch of prompts in parallel | chat_future |
Process a batch of prompts in sequence | chat_sequential |
Extract chat objects from a batch result | chats |
Get progress information from a batch result | progress |
Extract texts or structured data from a batch result | texts |