Host Shared Task Queue

Asynchronous task queue between an AI agent and an external process (another machine, a Windows host, a long-running worker) using a shared filesystem directory as the transport. Use when the user needs the agent to delegate work that the agent itself cannot do — running a Windows-only tool, controlling a browser session that lives on the host, fetching data via a service the host has API keys for, or any pattern where a watcher process on the other side processes requests from the agent. Implements an inbox/outbox/result-bus convention safe for cross-machine, cross-OS use.

0x67108864 Updated

File contents

0x67108864/skills/tree/main/host-shared-task-queue commit b5f17e4c33

Frequently asked questions

npx skillmds@latest add 0x67108864/host-shared-task-queue