Public 0.1.0

Lazy Tool
Protocol.

Enable AI agents to call external tools (MCP, Crafts) without consuming tokens.

npm install -g ltp@latest
LTP-DAEMON
// 1. Initialize lazy protocol
import{ LTP }from'ltp-core';
// 2. Agent searches for capability
Tool Loaded: 14ms

Core Capabilities

Engineered for the next generation of autonomous agents. Minimal footprint, maximum capability.

read_file
list_dir
write_file
git_commit

On-Demand Discovery

LTP enables agents to search for tools semantically rather than keeping them all in context. Save 90% of your token window.

Secure by Design

Every tool execution is gated. You decide what runs automatically and what needs approval.

@mcp/filesystem
@mcp/postgres
@mcp/fetch

Universal MCP

Compatible with any standard Model Context Protocol server.

Crafts Workflow

Define complex, multi-step behaviors that agents can execute as a single skill units. Shareable and reproducible.

LTP Crafts vs. Standard Skills

Why stop at reading? Empower your agents to take action with fully executable workflows.

The evolution of
System Prompts.

Traditional AI skills (like Claude's Projects or Cursor Rules) are passive. They are text files that tell the AI what to do, but force the AI to hallucinate the steps or wait for manual user input.

LTP Crafts bundle the Instruction (Markdown) with the Implementation (Scripts).

When an agent loads a Craft, it doesn't just learn how to deploy infrastructure-it gains the actual tools to execute it deterministically.

Native Runtime
Executes scripts safely in the daemon
Portable Skills
Works in any MCP-compatible agent
Content Type
Standard:Text Instructions
Code & Scripts
Execution
Standard:Hallucinated
Deterministic
Portability
Standard:IDE Specific
Universal
Context Cost
Standard:High (Loaded)
Zero (Lazy)
Updates
Standard:Manual Copying
git pull
Developer Experience

Feels like native.
Works like magic.

The CLI is designed to be intuitive. Pipe commands, interact with the daemon, and inspect agent behavior in real-time.

  • Instant startup time (<50ms)
  • Native JSON output for easy parsing
  • Background daemon management
zsh
->~ltp add fs @modelcontextprotocol/fs
Installing server...
Done - Registered 'fs' successfully
->~ltp search "read file"
SCORETOOL
0.98fs/read_file
0.45fs/read_multiple_files