haiku.rag/haiku_rag_slim/haiku/rag/skills/rag-rlm/SKILL.md

603 B

name description
rag-rlm Computational analysis of the knowledge base via code execution in a sandboxed Python interpreter. Use for questions requiring counting, aggregation, statistics, data traversal, comparison across documents, or any task best answered by writing Python code. Examples: "how many pages?", "compare table 3 across documents", "calculate average word count", "extract all email addresses".

RLM Analysis

Use the analyze tool for complex analytical questions. It writes and executes Python code against the knowledge base in a sandboxed Python interpreter.