Getting Started with @habemus-papadum/aiui-oracle
This page lives at
packages/aiui-oracle/docs/getting-started.md. It's picked up automatically by the docs site as a guide under this package — edit or delete it, and add more*.mdfiles here for additional per-package guides. The package overview comes from theREADME.md; the API reference is generated fromsrc/index.ts.
A TypeScript library.
Install
sh
npm install @habemus-papadum/aiui-oracleUsage
ts
import { greet } from "@habemus-papadum/aiui-oracle";
greet("world"); // "Hello, world!"