10 projects
micro-agent-router
A zero-dependency, ultra-lightweight state machine for building agentic AI workflows without heavy frameworks.
prompt-cache-optimizer
A zero-dependency Python micro-tool to structure LLM payloads for maximum prompt caching hits (OpenAI & Anthropic).
json-healer-lite
A zero-dependency Python micro-tool to repair and parse malformed, truncated, or markdown-wrapped JSON from LLMs.
md-to-text-lite
A zero-dependency Python micro-tool to quickly convert Markdown strings into clean, readable plain text.
markdown-link-resolver
A lightweight micro-tool to resolve relative links and image paths in Markdown files.
json-to-toon-lite
A zero-dependency micro-tool to convert JSON strings into TOON to save LLM tokens.
function-schema-generator
Automatically generate OpenAI and Anthropic function calling JSON schemas from Python function signatures.
json-to-yaml-lite
A zero-dependency micro-tool to convert JSON strings into YAML to save LLM tokens.
prompt-token-minifier
A lightweight tool to compress LLM prompts, minimize JSON schemas, and strip code comments to save tokens.
html-table-rescuer
Extracts HTML tables and converts them to Markdown, preserving structure via row/colspan handling.