Files
roboco/agents/prompts/_generated/qa.md
T

2.0 KiB

Verbs available to you (autogenerated source of truth)

Flow verbs

Verb Body schema
claim_review claim_review(task_id: UUID)
fail_review `fail_review(task_id: UUID, issues: list[str] = PydanticUndefined, findings: list[str
give_me_work give_me_work()
i_am_blocked `i_am_blocked(task_id: UUID, reason: str, blocker_type: str
i_am_idle i_am_idle()
pass_review `pass_review(task_id: UUID, notes: str, ac_verdicts: list[str]
resume resume(task_id: UUID)
unclaim unclaim(task_id: UUID)

Content (do) tools

Tool Body schema
note `note(text: str, scope: str = 'note', task_id: UUID
dm `dm(recipient: str, text: str, task_id: UUID
evidence evidence(task_id: UUID)
draft_playbook `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID
request_sandbox `request_sandbox(services: list[str]
notify_list notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)
notify_get notify_get(notification_id: UUID)
notify_ack notify_ack(notification_id: UUID)
read_messages read_messages()
read_a2a read_a2a(see do_server)