JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q62690F
  • License Apache-2.0

Package Exports

  • @platformatic/ai-warp
  • @platformatic/ai-warp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@platformatic/ai-warp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ai-warp

Platformatic Stackable to interact with AI services.

Usage

To get started using AI Warp, all you need to do is three steps:

  1. Generate an AI Warp app. As of now, this can only be done through this repository.

    npm install
    npm run build
    npm run create
  2. Configure the app's Platformatic config file. By default, this is located at ai-warp-app/platformatic.json. For a full list of available configuration options, see docs/config.md.

  3. Start the app!

    npm start

For more information, see CONTRIBUTING.md and Documentation.

Documentation