Agent frameworks
VoltAgent
VoltAgent runtime guardrails.
Plugs into VoltAgent at the agent + workflow + tool-call surfaces. Pairs with the VoltOps OTel adapter for full trace coverage.
Install
pnpm add @blackunicorn/bonklm-voltagentMinimal example
import { Agent } from '@voltagent/core'
import { bonklmVolt } from '@blackunicorn/bonklm-voltagent'
const agent = new Agent({
name: 'safe',
plugins: [bonklmVolt({ validators: ['prompt-injection'] })],
})Related connectors