docs: Update Eval SOP guide for strands-agents-sops built-in support#445
Open
kangISU wants to merge 1 commit intostrands-agents:mainfrom
Open
docs: Update Eval SOP guide for strands-agents-sops built-in support#445kangISU wants to merge 1 commit intostrands-agents:mainfrom
kangISU wants to merge 1 commit intostrands-agents:mainfrom
Conversation
Unshure
approved these changes
Jan 16, 2026
| from strands_agents_sops import eval | ||
|
|
||
| from strands_tools import editor, shell, mcp_client | ||
| from strands_agents_sops import eval |
Member
There was a problem hiding this comment.
nit: have you tested this code? eval is a built-in function in python: https://www.w3schools.com/python/ref_func_eval.asp
You may want to rename this.
| @@ -110,68 +110,66 @@ agent-evaluation-project/ | |||
|
|
|||
| ### Option 1: MCP Integration (Recommended) | |||
Member
There was a problem hiding this comment.
nit: Should this be done with kiro cli instead?
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
Updates the Eval SOP documentation to reflect that eval-sop is now a built-in SOP in the strands-agents-sops package, simplifying the setup and usage process.
Changes
MCP Integration (Option 1)
strands-agents-sops mcpcommandclaude mcp addcommands/strands-agents-sops:eval (MCP)prefixDirect Strands Agent Integration (Option 2)
mcp_clienttool for Context7 integrationAnthropic Skills (Option 3)
--sop-pathsflag)Why
The strands-agents-sops package now includes eval-sop as a built-in SOP, eliminating the need for users to manually download and configure SOP paths. This update streamlines the setup process and improves the developer experience.