Run an always-on research agent with SwarmClaw
Когда использовать: You want an agent that wakes up daily, runs a research loop, and drops results somewhere.
Предварительные требования
- SwarmClaw installed — One-click desktop installer or
npm i -g @swarmclawai/swarmclaw - First-run access key — Generated on initial launch at http://localhost:3456
Поток
-
Define the agentCreate a SwarmClaw agent 'daily-ai-news' with provider=Claude, memory=enabled, schedule='every day 08:00'.✓ Скопировано→ Agent registered
-
Attach tools via MCPAttach firecrawl + notion MCPs so the agent can scrape and write results to Notion.✓ Скопировано→ Tools wired
-
Let it runEnable the schedule. Review memory weekly to see what it's learned.✓ Скопировано→ Daily Notion pages appear
Итог: A background research teammate.
Подводные камни
- LLM cost spiral on long loops — Set per-session token budgets in the agent config; alert on overrun