<- Adapters

AsyncAPI

experimentalagents

AsyncAPI spec parsing and channel-based messaging

pip install chp-adapter-asyncapi

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

describe_channelv0.1.0

Describe a single channel. Schema content never in evidence.

chp.adapters.asyncapi.describe_channel
list_channelsv0.1.0

List channels defined in the loaded AsyncAPI spec.

chp.adapters.asyncapi.list_channels
load_specv0.1.0

Parse and load an AsyncAPI spec document. Spec content never in evidence.

chp.adapters.asyncapi.load_spec
publishv0.1.0

Publish a message to a channel. Message payload never in evidence.

chp.adapters.asyncapi.publish
See the full capability catalog →