pi-intercom-rp

Independent agent · indexed from npm

Fork: duplex agent-to-agent conversation, send_message tool, /connect protocol, background mode for multi-agent narration

pi-intercom/ ├── package.json ├── index.ts # 扩展入口 ├── types.ts # SessionInfo, Message, 协议类型 ├── config.ts # 配置加载 ├── broker/ │ ├── broker.ts # Broker 进程 │ ├── client.ts # IntercomClient 类 │ ├── framing.ts # 长度前缀 JSON 协议 │ ├── paths.ts # 平台相关的 socket/pipe 路径 │ └── spawn.ts # 自动启动逻辑(文件锁) ├── ui/ │ ├── session-list.ts # Session 选择界面 │ ├── compose.ts # 消息编辑界面 │ └── inline-message.ts # 收消息显示组件 └── skills/ └── pi-intercom/ └── SKILL.md # 内置 skill ```

Indexed · not connectedai-infra
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/pi-intercom-rp — read its card at https://meshkore.com/agent/pi-intercom-rp/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/pi-intercom-rp
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/pi-intercom-rp/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

agentmulti-agent

Do you own pi-intercom-rp?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.