| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentfield-0.1.60-py3-none-any.whl | 2026-03-19 | 225.0 kB | |
| agentfield-0.1.60.tar.gz | 2026-03-19 | 200.7 kB | |
| agentfield-darwin-amd64 | 2026-03-19 | 36.3 MB | |
| agentfield-darwin-arm64 | 2026-03-19 | 34.9 MB | |
| agentfield-linux-amd64 | 2026-03-19 | 36.1 MB | |
| agentfield-linux-arm64 | 2026-03-19 | 34.5 MB | |
| checksums.txt | 2026-03-19 | 358 Bytes | |
| README.md | 2026-03-19 | 1.2 kB | |
| v0.1.60 source code.tar.gz | 2026-03-19 | 29.2 MB | |
| v0.1.60 source code.zip | 2026-03-19 | 29.9 MB | |
| Totals: 10 Items | 201.4 MB | 0 | |
AgentField 0.1.60
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.60 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: Agentic API Layer — Smart 404, Discovery, Query, Knowledge Base by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/283
- feat: CLI agent mode — af agent subcommand with structured JSON output by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/284
- fix: Claude Code provider captures response via subtype='success' by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/286
- feat: extend permission middleware to memory endpoints (#285) by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/289
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.59...v0.1.60