Skip to content

v1.0.1

Latest

Choose a tag to compare

@KillerShoaib KillerShoaib released this 10 Feb 01:08

RLM-from-scratch release with Bug fix

  • The entire RLM is built from scratch with only Litellm for LLM api call
  • Any LLM vendor as long as LiteLLM supports it
  • GLM coding support (use glm coding sub api key directly)
  • Memory compaction to reduce the token usage
  • Bug Fix: According to the paper the final response should be coming from the repl env itself. Fix this by updating how the tool response was being handled.