Type: Package Package: LLMRagent Title: Reproducible Language-Model Agents for Research Version: 0.8.1 Authors@R: person("Ali", "Sanaei", , "sanaei@uchicago.edu", role = c("aut", "cre")) Description: Large language model agents as governed research instruments, built on 'LLMR'. The package supports designed conversations and factorial experiments with declared tools and budgets. Each run produces an inspectable record that can be archived and checked. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.2) Imports: LLMR (>= 0.8.11), R6, tibble, rlang, cli, digest, jsonlite, httr2, utils Suggests: testthat (>= 3.0.0), knitr, rmarkdown, future, future.apply, dplyr, withr, callr, jsonvalidate, htmltools Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/asanaei/LLMRagent, https://asanaei.github.io/LLMRagent/ BugReports: https://github.com/asanaei/LLMRagent/issues Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://asanaei.r-universe.dev Date/Publication: 2026-07-22 20:57:44 UTC RemoteUrl: https://github.com/asanaei/llmragent RemoteRef: HEAD RemoteSha: f4c3458e22e30070da071369b58d8fc5725b0be5 NeedsCompilation: no Packaged: 2026-07-22 22:49:21 UTC; root Author: Ali Sanaei [aut, cre] Maintainer: Ali Sanaei