[MCP Integration] Phase 8: MLE workflow prompt#2241
Open
aniruddh-alt wants to merge 28 commits intoani/mcp-integration-07-preflightfrom
Open
[MCP Integration] Phase 8: MLE workflow prompt#2241aniruddh-alt wants to merge 28 commits intoani/mcp-integration-07-preflightfrom
aniruddh-alt wants to merge 28 commits intoani/mcp-integration-07-preflightfrom
Conversation
|
Important Upgrade your plan to unlock code review, CI analysis, custom rules, and more. |
3dab445 to
904e085
Compare
0a68081 to
a7df0a6
Compare
904e085 to
5a719a8
Compare
- Fix dead code: list literal always truthy, fallback never triggers - Add CUDA version detection via torch - Fix hf_token=True wrong semantic (use actual token)
Add mle_prompt.py containing the structured XML-tagged prompt that guides LLM agents through ML training workflows using Oumi MCP tools. Covers tool ordering, path rules, and config usage guidelines. Part of the MCP integration PR chain (Phase 8 of 10). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix all parameter names to match server.py function signatures - Remove references to non-existent tools - Ensure every example uses correct parameter names
a7df0a6 to
c28a572
Compare
5a719a8 to
29015a1
Compare
Co-authored-by: Aniruddhan Ramesh <aniruddhanramesh@Aniruddhans-MacBook-Pro.local>
- Remove huggingface-hub and pyyaml (already transitive core deps) - Add upper bound to mcp dependency (<2) for consistency - Tighten ruff per-file-ignores to only ASYNC2xx rules - Add mcp to ci_cpu target so CI tests MCP code Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pydantic requires typing_extensions.TypedDict (not typing.TypedDict) on Python < 3.12 when NotRequired fields are present. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The license header test requires files to start with the copyright block. Moved the `# ruff: noqa: E501` directive below the header. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Description
Part of the MCP Integration PR chain (Phase 8 of 10) - Stage: prompt
What changed: Added
mle_prompt.pycontaining the structured XML-tagged prompt that guides LLM agents through ML training workflows using Oumi MCP tools.Why: This prompt is returned by
get_started()and teaches agents the correct tool ordering, path rules, and config usage guidelines.Related issues
Before submitting