| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentfield-0.1.108-py3-none-any.whl | 2026-07-13 | 285.8 kB | |
| agentfield-0.1.108.tar.gz | 2026-07-13 | 257.3 kB | |
| agentfield-darwin-amd64 | 2026-07-13 | 39.7 MB | |
| agentfield-darwin-arm64 | 2026-07-13 | 37.8 MB | |
| agentfield-linux-amd64 | 2026-07-13 | 39.6 MB | |
| agentfield-linux-arm64 | 2026-07-13 | 37.4 MB | |
| agentfield-tray-darwin-amd64 | 2026-07-13 | 6.4 MB | |
| agentfield-tray-darwin-arm64 | 2026-07-13 | 6.0 MB | |
| checksums.txt | 2026-07-13 | 548 Bytes | |
| README.md | 2026-07-13 | 779 Bytes | |
| v0.1.108 source code.tar.gz | 2026-07-13 | 42.1 MB | |
| v0.1.108 source code.zip | 2026-07-13 | 43.5 MB | |
| Totals: 12 Items | 253.0 MB | 1 | |
AgentField 0.1.108
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.108 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
- feat: af install --path selector + Go SDK harness fixes by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/750
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.107...v0.1.108