Skip to content

v0.1.117-rc.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 18:01

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.117-rc.4

Installation

# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging

# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield

# TypeScript SDK
npm install @agentfield/sdk@next

Version Pinning

VERSION=v0.1.117-rc.4 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

  • InMemoryBackend: deep-copy values on Set/Get to fix data race by @AbirAbbas in #807
  • Replace N+1 execution fetches in batch-status handler with one batch fetch by @AbirAbbas in #811
  • feat(cli): health-aware list/stop, startup failure diagnostics, port retry, doctor --probe by @AbirAbbas in #820
  • fix(cli): make af config write through to the secret store + pre-install requirements visibility by @AbirAbbas in #819

Full Changelog: v0.1.117-rc.3...v0.1.117-rc.4