AgentField 0.1.130
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.130 curl -fsSL https://agentfield.ai/install.sh | bashManual Download
Download the binary for your platform below, make it executable, and move it to your PATH.
Supported Platforms
- macOS Intel:
agentfield-darwin-amd64 - macOS Apple Silicon:
agentfield-darwin-arm64 - Linux x86_64:
agentfield-linux-amd64 - Linux ARM64:
agentfield-linux-arm64
What's Changed
- fix(ui): only prompt for the admin token when the server enforces one by @AbirAbbas in #920
- feat(examples): triggers-demo-go end-to-end demo + Go skill docs (#516) by @7vignesh in #917
- fix(sdk): preserve multimodal args with user prompt by @mikemikimike in #923
- fix: resolve high-severity npm dependency alerts by @santoshkumarradha in #922
- feat(install): provision the aforge harness binary alongside af (curl, desktop, docker) by @AbirAbbas in #924
- feat(harness): make aforge the default provider across Python, Go, and TypeScript by @AbirAbbas in #905
- fix(sdk/python): exclude litellm 1.97.0 (crashes app.ai() on Python 3.10) by @AbirAbbas in #925
- fix(install): make --no-aforge actually skip the aforge download by @AbirAbbas in #926
- docs: feature Person to Brief AF by @santoshkumarradha in #912
- fix(harness): staging installs put aforge beside af; doctor exits 0 on a survey; doctor knows grok by @AbirAbbas in #927
- fix(harness): attribute default-provider runs to aforge, set HarnessResult.model, pass max_turns to aforge by @AbirAbbas in #928
Full Changelog: v0.1.129...v0.1.130