jahala/tilth
Smart(er) code reading for humans and AI agents. Reduces cost per correct answer by ~40% on average. Install: cargo install tilth -or- npx tilth
Combines tree-sitter structural parsing with semantic search to extract definitions, call graphs, and callee signatures in single queries—eliminating multi-round tool calls that waste tokens. Integrates as an MCP server across Claude Code, Cursor, VS Code, and other AI coding platforms with session dedup to suppress already-expanded definitions on revisits. Adaptive output sizing (full content for small files, outline+sections for large ones) and hash-anchored edit mode enable efficient navigation and modifications for both human developers and autonomous agents.
115 stars and 171 monthly downloads.
Stars
115
Forks
10
Language
Rust
License
MIT
Category
Last pushed
Mar 11, 2026
Monthly downloads
171
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/jahala/tilth"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
spider-rs/spider
Web crawler and scraper for Rust
RightNow-AI/openfang
Open-source Agent Operating System
Dicklesworthstone/pi_agent_rust
High-performance AI coding agent CLI written in Rust with zero unsafe code
liquidos-ai/AutoAgents
A multi-agent framework written in Rust that enables you to build, deploy, and coordinate...
Ataraxy-Labs/sem
Semantic version control CLI. Entity-level diff, blame, graph, and impact analysis for code. 16...