Export a recruit as a hermes teammate
export_hermesConvert a hired recruit into a hermes-agent profile that runs schedules, tools, and approvals under hermes guardrails, keeping chat history read-only and OpenRouter key out. Use dry_run to preview.
Instructions
Write a hired recruit out as a hermes-agent profile (SOUL.md, profile.yaml, config.yaml, .env) so it can EXECUTE — schedules, tools, approvals — under hermes' own guardrails. The room keeps the persona and the correspondence; the exported teammate is pointed at that history read-only. Your OpenRouter key is never copied into the profile. Refuses to overwrite an existing profile. Run with dry_run first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | recruit handle to export | |
| role | No | role line for SOUL.md and the hermes roster; defaults to the recruit's tags | |
| dry_run | No | print the files it would write and write nothing — do this first | |
| hermes_home | No | override $HERMES_HOME (default ~/.company-os/hermes-home) |