Module repl

Module repl 

Source
Expand description

Interactive REPL for mixtape agents

Structs§

PermissionRequest
All information needed to prompt for permission approval
PresentationHook
Hook that presents tool calls with rich CLI formatting
SimplePrompter
Simple approval prompter with clear options

Enums§

Verbosity

Traits§

ApprovalPrompter
Trait for approval prompt implementations

Functions§

indent_lines
print_confirmation
Print a confirmation message
print_tool_header
Print the tool header with emoji
prompt_for_approval
Convenience function using the default prompter
read_input
Read a line of input
run_cli
Run an interactive REPL for the agent

Type Aliases§

DefaultPrompter
Default prompter type