Skip to content

docs: updated markdown files and skills to know the CLI exists - #264

Merged
poshinchen merged 1 commit into
strands-agents:mainfrom
poshinchen:docs/md-updates
Jun 12, 2026
Merged

docs: updated markdown files and skills to know the CLI exists#264
poshinchen merged 1 commit into
strands-agents:mainfrom
poshinchen:docs/md-updates

Conversation

@poshinchen

@poshinchen poshinchen commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description

Update SKILLS.md, AGENTS.md, and README for CLI changes.

Related Issues

N/A

Documentation PR

N/A

Type of Change

Documentation update

Testing

How have you tested the change? Verify that the changes do not break functionality or introduce new warnings.

  • I ran hatch run prepare

Checklist

  • I have read the CONTRIBUTING document
  • I have reviewed and understand every line of code in this PR, including any generated by AI tools, and I can explain why it works
  • My change is focused and reasonably small; I have split unrelated work into separate PRs
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions github-actions Bot added area-cli CLI commands (run, report, validate, diagnose) and console display area-community Repo health, governance, contributor process, release process, and CI dependency bumps bug Something isn't working labels Jun 12, 2026
@github-actions

Copy link
Copy Markdown

Assessment: Approve

Documentation-only change that accurately reflects the current CLI. I verified each claim against the source and found no substantive issues — the new generate subcommand, the "five subcommands" count, the package/console-script names, and every flag and value used in the README examples all match the implementation.

Verification details
  • AGENTS.md tree & count: src/strands_evals/cli/commands/generate.py exists; "five subcommands (run, validate, report, diagnose, generate)" is correct.
  • README examples: strands-evals run --agent/--input/--expected-output, --display, diagnose --confidence medium (valid low|medium|high), and generate --context/--num-cases/--evaluator TrajectoryEvaluator/-o all map to real arguments and accepted values.
  • Package/script: strands-agents-evals package and strands-evals console script confirmed in pyproject.toml.
  • SKILL.md pointer: accurate and appropriately concise.

Nit (non-blocking): the subcommand ordering differs slightly between README (run/validate/report/diagnose/generate) and SKILL.md (run/validate/diagnose/report/generate). Purely cosmetic — feel free to ignore.

Clear, well-structured docs that make the CLI much more discoverable.

@poshinchen
poshinchen merged commit afe6761 into strands-agents:main Jun 12, 2026
18 checks passed
yeomjiwonyeom added a commit to yeomjiwonyeom/evals that referenced this pull request Jun 15, 2026
Resolve crescendo conflict: keep the lifecycle refactor (fresh judge/refusal-judge
built per call via make_judge factory, attacker per run_attack, no cached
agents, reset() not overridden) AND adopt upstream strands-agents#263's serialization
(CrescendoStrategy.to_dict reading the static config _max_turns/_max_backtracks/
_success_threshold/_model + _serialize_model). Drop upstream's old cached
_attacker_agent (superseded by our _build_attacker). base.py auto-merged: our
reset() stateless-hook docstring + upstream's to_dict/from_dict coexist.

Brings in strands-agents#251 (multi-agent session), strands-agents#263 (RedTeamExperiment round-trips),
strands-agents#264 (docs). Full redteam suite 262 passed; round-trip serialization tests
green against the stateless strategy.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-cli CLI commands (run, report, validate, diagnose) and console display area-community Repo health, governance, contributor process, release process, and CI dependency bumps bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants