Package: tidyllm
Title: Tidy Integration of Large Language Models
Version: 0.3.2
Authors@R: c(
    person("Eduard", "Brüll", NULL, "eduard.bruell@zew.de", role = c("aut", "cre")),
    person("Jia", "Zhang", NULL, NULL, role = "ctb")
  )
Description: A tidy interface for integrating large language model (LLM) APIs such as 'Claude', 'Openai', 'Groq','Mistral' and local models via 'Ollama' into R workflows. The package supports text and media-based interactions, interactive message history, batch request APIs, and a tidy, pipeline-oriented interface for streamlined integration into data workflows. Web services are available at <https://www.anthropic.com>, <https://openai.com>, <https://groq.com>, <https://mistral.ai/> and <https://ollama.com>.
License: MIT + file LICENSE
URL: https://edubruell.github.io/tidyllm/
BugReports: https://github.com/edubruell/tidyllm/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), tidyverse, httptest2,
        httpuv, ellmer
Imports: S7 (>= 0.2.0), base64enc, glue, jsonlite, curl, httr2,
        lubridate, purrr, rlang, stringr, grDevices, pdftools, tibble,
        cli, png, lifecycle
Collate: 'tidyllm-package.R' 'utilites.R' 'embedding_helpers.R'
        'LLMMessage.R' 'APIProvider.R' 'llm_message.R' 'llm_verbs.R'
        'media.R' 'message_retrieval.R' 'perform_api_requests.R'
        'rate_limits.R' 'tidyllm_schema.R' 'tools.R' 'pdfbatch.R'
        'api_openai.R' 'api_claude.R' 'api_gemini.R' 'api_ollama.R'
        'api_azure_openai.R' 'api_groq.R' 'api_mistral.R'
        'api_perplexity.R' 'api_deepseek.R' 'api_voyage.R' 'zzz.R'
Depends: R (>= 4.2.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-07 21:58:28 UTC; ebr
Author: Eduard Brüll [aut, cre],
  Jia Zhang [ctb]
Maintainer: Eduard Brüll <eduard.bruell@zew.de>
Repository: CRAN
Date/Publication: 2025-03-08 00:40:05 UTC
