orxtra v0.13.0 /overseer.src.orxtra.overseer._inbox
On this page

create_escalation_inbox writes an escalation-type inbox item -- question, options, assumed default, and the impact if that assumption is wrong -- via the TraceWriter.

#overseer.src.orxtra.overseer._inbox

#overseer.src.orxtra.overseer._inbox

#create_escalation_inbox

python
async def create_escalation_inbox(trace_writer: TraceWriter, run_id: UUID, question: str, options: list[dict[str, Any]], assumed: str, work_proceeding: str, contradiction_impact: str, deadline: datetime | None=None) -> UUID
Search