Start an interactive Rbebelm console agent
Usage
bebel_r_agent_console(
session,
prompt = "bebel> ",
max_steps = 4L,
show_stats = TRUE,
blank_limit = 10L
)
Arguments
- session
A bebelRAgent.
- prompt
Prompt string.
- max_steps
Maximum assistant/tool iterations per user prompt.
- show_stats
Whether to print token/timing stats after each turn.
- blank_limit
Number of consecutive blank inputs before exiting. Set to Inf to never auto-exit on blanks.
Value
Invisibly returns session.