Expand description
REPL fence-extraction utilities.
The agent’s main loop scans assistant text for ```repl fenced blocks
and feeds them to a crate::repl::runtime::PythonRuntime. Capturing
FINAL(...) and routing sub-LLM RPCs are handled inside the runtime via
a stdin/stdout protocol — no scraping required here.
Structs§
- Repl
Block - A
```replcode block with byte-offset position info.
Functions§
- extract_
repl_ blocks - Extract every
```replblock fromtextwith byte offsets. - has_
repl_ block - Check if a string contains a
```replfenced code block.