@agentwire/client

The Agent Wire Protocol Client SDK provides agent connectivity options for AI systems. This package builds on the core types and events to deliver flexible connection methods to agent implementations.

npm install @agentwire/client

AbstractAgent

AbstractAgent is the base agent class for implementing custom agent connectivity. Extending this class and implementing run() lets you bridge your own service or agent implementation to AWP.

AbstractAgent Reference

Base class for creating custom agent connections

HttpAgent

Concrete implementation for HTTP-based agent connectivity:

HttpAgent Reference

Ready-to-use HTTP implementation for agent connectivity, using a highly efficient event encoding format