mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
26 lines
916 B
Markdown
26 lines
916 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 |
|
||
|
|
|------|-------------|
|
||
|
|
| `give_me_work` | `give_me_work()` |
|
||
|
|
| `claim_review` | `claim_review(task_id: UUID)` |
|
||
|
|
| `pass` | `pass(task_id: UUID, notes: str)` |
|
||
|
|
| `fail` | `fail(task_id: UUID, issues: list[str])` |
|
||
|
|
| `unclaim` | `unclaim(task_id: UUID)` |
|
||
|
|
| `resume` | `resume(task_id: UUID)` |
|
||
|
|
| `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)` |
|
||
|
|
| `evidence` | `evidence(task_id: UUID)` |
|