agent-negotiation-protocol
Installation
SKILL.md
Agent Negotiation Protocol
Quick Reference
| Aspect | Detail |
|---|---|
| Pattern | StateGraph multi-round cyclic workflow |
| Parties | Buyer agent ↔ Seller agent |
| Strategy | Progressive concession (game-theoretic ZOPA convergence) |
| Settlement | x402 payment protocol (HTTP 402 → sign → verify → pay) |
| Reputation | ERC-8004 identity scoring (exponential moving average) |
| Max Rounds | 5 (configurable) |
| Scripts | scripts/negotiation_engine.py, scripts/x402_settlement.py |
| Examples | examples/basic_negotiation.py, examples/custom_strategy.py |
Decision Framework
When implementing agent negotiation, follow this layered reasoning: