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§
- External
Repl - Spawn an external REPL process for Python or Bun
- Repl
Result - Result of REPL execution
- RlmAnalysis
Result - Result of RLM analysis
- RlmExecutor
- LLM-powered RLM executor
- RlmRepl
- REPL instance for RLM processing
- SubQuery
- Record of a sub-LM call
Enums§
- DslResult
- Repl
Runtime - REPL runtime options