Skip to main content

Module repl

Module repl 

Source
Expand description

Long-lived Python REPL runtime used by the RLM loop and by inline ```repl block execution in the agent loop.

Re-exports§

pub use runtime::BatchResp;
pub use runtime::PythonRuntime;
pub use runtime::ReplRound;
pub use runtime::RpcDispatcher;
pub use runtime::RpcRequest;
pub use runtime::RpcResponse;
pub use runtime::SingleResp;
pub use sandbox::ReplBlock;
pub use sandbox::extract_repl_blocks;
pub use sandbox::has_repl_block;

Modules§

runtime
Long-lived Python REPL runtime.
sandbox
REPL fence-extraction utilities.