Package: GitAI
Title: Extracts Knowledge from 'Git' Repositories
Version: 0.1.2
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
URL: https://github.com/r-world-devs/GitAI
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: cli (>= 3.4.0), ellmer, 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
NeedsCompilation: no
Packaged: 2025-08-22 15:39:12 UTC; banasm
Author: Kamil Wais [aut, cre],
  Krystian Igras [aut],
  Maciej Banas [aut]
Maintainer: Kamil Wais <kamil.wais@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-22 17:50:02 UTC
Built: R 4.6.0; ; 2025-08-23 05:09:48 UTC; unix
