feat(nemo-agents): add Fabric MCP calculator example#889
Draft
AnuradhaKaruppiah wants to merge 11 commits into
Draft
feat(nemo-agents): add Fabric MCP calculator example#889AnuradhaKaruppiah wants to merge 11 commits into
AnuradhaKaruppiah wants to merge 11 commits into
Conversation
Signed-off-by: Ajay Thorve <[email protected]>
Signed-off-by: Manjesh Mogallapalli <[email protected]>
Signed-off-by: Manjesh Mogallapalli <[email protected]>
Signed-off-by: Manjesh Mogallapalli <[email protected]>
Signed-off-by: Anuradha Karuppiah <[email protected]>
Signed-off-by: Anuradha Karuppiah <[email protected]>
Signed-off-by: Anuradha Karuppiah <[email protected]>
Signed-off-by: Anuradha Karuppiah <[email protected]> # Conflicts: # plugins/nemo-agents/examples/nemo-agent-config/README.md # plugins/nemo-agents/tests/unit/test_fabric_translator.py
Signed-off-by: Manjesh Mogallapalli <[email protected]>
Signed-off-by: Anuradha Karuppiah <[email protected]>
Signed-off-by: Anuradha Karuppiah <[email protected]>
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.
Summary
fabric-calculator-agentexample whose only runtime code is a toy stdio MCP server undermcps/configs/:agent.yamlwithout MCP andagent_with_mcp.yamlwith the calculator MCP server.tmp/directory0.1.0a20260724Fabric release rather than bundling descriptorsDependency
This branch includes and depends on #890 for the shared
skills,mcp, andtoolsAgentConfig-to-FabricConfig translation. The example reuses #890's MCP contract (transportplusurl) instead of adding a parallel implementation. Once #890 merges, this branch can be rebased so this PR contains only the example diff.Why
The Fabric invocation path added in #865 needs a small end-to-end example that demonstrates optional MCP configuration without mixing Fabric installation and runtime instructions into the existing NVIDIA NeMo Agent Toolkit calculator example.
Separate full configs keep the comparison explicit without introducing a profile concept: users run one config without tools, run the second with the calculator MCP server, and inspect telemetry to confirm whether the tool was called.
Validation
46 passedacross the focused agent config, CLI, Fabric translation, invocation, and calculator example testsmultiply([12, 8])returns96.0uv lock --checkpassedQuota exceededbefore the model turn, so the model-driven tool call could not complete in this environmentThe README includes the commands to rerun both variants and inspect
steps[].tool_calls[]in the generated ATIF trajectory.