| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentfield-0.1.59-py3-none-any.whl | 2026-03-16 | 224.9 kB | |
| agentfield-0.1.59.tar.gz | 2026-03-16 | 200.5 kB | |
| agentfield-darwin-amd64 | 2026-03-16 | 36.1 MB | |
| agentfield-darwin-arm64 | 2026-03-16 | 34.7 MB | |
| agentfield-linux-amd64 | 2026-03-16 | 35.8 MB | |
| agentfield-linux-arm64 | 2026-03-16 | 34.3 MB | |
| checksums.txt | 2026-03-16 | 358 Bytes | |
| README.md | 2026-03-16 | 938 Bytes | |
| v0.1.59 source code.tar.gz | 2026-03-16 | 29.1 MB | |
| v0.1.59 source code.zip | 2026-03-16 | 29.9 MB | |
| Totals: 10 Items | 200.3 MB | 0 | |
AgentField 0.1.59
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.59 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
- feat(sdk-go): add harness package for CLI-based coding agent dispatch by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/271
- perf(executions): skip large payload columns in all list and aggregate queries by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/274
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.58...v0.1.59