(teammate: str, task: str)
| 638 | |
| 639 | |
| 640 | def run_request_plan(teammate: str, task: str) -> str: |
| 641 | BUS.send("lead", teammate, f"Submit plan for: {task}", "message") |
| 642 | return f"Asked {teammate} to submit a plan" |
| 643 | |
| 644 | |
| 645 | def run_review_plan(request_id: str, approve: bool, |