AgentDish directory
Python
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#943
↓ -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 | 95 days ago | Details |
|
#976
↓ -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 | 110 days ago | Details |
|
#978
↓ -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 | 111 days ago | Details |
|
#994
↓ -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 | 116 days ago | Details |
|
#1061
↓ -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 | 38 days ago | Details |
|
#1063
↓ -3
claude-thermos
A local CLI tool that keeps Claude Code sessions warm by refreshing prompt cache during long subagent runs, aiming to reduce re-encoding costs in extended sessions. |
AI Developer Tool / CLI / Dev Workflow | 83 | ↓ -3 | 38 days ago | Details |
|
#1068
↓ -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 | 46 days ago | Details |
|
#1087
↓ -3
asktheboard
An open-source Python tool that turns multi-persona AI debate into pre-registered, time-anchored predictions and scores each seat against reality with Brier-style calibration. It includes a CLI, sample workflows, docs, and examples, plus a BYOK design for running on your own model key. |
Developer Tools / AI Agents | 83 | ↓ -3 | 60 days ago | Details |
|
A Python/Flask code example that shows how to build a retrieval-augmented generation API with Telnyx embeddings and chat completions. The repo includes setup steps, environment variables, endpoint docs, and sample responses. |
Developer Tools / AI SDK / API Example | 83 | ↓ -3 | 66 days ago | Details |
|
#1101
↓ -3
Memanto
Open-source persistent memory agent for AI coding tools and assistants. It supports local and cloud setups, integrates with several agent IDEs and CLIs, and offers remember, recall, and answer primitives for long-term context. |
Developer Tools / AI Memory / Agent Infrastructure | 83 | ↓ -3 | 74 days ago | Details |
|
#1102
↓ -3
Claireon
MCP server for Unreal Editor that exposes a small MCP surface for a large set of editor automation tools. It supports blueprint editing, asset management, animation authoring, trace analysis, PIE actions, and Python execution, with setup notes for Unreal Engine 5.x and MCP-compatible clients. |
Developer Tools / MCP Servers | 83 | ↓ -3 | 75 days ago | Details |
|
#1143
↓ -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 | 112 days ago | Details |
|
#1149
↑ +169
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 | ↑ +169 | 117 days ago | Details |
|
#1166
↓ -2
Myli
Myli is a provider-neutral Python harness for multi-agent visual design workflows. It defines typed design specs, validates JSON candidates at runtime, supports tools and middleware, and can render candidates for visual review with event and trace reporting. |
Developer Tools / AI Agent Framework | 82 | ↓ -2 | 9 days ago | Details |
|
#1177
↓ -2
AetherGrid
AetherGrid is a Python-based distributed compute orchestration project with API key auth, job lifecycle management, reconciliation, leases, and ADR-driven architecture notes. The snapshot shows a substantial repository with documentation, tests, Docker support, and detailed runtime and security decisions. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 15 days ago | Details |
|
#1186
↓ -2
protolink/examples/ai_courtroom
A ProtoLink example that stages autonomous agents in a fictional liability tribunal to study how agent-to-agent communication changes decisions, with replayable traces and HTML reports. |
AI Agent / Multi-Agent Debate / Evaluation | 82 | ↓ -2 | 21 days ago | Details |
|
#1203
↓ -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 | 30 days ago | Details |
|
#1210
↓ -2
Banksia
Banksia is an open-source Python project for building and running accountable AI teams. The repo shows a CLI install flow, a local console, workflow studio, run monitoring, and support for reusable teams and durable state. |
Developer Tool / AI Agent Framework | 82 | ↓ -2 | 34 days ago | Details |
|
#1213
↓ -2
OpenSmith
OpenSmith is a local-first, open-source alternative to LangSmith for tracing Python LLM pipelines. It supports decorators, context managers, console output, autopatching, CLI commands, local SQLite storage, and optional Postgres and OpenTelemetry integrations. |
Developer Tools / LLM Observability | 82 | ↓ -2 | 36 days ago | Details |
|
#1253
↓ -2
toolnexus
Python toolkit for building LLM agents with MCP servers, skills folders, memory, streaming, and metrics support. |
Developer Tools / AI SDK / Agent Framework | 82 | ↓ -2 | 60 days ago | Details |
|
#1277
↓ -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 | 80 days ago | Details |
|
#1278
↓ -2
llmbuffer
Python library for managing LLM conversation history with cache-friendly message ordering, dynamic context, and compaction. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 81 days ago | Details |
|
#1287
↓ -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 | 90 days ago | Details |
|
#1291
↓ -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 | 96 days ago | Details |