Package: mini007
Type: Package
Title: Lightweight Framework for Orchestrating Multi-Agent Large
        Language Models
Version: 0.2.0
Authors@R: 
    person(given = c("Mohamed", "El", "Fodil"),
           family = "Ihaddaden",
           role = c("aut", "cre"),
           email = "ihaddaden.fodeil@gmail.com")
Description: Provides tools for creating agents with persistent state using 
    R6 classes <https://cran.r-project.org/package=R6> and the 'ellmer' 
    package <https://cran.r-project.org/package=ellmer>. Tracks prompts, 
    messages, and agent metadata for reproducible, multi-turn large language 
    model sessions.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: checkmate (>= 2.3.1), cli (>= 3.6.5), DiagrammeR, R6 (>=
        2.6.1), uuid (>= 1.2.0)
RoxygenNote: 7.3.2
Suggests: ellmer
NeedsCompilation: no
Packaged: 2025-10-29 11:52:42 UTC; mohamedelfodilihaddaden
Author: Mohamed El Fodil Ihaddaden [aut, cre]
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-29 12:10:02 UTC
Built: R 4.5.1; ; 2025-10-29 14:33:05 UTC; unix
