설치
npx -y @deepseek-ai/dsh plugin --profile web add github:alibaba/anolisa이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
Agentic Nexus Operating Layer & Interface System Architecture
The operating system layer for Agent workloads.
Let Agents drive the system straight from your terminal, and strip the tool responses that reach the model before they cost you — while keeping the Shell, Agent framework, and sandbox you already run.
中文版 · Website · Quick Start · User Guide · Contributing
ANOLISA is a server-side operating layer for AI Agent workloads. It addresses three practical constraints of Agent execution: terminal entry, Token cost, and execution environments. Keep the Shell, Agent framework, and sandbox you already use. ANOLISA CLI provides a single installation entry point, while each capability can be enabled independently.
What it solves
01 · AGENT INTERFACE
Let the Agent work directly in the terminal
cosh-ng is an AI-native Linux terminal: it keeps familiar Bash/Zsh behavior, then adds an Agent that can understand intent, use tools and Skills, and ask for approval before risky work. Shell commands and natural language share one terminal instead of forcing users into a separate chat application.
02 · CONTEXT EFFICIENCY
See where Tokens go and cut waste before it reaches the model
Token-less removes redundancy from tool schemas and responses. Agent Memory reuses context across sessions, SkillFS exposes Skills as views and mounts them on demand so only the relevant ones enter the context, and AgentSight records where Tokens are actually spent.
Try Token-less with Claude Code in 3 minutes
Install Token-less and connect it to Claude Code:
curl -fsSL https://get.agentic-os.sh | bash
export PATH="$HOME/.local/bin:$PATH"
anolisa install tokenless
anolisa adapter enable tokenless claude-code
Restart Claude Code, run one tool-heavy task, then inspect the result:
tokenless stats summary
tokenless stats list --limit 5
Open the full Token-less Quick Start → · Read the user manual
In one observed coding task, Token-less saved 317K Tokens (40.5%), based on AgentSight measurements. Results vary by workload.
debug and trace are dropped by the field blacklist, metadata as null, and
tags / extra as empty values. Compression runs between the Agent and the
model, so no Agent framework code changes. Dropped array items stay retrievable
through a <<tokenless:KEY>> marker, which keeps the compression reversible.
| Tool responses | Tool schemas | Full pipeline |
|---|---|---|
| 65.8% fewer Tokens | 47.3% fewer Tokens | 62.9% fewer Tokens |
| ResponseCompressor · 46.85 µs | SchemaCompressor · 11.44 µs | 198.91 µs |
Savings apply to the tool responses entering the context, not to the whole session bill — the Token-less README explains how to estimate the effect for a given workload.
03 · EXECUTION RUNTIME
Give every Agent execution a boundary and a way back
ANOLISA is building out the Agent execution environment: Agent Sec Core isolates risky operations, and ws-ckpt keeps recovery points for workspace changes.
Install
ANOLISA CLI is the common installation entry point. cosh-ng is installed in system mode; Token-less and other capabilities can be added independently.
curl -fsSL https://get.agentic-os.sh | bash
sudo anolisa --install-mode system install cosh-ng
anolisa install tokenless
Run cosh to enter the AI-native terminal. Token-less can also optimize tool
calls from an existing Agent without changing its framework.
Documentation
Quick Start · Installation · User Guide · Troubleshooting · Build from Source · Changelog
Community
Scan with DingTalk to join the ANOLISA community.
- Open an issue for bugs and feature requests.
- Read CONTRIBUTING.md before submitting a pull request.
- Report vulnerabilities through the Security Policy.
License
ANOLISA is released under the Apache License 2.0.
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- Rust
- 라이선스
- Apache-2.0
- 최신 릴리스
- cosh-ng/v0.16.1
- 마지막 업데이트
- 2026. 8. 17. AM 8:44
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.