Complete TypeScript SDK for the Human-Agent Interaction Protocol
Client Layer
Transport Layer
Protocol Layer
Utility Layer
Transport | Node.js | Browser | Features |
---|---|---|---|
WebSocket | ✅ | ✅ | Real-time, bidirectional, binary support |
SSE | ❌ | ✅ | Server-sent events, HTTP POST for sending |
HTTP Streaming | ✅ | ✅ | Fetch-based streaming, universal compatibility |