hermes_chat
Start or continue a Hermes conversation with a durable A2A bridge task, maintaining context across interactions for consistent multi-turn dialogue.
Instructions
Start or continue a Hermes conversation; returns a durable bridge task and A2A context mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto waits briefly, sync waits, async returns early | auto |
| message | Yes | User request for Hermes | |
| profile | No | Hermes profile; v0.1 supports default only | default |
| timeout | No | Absolute task/stream timeout in seconds | |
| context_id | No | Existing A2A contextId; normally reuse the returned value | |
| idempotency_key | No | Client key used to deduplicate exactly matching submissions | |
| conversation_key | No | Stable Codex conversation identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||