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
| Document | Content |
|---|---|
| Installation | Progressive install from CLI to full component stack |
| Troubleshooting | Cross-component common issues and fixes |
User Entry Points (user-entrypoint/)
| Document | Component | Description |
|---|---|---|
| anolisa CLI | anolisa | Unified CLI for component management |
| Copilot Shell | cosh | AI terminal assistant and command gateway |
| OS Skills | os-skills | System management and DevOps skills |
Agent Observability (agent-observability/)
| Document | Component | Description |
|---|---|---|
| AgentSight | agentsight | eBPF-based tracing, Token accounting, Web Dashboard |
Agent Security (agent-security/)
| Document | Component | Description |
|---|---|---|
| AgentSecCore | agent-sec-core | Hardening, code scanning, prompt scanning, skill ledger |
Token Saving (token-saving/)
| Document | Component | Description |
|---|---|---|
| Tokenless | tokenless | Schema/response compression, command rewriting |
| Agent Memory | agent-memory | MCP-based persistent file memory |
Runtime (runtime/)
| Document | Component | Description |
|---|---|---|
| Workspace Checkpoints | ws-ckpt | Instant snapshot/rollback via btrfs COW |
| Skill Filesystem | skillfs | FUSE virtual views with progressive disclosure |
Terminology
| Term | Meaning |
|---|---|
| Component | A software unit implementing a specific capability (e.g. tokenless) |
| Adapter | A bridge package connecting a component to an Agent framework |
| system mode | Installation requiring root privileges (sudo anolisa install) |
| user mode | Installation into user-local paths (no sudo required) |