Skip to content
@AmorceAATP

Amorce.io

Amorce One Trust Layer. Any Agent. Any Framework.

🔐 Amorce AATP

The Universal Trust Protocol for AI Agents

Make ALL AI agents accountable with cryptographic signatures. Works with ANY framework.


🚀 Quick Start

# 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();

🎯 Featured Demo

🔥 Agent Marketplace Demo

Watch Sarah (LangChain) and Henri (CrewAI) negotiate a $500 MacBook Pro sale with cryptographic proof at every step.


📦 Integrations

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

🛠️ Core SDKs


🌐 Infrastructure


✨ What Amorce Provides

  • 🔐 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 🤖⚡

Pinned Loading

  1. amorce_py_sdk amorce_py_sdk Public

    🐍 Amorce Python SDK - Ed25519 signatures for AI agents

    Python 1

  2. agent-marketplace-demo agent-marketplace-demo Public

    🎬 Watch two AI agents negotiate with cryptographic signatures - LangChain + CrewAI demo

    Python 1

  3. langchain-amorce langchain-amorce Public

    🦜 LangChain integration for Amorce - Add cryptographic signatures in 2 lines of code

    Python 1

  4. crewai-amorce crewai-amorce Public

    👥 CrewAI integration for Amorce - Add cryptographic signatures with 1 decorator

    Python 1

  5. amorce-js-sdk amorce-js-sdk Public

    🔐 Amorce TypeScript/JavaScript SDK - Ed25519 signatures for AI agents

    TypeScript 1

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…