agentic-os-org/ANOLISA
ANOLISA (Agentic Nexus Operating Layer & Interface System Architecture) | Agentic OS with runtime, security, observability, and Tokenless response compression for lower token usage and cost.
What it solves
ANOLISA is a server-side operating layer designed to optimize and secure AI Agent workloads. It addresses three primary constraints: the lack of an AI-native terminal interface, high token costs associated with tool responses, and the need for secure, isolated execution environments for agents.
How it works
ANOLISA operates as a layer between the agent framework and the system, providing several modular components:
- Agent Entry: Provides
cosh-ng, an AI-native Linux terminal that integrates natural language and shell commands into a single interface, along with system and DevOps expertise via OS Skills. - Context Efficiency: Uses
Token-lessto compress tool schemas and responses by removing redundancy before they reach the LLM, andAgentSightto provide visibility into token spend using eBPF on Linux. - Runtime & Security: Implements
Agent Sec Corefor isolating risky operations andws-ckptfor workspace checkpointing and rollback, ensuring agents have a boundary and recovery points.
Who it’s for
Developers and DevOps engineers who run AI agents in terminal-based environments and want to reduce LLM operational costs, improve observability, and secure their system execution.
Highlights
- Token Reduction: The
Token-lesscomponent can significantly reduce token usage in tool responses and schemas (e.g., saving up to 62.9% in some pipelines). - AI-Native Terminal:
cosh-ngallows agents to drive the system directly from the terminal with approval-based risky work. - Kernel-Level Observability:
AgentSightuses eBPF to trace agent execution and token use without requiring code changes to the agent. - Crossover Compatibility: Works with existing agent frameworks and sandboxes without requiring framework code changes.
Related
- Project
- Project
- Project
- Project