AgentField 0.1.128
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.128 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
- fix(go-sdk): allow custom HTTP clients for AI requests by @mikemikimike in #908
- feat(harness): add Grok Build CLI provider by @storyicon in #861
- fix(sdk/python): add lock timeouts + offload blocking requests fallback (#620) by @7vignesh in #904
- feat(sdk/go): triggers package + OnEvent/OnSchedule sugar (#513) by @7vignesh in #906
- fix(sdk/python): harden cross-loop teardown by @mikemikimike in #907
- Seamless agent use: cloud-aware skill, native Codex install, self-healing skill sync by @AbirAbbas in #910
- feat(sdk/go): dispatch envelope unwrap + Context injection (#514) by @7vignesh in #914
- feat(sdk/go): trigger test helpers + fixture library (#515) by @7vignesh in #915
- feat(sdk/go): add Agent.Span for traced in-process sub-executions by @AbirAbbas in #916
New Contributors
- @mikemikimike made their first contribution in #908
- @storyicon made their first contribution in #861
Full Changelog: v0.1.127...v0.1.128