| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AgentField-0.1.138-arm64-mac.zip | 2026-09-09 | 168.8 MB | |
| AgentField-0.1.138-arm64.dmg | 2026-09-09 | 169.3 MB | |
| AgentField-Setup-0.1.138.exe | 2026-09-09 | 132.8 MB | |
| agentfield-0.1.138-py3-none-any.whl | 2026-09-09 | 369.2 kB | |
| agentfield-0.1.138.tar.gz | 2026-09-09 | 334.5 kB | |
| agentfield-darwin-amd64 | 2026-09-09 | 41.8 MB | |
| agentfield-darwin-arm64 | 2026-09-09 | 39.8 MB | |
| agentfield-linux-amd64 | 2026-09-09 | 41.7 MB | |
| agentfield-linux-arm64 | 2026-09-09 | 39.4 MB | |
| agentfield-tray-darwin-amd64 | 2026-09-09 | 7.1 MB | |
| agentfield-tray-darwin-arm64 | 2026-09-09 | 6.6 MB | |
| checksums.txt | 2026-09-09 | 548 Bytes | |
| README.md | 2026-09-09 | 5.4 kB | |
| v0.1.138 source code.tar.gz | 2026-09-09 | 49.6 MB | |
| v0.1.138 source code.zip | 2026-09-09 | 51.3 MB | |
| Totals: 15 Items | 748.9 MB | 0 | |
AgentField 0.1.138
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.138 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(events): cover node/exec/reasoner publish + dedupe helpers by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1014
- test(handlers): cover discovery.go filter parsing helpers by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1015
- feat(sdk/go): add AI rate limiter with backoff and circuit breaker by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1009
- fix(sdk/typescript): replace trailing-slash regex to resolve CodeQL polynomial-redos alert by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/1019
- fix(sdk/python): parse URL in logger test to resolve CodeQL substring-sanitization alert by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/1018
- refactor(desktop): share one linear trailing-slash trim by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/1021
- chore(pre-commit): repair the ruff hooks, pin them to CI's version by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/1022
- fix(control-plane): bound golden-run name and tag writes into workflow_runs.metadata by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1025
- perf(sdk-python): stop re-serializing oversized structured log records by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1028
- fix(sdk-typescript): honor AGENTFIELD_LOG_STDOUT, and document the per-SDK logging knobs by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1020
- feat(sdk-python): opt-in litellm observability callbacks and execution metadata by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1029
- feat(control-plane,k8s): shutdown min delay, drain-aware readiness, chart defaults and a coherent tuning recipe by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1030
- feat(control-plane): client-settable run display name, labels and links by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1032
- feat(sdk-python): AgentMesh — host several agents in one process with in-process call resolution by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1026
- feat(control-plane): instance identity on execution reads and an orphan-reap kill switch for multi-replica agents by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1031
- fix(control-plane): gate every dispatch lane before persistence and complete the rejection contract by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/1033
- feat(sdk/python): isolate OpenCode harness runs by @ddbaron in https://github.com/Agent-Field/agentfield/pull/1023
- feat(sdk/python): expose provider-agnostic harness variants by @ddbaron in https://github.com/Agent-Field/agentfield/pull/1024
- chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/1036
- chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/1037
- 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/1038
- chore(deps): bump the npm_and_yarn group across 3 directories with 3 updates by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/1039
- fix(control-plane): compare execution timestamps by instant on SQLite (#1040) by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1041
- test: expand event publish helper coverage by @LyViolz in https://github.com/Agent-Field/agentfield/pull/1016
- test(harness): cover raw result text and failure type serialization by @FriendlyPasser in https://github.com/Agent-Field/agentfield/pull/1043
- fix(sdk/python): coerce complex pydantic type hints in reasoner args by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1035
- fix(telemetry): report each terminal outcome once and stamp usage_context on every event by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/954
- fix(storage): workflow reaper consults execution activity clock by @ddbaron in https://github.com/Agent-Field/agentfield/pull/1046
- chore(deps): bump @ai-sdk/provider-utils from 4.0.23 to 4.0.50 in /desktop in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/1045
New Contributors
- @ddbaron made their first contribution in https://github.com/Agent-Field/agentfield/pull/1023
- @LyViolz made their first contribution in https://github.com/Agent-Field/agentfield/pull/1016
- @FriendlyPasser made their first contribution in https://github.com/Agent-Field/agentfield/pull/1043
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.137...v0.1.138