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
cosh-ngcosh-ngAI-native Linux terminal with an integrated Agent runtime
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
Code Scanner Hook Configurationagent-sec-corePer-agent hook modes, environment variables, and fallback behavior
PII Checkeragent-sec-corePersonal data / credential detection and redaction
Skill Ledger User Guideagent-sec-coreSkill integrity chain and signing workflow
OpenClaw Deployment & Upgradeagent-sec-coreOpenClaw plugin deployment and upgrade guide

Token Saving (token-saving/)

DocumentComponentDescription
Tokenless Quick StarttokenlessInstall, connect an agent, run the first compression, and verify
Tokenless User ManualtokenlessCapability boundaries, runtime behavior, and task navigation
Tokenless Framework Integrationtokenlesscosh, OpenClaw, Hermes, Qoder, Claude Code, Codex, and Qwen Code
Tokenless CLI ReferencetokenlessCompression, environment checks, Stash, MCP, and statistics commands
Measuring Tokenless SavingstokenlessStatistics, diffs, dry runs, AgentSight, and SLS measurement
Tokenless Configuration and Data PrivacytokenlessConfiguration precedence, local data, and sensitive workloads
Tokenless TroubleshootingtokenlessAdapters, databases, Stash, upgrades, and uninstall
Agent Memoryagent-memoryPersistent memory, MCP tools, search and sovereignty controls

Runtime (runtime/)

DocumentComponentDescription
Blaze Sandbox RuntimeblazeOpt-in VM networking and periodic storage artifact synchronization for managed sandboxes
Workspace Checkpointsws-ckptInstant snapshot/rollback via btrfs COW
Skill FilesystemskillfsFUSE virtual views with progressive disclosure
SkillFS Kubernetes SidecarskillfsRunning SkillFS as a FUSE sidecar in Kubernetes

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)