Skip to content

Conversation

@AbirAbbas
Copy link
Contributor

Summary

  • Updates init-example to use @agentfield/sdk version ^0.1.33

Why

SDK 0.1.33 includes the connection pooling fix that prevents socket exhaustion on long-running deployments (Railway, etc). Without this fix, agents leak TCP connections and eventually become unresponsive.

Changes Made

  • Bumped @agentfield/sdk from ^0.1.32 to ^0.1.33 in init-example/package.json

Test Plan

  • Redeploy init-example on Railway
  • Verify agent stays online after 5+ minutes
  • Monitor connection count remains stable

🤖 Generated with Claude Code

Update init-example to use SDK 0.1.33 which includes the connection
pooling fix that prevents socket exhaustion on long-running deployments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@AbirAbbas AbirAbbas merged commit 6b8aa38 into main Jan 21, 2026
12 checks passed
@AbirAbbas AbirAbbas deleted the fix/init-example-sdk-version branch January 21, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants