| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AgentField-0.1.137-arm64-mac.zip | 2026-08-31 | 168.8 MB | |
| AgentField-0.1.137-arm64.dmg | 2026-08-31 | 169.2 MB | |
| AgentField-Setup-0.1.137.exe | 2026-08-31 | 132.8 MB | |
| agentfield-0.1.137-py3-none-any.whl | 2026-08-31 | 355.4 kB | |
| agentfield-0.1.137.tar.gz | 2026-08-31 | 320.9 kB | |
| agentfield-darwin-amd64 | 2026-08-31 | 41.6 MB | |
| agentfield-darwin-arm64 | 2026-08-31 | 39.6 MB | |
| agentfield-linux-amd64 | 2026-08-31 | 41.5 MB | |
| agentfield-linux-arm64 | 2026-08-31 | 39.2 MB | |
| agentfield-tray-darwin-amd64 | 2026-08-31 | 7.1 MB | |
| agentfield-tray-darwin-arm64 | 2026-08-31 | 6.6 MB | |
| checksums.txt | 2026-08-31 | 548 Bytes | |
| README.md | 2026-08-31 | 4.4 kB | |
| v0.1.137 source code.tar.gz | 2026-08-31 | 49.5 MB | |
| v0.1.137 source code.zip | 2026-08-31 | 51.2 MB | |
| Totals: 15 Items | 747.7 MB | 0 | |
AgentField 0.1.137
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.137 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
- test(go-sdk): cover Gemini harness provider by @mikemikimike in https://github.com/Agent-Field/agentfield/pull/981
- fix(python-sdk): include PEP 561 type marker by @ump45nose in https://github.com/Agent-Field/agentfield/pull/992
- feat(ts-sdk): support multimodal AI request content by @mikemikimike in https://github.com/Agent-Field/agentfield/pull/980
- fix(control-plane): mirror workflow execution events by @mikemikimike in https://github.com/Agent-Field/agentfield/pull/979
- test(ts-sdk): cover AgentFieldClient restart paths by @mikemikimike in https://github.com/Agent-Field/agentfield/pull/977
- refactor(handlers): split execute.go into focused files (3048 -> 807 LOC) by @7vignesh in https://github.com/Agent-Field/agentfield/pull/975
- Add Pi and OMP harness providers by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/913
- fix(python-sdk): scope LiteLLM cap to Python 3.10 by @ump45nose in https://github.com/Agent-Field/agentfield/pull/993
- fix(control-plane): skip disk payload writes in postgres storage mode by @7vignesh in https://github.com/Agent-Field/agentfield/pull/996
- docs: correct storage modes, document execute/restart contracts and live control-plane knobs by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/998
- fix(skillkit,harness): restore the OpenCode legacy AGENTS.md cleanup dropped by [#947]'s squash; mark nested harness sessions by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1003
- ci(sdk/python): lock drift check, Python 3.13 leg, weekly latest-litellm canary by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/999
- feat(sdk): allow disabling structured log stdout mirroring by @mikemikimike in https://github.com/Agent-Field/agentfield/pull/994
- fix(sdk/go,sdk/typescript): graceful shutdown drains dispatched executions under AGENTFIELD_SHUTDOWN_TIMEOUT by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1000
- fix(control-plane): honor execution_id query filter, per-key rate-limit identity, operator note reads, real details timestamps; make OTLP export work with standard endpoints by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1005
- fix(control-plane): reject async executions before persisting them; drain the async pool on shutdown; ingress limits by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1001
- fix(control-plane): instance-scoped, deferred orphan reap on agent re-registration; hold dispatch while a node drains by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1004
- ci(sdk/python): make the uv lock drift check advisory until releases relock by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1008
- fix(control-plane): safe execution-cleanup defaults, terminal-row retention, and payload GC by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1007
- fix(sdk/python): bounded, non-blocking structured log mirror; safe tee; async log follower by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1002
- fix(sdk/python): drain control-plane-dispatched reasoners on shutdown within AGENTFIELD_SHUTDOWN_TIMEOUT by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1006
- fix: release polish for v0.1.137 — graceful af server, timeout=0, ingress caps, SDK drain fixes, lint, k8s manifests, docs by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1010
- fix: end SSE streams on shutdown so af server exits promptly; restore Go SDK notify-then-drain order by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1011
- test(storage): add composite-PK migration + autoMigrateSchema tests by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1012
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.136...v0.1.137