@bluelibs/runner-ai
v1.0.0
Published
BlueLibs Runner AI
Readme
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,
}),
],
});