haiku.rag/haiku_rag_slim/haiku/rag/skills/rag-rlm/SKILL.md
2026-02-20 16:45:41 +02:00

585 B

name description
rag-rlm Computational analysis of the knowledge base via code execution in a Docker sandbox. 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 an isolated Docker sandbox.