01 · INSTALL
One package. One wrap call.
The adapter recognizes your existing LangChain, CrewAI, AutoGen, or MCP agent and starts minting PACR records on every call. No middleware to deploy. No dashboard to babysit.
02 · WRAPPING IS THE LOCK-IN
Once wrapped, can't un-receipt.
Your auditor, your CFO, your compliance officer — they will see the receipts and they will not let you go back to logs. The dependency goes the way of git: you adopted it because it was useful; you stay because the world expects it.
agent_setup.py
python · langchain
# 1 · install
$ pip install agentcard-adapters
# 2 · wrap your existing agent
from agentcard_adapters.langchain import wrap
agent = wrap(your_agent)
# 3 · every action now ships a receipt
result = agent.invoke("transfer $50,000")
→ ι: 01J9X4F8R3K2QZ…
→ Λ: 2.847mJ ± 0.12mJ
→ ρ: 0.84 (Verified tier)
→ ✓ anchored to PACR ledger
agent_setup.ts
typescript · node
# 1 · install
$ npm install @aevum-network/agentcard
import { validate, AgentCardData } from "@aevum-network/agentcard"
// validate your agent card
const errors = validate(card)