ntk

Community

Know less, do more with adaptive multi-agent execution.

Authorkobolingfeng
Version1.0.0
Installs0

System Documentation

What problem does it solve?

NTK solves the problem of excessive LLM context and cost by routing each request to the minimum-depth multi-agent pipeline needed for the task’s complexity, while compressing and selectively sharing information across agents.

Core Features & Use Cases

  • Adaptive complexity routing: Automatically selects the execution depth (direct → light → standard → full) to avoid over-processing simple tasks.
  • Need-to-know information sharing: Reduces token waste by only providing each agent the minimal context it needs, rather than broadcasting full history.
  • Information compression with backtracking (Tee): Compresses gathered information and can recover original text if verification fails, improving reliability without always paying full-context costs.
  • MCP-first integration: Exposes capabilities as an MCP server so you can call NTK from MCP-compatible AI clients (VS Code Copilot, Claude Desktop, OpenClaw, etc.).
  • Dual-model cost isolation: Uses a strong model only for the highest-depth planning stage, while low-depth execution relies on a cheaper model tier.

Use case: When you ask for a simple function or translation, NTK stays in direct mode; when you ask for architecture design, it escalates to full mode with planning, verification, and compressed research steps.

Quick Start

Install NTK, create/edit a .env file with your OpenAI-compatible API endpoint credentials, then start the MCP server and call ntk_run from your MCP client.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ntk
Download link: https://github.com/kobolingfeng/ntk/archive/main.zip#ntk

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.