AgentDish directory
llm
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#998
↑ +324
liteflow
A ~1000-line C workflow runtime where an LLM can modify a DAG during execution using a restricted four-verb grammar, with every change written to an append-only audit log for replay and inspection. |
Developer Tools / Workflow Automation | 84 | ↑ +324 | 118 days ago | Details |
|
#1002
↓ -4
VT Code
Open-source Rust coding agent with LLM-native code understanding, shell safety, and support for multiple LLM providers with automatic failover. |
Developer Tools / Code Assistant | 84 | ↓ -4 | 118 days ago | Details |
|
#1005
↓ -2
Lightport
Lightport is a lightweight AI gateway that makes LLM providers OpenAI-compatible. The repo shows supported endpoints, a long provider list, quickstart commands, request examples, and active maintenance signals. |
Developer Tools / API Gateway | 84 | ↓ -2 | 118 days ago | Details |
|
#1028
↓ -3
Daimon
Local privacy gateway that redacts sensitive text before sending prompts to external LLMs, then reconstructs the final answer locally. |
Developer Tools / Code Assistant | 83 | ↓ -3 | 9 days ago | Details |
|
#1061
↓ -3
filtersql
Dependency-free Python library that compiles a declarative JSON query format into safe, parameterized SQL for LLM workflows, REST APIs, and frontend-backed data tables. |
Developer Tools / Code Assistant | 83 | ↓ -3 | 39 days ago | Details |
|
#1066
↓ -3
ContextSpy
ContextSpy is an LLM context profiler that intercepts agent traffic, breaks down token usage, and visualizes how prompts change across requests and sessions. |
Developer Tools / AI Observability | 83 | ↓ -3 | 42 days ago | Details |
|
#1071
↓ -3
Karpathy LLM Wiki
An AI-powered Obsidian plugin that turns notes into a self-organizing wiki with auto-generated entity pages, bidirectional links, traceable answers, and local-first support. |
Developer Tools / Obsidian Plugin | 83 | ↓ -3 | 52 days ago | Details |
|
#1137
↓ -3
Recursant for OpenClaw
A governance plugin for OpenClaw that registers instances with a Recursant registry and intercepts tool calls, LLM prompts, and chat messages for auth, PII redaction, rate limiting, and auditing. |
Developer Tools / Code Assistant | 83 | ↓ -3 | 109 days ago | Details |
|
#1141
↓ -3
viewllm
Single-binary viewer for HTML reports generated by AI agents, with local browsing, live previews, search, and shareable links. |
Developer Tools / AI Developer Tooling | 83 | ↓ -3 | 112 days ago | Details |
|
#1150
↑ +174
Train Your Own LLM from Scratch
A hands-on workshop repository that walks developers through building a small GPT-style language model from scratch, including tokenization, transformer blocks, training, and text generation. |
Developer Tools / Machine Learning | 83 | ↑ +174 | 118 days ago | Details |
|
#1161
↓ -2
z
A terminal-based agentic coding harness for engineers, optimized for z.ai GLM models and built to hot-swap across multiple LLM providers mid-session. |
Developer Tools / AI Agent Frameworks | 82 | ↓ -2 | 4 days ago | Details |
|
#1173
↓ -2
Seed: Minimal, self-modifying agent harness
Open-source agent harness that starts from a tiny loop, gives the model one exec tool, and stores the agent’s state and sessions inside its own directory. It includes setup commands, model configuration notes, and design rationale. |
Developer Tools / AI Agents | 82 | ↓ -2 | 11 days ago | Details |
|
#1194
↓ -2
eek! it's a tiny rust LLM proxy in ~1k loc
A small Rust-based LLM proxy for forwarding chat, messages, and responses requests to providers with gateway-key handling and optional protocol translation between Anthropic and OpenAI styles. |
Developer Tool / API Gateway / Proxy | 82 | ↓ -2 | 29 days ago | Details |
|
#1203
↓ -2
thinair
Open-source Python library that lets developers integrate an LLM into the Python runtime so missing attributes, methods, and typed values can be inferred on demand with confidence scores. |
Developer Tools / AI Development Frameworks | 82 | ↓ -2 | 31 days ago | Details |
|
#1208
↓ -2
Peri
A Rust-based coding agent built for speed, low memory use, and Claude Code compatibility. The project highlights support for skills, hooks, MCP, plugins, sub-agents, and multiple LLM providers, with terminal, headless, and IDE-facing entry points. |
Developer Tools / AI Coding Agents | 82 | ↓ -2 | 33 days ago | Details |
|
A curated GitHub resource mapping AI token costs, waste, and efficiency practices for agentic coding. It combines an awesome list with editorial notes, practices, concepts, claims, and copy-paste setups. |
Developer Tools / AI Observability | 82 | ↓ -2 | 37 days ago | Details |
|
#1272
↓ -2
NakshGuard
NakshGuard is a self-hosted reverse proxy for OpenAI and Anthropic chat APIs that detects and blocks runaway AI agent loops before they waste tokens or API spend. It includes per-agent session tracking, configurable thresholds, shadow mode, and hot config reload. |
Developer Tools / AI Infrastructure | 82 | ↓ -2 | 77 days ago | Details |
|
#1277
↓ -2
guardian-runtime
Local-first governance layer for AI systems that monitors prompts and responses to block secrets, PII, and runaway LLM spending before requests leave the machine. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 81 days ago | Details |
|
#1278
↓ -2
llmbuffer
Python library for managing LLM conversation history with cache-friendly message ordering, dynamic context, and compaction. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 82 days ago | Details |
|
#1283
↓ -2
wibeOS
A macOS desktop shell where apps are generated by Claude into interactive HTML mini-apps, with local system features like windows, dock, file storage, notifications, and persona-based themes. |
Developer Tools / AI Apps Framework | 82 | ↓ -2 | 86 days ago | Details |
|
#1284
↓ -2
Lathe
Lathe generates multi-part, hands-on technical tutorials from prompts and provides a local UI plus CLI workflow for working through them with LLM-assisted skills. |
Developer Tools / AI Coding Assistants | 82 | ↓ -2 | 86 days ago | Details |
|
#1287
↓ -2
Viveka
A Python filter layer for LLM apps that evaluates responses against a Lean-verified Scherf logic backend and can pass, flag, correct, or block output. |
Developer Tools / AI Safety / LLM Guardrails | 82 | ↓ -2 | 91 days ago | Details |
|
#1297
↓ -2
DeepSeek Sparse Attention
A PyTorch reference implementation of DeepSeek Sparse Attention from the LLMs-from-scratch project, including a lightweight indexer, top-K token selection, and a GPT-style model with KV-cache support. |
Developer Tools / Machine Learning / LLM Architecture | 82 | ↓ -2 | 100 days ago | Details |
|
#1304
↓ -2
MagesticAI
MagesticAI is an open-source, browser-based platform for managing AI coding tasks with multi-agent orchestration, task boards, terminal access, and code review. The README shows installation steps, Docker deployment, supported platforms, and a concrete local setup path. |
Developer Tools / AI Agent Orchestration | 82 | ↓ -2 | 105 days ago | Details |