Hmbown/rlmagents
RLM agent harness - built on Deep Agents
What's novel
RLM agent harness - built on Deep Agents
Code Analysis
13 files read · 5 roundsAn agent framework implementing the Recursive Language Model pattern where an LLM works in a loop — loading data into sandboxed Python REPL contexts, executing code to analyze it, spawning recursive sub-queries, tracking evidence/citations, and producing cited final answers — built on LangChain/Lang
Strengths
Genuinely deep implementation with a well-designed AST-based sandbox, smart evidence pruning, context pressure compaction, and a complete recursive sub-query mechanism; clean middleware architecture with 27 profile-driven tools and consistent type safety throughout.
Weaknesses
Monolithic tool (73KB) and helper (47KB) files hurt navigability; the sandbox is explicitly best-effort and not hardened; test coverage could not be verified and the project is at alpha (0.0.5) with heavy external service dependencies.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
688
Contributors
58
Files
435
Active weeks
31
Repository
Language
Python
Stars
44
Forks
2
License
MIT