Package: saber 0.7.2.2
saber: Context Engineering for Large Language Model Agents
Context-engineering primitives for Artificial Intelligence (AI) coding agents working in R. Assembles agent context from memory and instruction files ('AGENTS.md', 'CLAUDE.md'), traces function call blast radius across projects, generates project briefings, parses source into Abstract Syntax Tree (AST) symbol indices, discovers dependency graphs, and introspects installed packages. Zero dependencies.
Authors:
saber_0.7.2.2.tar.gz
saber_0.7.2.2.zip(r-4.7)saber_0.7.2.2.zip(r-4.6)saber_0.7.2.2.zip(r-4.5)
saber_0.7.2.2.tgz(r-4.6-any)saber_0.7.2.2.tgz(r-4.5-any)
saber_0.7.2.2.tar.gz(r-4.7-any)saber_0.7.2.2.tar.gz(r-4.6-any)
saber_0.7.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
saber/json (API)
| # Install 'saber' in R: |
| install.packages('saber', repos = c('https://cornball-ai.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cornball-ai/saber/issues
Last updated from:72522c35fe. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 213 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 99 | ||
| macos-oldrel-arm64 | OK | 83 | ||
| windows-devel | OK | 71 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 100 |
Exports:agent_contextblast_radiusbriefingdefault_excludefind_downstreamfn_graphgit_commit_count_sincegit_log_sincegraph_svgheartbeatpkg_exportspkg_graphpkg_helppkg_internalsprojectssymbols
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Load context files for an AI coding agent | agent_context |
| Find callers of a function across projects | blast_radius |
| Generate a project briefing | briefing |
| Default directories to exclude when scanning for projects | default_exclude |
| Find projects that depend on a given package | find_downstream |
| Render a function call graph for an R project | fn_graph |
| Count commits in a repository since a date | git_commit_count_since |
| List recent commits in a repository | git_log_since |
| Render a graph as static SVG | graph_svg |
| Summarize recent git activity across projects | heartbeat |
| List exported functions of a package | pkg_exports |
| Render a package-level dependency graph | pkg_graph |
| Get help for a package topic as markdown | pkg_help |
| List internal (non-exported) functions of a package | pkg_internals |
| Discover R package projects | projects |
| Build a symbol index for a project | symbols |
