Configure tenant settings and automated tasks. Copy the generated cron commands to your crontab.
Monitor watched entities for news
0 9 * * * cd /home/william/Projects/nemesis && python3 daily_tabs.py >> daily_tabs.log 2>&1
Send next-actions, stale contacts, campaign pulse
15 9 * * * cd /home/william/Projects/nemesis && python3 digest.py >> digest.log 2>&1
Verify and update all nodes/edges
0 10 1 * * curl -X POST http://localhost:8082/api/run-audit >> audit.log 2>&1
crontab -eNEMESIS_CRON_USER and NEMESIS_CRON_PASS in your crontab if auth is enabledcrontab -lEnter your Nemesis credentials to access your workspace.
The AI will search the web to verify all nodes and connections in your map, then propose updates or deletions where information is outdated.
⏱️ This may take several minutes depending on the number of items
Running audit... checking web sources...
No updates needed.