Skip to content

Enrichment Features

End-user-facing capabilities layered on top of the agent runtime. Each ships as a tool/service plus a REST route and a web page.

Fetch a URL, extract the readable content, and run reader actions on it.

  • Web: the Reader page

The fetcher is SSRF-guarded. Extraction strips boilerplate down to readable text.

Bounded, multi-source investigation that produces a cited report.

  • Web: the Research page

Flow: plan queries → gather sources (SSRF-guarded fetch) → synthesize a sectioned, cited report → render. Depth (quick / standard / deep) bounds fan-out width and source count.

Output is always a document. On completion the report is serialized to Markdown, saved as a Documents record (category Research), and indexed into the knowledge base so future agent turns can retrieve and cite it. Knowledge indexing is fail-soft: if no embedding model is configured, the document is still saved (and the reason logged). The web page links the finished report to the Documents view.

The user’s personal to-do list. Agents can add, update, and complete items.

  • Web: the To-Do page

Recurring items run via the scheduler. This is distinct from the read-only inter-agent workflow state tool, which shares neither storage nor concept.

Batch, per-email AI classification and actions over Gmail / Microsoft 365.

  • Web: the Email page

Sending is gated behind a permission check.

Recommends local Ollama models that fit the host’s hardware.

  • Web: the Setup page

Combines a curated model catalog with live registry manifest sizing and a hardware budget score to surface installable models the machine can actually run. See Small / Local Models for what those models can and can’t do once installed.