Claude Skill
microsoft/waza
Waza 是微软推出的 CLI 和框架,用于创建、测试、衡量并提升代理技能的质量与效果。基于 Go 构建,简化技能开发流程。
概览
仓库信息
安装这个 Skill
git clone https://github.com/microsoft/waza.gitRegistry 信息
git clone https://github.com/microsoft/waza.gitdocker run -v $(pwd):/workspace waza:local run eval/eval.yaml
项目简介
Waza 是微软推出的 CLI 和框架,用于创建、测试、衡量并提升代理技能的质量与效果。基于 Go 语言构建,它为 AI 代理的技能开发和评估提供了结构化方法。
CLI / Framework for Agent Skills - create, test, measure and improve skill quality and effectiveness
要点
- 用于管理代理技能的 CLI 工具
- 技能创建与测试框架
- 衡量与质量提升能力
- 基于 Go 构建,性能可靠
使用场景
- 开发与测试代理技能
- 评估技能质量与效果
- 迭代改进 AI 代理行为
- 标准化技能开发工作流
README 摘要
# Waza A Go CLI for evaluating AI agent skills — scaffold eval suites, run benchmarks, and compare results across models. 📖 **[Getting Started / Docs](https://microsoft.github.io/waza/)** ## Installation ### Binary Install (recommended) Download and install the latest pre-built binary with the Bash install script on macOS, Linux, or Windows Bash environments such as Git Bash, MSYS2, or Cygwin: ```bash curl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bash ``` The Bash script auto-detects the OS and architecture of the environment where Bash is running (linux/darwin/windows, amd64/arm64), downloads the latest standalone `waza` CLI release, verifies the checksum, and installs to `/usr/local/bin` (or `~/bin` if not writable). For native Windows PowerShell: ```powershell irm https://raw.githubusercontent.com/microsoft/waza/main/install.ps1 | iex ``` The PowerShell script downloads the latest standalone native Windows `waza` binary, verifies the checksum, and installs to an existing `waza.exe` location or `%LOCALAPPDATA%\Microsoft\Waza`. On Windows, piping the Bash command from PowerShell may invoke WSL and install the Linux binary inside WSL. Or browse the [GitHub Releases](https://github.com/microsoft/waza/releases) page and choose the standalone waza binary assets for the version you want. ### Install from Source Requires Go 1.26+: Note: due to the use of LFS artifacts you cannot install waza using `go install`. To install waza outside of a normal release, clone the repository: ```bash git clone https://github.com/microsoft/waza.git cd waza # ensure git LFS-based artifacts are available (for embedded copilot binaries) git lfs install git lfs pull go build -o waza ./cmd/waza ./waza <waza command line> ``` Waza bundles the GitHu
话题
暂无话题