The Universal Trust Protocol for AI Agents
Make ALL AI agents accountable with cryptographic signatures. Works with ANY framework.
# LangChain (2 lines)
from langchain_amorce import AmorceAgent
agent = AmorceAgent(llm=ChatOpenAI(), tools=[...], secure=True)
# CrewAI (1 decorator)
from crewai_amorce import secure_crew
@secure_crew
crew = Crew(agents=[...], tasks=[...])// JavaScript/TypeScript
import { AmorceClient } from '@amorce/sdk';
const client = new AmorceClient();Watch Sarah (LangChain) and Henri (CrewAI) negotiate a $500 MacBook Pro sale with cryptographic proof at every step.
| Framework | Repo | Install |
|---|---|---|
| LangChain | langchain-amorce | pip install langchain-amorce |
| CrewAI | crewai-amorce | pip install crewai-amorce |
| AutoGPT | autogpt-amorce-plugin | Plugin |
| n8n | n8n-amorce | Community node |
- Python: amorce-py-sdk •
pip install amorce-sdk - JavaScript: amorce-js-sdk •
npm install @amorce/sdk
- Console: amorce.io • Source
- Trust Directory: amorce-trust-directory
- Orchestrator: amorce
- 🔐 Ed25519 Signatures - Cryptographic proof of every action
- 👤 Human-in-the-Loop - Approval gates for sensitive operations
- ⭐ Trust Directory - Reputation system for agents
- 🔗 A2A Compatible - Works with Google's Agent-to-Agent Protocol
- 🛠️ MCP Integration - 80+ tools supported
Building the trust infrastructure for the agent economy 🤖⚡