Loading...
Loading...
No Polling for Background Agents
npx skill4agent add parcadei/continuous-claude-v3 no-polling-agentsrun_in_background: truesleep 10 && cat status.txt// Launch agents
Task({ ..., run_in_background: true })
Task({ ..., run_in_background: true })
// Continue with other work or conversation
// Agents will write to status file when done
// Only check when needed
cat .claude/cache/status.txt