1.0.0 • Published 9 months ago

@bluelibs/runner-ai v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Runner AI

import { aiResource } from "@bluelibs/runner-ai";

const app = resource({
  id: "app",
  register: [
    aiResource.with({
      baseUrl: "http://localhost:3333", // This will be the place to explore your application
      port: 3333,
    }),
  ],
});
1.0.0

9 months ago