| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AgentField-Setup-0.1.110.exe | < 15 hours ago | 104.7 MB | |
| AgentField-0.1.110-arm64-mac.zip | < 15 hours ago | 126.6 MB | |
| AgentField-0.1.110-arm64.dmg | < 15 hours ago | 126.6 MB | |
| agentfield-0.1.110-py3-none-any.whl | < 15 hours ago | 292.6 kB | |
| agentfield-0.1.110.tar.gz | < 15 hours ago | 263.6 kB | |
| agentfield-darwin-amd64 | < 15 hours ago | 39.9 MB | |
| agentfield-darwin-arm64 | < 15 hours ago | 37.9 MB | |
| agentfield-linux-amd64 | < 15 hours ago | 39.7 MB | |
| agentfield-linux-arm64 | < 15 hours ago | 37.5 MB | |
| agentfield-tray-darwin-amd64 | < 15 hours ago | 6.6 MB | |
| agentfield-tray-darwin-arm64 | < 15 hours ago | 6.2 MB | |
| checksums.txt | < 15 hours ago | 548 Bytes | |
| README.md | < 16 hours ago | 1.8 kB | |
| v0.1.110 source code.tar.gz | < 16 hours ago | 42.9 MB | |
| v0.1.110 source code.zip | < 16 hours ago | 44.3 MB | |
| Totals: 15 Items | 613.5 MB | 0 | |
AgentField 0.1.110
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.110 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
- chore(web-client): override ws to 8.21.0 by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/773
- feat(control-plane): agent-mode steering verbs, events query resource, and --json lifecycle output by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/751
- chore(deps): bump mcp from 1.27.0 to 1.28.1 in /sdk/python in the uv group across 1 directory by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/785
- fix(desktop): correct Windows tray icon theme and DPI rendering by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/791
- fix(control-plane): dashboard success rate defaults to 100% and actually covers 24h by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/792
- fix(desktop): survive a CLI probe candidate that throws on spawn by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/793
- test(sdk/python): expand verification.py coverage to 100% (#398) by @7vignesh in https://github.com/Agent-Field/agentfield/pull/794
- fix(install): replace binaries atomically to avoid macOS SIGKILL on upgrade by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/797
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.109...v0.1.110