RR Architecture

Components of the "RRR" Architecture

  • 📶 Routing: It scans the rephrased query to determine which Tools and Data Sources are required to accomplish the primary task. Essentially, the Router allocates sub-tasks to the most appropriate Tools and Data Sources. In our example, should the Router identify a relevant Data Source, it will direct the query there; otherwise, it will trigger a default reply generator Tool.

  • 🗣️ Responding: The final stage involves Responding, carried out by the selected Tools and Data Sources. They act on the refined query passed on by the Router, generating the ultimate reply for the user.

With the "RR" architecture, LLMate's Apps become a sophisticated engine that transforms user queries into precise, relevant responses, leveraging the full scope of the platform's capabilities.

Last updated