github Agent-Field/agentfield v0.1.137

5 hours ago

AgentField 0.1.137

Installation

curl -fsSL https://agentfield.ai/install.sh | bash

Version Pinning

VERSION=v0.1.137 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

  • test(go-sdk): cover Gemini harness provider by @mikemikimike in #981
  • fix(python-sdk): include PEP 561 type marker by @ump45nose in #992
  • feat(ts-sdk): support multimodal AI request content by @mikemikimike in #980
  • fix(control-plane): mirror workflow execution events by @mikemikimike in #979
  • test(ts-sdk): cover AgentFieldClient restart paths by @mikemikimike in #977
  • refactor(handlers): split execute.go into focused files (3048 -> 807 LOC) by @7vignesh in #975
  • Add Pi and OMP harness providers by @santoshkumarradha in #913
  • fix(python-sdk): scope LiteLLM cap to Python 3.10 by @ump45nose in #993
  • fix(control-plane): skip disk payload writes in postgres storage mode by @7vignesh in #996
  • docs: correct storage modes, document execute/restart contracts and live control-plane knobs by @AbirAbbas in #998
  • fix(skillkit,harness): restore the OpenCode legacy AGENTS.md cleanup dropped by #947's squash; mark nested harness sessions by @AbirAbbas in #1003
  • ci(sdk/python): lock drift check, Python 3.13 leg, weekly latest-litellm canary by @AbirAbbas in #999
  • feat(sdk): allow disabling structured log stdout mirroring by @mikemikimike in #994
  • fix(sdk/go,sdk/typescript): graceful shutdown drains dispatched executions under AGENTFIELD_SHUTDOWN_TIMEOUT by @AbirAbbas in #1000
  • fix(control-plane): honor execution_id query filter, per-key rate-limit identity, operator note reads, real details timestamps; make OTLP export work with standard endpoints by @AbirAbbas in #1005
  • fix(control-plane): reject async executions before persisting them; drain the async pool on shutdown; ingress limits by @AbirAbbas in #1001
  • fix(control-plane): instance-scoped, deferred orphan reap on agent re-registration; hold dispatch while a node drains by @AbirAbbas in #1004
  • ci(sdk/python): make the uv lock drift check advisory until releases relock by @AbirAbbas in #1008
  • fix(control-plane): safe execution-cleanup defaults, terminal-row retention, and payload GC by @AbirAbbas in #1007
  • fix(sdk/python): bounded, non-blocking structured log mirror; safe tee; async log follower by @AbirAbbas in #1002
  • fix(sdk/python): drain control-plane-dispatched reasoners on shutdown within AGENTFIELD_SHUTDOWN_TIMEOUT by @AbirAbbas in #1006
  • fix: release polish for v0.1.137 — graceful af server, timeout=0, ingress caps, SDK drain fixes, lint, k8s manifests, docs by @AbirAbbas in #1010
  • fix: end SSE streams on shutdown so af server exits promptly; restore Go SDK notify-then-drain order by @AbirAbbas in #1011
  • test(storage): add composite-PK migration + autoMigrateSchema tests by @7vignesh in #1012

Full Changelog: v0.1.136...v0.1.137

Don't miss a new agentfield release

NewReleases is sending notifications on new releases.