R Under development (unstable) (2026-06-18 r90173 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > .libPaths(c("/tmp/agentr-r-lib", .libPaths())) > > library(testthat) > library(agentr) > > test_check("agentr") agentr CLI Usage: Rscript inst/scripts/agentr-cli.R --workspace PATH [options] Commands: init --workspace PATH [--comment TEXT_OR_FILE] init-states --workspace PATH [--agent-spec PATH] build-initial-prompt --workspace PATH --target TARGET --comment TEXT_OR_FILE [--out PATH] apply-initial-message --workspace PATH --target TARGET --message RESPONSE_JSON [--comment TEXT_OR_FILE] build-revision-prompt --workspace PATH --target TARGET --comment TEXT_OR_FILE [--node-id NODE_ID] [--out PATH] apply-revision-message --workspace PATH --target TARGET --message RESPONSE_JSON [--node-id NODE_ID] apply-node-detail-message --workspace PATH --node-id NODE_ID --message RESPONSE_JSON list-proposals --workspace PATH --type TYPE [--status STATUS] approve-proposal --workspace PATH --type TYPE --proposal-id ID [--note TEXT_OR_FILE] reject-proposal --workspace PATH --type TYPE --proposal-id ID [--note TEXT_OR_FILE] export-review --workspace PATH [--agent-spec PATH] [--out PATH] [--graph-layout grid|layered|swimlane|process] [--edge-style curved|straight|orthogonal] build-handoff --workspace PATH [--out PATH] Targets: workflow, agent, memory, knowledge Types: workflow, agent, memory, knowledge This CLI builds prompts, applies constrained JSON responses, manages proposal states, and exports review/handoff artifacts. It does not execute an agent runtime. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 797 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • docs/function_index.md is not included in built-package checks (1): 'test-doc-function-index.R:4:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 797 ] > > proc.time() user system elapsed 12.12 2.09 14.03