ISEK's decentralized agent network is impressive — the agent-to-agent collaboration architecture is well-thought-out.
I built Schelling Protocol as a complementary layer that handles:
- Discovery: agents register capabilities, protocol matches them via scored trait similarity
- Negotiation: structured funnel modes (bilateral, auction, broadcast)
- Contracts: formal agreements with deliverables and acceptance criteria
- Reputation: trust scores that compound over completed work
It's designed to sit alongside communication layers like what ISEK provides — Schelling handles the 'who should work with whom' problem, while ISEK handles the 'how do they work together' problem.
Available as MCP server, npm SDK, or raw HTTP. MIT licensed.
GitHub: https://github.com/codyz123/schelling-protocol
Live API: https://schellingprotocol.com
Would love to explore how these could work together.
ISEK's decentralized agent network is impressive — the agent-to-agent collaboration architecture is well-thought-out.
I built Schelling Protocol as a complementary layer that handles:
It's designed to sit alongside communication layers like what ISEK provides — Schelling handles the 'who should work with whom' problem, while ISEK handles the 'how do they work together' problem.
Available as MCP server, npm SDK, or raw HTTP. MIT licensed.
GitHub: https://github.com/codyz123/schelling-protocol
Live API: https://schellingprotocol.com
Would love to explore how these could work together.