This repo contains the .nuspec and installer scripts for distributing the AgentHub CLI on Windows via Chocolatey.
choco install agenthubagenthub.nuspecβ metadata for Chocolatey packagetools/chocolateyInstall.ps1β install logic- (Optional)
tools/agenthub.exeβ binary pre-bundled or downloaded
choco pack agenthub.nuspec
choco push agenthub.*.nupkg --source https://push.chocolatey.org/MIT β see LICENSE