AgentDish directory
Python
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#297
↑ +2
MakerChecker
MakerChecker is a self-hosted governance layer for AI agents that enforces roles, approvals, and tamper-evident audit logs. The repo shows quickstart commands, a demo flow, and SDK/connectors for TypeScript, Python, and LangChain-style integrations. |
Developer Tools / AI Agent Governance | 86 | ↑ +2 | 30 days ago | Details |
|
#304
↑ +2
sharkclean-mcp
An MCP server for SharkClean and SharkNinja robot vacuums that lets MCP clients start cleanings, target rooms, dock the robot, and check status. The repo also includes setup steps, authentication guidance, CLI commands, and notes on supported models and cloud backend behavior. |
Developer Tools / MCP Server | 86 | ↑ +2 | 34 days ago | Details |
|
#310
↑ +2
Nanocode
Nanocode is a terminal-based AI coding assistant written in Python. The repo shows CLI install and usage instructions, runtime commands, configuration options, supported providers, and a detailed description of its context and file-editing workflow. |
Developer Tools / AI Coding Assistant | 86 | ↑ +2 | 41 days ago | Details |
|
#312
↑ +2
ZSE v2.0.0
A pure-Python LLM inference engine and server with CUDA/HIP/Metal code generation, OpenAI-compatible API support, built-in RAG, and multi-GPU backend support. |
Developer Tools / AI / ML Infrastructure | 86 | ↑ +2 | 45 days ago | Details |
|
#315
↑ +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 | 48 days ago | Details |
|
#350
↑ +2
SLayer
SLayer is an open-source semantic layer for AI agents and humans that sits between a database and downstream tools. It can auto-create data models from schema, compile natural-language-style queries into SQL, and be used through MCP, REST, CLI, or Python. |
Developer Tools / AI Development Tools | 86 | ↑ +2 | 67 days ago | Details |
|
#379
↓ -3
contextrot
Local CLI for analyzing when a coding agent starts degrading as session context fills, using transcript data already stored on disk. |
Developer Tools / AI/LLM observability | 85 | ↓ -3 | 11 days ago | Details |
|
#396
↓ -3
AutomatiQ
AutomatiQ is a Python CLI that records a browsing session and uses vision and LLM steps to generate a standalone HTTP-based automation script. |
Developer Tools / Automation | 85 | ↓ -3 | 30 days ago | Details |
|
#411
↓ -3
SynapCores/synapcores-agent
An open-source Python support agent that uses SynapCores as the agent brain for memory, retrieval, semantic tool routing, and generation. The repo includes a quick start, local Docker setup, example commands, and a traced demo of the agent loop. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 52 days ago | Details |
|
#417
↓ -3
Klent
Klent is an AI agent guardrails product that sits between agents and their tools, letting teams allow, deny, pause, rewrite, or redirect tool calls with policies, human approval flows, and audit trails. |
AI Developer Tool / Agent Guardrails | 85 | ↓ -3 | 64 days ago | Details |
|
#427
↓ -6
OWASP Agent Security Regression Harness
Open-source harness for executable security regression testing of agentic applications and MCP-integrated systems, with scenario files, policy assertions, trace-based evaluation, and JSON output for CI or local use. |
Developer Tools / Security Testing | 85 | ↓ -6 | 76 days ago | Details |
|
#430
↓ -6
LLM Inspector
An open-source CLI for inspecting live LLM inference processes on NVIDIA GPUs. It breaks down VRAM usage by component, shows runtime and model details, and projects memory savings from quantization strategies. |
Developer Tools / LLM Inference Observability | 84 | ↓ -6 | just now | Details |
|
#431
↓ -6
Democr.ai
A self-hosted Python runtime for building agentic AI apps with server-driven UI, audit logging, RBAC, sandboxing, and pluggable model orchestration. |
Developer Tool / AI Application Framework | 84 | ↓ -6 | 21 hours ago | Details |
|
#435
↓ -6
B.I.O.M.A. Framework
A local Rust-plus-Python middleware layer for LLM apps that claims to reduce token usage and add in-process security checks before prompts are sent to a provider. |
Developer Tool / LLM middleware | 84 | ↓ -6 | 21 hours ago | Details |
|
#445
↓ -6
Wisp
Wisp is an open-source desktop AI overlay that lets you trigger context-aware prompts with a hotkey, capture selection/clipboard/browser/screen context, and stream replies back into your workflow. It includes voice input/output, privacy controls, model-provider flexibility, and MCP support. |
Developer Tools / AI Assistants | 84 | ↓ -6 | 4 days ago | Details |
|
#456
↓ -6
Soup
Soup is a Python library that routes Agent Skills into LLM prompts, injecting only the skills relevant to each request. It supports local skills, remote repositories, and multiple providers including OpenAI, Anthropic, Gemini, Ollama, LiteLLM, and LangChain. |
Developer Tools / AI Orchestration | 84 | ↓ -6 | 9 days ago | Details |
|
#461
↓ -6
Shadow Web
Local-first Python SDK for AI agents that compresses web pages before LLM use, flattens Shadow DOM, builds action maps, and extracts structured data from tables, forms, and lists. |
Developer Tools / AI/LLM Web Automation | 84 | ↓ -6 | 10 days ago | Details |
|
#495
↓ -6
Autonomy
Autonomy is a self-directed AI agent framework under development by Bill Liu. The page describes a turn-based AgentLoop, managed action execution, beam-search candidate ranking, procedure skills, post-run learning, and event-sourced run history, with support for multiple AI providers and extensible toolsets. |
Developer Tools / AI Agent Framework | 84 | ↓ -6 | 27 days ago | Details |
|
#499
↓ -6
Rudi
Rudi is a Python tool for LLM memory management that replaces a growing chat transcript with a causal dependency graph, aiming to keep token usage flat across long sessions. The README shows benchmarking results, fold behavior, and example usage with get_slice, store_decisions, and run_turn. |
Developer Tools / AI Memory / Context Management | 84 | ↓ -6 | 28 days ago | Details |
|
#540
↓ -6
VAEN
VAEN is a CLI for packaging AI coding-agent setups into portable .agent archives and importing them across repos or teams without copying instructions, skills, MCP config, or secrets. |
Developer Tools / AI Coding Tools | 84 | ↓ -6 | 50 days ago | Details |
|
#573
↓ -6
Rotunda
An agent-first web browser for automating web tasks, with Playwright integration and a CLI for browser control, page inspection, screenshots, navigation, and file actions. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 65 days ago | Details |
|
#575
↓ -6
YantrikDB
A cognitive memory engine for AI agents with temporal decay, contradiction detection, autonomous consolidation, knowledge graph support, and ANN recall via HNSW. The repo shows Rust and Python usage, MCP client setup, and a quick-start path for agents and developers. |
Developer Tools / AI Libraries & Frameworks | 84 | ↓ -6 | 66 days ago | Details |
|
#591
↓ -6
Flue
Flue is an open-source Python tool that lets coding agents control desktop software from the command line without MCP servers. The README says it works with apps like Photoshop, Blender, Unity, Houdini, and Microsoft Office, and supports harnesses such as Claude Code, Codex, Gemini CLI, Cursor, and OpenCode. |
Developer Tools / AI Agent Tools | 84 | ↓ -6 | 71 days ago | Details |
|
#612
↓ -3
Local Search Agent
A Python framework for local document search that replaces traditional embedding-based RAG with BM25 indexing, Meilisearch, and an agent loop for search, fetch, and citation-backed answers. |
Developer Tools / AI Search / RAG | 83 | ↓ -3 | 45 hours ago | Details |