Add Agentic AI Tools and Workflows section - #405
Merged
Conversation
Introduce a new top-level section before Security and Compliance. Fills the Agentic AI Tools page (coding agents, research and science agents, agent frameworks, MCP, and how to choose a tool); the on-cluster and local-models pages are stubs to be filled in follow-up PRs.
Add setup, permission modes, batch use, responsible-use guidance, and FASRC data-level policy for running agentic tools on the cluster.
mmshad
marked this pull request as draft
July 30, 2026 02:50
Complete the Agentic AI Tools and Workflows section: expand the landing overview and fill the Local Agentic Models page (serving open-weight models on the cluster's GPUs, connecting Claude Code, and shared-endpoint utilization).
List the three pages as chapters under the section caption instead of sections nested under the landing page, so they show in the sidebar by default. Retitle the landing page to Introduction.
Refresh against the current repo: new repo name and links, corrected engines (both vLLM and SGLang serve Anthropic-compatible endpoints), five connect variables, concurrency-sweep benchmarking, and an updated model shortlist including Kimi-K3 and the large DeepSeek and Qwen models. Rename the page to HPC Agentic Recipes and update cross-reference link text.
Match the file and URL to the page title and the source repo name; update the TOC entry and the two cross-reference paths.
Update permission-mode guidance to reflect Claude Code now starting Pro/Max/Team sessions in Auto mode (Manual for Enterprise and API-key). Clarify the Qwen3-Coder-480B framing, add the on-cluster Level 2 data payoff to the recipes page, align cross-reference link text with target titles, standardize SLURM and cluster capitalization, and smooth two sentences.
mmshad
marked this pull request as ready for review
August 25, 2026 17:55
Naeemkh
approved these changes
Aug 25, 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.
Adds a new top-level section, Agentic AI Tools and Workflows, placed before Security and Compliance. This PR contains the complete section: an Introduction landing page plus three content pages, listed as flat chapters in the TOC.
Introduction: a short overview of what the section covers.
Agentic AI Tools introduces widely used tools for research productivity:
Using Agentic AI on the Cluster covers running these tools on the cluster:
HPC Agentic Recipes covers serving open-weight models on the cluster GPUs:
Closes #314