Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 538 Bytes

File metadata and controls

24 lines (16 loc) · 538 Bytes

Description

Catalyst example solver is a solver built for the Catalyst intent system. It uses Nest as a framework.

The Catalyst example solver is not a reference solver and is not production ready. It is meant as an example of the general flow for getting and filling intents in the Catalyst intent system as a solver.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod