You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud-managed chat and task commands now forward AgentLoop progress events to the Cloud control plane, so dashboard chat can show tool/model activity while a turn is running.
Verification
uv run ruff check afkbot/services/agent_loop/api_runtime.py afkbot/services/agent_loop/api_runtime_turns.py afkbot/services/cloud_runtime/command_dispatcher.py tests/services/cloud_runtime/test_command_dispatcher.py
uv run mypy afkbot/services/agent_loop/api_runtime.py afkbot/services/agent_loop/api_runtime_turns.py afkbot/services/cloud_runtime/command_dispatcher.py tests/services/cloud_runtime/test_command_dispatcher.py
uv run pytest -q tests/services/cloud_runtime/test_command_dispatcher.py::test_dispatcher_forwards_chat_progress_events tests/services/cloud_runtime/test_command_dispatcher.py::test_dispatcher_runs_chat_message