Expand description
Codewhale TUI library — single-binary entry point.
Modules§
- repl
- Long-lived Python REPL runtime used by the RLM loop and by inline
```replblock 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.