kolo - greppable debugger for Python agents
Python debugger built for AI agents: captures every executed function call, return value, local variable, and HTTP request into greppable trace files.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
tokentap - intercept and visualize LLM token traffic
Python proxy that intercepts LLM API traffic and shows real-time token usage, costs, and context window in a terminal dashboard. Useful for debugging prompts and tracking spend.
Rapid-MLX - 2-4x faster local LLM inference on Apple Silicon
MLX-native inference engine with OpenAI-compatible API. The novel piece: DeltaNet state snapshots bring prompt caching to non-trimmable architectures (Qwen3.5 hybrids), restoring RNN state in ~0.1ms. 2-5x faster TTFT, native Metal kernels, continuous batching.
unclog - find and fix Claude Code context bloat
CLI that scans ~/.claude for MCPs, skills, hooks, and CLAUDE.md files, shows how many tokens each consumes before you type, and lets you remove items with reversible snapshots.
mcp-shark - Wireshark for Model Context Protocol
Electron capture and inspection tool for Model Context Protocol traffic. Records every HTTP request/response between an IDE and its MCP servers for forensic analysis.