AgentField 0.1.42
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.42 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(sdk/go): add support for image inputs in ai calls by @BenjaminGoehry in #164
- docs(python-sdk): document memory scope hierarchy by @1khazipov in #184
- feat(python-sdk): add domain-specific exception hierarchy by @1khazipov in #187
- chore(web-ui): remove dead filter components by @AbirAbbas in #190
- Set up vitest testing infrastructure, with sample test cases for status badge component by @iammohitvs in #191
- chore: remove redundant CLA assistant workflow by @AbirAbbas in #192
- fix(release): use deploy key to bypass branch protection by @AbirAbbas in #193
- fix(release): prevent infinite loop with [skip ci] by @AbirAbbas in #194
New Contributors
- @1khazipov made their first contribution in #184
- @iammohitvs made their first contribution in #191
Full Changelog: v0.1.41...v0.1.42