Skip to main content

Module repl

Module repl 

Source
Expand description

RLM REPL - Execution environment for RLM processing

Provides a REPL-like environment where context is loaded as a variable and the LLM can execute code to analyze it.

Key feature: llm_query() function for recursive sub-LM calls.

Structs§

ExternalRepl
Spawn an external REPL process for Python or Bun
ReplResult
Result of REPL execution
RlmAnalysisResult
Result of RLM analysis
RlmExecutor
LLM-powered RLM executor
RlmRepl
REPL instance for RLM processing
SubQuery
Record of a sub-LM call

Enums§

DslResult
ReplRuntime
REPL runtime options