Learn R Programming

pensar (version 0.4.2)

pensar-package: pensar: LLM Wiki Engine

Description

Maintains a persistent, compounding knowledge base of markdown files for large language model agents to summarize, cross-reference, and edit. Humans curate sources; the agent maintains the wiki. Per CRAN policy, pensar never writes to a default location in the user's home filespace. Configure a vault path via one of:

  • Sys.setenv(PENSAR_VAULT = "/path/to/vault")

  • pensar::use_vault("/path/to/vault") (typically in ~/.Rprofile)

  • Working from a directory containing schema.md (auto-detected via walk-up from getwd())

  • Passing vault = (or path = for init_vault()) explicitly to each call

Arguments

Author

Maintainer: Troy Hernandez troy@cornball.ai