@telaro/goat
v0.1.0
Published
Telaro adapter for goat. One-line wrapping makes every agent action auto-bonded + scored.
Maintainers
Readme
@telaro/goat
Drop-in Telaro adapter for the goat framework. Wrap your runtime to auto-bond + auto-record every tx-emitting action.
npm install @telaro/goat @telaro/sdkimport { withTelaro } from "@telaro/goat";
const bonded = withTelaro(runtime, {
bondAmount: 100_000_000n,
scorer: SCORER_PUBKEY,
});Same pattern as the other framework adapters. MIT.
