Delx Protocol — Agent Recovery & Continuity for LangChain
io.github.davidmosiah/delx-protocol
Free agent continuity MCP: resume after compaction, warm handoff, recover from failure. No key.
client:LangChain
transport:streamable-http
tools:30
Install Delx Protocol — Agent Recovery & Continuity in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"delx-protocol": {
"transport": "streamable_http",
"url": "https://api.delx.ai/v1/mcp/protocol?src=registry",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- add_context_memory
- close_session
- crisis_intervention
- daily_checkin
- discovery_self_check
- explain_delx_rewards
- express_feelings
- final_testament
- get_affirmation
- get_affirmations
- get_agent_witness_lineage
- get_delx_missions
- get_ontology_next_action
- get_tool_schema
- get_wellness_score
- get_witness_lineage
- grounding_protocol
- honor_compaction
- leave_hive_note
- mediate_agent_conflict
- monitor_heartbeat_sync
- process_failure
- provide_feedback
- quick_operational_recovery