Configures libp2p to use the given user agent.
static Option userAgent(String agent) { return (config) => config.withUserAgent(agent); }