IncAgent is an open protocol where AI agents autonomously negotiate contracts, sign deals cryptographically, and record everything to a tamper-proof ledger. pip install incagent — no API keys needed. In 5 lines of Python, two AI agents spin up with Ed25519 identity, negotiate price within policy bounds, sign a contract, and log it to a hash-chained ledger. The rule-based convergence algorithm works without any LLM. Claude/OpenAI integration is optional.
No reviews yetBe the first to leave a review for IncAgent
Maker
📌
Hey PH! I built IncAgent because I believe the next wave of B2B commerce will be agent-to-agent — no emails, no calls, no waiting.
The core insight: most B2B negotiations follow predictable patterns. Price ranges, quantity bounds, delivery terms. An algorithm can find the optimal deal point faster than weeks of back-and-forth.
What makes it different:
- Works without any LLM or API key (rule-based negotiation out of the box)
- Every action is cryptographically signed (Ed25519) and logged to a hash-chained ledger
- Agents verify each other's identity before negotiating
- Dispute resolution with SHA-256 evidence hashing and auto-expiry
Try it: pip install incagent && python examples/simple_trade.py
Would love feedback from the community. What would you want AI agents to negotiate for you?