Conversation
…efinitions - Update README.md and USAGE.md with detailed descriptions of promptprofile levels (minimal, balanced, verbose) - Refactor mini-a.js to optimize proxy-dispatch tool definitions and parameters - Expand tests/coreFunctionality.js and tests/coreFunctionality.yaml to validate these changes
Adds documentation for the MiniADreams class, including library loading mode and configuration examples for memory and wiki dream passes.
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.
This pull request introduces several improvements to the documentation and code for Mini-A’s tool-calling system, focusing on clarifying prompt verbosity profiles, refining tool schema descriptions, and improving the accuracy and conciseness of user-facing guidance. The most important changes are grouped below.
Documentation improvements:
promptprofileoption in bothREADME.mdandUSAGE.md, detailing the differences betweenminimal,balanced, andverboseprofiles and their effects on examples and schema detail. [1] [2]mini-a.jsto clarify when and how worked examples and tool-call walkthroughs are shown, and improved the guidance for calling MCP tools in all modes. [1] [2] [3] [4] [5] [6] [7] [8]Tool schema and metadata simplification:
operationproperty descriptions for utility tools inmini-a-utils.js, now referencing the enum for canonical and alias values rather than listing them inline. [1] [2]mini-a.jsto respect the selectedpromptprofile, ensuring that schema verbosity matches the user’s preference. [1] [2]MCP proxy tool schema improvements:
proxy-dispatchtool schema inmini-a.jsto provide more concise, accurate, and context-sensitive descriptions for each parameter, and to avoid redundant documentation when standard utility tools are present.Other improvements:
"compress"action in the interaction function.These changes collectively improve the clarity, maintainability, and user experience for configuring and using Mini-A’s tool-calling features.