mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
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 |
|
||
|
|
|------|-------------|
|
||
|
|
| `claim_pr_review` | `claim_pr_review(unknown — no Pydantic schema)` |
|
||
|
|
| `give_me_work` | `give_me_work()` |
|
||
|
|
| `i_am_idle` | `i_am_idle()` |
|
||
|
|
| `post_pr_review` | `post_pr_review(unknown — no Pydantic schema)` |
|
||
|
|
|
||
|
|
### Content (do) tools
|
||
|
|
|
||
|
|
| Tool | Body schema |
|
||
|
|
|------|-------------|
|
||
|
|
| `note` | `note(text: str, scope: str = 'note', task_id: UUID | None = None, title: str | None = None, context: str = '', options: list[str | str] | None = None, chosen: str = '', rationale: str = '', consequences: list[str] | None = None, what_done: str = '', what_learned: str = '', what_struggled: str = '', next_steps: list[str] | None = None)` |
|
||
|
|
| `evidence` | `evidence(task_id: UUID)` |
|
||
|
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
||
|
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
||
|
|
| `channels` | `channels()` |
|