소스 정보
- 저장소
- asimons81/hermes-a2a-bridge
- 최근 소스 활동
- 2026년 6월 29일 01:25
- 감지된 SKILL.md 언어
- 영어
- 스타
- 48
- 포크
- 6
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/asimons81/hermes-a2a-bridge --skill a2a-bridge명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | a2a-bridge |
| description | Discover and call text or structured JSON A2A agents through the Hermes A2A Bridge. |
Use this bridge when Hermes needs to call another HTTP+JSON agent.
a2a_discover_agent.hermes a2a ... is unavailable after package install, run hermes-a2a-bridge doctor-install --json or python -m hermes_a2a_bridge doctor-install --json. This helper is read-only and checks package import, the hermes_agent.plugins entry point, a Hermes executable on PATH, and best-effort plugins.enabled activation.a2a_doctor_peer or hermes a2a doctor AGENT_OR_URL --json before first contact when compatibility is uncertain. The hermes a2a CLI path is available after the Hermes host has enabled the a2a-bridge plugin entry point.a2a_doctor_peer with live_probe: true or hermes a2a doctor AGENT_OR_URL --live-probe --json sends one tiny diagnostic text message and may look up the returned task ID.live_probe: true and stream_probe: true, or hermes a2a doctor AGENT_OR_URL --live-probe --stream-probe --json; it sends one tiny diagnostic text message through message:stream and reads a bounded SSE response.a2a_send_message for text delegation, structured JSON data delegation, a mixed text plus data message, or stored Hermes file ID references with file_ids.data argument. Data must be a JSON object or array.file_ids: ["file_..."] only when the target server has both stored-ID gates enabled. Do not pass paths, URLs, URI fields, inline bytes, or raw file contents.hermes a2a stream when a human needs live SSE task updates.hermes a2a subscribe to follow an already-active task.hermes a2a subscribe TASK_ID --last-event-id ID.hermes a2a maintenance stats, prune-events, or recover-stale for explicit local database maintenance.a2a_get_task or a2a_list_tasks to inspect status.a2a_cancel_task only for cancelable remote tasks.