Skip to main content

ANOLISA User Guide

ANOLISA provides a complete server-side runtime for AI Agent workloads. Components are installed via the anolisa CLI and operate independently.


Component Architecture

┌────────────────────────────────────────────────────────────────────┐
│ Agent Applications (cosh / OpenClaw / Hermes / custom) │
├────────────────────────────────────────────────────────────────────┤
│ User Entry Points │
│ anolisa-cli · cosh · os-skills │
├──────────────────────────────────┬─────────────────────────────────┤
│ Token Saving │ Runtime │
│ tokenless · agent-memory │ skillfs · ws-ckpt │
├──────────────────────────────────┼─────────────────────────────────┤
│ Agent Observability │ Agent Security │
│ agentsight │ agent-sec-core │
└──────────────────────────────────┴─────────────────────────────────┘

Documentation Index

Global

DocumentContent
InstallationProgressive install from CLI to full component stack
TroubleshootingCross-component common issues and fixes

User Entry Points (user-entrypoint/)

DocumentComponentDescription
anolisa CLIanolisaUnified CLI for component management
Copilot ShellcoshAI terminal assistant and command gateway
OS Skillsos-skillsSystem management and DevOps skills

Agent Observability (agent-observability/)

DocumentComponentDescription
AgentSightagentsighteBPF-based tracing, Token accounting, Web Dashboard

Agent Security (agent-security/)

DocumentComponentDescription
AgentSecCoreagent-sec-coreHardening, code scanning, prompt scanning, skill ledger

Token Saving (token-saving/)

DocumentComponentDescription
TokenlesstokenlessSchema/response compression, command rewriting
Agent Memoryagent-memoryMCP-based persistent file memory

Runtime (runtime/)

DocumentComponentDescription
Workspace Checkpointsws-ckptInstant snapshot/rollback via btrfs COW
Skill FilesystemskillfsFUSE virtual views with progressive disclosure

Terminology

TermMeaning
ComponentA software unit implementing a specific capability (e.g. tokenless)
AdapterA bridge package connecting a component to an Agent framework
system modeInstallation requiring root privileges (sudo anolisa install)
user modeInstallation into user-local paths (no sudo required)