원클릭으로
agenteval-agentcamp-bne-2026
agenteval-agentcamp-bne-2026에는 jernejk에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Bootstrap the AgentCamp Brisbane 2026 workshop sample on a fresh clone — Azure account check, prereq install prompts, build/test smoke run, infra Q&A, `azd up`, post-provision smoke test, harness-aware tail. Use on the first run after cloning.
Add a new menu option to either the demo console (AgentEval/samples/ECS2026MAF/Program.cs) or the eval console (AgentEval/samples/ECS2026MAF.Eval/Program.cs). Covers menu pattern, file placement, and how the Bonus submenu fits in.
Create or replace an eval test under AgentEval/samples/ECS2026MAF.Eval/Evals/. Use when adding a new eval (Eval06, BonusEval03, etc.) or replacing one of the placeholder bodies (Eval01–05) with real assertions. Covers naming, menu wiring, criteria, snapshot persistence.
Run the eval app, gather the JSON snapshots EvalResultStore writes, and render charts (per-run scores for stochastic evals; mean+spread summary). Use when the user wants visual eval output for a writeup, a slide, or a comparison.