Package: hellmer
Title: Batch Processing for Chat Models
Version: 0.1.2
Authors@R: 
    person("Dylan", "Pieper", , "dylanpieper@gmail.com", role = c("aut", "cre"))
Description: Batch processing framework for 'ellmer' chat models.
    Provides both sequential and parallel processing of chat interactions
    with features including tool calling and structured data extraction.
    Enables workflow management through progress tracking and recovery and 
    automatic retry with backoff. Additional quality-of-life features 
    include verbosity (or echo) control and sound notifications.
    Parallel processing is implemented via the 'future' framework.
    Includes methods for retrieving progress status, chat texts, and chat objects.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports: beepr, cli, future, furrr, jsonlite, parallel, purrr, S7,
        utils
Depends: ellmer
URL: https://dylanpieper.github.io/hellmer/
NeedsCompilation: no
Packaged: 2025-04-17 18:00:51 UTC; dylanpieper
Author: Dylan Pieper [aut, cre]
Maintainer: Dylan Pieper <dylanpieper@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-17 18:40:02 UTC
