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