Skip to content

AFKBOT 1.8.12

Choose a tag to compare

@afkbot-io afkbot-io released this 17 May 20:49
· 27 commits to main since this release

Added

  • 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