AI Agents
The background workers — SEO, marketing advisor — that run on your behalf, and how to turn them on or off.
Agents are AI workers that run on a schedule (typically weekly) and act on your behalf without you having to ask. Today we ship one — SEO — with the marketing agent in active development.
How agents work
Each agent has:
- A schedule (e.g., weekly on Monday at 10am)
- A scope (it knows your business, your site, your past activity)
- An approval mode — either autopilot (it ships changes itself) or review (it queues changes for your approval first)
You can see what each agent has done lately on the dashboard under Agent activity. Every run is logged with a timestamp and a summary.
Turning agents on or off
- Sign in to Nova Hub
- Go to Settings → Agents
- Toggle the switch next to the agent you want to enable or disable
- (Optional) Change its approval mode
You can also run an agent manually any time:
"Run the SEO agent now"
(Admin-only command. We'll relax this once review mode is fully built out.)
The SEO agent
Runs weekly. Each run:
- Crawls every page on your site
- Checks for SEO issues — missing title tags, weak meta descriptions, missing schema.org markup, images without alt text, broken internal links, slow Core Web Vitals
- Drafts fixes — proposed title rewrites, better meta descriptions, image alt text
- Either ships the fixes (autopilot) or shows them to you for approval (review mode)
You'll see a summary in Telegram after each run.
Things the SEO agent will not do without confirmation
- Rewrite hero headlines (those are brand decisions, not SEO decisions)
- Change visible body copy in a way that alters meaning
- Remove existing pages
Why no Google login?
You don't sign in to Google. We use Google Search Console and Google Analytics through Nova's own properties, scoped per business. It's simpler for you and we manage the API quota carefully.
The marketing agent (coming soon)
In development. Will:
- Suggest content based on what's working in your industry
- Draft a monthly content calendar tied to your business goals
- Watch your social engagement and recommend tweaks
When it ships you'll see it in the same Agents toggle list.
Why "agents" instead of just "features"?
Because they act autonomously — they make decisions and ship work without you in the loop, within scope. That's a different commitment than a feature you trigger. We name it clearly so you know what you're enabling.
The agents framework is logged, throttled, and reversible: every action is git-tracked, every run sends a Telegram summary, and you can disable any agent in one tap if it ever feels wrong.