Package: GitAI Title: Extracts Knowledge from 'Git' Repositories Version: 0.1.3 Authors@R: c( person("Kamil", "Wais", , "kamil.wais@gmail.com", role = c("aut", "cre")), person("Krystian", "Igras", , "krystian8207@gmail.com", role = "aut"), person("Maciej", "Banas", , "banasmaciek@gmail.com", role = "aut") ) Description: Scan multiple 'Git' repositories, pull specified files content and process it with large language models. You can summarize the content in specific way, extract information and data, or find answers to your questions about the repositories. The output can be stored in vector database and used for semantic search or as a part of a RAG (Retrieval Augmented Generation) prompt. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://github.com/r-world-devs/GitAI RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli (>= 3.4.0), ellmer (>= 0.4.0), GitStats (>= 2.2.0), httr2, lubridate, R6, S7, dplyr, purrr, rlang, glue Suggests: testthat (>= 3.0.0), shiny, shinychat, withr, knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://r-world-devs.r-universe.dev Date/Publication: 2025-12-05 09:30:47 UTC RemoteUrl: https://github.com/r-world-devs/gitai RemoteRef: HEAD RemoteSha: fb5f6a3a8f0b17370a97dd63077633d3314cd3bf NeedsCompilation: no Packaged: 2026-06-06 10:05:19 UTC; root Author: Kamil Wais [aut, cre], Krystian Igras [aut], Maciej Banas [aut] Maintainer: Kamil Wais