AgentField 0.1.69
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.69 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
- chore: sync web client package-lock with installed deps by @AbirAbbas in #455
- Refactor/split sdk python agentfield agent into mixins by @Luffy2208 in #453
- test: add tests for TypeScript SDK utils (pattern, schema, httpAgents) by @tmchow in #456
- chore(deps): bump hono from 4.12.12 to 4.12.14 in /examples/benchmarks/100k-scale/mastra-bench in the npm_and_yarn group across 1 directory by @dependabot[bot] in #457
- fix(sdk/go): send configured heartbeat interval in node registration by @tmchow in #458
- tests/added tests for pydantic_utils + agent_registry thread(#401) by @Luffy2208 in #459
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.9.0 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in #460
- feat: implement Agent.stop() in python sdk by @shuaixr in #446
- feat(go-sdk): deduplicate tool_calling, add ToolCallResult wrapper, PromptConfig, system prompt support, and tool name sanitization by @Luffy2208 in #483
- test(sdk-go): fix flaky DurationMS assertion in runner test by @AbirAbbas in #485
- fix(web-ui): clear sidebar-close timeout on unmount by @AbirAbbas in #486
- tests: improve coverage for process_logs.go (ring eviction, snapshot,… by @Samyak17Jain in #482
- fix(control-plane): rescue nodes stuck in lifecycle_status=starting by @AbirAbbas in #487
- refactor(control-plane): split handlers/nodes.go into 5 focused files by @kiranannadatha8 in #481
- refactor(control-plane): split handlers/ui/dashboard.go into cache/format/aggregate files by @kiranannadatha8 in #480
- fix: remove unsafe any usage by @BenjaminGoehry in #445
New Contributors
- @shuaixr made their first contribution in #446
- @Samyak17Jain made their first contribution in #482
- @kiranannadatha8 made their first contribution in #481
Full Changelog: v0.1.68...v0.1.69