Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
ANOLISA(Agentic Nexus Operating Layer & Interface System Architecture)
| Date | Stars |
|---|---|
| 2026-07-31 | 303 |
| 2026-08-06 | 303 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="docs/images/brand/anolisa-lockup-dark.svg"
>
<source
media="(prefers-color-scheme: light)"
srcset="docs/images/brand/anolisa-lockup-light.svg"
>
<img
src="docs/images/brand/anolisa-lockup-light.svg"
alt="ANOLISA"
width="320"
>
</picture>
<sub>**A**gentic **N**exus **O**perating **L**ayer & **I**nterface **S**ystem **A**rchitecture</sub>
**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.
[中文版](README_zh.md) · [Website](https://agentic-os.sh/) ·
[Quick Start](docs/QUICKSTART.md) ·
[User Guide](docs/user-guide/en/README.md) ·
[Contributing](CONTRIBUTING.md)
[](LICENSE)
[](docs/user-guide/en/installation.md)
</div>
---
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.
<p align="center">
<img
src="docs/images/readme/highlights.png"
alt="ANOLISA product highlights"
/>
</p>
## What it solves
<p align="center"><strong>01 · AGENT INTERFACE</strong></p>
<h3 align="center">Let the Agent work directly in the terminal</h3>
cosh-ng gives Agents a structured, predictable interface for Shell and system
operations. Keep the Agent framework and sandbox already in use, and bring
system work into the existing terminal workflow.
[Get started with cosh-ng →](docs/user-guide/en/user-entrypoint/cosh-ng/QUICKSTART.md)
<p align="center"><strong>02 · CONTEXT EFFICIENCY</strong></p>
<h3 align="center">See where Tokens go and cut waste before it reaches the model</h3>
Token-less removes redundancy from tool schemas and responses.
[Agent Memory](src/agent-memory/README.md) reuses context across sessions,
[SkillFS](src/skillfs/README.md) exposes Skills as views and mounts them on
demand so only the relevant ones enter the context, and
[AgentSight](src/agentsight/README.md) records where Tokens are actually spent.
<p align="center">
<img
src="docs/images/readme/tokenless-response.png"
alt="Token-less response compression in the terminal"
/>
</p>
`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](src/tokenless/README.md) explains how to
estimate the effect for a given workload.
[Get started with Token-less →](docs/user-guide/en/token-saving/tokenless/QUICKSTART.md)
<p align="center"><strong>03 · EXECUTION RUNTIME</strong></p>
<h3 align="center">Give every Agent execution a boundary and a way back</h3>
ANOLISA is building out the Agent execution environment:
[Agent Sec Core](src/agent-sec-core/README.md) isolates risky operations, and
[ws-ckpt](src/ws-ckpt/README.md) keeps recovery points for workspace changes.
[Start with ANOLISA CLI →](docs/user-guide/en/user-entrypoint/anolisa-cli.md)
## Install
ANOLISA CLI is the common Excerpt of 5,178 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:33fcb07f4151d711, topic:agentic, desc:agentic