Documentation
    Preparing search index...
    CURRENT_AGENTS_PROTOCOL: "/peerkit/agents/v1"

    Identifier for the current agents protocol in peerkit.

    Stream lifecycle: opened by whichever side wants to send agent infos. One-directional per exchange:

    1. Sender sends a single framed payload, then closes its write end.
    2. Receiver never writes back, so it closes its write end immediately on open.

    A new stream is opened for each ITransport.sendAgents call.