docs(red-team): add MCP-based Quick Start and nest under Red Teaming#324
Merged
Aryansharma28 merged 1 commit intomainfrom Apr 13, 2026
Merged
docs(red-team): add MCP-based Quick Start and nest under Red Teaming#324Aryansharma28 merged 1 commit intomainfrom
Aryansharma28 merged 1 commit intomainfrom
Conversation
- New /advanced/red-teaming/quick-start page: 5-step MCP-driven flow (install, configure MCP, paste prompt, run, view results) with Python and TypeScript code examples verified against current public API in python/scenario and javascript/src. - Sidebar: convert flat Red Teaming entry into a group with Quick Start first, Overview second. - Overview page: add a short "Why red teaming?" section explaining the multi-turn rationale and linking to Quick Start; remove the Roadmap section. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Contributor
|
Automated low-risk assessment This PR was evaluated against the repository's Low-Risk Pull Requests procedure.
This classification allows merging without manual review once all required CI checks are passing and branch protection rules are satisfied. |
4 tasks
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
/advanced/red-teaming/quick-startpage: 5-step MCP-driven flow (install scenario, configure LangWatch MCP, pasteredteam my agents using langwatch, run tests, view in Simulations dashboard). Python and TypeScript code examples verified against the current public API.red-teaming.mdx): add a short "Why red teaming?" section near the top explaining the multi-turn rationale and linking to Quick Start. Removed the Roadmap section.API verification
Python (
python/scenario/__init__.py,red_team_agent.py):scenario.RedTeamAgent.crescendo(target, model, total_turns)✓.marathon_script(checks, final_checks)— noturnsparam ✓configure,AgentAdapter,AgentInput,AgentReturnTypes,ScenarioState,JudgeAgent,run✓TypeScript (
javascript/src/):scenario.redTeamCrescendo({ target, model, totalTurns })✓scenario.judgeAgent({ criteria })(lowercase factory) ✓scenario.AgentRole.AGENT,ScenarioExecutionStateLike,state.lastAgentMessage()✓.marathonScript({ checks, finalChecks })✓Test plan
pnpm --filter docs devrenders both pages without errors/advanced/red-teamingstill resolves (deep links not broken)/advanced/red-teaming/quick-startrenders with working code-groups and callouts🤖 Generated with Claude Code