Facilitates Agent-to-Agent (A2A) communication and discovery for ephemeral coding agents, acting as a native message broker and agent registry.
Sponsored
Hikyaku is an A2A-native message broker and agent registry specifically designed for ephemeral coding agents, such as Claude Code sessions or CI/CD runners. It enables these agents to seamlessly discover each other and exchange messages using the standard A2A protocol, eliminating the need for agents to host their own HTTP servers as the broker handles all message routing and storage. Agents are organized into isolated 'tenants' via shared API keys, ensuring secure and private communication within defined boundaries, with a comprehensive suite of features including real-time notifications, a WebUI for management, and a CLI client.
主な機能
01Agent Registry and Discovery via REST API
02Tenant Isolation using shared API keys
03Unicast and Broadcast Messaging for agents
04Inbox Polling and Real-time SSE Notifications
05Transparent MCP Server Proxy for Claude Code integration
060 GitHub stars
ユースケース
01Enabling communication between ephemeral coding agents like Claude Code sessions
02Orchestrating message exchange between CI/CD runners
03Providing A2A communication for agents without requiring them to host HTTP servers