Skip to content

Overview

Agents are modular capabilities. Each one declares which queries it can handle (regex hints, keywords, optional LLM fallback) and produces results that the search bar renders.

When you type without a prefix, the super-agent scores all enabled agents against your query and surfaces the top matches. When you scope explicitly (e.g. gemini … or /google …), only that agent runs.

  • Web search — Google, Wikipedia, Bing, DuckDuckGo, YouTube. Results render in a built-in webview.
  • AI chat — Gemini, OpenAI, DeepSeek, OpenRouter. You provide the API key in Preferences.
  • Generation — Stability, Leonardo, Luma, Kling for image and video generation.
  • Local — File search (mdfind on macOS), app launch, clipboard history, calculator, Go Links.
  • Integrations — Notion (OAuth-connected workspace search).
  • @astros — natural-language computer-use guide; LLM generates step-by-step CLI/UI instructions.

Per-agent API keys are entered in Preferences → Agents and stored in the local config. With Pro + sync enabled, keys are end-to-end encrypted and synced across your devices.