Skip to main content

Feature Overview

Anyy is a resident personal assistant. Its features are organized around sessions, memory, tools, background work, channels, provider routing, and local runtime control.

This page is a map. Use it to choose the right entry point instead of reading the reference pages first.

Core Features

FeatureUse it for
Tools & ToolsetsSee which model-callable tools can appear in a turn and how toolsets control visibility.
ToolsetsConfigure default toolsets, per-turn toolset selection, and optional connector toolsets.
Persistent MemoryStore durable user facts, preferences, and assistant notes in USER.md and MEMORY.md.
Context FilesUnderstand profile and role identity files such as SOUL.md.
Context ReferencesAttach explicit file, folder, URL, git, and tool-result references to a turn.
ArtifactsWork with generated or attached artifacts such as images, audio, video, and files.
Approvals & ChangePlansReview state-changing actions before Anyy executes them.
AuditInspect recorded tool, approval, config, connector, and MCP events.

Core features share the same trust model: visibility does not imply permission. A tool can be visible and still require approval, a ChangePlan, or audit.

Automation

FeatureUse it for
CronRun scheduled agent, skill, notification, reminder, or script jobs.
Background JobsTrack resident work that can outlive the foreground reply.
TasksKeep durable personal task records.
DelegationSplit bounded model work into child sessions.
WorkflowsTrack grouped background work with a parent workflow job and child jobs.
HeartbeatMonitor runtime liveness and failure notifications.

Use tasks for passive work items, cron for time-based execution, background jobs for async work, and workflows when related child jobs need one parent handle.

Media And Web

FeatureUse it for
Web ToolsSearch, fetch, and extract public web pages.
BrowserConnect a managed browser MCP server as the browser capability.
Image GenerationGenerate images as scoped artifacts.
Text To SpeechGenerate audio attachments from text.
TranscriptionConvert inbound audio attachments into turn text.

Media features are optional. They appear only when the matching provider, model, driver, connector, or turn metadata is available.

Management

PageUse it for
ConfigurationUnderstand config.yaml and setup-managed fields.
Configuring ModelsSet the main model, auxiliary model slots, and fallback routing.
RolesManage profile-local role identities and SOUL.md files.
DashboardUse the resident dashboard sidecar.
GatewayRun the resident gateway and understand runtime boundaries.
Status And DoctorInspect runtime health, logs, usage, audit, and doctor checks.

For compact field tables, use the Configuration Reference, Provider Config Reference, and MCP Config Reference.

Skills

FeatureUse it for
Skills SystemUnderstand how Anyy discovers and presents skills.
Skill ManagementInstall, toggle, remove, reload, and inspect skills.
Skill AuthoringWrite reusable skill instructions for Anyy.

Skills are instructions and supporting files. They are not MCP servers, and they do not grant extra tool permissions by themselves.

Integrations

Integration pages keep setup details in one place:

IntegrationEntry point
ProvidersProvider Integrations
MCPMCP Integration
BrowserBrowser Integration
MediaMedia Integration