| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentfield-0.1.81-py3-none-any.whl | 2026-05-09 | 254.3 kB | |
| agentfield-0.1.81.tar.gz | 2026-05-09 | 228.1 kB | |
| agentfield-darwin-arm64 | 2026-05-09 | 36.9 MB | |
| agentfield-darwin-amd64 | 2026-05-09 | 38.7 MB | |
| agentfield-linux-amd64 | 2026-05-09 | 38.5 MB | |
| agentfield-linux-arm64 | 2026-05-09 | 36.5 MB | |
| checksums.txt | 2026-05-09 | 358 Bytes | |
| README.md | 2026-05-09 | 907 Bytes | |
| v0.1.81 source code.tar.gz | 2026-05-09 | 27.8 MB | |
| v0.1.81 source code.zip | 2026-05-09 | 29.0 MB | |
| Totals: 10 Items | 207.9 MB | 0 | |
AgentField 0.1.81
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.81 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: align approval request contract with control plane (#524) by @Luffy2208 in https://github.com/Agent-Field/agentfield/pull/553
- fix(sdk): poll-driven cross-reasoner pause propagation by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/562
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.80...v0.1.81