send_task
Send a prompt to a Hermes agent to start a task. Optionally wait for the result or attach metadata for deployment-specific context.
Instructions
Send the Hermes agent a task to work on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Ask the deployment to hold the response until the task finishes. Only useful for short tasks; long ones will hit HERMES_TIMEOUT. Leave false and poll `get_task` instead. | |
| prompt | Yes | The instruction for the agent, in plain language. | |
| metadata | No | Optional deployment-specific fields sent alongside the prompt — conversation id, channel, priority, and so on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||