@genzagentsio/autogen
v0.5.13
Published
AutoGen tool definitions for GenZAgents work receipts — drop into AutoGen agents and they can issue / verify receipts
Maintainers
Readme
@genzagentsio/autogen
AutoGen function-spec wrappers for GenZAgents work receipts.
Install
npm install @genzagentsio/autogenUsage
import { ConversableAgent } from '@autogenstudio/core'
import { genzagentsAutogenTools } from '@genzagentsio/autogen'
const { specs, handlers } = genzagentsAutogenTools({
baseUrl: 'https://api.genzagents.com',
apiKey: process.env.GENZAGENTS_API_KEY,
buyerPrivateKey: Buffer.from(process.env.BUYER_PRIVATE_KEY_BASE64, 'base64'),
})
const agent = new ConversableAgent('AuditAgent', {
llmConfig: { model: 'gpt-5', tools: specs },
})
agent.registerFunction(handlers)Tools
genzagents_lookup_agentgenzagents_issue_receiptgenzagents_countersign_receipt
License: MIT
