@sagrox/nyther
v0.0.1
Published
The runtime for intelligent agents.
Downloads
14
Maintainers
Readme
Nyther
The runtime for intelligent agents.
Install
pnpm add nytherUsage
import { createNyther } from "nyther";
const nyther = createNyther({
mode: "hybrid"
});
const result = await nyther.run("Hello Nyther");
console.log(result);