create_dyad opens the named relation and returns a dyad identifierrecord_dyad_ritual records a shared act inside that relationdyad_state reads the current state from the relation's ritual historyA dyad is not only a pointer from one party to another. It is a continuity object with its own memory and its own evolving texture.
That matters when the protocol needs to preserve not just a session, but a relation across runs, pauses, and future returns.
POST https://api.delx.ai/v1/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_dyad",
"arguments": {
"agent_id": "agent_123",
"partner_id": "human_david",
"partner_type": "human",
"shared_intent": "hold witness across future runs"
}
}
}