mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
23 lines
845 B
Markdown
23 lines
845 B
Markdown
<!-- AUTOGENERATED by scripts/regenerate_verb_tables.py. -->
|
|||
|
|
<!-- Per-role verb signatures, derived from Pydantic schemas. -->
|
||
|
|
|
||
|
|
## Verbs available to you (autogenerated source of truth)
|
||
|
|
|
||
|
|
### Flow verbs
|
||
|
|
|
||
|
|
| Verb | Body schema |
|
||
|
|
|------|-------------|
|
||
|
|
| `triage` | `triage()` |
|
||
|
|
| `escalate_to_ceo` | `escalate_to_ceo(task_id: UUID, reason: str)` |
|
||
|
|
| `i_am_idle` | `i_am_idle()` |
|
||
|
|
|
||
|
|
### Content (do) tools
|
||
|
|
|
||
|
|
| Tool | Body schema |
|
||
|
|
|------|-------------|
|
||
|
|
| `note` | `note(text: str, scope: str = 'note', task_id: UUID | None = None)` |
|
||
|
|
| `say` | `say(channel: str, text: str, task_id: UUID | None = None)` |
|
||
|
|
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
||
|
|
| `notify` | `notify(target: str, text: str, priority: str = 'normal', task_id: UUID | None = None)` |
|
||
|
|
| `evidence` | `evidence(task_id: UUID)` |
|