## Summary Implement the RLM Controller that manages recursive query decomposition and answer synthesis. ## Tasks - [ ] Create RlmController struct with configuration - [ ] Implement query memoization cache - [ ] Implement recursive answer_query logic with depth tracking - [ ] Add max recursion depth enforcement - [ ] Integrate with ReasoningBank for trajectory recording