AgentDish directory
llm
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1035
↓ -6
AgentKitten
Swift package for building provider-agnostic AI agents on Apple platforms, with tools for runtime permissions, hooks, context compaction, session state, validation loops, and traceable execution. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 99 days ago | Details |
|
#1075
↓ -6
Ctx-opt
TypeScript middleware that trims or compresses LLM chat history to fit a token budget, with support for OpenAI, Anthropic, and AI SDK integrations. |
Developer Tools / LLM Context Management | 84 | ↓ -6 | 120 days ago | Details |
|
#1078
↓ -6
Hollow
Open-sourced local multi-agent OS that runs three agents on consumer hardware, lets them form goals from environmental pressure, and supports self-modifying workflows through tool creation and change requests. |
AI Agent / Autonomous Multi-Agent System | 84 | ↓ -6 | 121 days ago | Details |
|
#1086
↓ -6
Pokeloop
A research-style demo showing LLM agents evolving through a genetic algorithm to play Pokémon in parallel sandboxed VMs. The page explains the setup, scoring loop, generations, results, and links to the repo and run artifacts. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 124 days ago | Details |
|
#1102
↑ +355
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 | ↑ +355 | 128 days ago | Details |
|
#1106
↓ -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 | 128 days ago | Details |
|
#1109
↓ -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 | 129 days ago | Details |
|
#1124
↓ -3
Uno
Uno is a research repository for speeding up LLM inference with discrete diffusion and lossless multi-token decoding. The repo includes inference, training, and evaluation code, plus installation steps, checkpoints, and example workflows. |
AI Research / LLM Efficiency / Inference | 83 | ↓ -3 | 7 days ago | Details |
|
#1143
↓ -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 | 19 days ago | Details |
|
#1176
↓ -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 | 49 days ago | Details |
|
#1181
↓ -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 | 52 days ago | Details |
|
#1186
↓ -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 | 62 days ago | Details |
|
#1252
↓ -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 | 119 days ago | Details |
|
#1256
↓ -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 | 122 days ago | Details |
|
#1265
↑ +194
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 | ↑ +194 | 128 days ago | Details |
|
#1268
↓ -2
Spanda
Open-source LLM uncertainty and hallucination detection tool that estimates epistemic risk in microseconds using exact-match normalized entropy, with Rust gateway and Python package support. |
Developer Tools / Code Assistant | 82 | ↓ -2 | just now | Details |
|
#1278
↓ -2
vernLLM
vernLLM is a TypeScript LLM call framework that keeps retries, fallback, rate limiting, circuit breaking, caching, and middleware inside your own process. It supports OpenAI-compatible providers plus Anthropic, Gemini, Bedrock, and others via adapters. |
Developer Tool / LLM Framework | 82 | ↓ -2 | 5 days ago | Details |
|
#1287
↓ -2
Semantic Overlays
Live demo of a prompt-injection defense for LLMs using per-position semantic overlays. The page shows how marked spans can be treated as untrusted while the base model stays frozen, with interactive examples for retrieved text, hidden instructions, language marking, and request-scoped overlays. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 9 days ago | Details |
|
#1296
↓ -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 | 14 days ago | Details |
|
#1308
↓ -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 | 21 days ago | Details |
|
#1329
↓ -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 | 39 days ago | Details |
|
#1338
↓ -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 | 41 days ago | Details |
|
#1343
↓ -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 | 43 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 | 47 days ago | Details |