AgentDish directory
Python
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#6
↓ -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 | 2 days ago | Details |
|
#10
↓ -4
Ableton Live MCP
A general-purpose MCP bridge for Ableton Live that lets AI agents inspect and control Live sets, create and edit clips, add tracks and devices, analyze audio and harmony, and work with Max for Live audio taps. |
Music / Music Production Automation | 91 | ↓ -4 | 27 days ago | Details |
|
#32
↑ +57
MLJAR Studio
MLJAR Studio is a private AI data analysis workspace that runs locally, helps users explore data in natural language, generates and runs Python, automates machine learning experiments, and turns notebooks into shareable web apps. |
Developer Tools / Code Assistant | 89 | ↑ +57 | 27 days ago | Details |
|
#53
↓ -3
Needle
An open-source 26M parameter function-calling model designed to run on very small devices, with a local quickstart, Python usage, and a playground for testing and finetuning. |
AI Model / Function Calling | 88 | ↓ -3 | 20 days ago | Details |
|
#68
↓ -47
agent-recall-ai
A framework-agnostic checkpointing tool that helps AI agents resume work after context loss or session death. It saves goals, constraints, decisions, touched files, and token usage, then rebuilds a structured resume prompt for continuation. |
Developer Tools / Copywriting | 88 | ↓ -47 | 28 days ago | Details |
|
#75
↓ -4
mcp-authflow
A Python framework for building OAuth 2.0 authorization servers for MCP servers, with token storage, PKCE, device flow, introspection, and rate limiting. |
Developer Tools / Authentication & Authorization | 87 | ↓ -4 | 5 days ago | Details |
|
#83
↓ -4
llm-mock
Python package for recording real LLM API responses and replaying them in tests so LLM-driven code can run deterministically without live API calls. |
Developer Tools / Testing | 87 | ↓ -4 | 12 days ago | Details |
|
#93
↓ -60
Semble
Semble is a local-first code search tool for agents. It offers natural-language search, an MCP server, bash/AGENTS.md integration, and a Python API, with claims of faster indexing and much lower token usage than grep+read. |
Developer Tools / Code Search | 87 | ↓ -60 | 27 days ago | Details |
|
#98
↑ +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 | 15 hours ago | Details |
|
#101
↑ +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 | 3 days ago | Details |
|
#136
↑ +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 | 22 days ago | Details |
|
#157
↓ -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 | 7 days ago | Details |
|
#163
↓ -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 | 19 days ago | Details |
|
#173
↓ -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 | 31 days ago | Details |
|
#181
↓ -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 | 5 days ago | Details |
|
#214
↓ -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 | 20 days ago | Details |
|
#216
↓ -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 | 21 days ago | Details |
|
#232
↓ -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 | 26 days ago | Details |
|
#275
↓ -3
FLOX
Modular framework for building trading systems with a C++ core, polyglot strategy bindings, and an MCP server for AI coding agents. |
Developer Tools / AI Development Tools | 83 | ↓ -3 | 22 days ago | Details |
|
#281
↑ +35
Quaynor
Lightweight AI inference engine written in Rust for embedding local LLMs in mobile and desktop apps, with bindings for Python, Flutter, and React Native. |
Developer Tools / AI / ML Infrastructure | 83 | ↑ +35 | 27 days ago | Details |
|
#285
↓ -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 | 15 hours ago | Details |
|
#289
↓ -2
Peers
Peers is a Python-based multi-agent coding substrate that coordinates Claude Code, Codex, and other CLIs to work together on coding, research, debugging, and repo audits with measurable convergence checks. |
Developer Tools / AI Coding | 82 | ↓ -2 | 6 days ago | Details |
|
#291
↓ -2
ftagent-lite
Open-source Python DDoS traffic monitor that prints live traffic stats to stdout and can output JSON for pipelines and tooling. |
Security / Network Security | 82 | ↓ -2 | 6 days ago | Details |
|
#306
↓ -2
relaxAI
relaxAI is a UK sovereign LLM inference API with OpenAI-compatible endpoints and official SDKs for Python, TypeScript, and Go. The docs page covers installation, REST usage, and links into models, pricing, authentication, and endpoint sections. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 18 days ago | Details |