Docs: Friendly rewrite of Retrieval Agent Architecture page to include Intelligent Orchestration image, match language cohesion.#1214
Merged
Conversation
… Image Signed-off-by: Sarah Scargall <sarah.scargall@memverge.com>
malatewang
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of the change
The purpose of this pull request is to overhaul the
retrieval_agent_architecture.mdxdocumentation. The previous version, while technically accurate, could benefit from a more user-centric flow and clearer visuals to better support our developer ecosystem. This update aligns the documentation with the "Intelligent Orchestration" framework and ensures terminology consistency across our diagrams and guides.Description
This change refactors the Retrieval Agent documentation from a flat, class-based description into a conceptual, workflow-driven guide.
Key updates include:
intelligent_orchestration.pngandretrieval-agent-workflow.pngdiagrams to anchor technical concepts.<Steps>,<Note>, and<Tip>to improve information hierarchy.Fixes/Closes
Fixes # (Relevant issue regarding documentation clarity/consistency)
Type of change
How Has This Been Tested?
The documentation has been manually verified against the current codebase in
packages/server/src/memmachine_server/retrieval_agent/to ensure all logical flows (ServiceLocator, ToolSelectAgent, etc.) accurately reflect the implementation.Test Results: All Mintlify components (
<Steps>, Tables, and Callouts) render correctly. Image paths have been verified against the./imagesdirectory.mint broken-linksran successfully in the mintlify lab environment without any error.Checklist
Maintainer Checklist
Screenshots/Gifs
All Screenshots are of /memmachine/docs/open_source/retrieval_agent_architecture.mdx:
Screenshot 1:

Screenshot 2:

Screenshot 3:

Screenshot 4:

Further comments
The "Pro Tip" section specifically addresses common developer friction points regarding
ChainOfQueryAgentdebugging.