crewai-heartflow
v0.1.0
Published
HeartFlow (心虫) discriminator tool for CrewAI — gate agent output before it reaches users.
Downloads
176
Maintainers
Readme
crewai-heartflow
HeartFlow (心虫) discriminator tool for CrewAI.
Gate agent output before it reaches users. Zero-config rule-based safety layer.
Install
npm install crewai-heartflow @yun520-1/heartflowUsage
const { makeTool } = require('crewai-heartflow');
const tool = makeTool();
// In CrewAI:
// const result = await tool.run({ text: agentOutput, source: 'output' });License
MIT
