Package: saber 0.7.1.1
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.1.1.tar.gz
saber_0.7.1.1.zip(r-4.7)saber_0.7.1.1.zip(r-4.6)saber_0.7.1.1.zip(r-4.5)
saber_0.7.1.1.tgz(r-4.6-any)saber_0.7.1.1.tgz(r-4.5-any)
saber_0.7.1.1.tar.gz(r-4.7-any)saber_0.7.1.1.tar.gz(r-4.6-any)
saber_0.7.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
saber/json (API)
NEWS
| # 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:7af34f6515. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 139 | ||
| linux-release-x86_64 | OK | 84 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-oldrel-arm64 | OK | 79 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 75 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 80 |
Exports:agent_contextblast_radiusbriefingdefault_excludefind_downstreamfn_graphgraph_svgpkg_exportspkg_graphpkg_helppkg_internalsprojectssymbols
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Agent context assembly | agent_context |
| Blast radius analysis | blast_radius |
| Project briefings | briefing |
| Default directories to exclude when scanning for projects | default_exclude |
| Find projects that depend on a given package | find_downstream |
| Code intelligence: function call graph | fn_graph |
| Force-directed graph rendering | graph_svg |
| Package introspection | pkg_exports |
| Project discovery: package dependency graph | pkg_graph |
| Get help for a package topic as markdown | pkg_help |
| List internal (non-exported) functions of a package | pkg_internals |
| Project discovery | projects |
| Code intelligence: AST symbol index | symbols |
