AgentDish directory
Recently Evaluated
The newest checks across accepted listings.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#787
↓ -3
Deliberate
Deliberate is an SDK and proxy that records the alternatives an AI agent considered, what it rejected, and why, with replay, policy gates, approval workflows, and exportable decision logs. |
Developer Tools / AI Agent Tooling | 85 | ↓ -3 | 103 days ago | Details |
|
#1245
↓ -3
Ouijit
Ouijit is an open-source task and terminal session manager for coding agents. It adds agent status, notifications, automatic worktree management, and VM sandboxing, with support shown for Claude Code, Codex, and Pi. |
Developer Tools / Agent Orchestration | 83 | ↓ -3 | 103 days ago | Details |
|
#1052
↓ -6
Odysseus
Self-hosted AI workspace with chat, agents, deep research, document editing, email triage, notes, calendar, and model comparison. The README includes setup instructions for Docker and native installs, plus a broad feature list and demo references. |
AI Productivity / AI Workspace | 84 | ↓ -6 | 103 days ago | Details |
|
#1053
↓ -6
screenshotter
A macOS utility that compresses screenshots locally and copies them to the clipboard for use with coding agents like Codex and Claude. |
Developer Tools / AI Developer Utilities | 84 | ↓ -6 | 104 days ago | Details |
|
#1677
↑ +2
agentpack
agentpack is a tool for staging reproducible AI coding environments across agent harnesses like Claude Code, Codex, Cursor, and OpenCode. It manages skills, hooks, MCPs, and other agent configuration from a single manifest without polluting the project or user config. |
Developer Tools / AI Coding / Agent Infrastructure | 79 | ↑ +2 | 104 days ago | Details |
|
#1771
↑ +6
fuguUX
fuguUX is an AI-powered user testing and CX analysis tool that simulates real users on a website, surfaces UX issues, and generates reports with severity-rated findings, session records, and improvement roadmaps. |
AI Product / UX Testing | 78 | ↑ +6 | 104 days ago | Details |
|
#1054
↓ -6
mcpguard
Open-source security scanner and firewall for MCP servers. It scans configs for common MCP risks, enforces runtime policies on tool calls, and produces audit logs, with CLI commands, policy examples, and a programmatic API. |
Developer Tools / Security | 84 | ↓ -6 | 104 days ago | Details |
|
#444
↓ -4
react-rewrite
A visual editor for React apps that lets you edit UI live and writes the changes back into source files. It runs locally as a proxy/overlay and supports Next.js, Vite, and Create React App. |
Developer Tools / Frontend Development | 87 | ↓ -4 | 104 days ago | Details |
|
#26
↓ -3
OWASP Agent Memory Guard
An OWASP incubator project that protects AI agent memory from prompt injection, secret leakage, and tampering. It includes a Python library, policy-based controls, benchmarks, and integrations for agent frameworks like LangChain and AutoGen. |
Developer Tools / AI Security | 91 | ↓ -3 | 104 days ago | Details |
|
#788
↓ -3
NodeCartel
NodeCartel is a cloud tool for managing AI agents across multiple hosts with workspaces, task assignment, shared wiki memory, live chat, and usage/cost tracking. |
Developer Tools / AI Agent Infrastructure | 85 | ↓ -3 | 104 days ago | Details |
|
#630
↑ +2
SnapName
SnapName is a macOS app that watches a screenshot or image folder and uses bundled local AI to suggest better filenames without uploading images. |
Productivity / File Management | 86 | ↑ +2 | 104 days ago | Details |
|
#1838
→ 0
zot-answer
A TypeScript zot extension that adds an /answer slash command for responding to numbered questions from the latest assistant message in an interactive panel. |
Developer Tools / AI Agent Tools | 77 | → 0 | 104 days ago | Details |
|
#1436
↓ -2
Extend AI
Extend AI turns a spoken or rough written idea into posts that match the user’s own voice across LinkedIn, X, Instagram, and more. |
Writing / Copywriting | 82 | ↓ -2 | 105 days ago | Details |
|
#1894
↓ -1
Pure Effect
Pure Effect is a small JavaScript library for building testable business logic as data-driven commands instead of relying on mocks. It includes primitives like Success, Failure, Command, Ask, Retry, and Parallel, plus helpers like effectPipe and runEffect for composing and executing flows. |
Developer Tools / Code Assistant | 76 | ↓ -1 | 105 days ago | Details |
|
#1919
→ 0
cartographer
A Claude Code skill for scoping fuzzy or domain-heavy software requests by building a short problem-theory before coding. |
Developer Tool / AI Coding Assistant Skill | 75 | → 0 | 105 days ago | Details |
|
#1678
↑ +2
Autolang
Autolang is a scripting language and compiler for AI agent code, designed to run untrusted AI-written scripts in a controlled environment with restricted access to registered functions. |
Developer Tools / Code Assistant | 79 | ↑ +2 | 105 days ago | Details |
|
#164
→ 0
crune
crune is a static web dashboard and CLI for analyzing Claude Code session logs. It offers session playback, analytics, semantic knowledge graph generation, and reusable skill synthesis from prior sessions. |
Developer Tools / AI/LLM Utilities | 89 | → 0 | 105 days ago | Details |
|
#1969
↓ -1
Building an Agent with the Cline SDK
A tutorial showing how to build a release notes generator with the Cline SDK, including project structure, setup, custom tool design, and code walkthroughs. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 105 days ago | Details |
|
#631
↑ +2
tokentoll
tokentoll is a GitHub Action and CLI that scans Python and JavaScript/TypeScript code for LLM API calls, estimates spend, and blocks pull requests when cost or model-policy thresholds are exceeded. |
Developer Tools / CI/CD | 86 | ↑ +2 | 105 days ago | Details |
|
#445
↓ -4
VT Code
Open-source terminal coding agent in Rust with LLM-native code understanding, shell safety, multi-provider support, and automatic failover. |
Developer Tools / Code Assistant | 87 | ↓ -4 | 105 days ago | Details |
|
#1839
→ 0
CAPTCHAs can still detect AI agents
A research write-up on detecting AI agents through process differences in CAPTCHA and related cognitive tasks. It outlines the CogCAPTCHA30 approach, reports human-vs-model differences, and connects the findings to Roundtable’s Proof of Human product. |
Research / Knowledge Work | 77 | → 0 | 105 days ago | Details |
|
#632
↑ +2
zot
A lightweight, single-binary terminal coding agent harness written in Go. It supports multiple model providers, local OpenAI-compatible models, built-in file and shell tools, extensions, session management, side chat, and swarm subagents. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 105 days ago | Details |
|
#330
↓ -3
tiny-vllm
Open-source C++ and CUDA LLM inference engine inspired by vLLM, with a teaching-focused course that walks through model serving, batching, KV cache, and attention kernels. |
Developer Tools / AI Inference / LLM Serving | 88 | ↓ -3 | 105 days ago | Details |
|
arXiv paper on a self-speculative decoding framework for speeding up reasoning LLM inference on edge hardware, with hardware co-design and reported speedups. |
Research / AI/ML Paper | 77 | → 0 | 106 days ago | Details |