| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AgentField-Setup-0.1.109.exe | 2026-07-16 | 104.7 MB | |
| AgentField-0.1.109-arm64-mac.zip | 2026-07-16 | 126.6 MB | |
| AgentField-0.1.109-arm64.dmg | 2026-07-16 | 126.6 MB | |
| agentfield-0.1.109-py3-none-any.whl | 2026-07-16 | 292.6 kB | |
| agentfield-0.1.109.tar.gz | 2026-07-16 | 263.6 kB | |
| agentfield-darwin-amd64 | 2026-07-16 | 39.8 MB | |
| agentfield-darwin-arm64 | 2026-07-16 | 37.9 MB | |
| agentfield-linux-amd64 | 2026-07-16 | 39.6 MB | |
| agentfield-linux-arm64 | 2026-07-16 | 37.5 MB | |
| agentfield-tray-darwin-amd64 | 2026-07-16 | 6.6 MB | |
| agentfield-tray-darwin-arm64 | 2026-07-16 | 6.2 MB | |
| checksums.txt | 2026-07-16 | 548 Bytes | |
| README.md | 2026-07-16 | 2.1 kB | |
| v0.1.109 source code.tar.gz | 2026-07-16 | 42.8 MB | |
| v0.1.109 source code.zip | 2026-07-16 | 44.3 MB | |
| Totals: 15 Items | 613.1 MB | 0 | |
AgentField 0.1.109
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.109 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(sdk): Windows harness reliability — opencode prompts over stdin, idle watchdog 120s→300s by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/774
- fix(sdk/python): bound the harness subprocess exit wait (silent reasoner wedge) by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/778
- fix(sdk/go): rewrite max_tokens to max_completion_tokens for newer OpenAI models by @7vignesh in https://github.com/Agent-Field/agentfield/pull/724
- feat(sdk-python): accept scope kwargs on memory set/get/delete and reconcile memory.search by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/707
- feat(sdk/ts): add trigger types, factories, and registration plumbing by @7vignesh in https://github.com/Agent-Field/agentfield/pull/743
- feat(harness): add Python provider preflight by @jstar0 in https://github.com/Agent-Field/agentfield/pull/756
- feat: AgentField Desktop (Mac-first) + Windows enablement, bundled CLI, tray, deep links by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/752
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/779
- feat(agentic): ranked reasoner search + ambient load metadata (beta-plan: Santosh's recommendations) by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/784
New Contributors
- @jstar0 made their first contribution in https://github.com/Agent-Field/agentfield/pull/756
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.108...v0.1.109