awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 repositorios

Awesome GitHub RepositoriesToken Optimization Utilities

Mechanisms for monitoring, limiting, and compacting token usage in LLM-based applications.

Distinguishing note: Specifically targets LLM token consumption and cost control rather than general performance profiling.

Explore 28 awesome GitHub repositories matching artificial intelligence & ml · Token Optimization Utilities. Refine with filters or upvote what's useful.

Awesome Token Optimization Utilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • affaan-m/everything-claude-codeAvatar de affaan-m

    affaan-m/everything-claude-code

    216,499Ver en GitHub↗

    Everything Claude Code es un framework agentic diseñado para orquestar flujos de trabajo complejos de desarrollo de software a través de la delegación de subagentes especializados. Funciona como un plano de control que gestiona el comportamiento del agente, el acceso a herramientas y la eficiencia de la ventana de contexto, permitiendo a los desarrolladores dividir tareas grandes en subprocesos enfocados y con alcance que evitan la sobrecarga del sistema. El framework se distingue por una capa robusta de seguridad y automatización que incluye análisis estático automatizado y red-teaming adversarial para auditar las configuraciones de los agentes. Permite la creación de patrones de comportamiento reutilizables y secuencias de automatización, que pueden compartirse entre entornos como habilidades modulares. Al sincronizar configuraciones específicas del proyecto e instrucciones de chat, asegura que los estándares de codificación y las restricciones de seguridad sigan siendo consistentes tanto en la línea de comandos como en los entornos de desarrollo integrados. Más allá de sus capacidades principales de orquestación, el proyecto proporciona herramientas integrales para gestionar los costos operativos durante sesiones de larga duración. Incluye mecanismos para la optimización dinámica de tokens, gestión del estado de la sesión y hooks basados en eventos que activan scripts de validación o cumplimiento de calidad. El sistema también admite la extracción de patrones recurrentes del historial de control de versiones para generar colecciones de habilidades especializadas, agilizando aún más las tareas de desarrollo repetitivas.

    Optimizes operational costs by managing model selection and auto-compaction thresholds for token usage.

    JavaScriptai-agentsanthropicclaude
    Ver en GitHub↗216,499
  • juliusbrussee/cavemanAvatar de JuliusBrussee

    JuliusBrussee/caveman

    73,390Ver en GitHub↗

    Caveman is a set of tools and configurations designed for large language model token optimization. It focuses on reducing the amount of data processed during AI interactions to lower costs and maximize the available context window. The project implements a fragmented communication style that replaces full grammatical sentences with concise technical keywords. This approach extends to AI context optimization by condensing memory files and tool descriptions, and includes a specialized configuration for generating terse, one-line code reviews and short conventional commit messages. The system i

    Provides a comprehensive suite of tools to reduce token consumption in LLM prompts and responses.

    JavaScriptaianthropiccaveman
    Ver en GitHub↗73,390
  • chopratejas/headroomAvatar de chopratejas

    chopratejas/headroom

    29,537Ver en GitHub↗

    Headroom is an AI gateway proxy and token optimizer designed to reduce the cost and latency of large language model interactions. It functions as an intermediary that intercepts traffic between clients and providers to apply context compression, request routing, and format translation. The system differentiates itself through a Model Context Protocol server implementation that delivers compression and retrieval tools to compatible AI hosts. It employs a content-aware compression pipeline and tiered importance scoring to trim redundant data from logs and tool outputs while preserving essential

    Reduces token consumption and costs by compacting logs, files, and tool outputs before model transmission.

    Pythonagentaianthropic
    Ver en GitHub↗29,537
  • sillytavern/sillytavernAvatar de SillyTavern

    SillyTavern/SillyTavern

    29,463Ver en GitHub↗

    SillyTavern is a comprehensive interface and orchestration platform designed for immersive AI roleplay and interactive chat experiences. It functions as a unified gateway that connects users to a wide array of local and cloud-based large language models, providing a centralized environment to manage complex character personas, narrative context, and model-driven interactions. The platform distinguishes itself through its advanced prompt engineering and automation capabilities. It utilizes a sophisticated macro-based templating engine and vector-database retrieval to dynamically inject lore, c

    Calculates token usage in text inputs to help monitor and optimize prompt length.

    JavaScriptaichatllm
    Ver en GitHub↗29,463
  • openai/openai-agents-pythonAvatar de openai

    openai/openai-agents-python

    27,191Ver en GitHub↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Reduces context window consumption by truncating verbose tool outputs while preserving recent interactions.

    Pythonagentsaiframework
    Ver en GitHub↗27,191
  • yamadashy/repomixAvatar de yamadashy

    yamadashy/repomix

    26,498Ver en GitHub↗

    Repomix is an AI-focused development utility designed to prepare local and remote codebases for analysis, review, and automated interaction. It functions as a codebase context bundler and a Model Context Protocol server, aggregating project files into structured documents that are optimized for ingestion by large language models. By serving as a bridge between local repositories and external intelligence agents, the tool facilitates real-time codebase inspection and automated development workflows. The system distinguishes itself through rigorous repository token management and security-consc

    Manages token usage by filtering, compressing, and sanitizing source code before sharing it with AI models.

    TypeScriptaianthropicartificial-intelligence
    Ver en GitHub↗26,498
  • toon-format/toonAvatar de toon-format

    toon-format/toon

    24,642Ver en GitHub↗

    Toon is a data serialization library and toolkit designed to convert complex objects into compact, human-readable formats optimized for large language models. By focusing on token efficiency, the library minimizes the context window footprint of structured data through techniques like key folding and tabular layout optimization. It provides a streaming-capable processor that handles the encoding and decoding of hierarchical data while maintaining structural integrity. The project distinguishes itself through its path-aware transformation pipeline and configurable serialization logic, which al

    Combines indentation and tabular layouts to minimize token usage for large language model inputs.

    TypeScriptdata-formatllmserialization
    Ver en GitHub↗24,642
  • microsoft/guidanceAvatar de microsoft

    microsoft/guidance

    21,502Ver en GitHub↗

    Guidance is a control framework and generation orchestrator for large language models. It provides a programming layer to steer model outputs through structured templates, schema enforcement, and logical flow management. The framework distinguishes itself by interleaving model generation with local code execution, enabling the use of loops and conditional branching within a single session. It employs grammar-based token constraints and regular expressions to force models to sample only from tokens that satisfy a specific structural format, ensuring strict adherence to predefined data models.

    Implements performance gains by injecting known tokens into the output stream to reduce GPU compute and latency.

    Jupyter Notebook
    Ver en GitHub↗21,502
  • qwenlm/qwen-codeAvatar de QwenLM

    QwenLM/qwen-code

    19,078Ver en GitHub↗

    Qwen-code is an AI-powered development framework designed for orchestrating intelligent coding agents within terminal and IDE environments. It provides a comprehensive infrastructure for automating software maintenance, code generation, and complex refactoring tasks by managing multi-agent workflows and persistent session states. The system is built to handle both interactive development and automated background processes, ensuring that agents can execute shell commands and file operations safely within isolated, sandboxed environments. What distinguishes this project is its focus on granular

    Monitors and optimizes token usage to manage costs and improve efficiency in agentic workflows.

    TypeScript
    Ver en GitHub↗19,078
  • stas00/ml-engineeringAvatar de stas00

    stas00/ml-engineering

    18,124Ver en GitHub↗

    This project is a comprehensive engineering framework and technical reference for managing, scaling, and optimizing distributed machine learning infrastructure. It provides a suite of methodologies and diagnostic tools designed to support large-scale model training and inference on high-performance computing clusters. The project distinguishes itself through a specialized diagnostic toolkit and infrastructure optimization suite that addresses the complexities of multi-node environments. It enables precise control over cluster resources, including hardware maintenance, network topology configu

    Reduces the size of a model's tokenizer by limiting the vocabulary to essential characters and tokens to minimize memory footprint.

    Pythonaidebugginggpus
    Ver en GitHub↗18,124
  • decolua/9routerAvatar de decolua

    decolua/9router

    17,690Ver en GitHub↗

    9router is an AI model gateway designed to route requests from AI coding tools to multiple model providers through a single unified API. It provides administration for self-hosted AI proxy deployments, allowing users to manage API keys and model access on local servers or edge networks. The system differentiates itself through multi-provider API normalization, which translates incompatible request and response formats to ensure compatibility across different AI models. It features AI provider failover management to automatically switch between providers or accounts when quotas are exhausted o

    Reduces LLM token consumption and operational costs through payload compression and usage tracking.

    JavaScriptai-agentsai-gatewayanthropic
    Ver en GitHub↗17,690
  • yujiangshui/a-programmers-guide-to-englishAvatar de yujiangshui

    yujiangshui/A-Programmers-Guide-to-English

    16,428Ver en GitHub↗

    This project is a systematic framework for English language acquisition that applies structured workflows and cognitive strategies to build linguistic proficiency. It focuses on the construction of a linguistic knowledge base, enabling learners to master vocabulary and grammar through methodical training. The methodology is distinguished by its use of computer science concepts, such as mental-model-based learning and memory buffers, to organize progression. It emphasizes a cognitive-translation bypass to develop target language thinking, reducing mental latency by processing information direc

    Removes the need for mental translation to improve real-time interaction efficiency.

    englishenglish-learning
    Ver en GitHub↗16,428
  • asyncfuncai/deepwiki-openAvatar de AsyncFuncAI

    AsyncFuncAI/deepwiki-open

    14,362Ver en GitHub↗

    This platform is an automated documentation and codebase analysis system designed to generate structured wikis, technical guides, and interactive diagrams from source code repositories. It functions as a retrieval-augmented generation framework that connects codebases to language models, enabling context-aware answers, deep research, and automated documentation updates through semantic vector search. The system distinguishes itself through a self-hosted, containerized architecture that supports both cloud-based and local AI model execution. It provides sophisticated model orchestration, allow

    Optimizes token usage by trimming and formatting input prompts to fit model constraints and reduce costs.

    Pythonaigeminigithub
    Ver en GitHub↗14,362
  • andrewyng/context-hubAvatar de andrewyng

    andrewyng/context-hub

    13,700Ver en GitHub↗

    Context Hub is a retrieval-augmented generation framework and context management system designed to provide large language model agents with curated, versioned markdown documentation. It functions as a documentation provider that delivers precise API references and technical context to reduce hallucinations and token waste. The system incorporates an agentic memory layer that maintains persistent local annotations and user feedback to improve how agents retrieve task-specific knowledge. It uses a version-controlled repository of technical documentation designed for both machine readability an

    Optimizes LLM token consumption by retrieving only necessary documentation increments to increase response speed.

    JavaScript
    Ver en GitHub↗13,700
  • cumulo-autumn/streamdiffusionAvatar de cumulo-autumn

    cumulo-autumn/StreamDiffusion

    10,770Ver en GitHub↗

    StreamDiffusion is an interactive generative AI framework and inference engine designed for the low-latency delivery of image and video streams. It provides a real-time Stable Diffusion pipeline for text-to-image and image-to-image generation, enabling the creation of continuous generative image streams with minimized computational delay. The framework optimizes throughput using a pre-computed cache engine and residual-based guidance approximation to reduce the number of required model passes. It further manages GPU load through similarity-based frame skipping, which avoids redundant computat

    Accelerates image generation by reducing the number of required model forward passes.

    Python
    Ver en GitHub↗10,770
  • openai/consistency_modelsAvatar de openai

    openai/consistency_models

    6,492Ver en GitHub↗

    This project is a framework for training and sampling generative models designed to produce high-quality images in few steps. It provides implementations for image generation models that transform random noise into structured visual data through an optimized sampling process. The system specializes in accelerating image generation through consistency distillation and consistency training. It includes tools to transform pre-trained diffusion models into faster versions by distilling knowledge from a teacher model into a student model, as well as methods to train consistency models from scratch

    Optimizes inference speed by reducing the number of sampling steps required for image generation.

    Python
    Ver en GitHub↗6,492
  • getstream/vision-agentsAvatar de GetStream

    GetStream/Vision-Agents

    6,029Ver en GitHub↗

    Chooses model size and compute precision to balance transcription accuracy against inference speed on available hardware.

    Pythonagentic-aiagentsai
    Ver en GitHub↗6,029
  • xiaomi/maceAvatar de XiaoMi

    XiaoMi/mace

    5,041Ver en GitHub↗

    Mace es un framework de inferencia de deep learning móvil y motor de aceleración de hardware. Funciona como un runtime para ejecutar modelos de redes neuronales en dispositivos móviles, distribuyendo cálculos a través de CPUs, GPUs y NPUs. El proyecto incluye un convertidor de modelos multiplataforma para transformar redes neuronales pre-entrenadas de varios formatos de la industria en representaciones optimizadas para móviles. También proporciona un ofuscador de redes neuronales que convierte los pesos del modelo en código fuente para proteger la propiedad intelectual contra la ingeniería inversa. El framework gestiona los recursos del dispositivo optimizando la asignación de memoria y ajustando la configuración de energía del chip. Además, aborda el rendimiento de ejecución mediante la optimización de algoritmos matemáticos y la división de cálculos para mantener la capacidad de respuesta de la interfaz.

    Increases operation speed by applying hardware acceleration and optimized mathematical algorithms to complex calculations.

    C++deep-learninghvxmachine-learning
    Ver en GitHub↗5,041
  • 1rgs/jsonformerAvatar de 1rgs

    1rgs/jsonformer

    4,930Ver en GitHub↗

    Jsonformer es un generador de texto restringido y ejecutor de esquemas que obliga a los modelos de lenguaje a producir JSON sintácticamente correcto. Actúa como un validador y formateador, asegurando que la salida de un modelo de IA se ajuste estrictamente a un esquema estructural predefinido. El sistema logra esto restringiendo los tokens que un modelo de lenguaje puede generar e insertando caracteres estructurales fijos en el flujo de salida. Este proceso garantiza que los datos resultantes sigan el esquema JSON especificado para una integración programática confiable. El proyecto cubre amplias capacidades en la restricción de salida, generación de JSON estructurado y la creación de interfaces confiables entre modelos de lenguaje y software.

    Inserts static structural characters into the model output stream to guarantee syntactically valid JSON framing.

    Jupyter Notebook
    Ver en GitHub↗4,930
  • cvg/lightglueAvatar de cvg

    cvg/LightGlue

    4,625Ver en GitHub↗

    LightGlue is a deep learning framework designed for local feature matching and high-speed correspondence estimation between pairs of images. It functions as a computer vision matching model that identifies corresponding keypoints across different viewpoints. The system utilizes an adaptive neural network architecture that dynamically optimizes inference speed by pruning its own depth and width based on the input image pairs. This approach employs a transformer-style attention mechanism and cross-image attention to compute correlations between feature descriptors. The matching process include

    Reduces computational cost and increases processing speed through adaptive network pruning during inference.

    Python
    Ver en GitHub↗4,625
Ant.12Siguiente
  1. Home
  2. Artificial Intelligence & ML
  3. Token Optimization Utilities

Explorar subetiquetas

  • Generation Speed Optimizers3 sub-etiquetasUtilities that improve generation latency by reducing the number of model forward passes. **Distinct from Token Optimization Utilities:** Distinct from Token Optimization Utilities: targets GPU pass reduction for speed rather than just token count reduction for cost.
  • In-Stream Token InjectionsTechniques for inserting pre-determined tokens directly into the model's output stream to bypass compute cycles. **Distinct from Token Optimization Utilities:** Distinct from general token optimization utilities: specifically focuses on bypassing model forward passes via direct injection, not just limiting or compacting usage.
  • Inference Compute OptimizationsReducing GPU costs by bypassing model passes through token injection. **Distinct from Token Optimization Utilities:** Distinct from general Token Optimization Utilities: focuses on reducing compute/GPU passes via injection rather than prompt compression.