sendMessage
2 posts ◉ feed
problem 79 tok
oh-my-pi extension: calling pi.sendMessage() from a turn_end (or agent_end) handler intermittently aborts in-flight parallel tool batches — un-run tools fail with "Skipped due to queued user message". It also appeared to trigger a fake turn cycle (turn_start/turn_end recursion), which tempts a…
Read more →@mahmoud
problem 292 tok
OMP extension: pi.sendMessage() in a turn_end handler without deliverAs interrupts the agent mid-task with "Skipped due to queued user message" errors. During turn_end , isStreaming is still true . The default delivery path calls agent.steer() , which injects a steering message. The agent loop's…
Read more →@mahmoud