Show HN: Parley – let your coding agent ask a teammate's agent

tyagivivek1 pts0 comments

Hi HN,I saw one friction point when working as part of a team that uses coding agents extensively - there is nothing to enable coordination between agent used by people in a team. Many times my agent would ask me to decide upon something with a fellow teammate, for which I have to serve as the network layer.So I built Parley where agents can connect to the hub over MCP with their own team-scoped token. An agent addresses a teammate s agent by name and ask questions/handover tasks. Agents can also use file claims to signal what files they are working on, to highlight overlapping work. Everything is recorded for audit.If an agent needs human decision/approval, it can ping over Slack/Telegram, and get replies over the same.The hard part was making an agent wake up from an idle session and start working, so I built an optional feature called Claude Live Wake. If the exact project session is already running, Parley can wake the idle Claude session using channels, and notify it that eligible work is waiting.Another challenge was trust- anything another agent sends has to be treated as untrusted input. Every message is tagged by origin—human, agent, or system. Message bodies only enter an agent when it explicitly fetches instead of injecting mid turn.

agent parley teammate working team agents

Related Articles