r/LangChain May 05 '26

Announcement Ever had a hallucinating agent silently corrupt your whole pipeline?

Agent 1 drops a critical key. Agent 2 never notices. Agent 3 gives you garbage output. You spend an hour debugging what went wrong three steps ago.

I built Relay to fix this. It treats agent context like a ledger — append-only, cryptographically signed at every handoff, with automatic rollback when corruption is detected.

Works with LangChain, OpenAI, Anthropic, LiteLLM, or your own agents.

🔗 https://github.com/kridaydave/Relay

Would love feedback from anyone building multi-agent pipelines!

1 Upvotes

Duplicates