Discover and explore top open-source AI tools and projects—updated daily.
learningCatHDAI agent gateway for significant LLM cost reduction
New!
Top 97.8% on SourcePulse
TELOS SDK addresses the significant cost and latency associated with large language model (LLM) interactions by introducing a cache-aware gateway protocol. It targets developers and researchers building AI agents, offering substantial savings on token billing and potentially faster inference without altering existing agent logic or model behavior.
How It Works
TELOS acts as a transparent proxy between an AI agent and its LLM backend. It employs a cache-aware mechanism to identify and reuse common prefixes within conversation histories or tool calls. Instead of re-processing and re-billing these repeated segments on every turn, TELOS serves them from a local cache, drastically reducing the number of input tokens billed by the LLM provider. This approach is advantageous as it directly targets the cost bottleneck without requiring modifications to the agent's prompts, underlying models, or core functionalities.
Quick Start & Requirements
Installation can be achieved via a one-line script for Linux/macOS/WSL2/Android Termux (curl -fsSL https://raw.githubusercontent.com/learningCatHD/telos-sdk/main/scripts/install.sh | bash) or using pip (uv pip install -U telos-sdk). After installation, run telos init to configure the gateway and telos dashboard to view savings. Prerequisites include Python 3.10+. Detailed guides and documentation are available at docs.telosai.pro.
Highlighted Details
Maintenance & Community
Core contributors include Zheng Wang, Shenzhi Wang, HongTao Zhong, Shiji Song, and Gao Huang. The project has recently launched its documentation site and includes news on integrations like cc-switch coexistence and Codex.app support. No direct community channels (e.g., Discord, Slack) are listed in the README.
Licensing & Compatibility
The core of the project is licensed under the Apache 2.0 license, which is permissive and generally compatible with commercial use and closed-source applications.
Limitations & Caveats
The TELOS SDK is currently in a Beta status, indicating potential for ongoing development, undiscovered bugs, or API changes. Specific limitations or unsupported platforms are not detailed in the provided README.
4 days ago
Inactive