Skip to main content

Crate codewhale_tui

Crate codewhale_tui 

Source
Expand description

Codewhale TUI library — single-binary entry point.

Modules§

repl
Long-lived Python REPL runtime used by the RLM loop and by inline ```repl block execution in the agent loop.
rlm
Recursive Language Model (RLM) loop — paper-spec Algorithm 1.
session_tree

Functions§

run
Entry point for the single binary. Takes argv including binary name at 0, parses with clap, and runs the TUI/runtime dispatch. Returns process exit code for the caller to exit with.