Go Deeper
Ephyr represents a step-change in multi-agent security. It is the first open-source implementation of the Delegation Capability Token (DCT) architecture, proposed in a February 2026 Google DeepMind paper.
It solves the complex problem of agent-to-agent delegation by using HMAC-chained macaroon tokens and an effective envelope reducer, making it cryptographically impossible for a delegated sub-agent to escalate its privileges.
It features zero standing backend credentials, instantly cascades task revocations down a whole tree of agents using "epoch watermark revocation", and operates incredibly lean with zero external databases or container runtimes.
Stack Used
Core Backend: Go (Golang 1.24+)
Protocols & Frameworks: Model Context Protocol (MCP 2025-03-26) , JSON-RPC 2.0 over Streamable HTTP, WebSockets
Frontend Dashboard: React 18 SPA
Infrastructure / Security Tools: OpenSSH (ephemeral certificates), systemd (sandboxing), nftables (network isolation), Ed25519 cryptography, and purely stdlib-based Macaroons