UNPKG

agentlang

Version:

The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans

5 lines 194 B
import { Buffer } from 'buffer'; export function encodeForBasicAuth(username, password) { return Buffer.from(`${username}:${password}`).toString('base64'); } //# sourceMappingURL=http.js.map