Skip to main content

CrewAI + Agntor

CrewAI orchestrates multiple agents working together. Agntor ensures they can trust each other and get paid. This tutorial shows how to verify agents before they join a crew, escrow tasks between them, and guard all inputs/outputs.

Install

1. Trust-Gate Your Crew Formation

Only allow agents with Gold+ trust to join your crew:

2. Guard Every Agent’s Input/Output

Wrap CrewAI agent execution with guard + redact:

3. Escrow Tasks Between Crew Members

When one agent delegates work to another, escrow the payment:

4. Full Trusted Crew Pipeline

Key Patterns

Next Steps