| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentfield-0.1.83-py3-none-any.whl | 2026-05-10 | 257.8 kB | |
| agentfield-0.1.83.tar.gz | 2026-05-10 | 231.6 kB | |
| agentfield-darwin-amd64 | 2026-05-10 | 38.7 MB | |
| agentfield-darwin-arm64 | 2026-05-10 | 36.9 MB | |
| agentfield-linux-amd64 | 2026-05-10 | 38.6 MB | |
| agentfield-linux-arm64 | 2026-05-10 | 36.5 MB | |
| checksums.txt | 2026-05-10 | 358 Bytes | |
| README.md | 2026-05-10 | 1.1 kB | |
| v0.1.83 source code.tar.gz | 2026-05-10 | 29.5 MB | |
| v0.1.83 source code.zip | 2026-05-10 | 30.7 MB | |
| Totals: 10 Items | 211.5 MB | 0 | |
AgentField 0.1.83
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.83 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
- docs: add community project submission flow by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/565
- fix(sdk): treat cancellation as non-retryable in Agent.call sync-fallback path by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/566
- fix(sdk+cp): multi-hop pause propagation (3+-deep chains no longer time out) by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/568
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.82...v0.1.83