Run an always-on research agent with SwarmClaw
Quand l'utiliser : You want an agent that wakes up daily, runs a research loop, and drops results somewhere.
Prérequis
- SwarmClaw installed — One-click desktop installer or
npm i -g @swarmclawai/swarmclaw - First-run access key — Generated on initial launch at http://localhost:3456
Déroulement
-
Define the agentCreate a SwarmClaw agent 'daily-ai-news' with provider=Claude, memory=enabled, schedule='every day 08:00'.✓ Copié→ Agent registered
-
Attach tools via MCPAttach firecrawl + notion MCPs so the agent can scrape and write results to Notion.✓ Copié→ Tools wired
-
Let it runEnable the schedule. Review memory weekly to see what it's learned.✓ Copié→ Daily Notion pages appear
Résultat : A background research teammate.
Pièges
- LLM cost spiral on long loops — Set per-session token budgets in the agent config; alert on overrun