AgentDish directory
Python
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#394
↓ -4
NVIDIA Object-Oriented Agents (NOOA)
A Python framework for building AI agents as Python objects, with typed methods, stateful fields, and LLM-driven agentic methods. The repo includes installation steps, a quick start, examples, and notes on supported models and safety boundaries. |
Developer Tools / AI Frameworks | 87 | ↓ -4 | 46 days ago | Details |
|
#418
↓ -4
fenic
fenic is an open-source Python framework for semantic DataFrames, letting you use LLM-powered operators like extract, classify, summarize, and embed inside query pipelines. |
Developer Tools / AI/ML Frameworks | 87 | ↓ -4 | 72 days ago | Details |
|
#435
↓ -4
commensa-audit
A local-first Python tool that audits Git history to quantify rework in AI-generated engineering work, including PR correction rates, churn clusters, superseded work, and line survival. |
Developer Tools / AI Analytics | 87 | ↓ -4 | 90 days ago | Details |
|
#436
↓ -4
Subarr
Subarr is an open-source coordination layer for the *arr subtitle stack. It adds subtitle coverage tracking, audio-language verification, provider success tracking, queue management, Whisper tuning, and post-transcription quality checks for Bazarr/Subgen workflows. |
Developer Tool / AI Workflow | 87 | ↓ -4 | 94 days ago | Details |
|
#441
↓ -4
data2prompt
A Python CLI that packages data science repositories and data-heavy project files into LLM-friendly prompts, with sampling for CSV, SQL, Excel, and notebooks. |
Developer Tools / CLI / Prompt Engineering | 87 | ↓ -4 | 100 days ago | Details |
|
#444
↓ -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 | 106 days ago | Details |
|
#452
↓ -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 | 113 days ago | Details |
|
#462
↓ -291
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 | ↓ -291 | 128 days ago | Details |
|
#474
↑ +2
Anypick
Anypick is an open library for selecting the best LLM across providers using filters for capabilities, pricing, and benchmarks. It includes Python and TypeScript implementations, provider support for OpenRouter and Vercel AI Gateway, and examples showing how to pick a model by constraints and strategy. |
Developer Tools / AI Model Selection | 86 | ↑ +2 | 3 days ago | Details |
|
#481
↑ +2
Codeknow
Codeknow turns a codebase into a queryable knowledge graph for architecture analysis, impact detection, drift tracking, onboarding tours, and refactoring guidance. It runs without LLM keys, supports 25+ languages, and exposes a broad CLI plus export formats and interactive views. |
Developer Tools / Code Analysis | 86 | ↑ +2 | 8 days ago | Details |
|
#483
↑ +2
XYZZY
Self-hosted multiplayer AI workspace in Python for team-based agent collaboration, with governed actions, real-time shared rooms, and a tamper-evident audit log. |
AI Developer Tool / Multi-Agent Orchestration | 86 | ↑ +2 | 10 days ago | Details |
|
#488
↑ +2
watermarks-remover
Open-source agent skill and Python service for stripping AI provenance marks from text and files. It supports multiple hosts, includes install scripts, hooks, and a service-backed workflow for cleaning watermarks across many file types. |
Developer Tools / AI Utilities | 86 | ↑ +2 | 13 days ago | Details |
|
#513
↑ +2
nanoRL
An open-source reinforcement learning training loop for LLMs, spanning small CPU-friendly experiments like CartPole to async RLVR runs on GPU clusters. The repo highlights a compact codebase, quickstart commands, task customization, and support for algorithms like REINFORCE, PPO, GRPO, and RLOO. |
AI Developer Tool / Reinforcement Learning for LLMs | 86 | ↑ +2 | 29 days ago | Details |
|
A research repo for reducing hallucinations in LLM-generated code using semantic triangulation, with setup, benchmarking, experimentation, and reproducibility instructions. |
Developer Tool / Code Quality | 86 | ↑ +2 | 33 days ago | Details |
|
#529
↑ +2
Hubmesh
Hubmesh is a Python library for multi-hop GraphRAG retrieval planning on top of existing vector databases. It adds centrality-aware seed selection, budget-aware context packing, entity graph building, and an MCP server for agent/tool integrations. |
Developer Tools / RAG / Retrieval | 86 | ↑ +2 | 37 days ago | Details |
|
#553
↑ +2
Provena
Open-source Python library for AI agent context governance with tamper-evident audit trails, provenance validation, freshness checks, and adapter support for common agent stacks. |
Developer Tools / AI Agent Tooling | 86 | ↑ +2 | 52 days ago | Details |
|
#570
↑ +2
verbatimeter
A Python package and CLI for checking how closely an AI-generated answer reuses its source text, with support for verbatim matching, subsequence matching, quotation verification, and pipeline gating. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 62 days ago | Details |
|
#578
↑ +2
OpenTab
A local terminal UI for exploring AI coding spend across tools like OpenCode, Claude Code, Codex, GitHub Copilot, and more. It shows costs by month, day, project, session, and model, with drill-down views, heatmaps, exports, and a web browser mode. |
Developer Tools / Terminal UI | 86 | ↑ +2 | 64 days ago | Details |
|
#596
↑ +2
ZUSE Automat Agent
A deterministic Python project for empirical law discovery in elementary cellular automata, with simulation, discovery, reproducibility guides, and published preprints. |
Research / Scientific Discovery | 86 | ↑ +2 | 74 days ago | Details |
|
#600
↑ +2
dspyer
A Python library that transpiles stateful imperative LLM workflows into optimizable DSPy programs, with typed outputs, self-correction loops, validation reporting, and prompt tuning support. |
Developer Tools / AI Development | 86 | ↑ +2 | 78 days ago | Details |
|
#604
↑ +2
Recall
Recall is a local-first memory tool for Claude Code that logs sessions and generates a compact project summary offline, without sending data to an API. |
Developer Tools / AI Coding Assistant Utilities | 86 | ↑ +2 | 81 days ago | Details |
|
#610
↑ +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 | 86 days ago | Details |
|
#617
↑ +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 | 90 days ago | Details |
|
#623
↑ +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 | 97 days ago | Details |