| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentfield-0.1.107-py3-none-any.whl | 2026-07-09 | 285.8 kB | |
| agentfield-0.1.107.tar.gz | 2026-07-09 | 257.3 kB | |
| agentfield-darwin-amd64 | 2026-07-09 | 39.7 MB | |
| agentfield-darwin-arm64 | 2026-07-09 | 37.8 MB | |
| agentfield-linux-amd64 | 2026-07-09 | 39.5 MB | |
| agentfield-linux-arm64 | 2026-07-09 | 37.4 MB | |
| agentfield-tray-darwin-amd64 | 2026-07-09 | 6.4 MB | |
| agentfield-tray-darwin-arm64 | 2026-07-09 | 6.0 MB | |
| checksums.txt | 2026-07-09 | 548 Bytes | |
| README.md | 2026-07-09 | 1.3 kB | |
| v0.1.107 source code.tar.gz | 2026-07-09 | 42.1 MB | |
| v0.1.107 source code.zip | 2026-07-09 | 43.4 MB | |
| Totals: 12 Items | 252.8 MB | 0 | |
AgentField 0.1.107
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.107 curl -fsSL https://agentfield.ai/install.sh | bash
Manual 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(control-plane): add timestamp freshness checks to prevent webhook replay attacks by @7vignesh in https://github.com/Agent-Field/agentfield/pull/717
- chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/728
- feat(sdk/go): Agent.Pause webhook approvals, harness cost reporting, incremental schema mode by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/744
- feat(control-plane): af install support for Go agent nodes by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/745
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.106...v0.1.107