The JavaScript Client SDK allows you to consume the Client API in your TypeScript/JavaScript
application. This is a well-typed and well-documented library that makes it easy for developers to connect
to Proficient AI services from frontend applications.
You can install the JS Client SDK via npm or Yarn.
Copy
npm i -E @proficient/client
Since we are at an early stage and moving fast, we recommend using the exact
version for each SDK (hence the -E flag). This will prevent sudden undesired
changes in your application.