跳到主要内容
Agentic OS 1.0

ANOLISAANOLISA

Agent 原生的操作系统层。

一条命令,让 Agent 少烧 30~70% 的工具输出 token。

这只是操作系统为 Agent 做的一件事——它还让 Agent 跑得起、退得回、守得住。

操作系统的使用者已经改变。ANOLISA 让 Agent 成为系统中的一等公民。

一个入口,按需启用

curl -fsSL https://get.agentic-os.sh | bash

让你的 Agent 接入

阅读 https://agentic-os.sh/agents/,了解如何使用 ANOLISA,并根据当前环境帮我完成安装。

TOKENLESS · 工具输出压缩

保留关键信息,少用一些 Token。

Tokenless 会在工具输出进入模型前先做一次压缩。错误、变更和关键字段留下,重复内容和过程噪声少占上下文。

这里展示仓库中的 Benchmark 区间。实际结果会随 Payload 变化,也不能直接换算成 Provider 账单的节省比例。查看 Benchmark 方法

Response 压缩26–78%
原始工具输出
{ "tool": "search_code", "status": "ok", "debug": { "latency_ms": 14, "trace": "gw-84f19", "cache": "hit" }, "results": [ { "id": 0, "name": "item-0", "path": "src/module_0/file_0.rs" }, { "id": 1, "name": "item-1", … }, … 98 more result records … ], "request_id": "req-8f3a91" }
上下文就绪输出关键信号已保留
tool: search_codestatus: okresults[32]{id,name,path}: 0,item-0,src/module_0/file_0.rs 1,item-1,src/module_1/file_1.rs … 30 more retained rows …<<tokenless:7f3a…>> · 68 retrievablerequest_id: req-8f3a91

数组过长时,Tokenless 保留前 32 项,并把其余内容存入 Stash。当前上下文仍会保留 ID 和 Path。

ResponseTOONStash

解决 Agent 运行中的关键问题。

Agent 的日常运行,绕不开终端协作、Token 开销和执行环境。每项能力都可独立安装、按需接入。

打开指南