AgentDish directory
llm
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#268
↓ -6
zkit
Go packages for building agents in Go, with a streaming runner, tool dispatch, guardrails, compaction, provider adapters, and verified completion helpers. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 2 days ago | Details |
|
#271
↓ -6
CoreMCP
Open-source MCP server that exposes SQL databases as tools and prompts for AI agents, with support for MSSQL and PostgreSQL, read-only defaults, and local or remote transport. |
Developer Tools / AI/LLM Infrastructure | 84 | ↓ -6 | 4 days ago | Details |
|
#295
↓ -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 | 16 days ago | Details |
|
#335
↓ -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 | 37 days ago | Details |
|
#338
↓ -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 | 38 days ago | Details |
|
#346
↓ -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 | 41 days ago | Details |
|
#362
↑ +121
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 | ↑ +121 | 45 days ago | Details |
|
#366
↓ -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 | 45 days ago | Details |
|
#369
↓ -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 | 45 days ago | Details |
|
#415
↓ -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 | 36 days ago | Details |
|
#419
↓ -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 | 39 days ago | Details |
|
#428
↑ +57
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 | ↑ +57 | 45 days ago | Details |
|
#433
↓ -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 | 4 days ago | Details |
|
#438
↓ -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 | 8 days ago | Details |
|
#439
↓ -2
llmbuffer
Python library for managing LLM conversation history with cache-friendly message ordering, dynamic context, and compaction. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 9 days ago | Details |
|
#444
↓ -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 | 13 days ago | Details |
|
#445
↓ -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 | 13 days ago | Details |
|
#448
↓ -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 | 18 days ago | Details |
|
#458
↓ -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 | 27 days ago | Details |
|
#465
↓ -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 | 32 days ago | Details |
|
#470
↓ -2
Deploy an AI Agent on Truuze
A walkthrough for building and deploying an AI agent on Truuze with the AaaS dashboard, including setup, testing, connector configuration, and the platform’s escrow-based transaction flow. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 39 days ago | Details |
|
#475
↓ -2
UltraCompress
UltraCompress is a Python-based compression tool for large language models. The repo describes lossless 5-bit transformer compression, verification via SHA-256, a CLI on PyPI, and published model packs on Hugging Face. |
Developer Tool / ML / Model Compression | 82 | ↓ -2 | 42 days ago | Details |
|
#530
↓ -1
Rauno
Rauno is a multi-AI chat interface that sends one prompt to ChatGPT, Gemini, and Claude and presents them as a roundtable discussion. It’s aimed at comparing model responses and using cross-verification to help users judge which answer is right. |
AI Tools / Multi-Model LLM Interface | 80 | ↓ -1 | 37 days ago | Details |
|
#537
↓ -1
Interpretable AutoResearch
An open-source project for making AI research agents legible, auditable, and traceable through behavioral code and event logs. |
AI/ML / Agent framework | 80 | ↓ -1 | 45 days ago | Details |