AgentField 0.1.22
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.22 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
- feat: allow external contributors to run functional tests without API… by @AbirAbbas in #70
- fix(python-sdk): move conditional imports to module level by @AbirAbbas in #72
- feat(go-sdk): add Memory and Note APIs for agent state and progress tracking by @AbirAbbas in #71
- feat(go-sdk): add per-request API key override for AI client by @AbirAbbas in #73
- fix: wire up workflow notes SSE endpoint by @AbirAbbas in #74
Full Changelog: v0.1.21...v0.1.22