AgentField 0.1.140
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.140 curl -fsSL https://agentfield.ai/install.sh | bashManual 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
- chore(deps): bump anyio from 4.13.0 to 4.14.2 in /sdk/python in the uv group across 1 directory by @dependabot[bot] in #1061
- fix(storage): mirror reaper parent/child and approval guards in stale retry by @ddbaron in #1062
- feat(sdk): port the explicit OpenCode harness config overlay to Go and TypeScript by @AbirAbbas in #1064
- Document running a Pydantic AI agent inside a reasoner with Logfire by @AbirAbbas in #1065
- fix(sdk/python): stop the structured log stdout write from blocking the event loop by @AbirAbbas in #1066
- fix(control-plane): don't reap a parent whose child just finished (#1059) by @7vignesh in #1063
- Report admitted async executions as queued until the control plane dispatches them by @AbirAbbas in #1067
- Hand a run interrupted by a rollout to a restart, and let the original execution id follow it by @AbirAbbas in #1068
Full Changelog: v0.1.139...v0.1.140