Conversation
Closed
AtomicAlexD
approved these changes
Nov 7, 2025
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.
📝 Pull Request Description
This PR introduces a new File Expert capability to Merlin, allowing the AI assistant to search, read, write, and manage files directly from the user's system. It also includes improvements to configuration handling, version updates, and enhanced response display logic.
🔧 Key Changes
1. New File Expert Module
FileAgentinsrc/experts/file.pythat supports:findcommandconsult_file_expert()methodFILE_SEARCH_DIRECTORIES) defined in both app and user configs2. Configuration Enhancements
src/config/app_config.pyto include default file search directory (~) and merge with user-defined directoriesFILE_SEARCH_DIRECTORIEStosrc/config/user_config_template.pyfor easy customization by usersapp_config.pyto avoid duplicate imports3. Version Updates
1.2.4to1.3.0in:pyproject.tomluv.lock(updatedlitellmdependency from1.79.0to1.79.1)src/main.py4. Orchestrator Integration
src/experts/orchestrator.py)5. UI Improvements
src/main.py:PanelandMarkdown📚 Documentation Update
README.mdtitled "File Expert" that describes:✅ Usage Example
Users can now ask Merlin questions like:
The AI will route these requests to the new File Expert agent, which handles them using system-level file operations.