Metadata-Version: 2.4
Name: token-saver-meta
Version: 0.1.0
Summary: Token Saving for the Masses — zero-config token-saving toolkit
Project-URL: Homepage, https://github.com/Im-Busy/token-saver-meta
Project-URL: Repository, https://github.com/Im-Busy/token-saver-meta
Project-URL: Issues, https://github.com/Im-Busy/token-saver-meta/issues
Author: Joey Chiu
License: Apache-2.0
License-File: LICENSE
Keywords: ai-agent,cli,context-compression,llm,token-optimization,token-saver
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: click>=8.0
Requires-Dist: mcp>=1.0
Requires-Dist: psutil>=5.9
Requires-Dist: rich>=13.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# Token Saver Meta

> **"Token Saving for the Masses"**

A meta-package that bundles token-saving tools across ALL layers of LLM token consumption — with zero configuration.

## Architecture

Hybrid across 4 layers:

| Layer | Tools | Mechanism |
|-------|-------|-----------|
| **Base** | caveman, ponytail, LG-token-saver, kevin-copilot | SKILL.md text (instant, zero deps) |
| **Intelligence** | CGC/codegraph, codesight, Repomix | Auto-install via npx |
| **Compression** | RTK, ContextSlimAI | Binary + CLI wrappers |
| **Optional** | TSCG, Unified T5 Memory, LLMLingua-2, SkillOpt, GitNexus | One-click enable |

Covers all 7 token types (T1-T7): exploration, shell output, agent output, prompt input, repeated knowledge, tool schemas, and instructions.

## Quick Start

```bash
# npm
npx token-saver-meta

# Python
uvx token-saver-meta
```

Full architecture: [docs/architecture-v2.md](docs/architecture-v2.md)

## License

Apache-2.0
