AI Agents Overview

Your realvco server ships with three AI companions preinstalled. They are not the same AI with different nametags — each runs in a separate container, with its own permissions, pre-installed software, and personality configuration.


Quick Comparison

CompanionIDPre-installed softwarePermissionsBest For
Roseoc-1OpenClawHost rootSystem administration, deployment, automation
Adaoc-2OpenClawContainer-isolatedCustomer support, marketing, project management
Vihm-3HermesContainer-isolated + code sandboxData analysis, code execution, tool integrations

How do OpenClaw and Hermes differ? See What Rose / Ada and Vi Are Each Good At — one-line verdict plus a side-by-side table.


Why Three Roles?

1. Permission separation reduces risk. Only Rose has root. Ada and Vi run in isolated containers — even a prompt-injection attack cannot touch the host.

2. Each plays to its strengths. OpenClaw is optimized for conversation and messaging integrations. Hermes is optimized for code execution and structured data. Use the right tool for the job.

3. They work together. The companions can call each other. When Ada handles a customer reply and hits something data-heavy, she hands off to Vi. See Multi-Agent Workflows.


Meet Each Companion


Configure Your Agent’s Personality

Want the AI to understand your business and speak in your tone? Use four configuration files:

FilePurposeContents
SOUL.mdCore personalityMission, values, behavioral rules
IDENTITY.mdIdentityName, role, professional domain
USER.mdUser relationshipYour name, preferences, interaction style
AGENTS.mdOperating manualResponsibilities, safety norms, procedures

Personality Deep Dive


Advanced Topics