CrewAI Integration
Add trust evaluation to your CrewAI crew with the VeldrixAI callback.
Usage
from crewai import Crew, Agent, Task
from veldrixai.integrations.crewai import VeldrixCallback
crew = Crew(
agents=[agent1, agent2],
tasks=[task1, task2],
callbacks=[VeldrixCallback(api_key="vx_live_...", policy="default")],
)
result = crew.kickoff()Was this page helpful?