AgentDish directory
Python
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1615
↑ +2
Roost
A cross-platform CLI for monitoring live Claude Code sessions, context usage, models, and spawned subagents. |
Developer Tools / CLI | 79 | ↑ +2 | 23 days ago | Details |
|
#1618
↑ +2
SNAFU
An agentic LLM-based coding tool that analyzes symbol names in source code, measures name ambiguity, and proposes clearer replacements with a human-in-the-loop review flow. |
Developer Tools / AI Coding Tools | 79 | ↑ +2 | 26 days ago | Details |
|
#1654
↑ +2
HoprLabs
A Python CLI and research toolkit for simulating AI training math before model training. It estimates memory, training time, token budget, config risks, benchmark speed, and reliability, with optional native Rust and C backends. |
Developer Tool / AI Research Toolkit | 79 | ↑ +2 | 77 days ago | Details |
|
#1660
↑ +2
vid-line
vid-line is a CLI tool that turns videos into ANSI art and plays them in the Claude Code statusline. It supports YouTube URLs or local files, includes install and usage instructions, and explains how playback works and how to resize or switch videos. |
Developer Tool / Terminal / CLI | 79 | ↑ +2 | 91 days ago | Details |
|
#1675
↑ +2
Laze
An experimental programming language and compiler designed for LLM-written code, with a Python-based toolchain that compiles to native macOS binaries. The repo also includes a full NES emulator written in Laze and usage examples for both the compiler and emulator. |
Developer Tool / Language Tooling | 79 | ↑ +2 | 122 days ago | Details |
|
#1676
↑ +2
Rapunzel
Rapunzel is an open-source desktop app for managing agent sessions in a tree-style terminal interface. The README explains its purpose, install steps, launch commands, build instructions, and the core features: branchable terminal sessions, workspace persistence, and session management actions like rename, move, collap |
Developer Tools / AI Agent Workflow | 79 | ↑ +2 | 122 days ago | Details |
|
#1679
↑ +2
ModelDocker
Windows desktop chat client for OpenRouter with streaming completions, model browsing, multi-session history, local storage, and PySide6 UI. |
Developer Tools / Desktop App | 79 | ↑ +2 | 124 days ago | Details |
|
#1686
↑ +6
Ramanujan
Ramanujan is a terminal-based multi-model agentic workbench for research in computational mathematics. It lets users chat normally, break down problems, survey literature, run parallel subagents, and produce a consolidated report with deterministic checking via SymPy and Z3. |
Developer Tools / AI Agents | 78 | ↑ +6 | 5 days ago | Details |
|
#1699
↑ +6
AGY Memory Engine
A lightweight SQLite FTS5 memory layer and MCP server for Google Antigravity agents, with CLI tools for storing, searching, and syncing facts. |
Developer Tools / AI Memory / MCP | 78 | ↑ +6 | 21 days ago | Details |
|
#1735
↑ +6
LLM Tools
A Python tool manager for AI agents that uses an LLM-tools.txt registry to install, pin, describe, and execute tools with one predictable contract. |
Developer Tools / AI Tooling | 78 | ↑ +6 | 73 days ago | Details |
|
#1751
↑ +6
Hermex
Python library that automates ChatGPT and Gemini through the web UI, using a real Chrome browser to send prompts, upload files, and return responses as Python objects. |
Developer Tools / Automation | 78 | ↑ +6 | 94 days ago | Details |
|
#1801
→ 0
agent-memory-leaderboard
Public evaluation code for an Agent Memory Leaderboard, including answer-generation and scoring contracts for comparing LLM agent memory systems. |
Developer Tool / AI Evaluation / Benchmarking | 77 | → 0 | 40 days ago | Details |
|
#1811
→ 0
Meanwhile
A side-pane companion for Claude Code that shows daily AI news and spaced-repetition concepts while the agent is working, then hides when it needs user attention. |
Developer Tools / CLI / Terminal Productivity | 77 | → 0 | 70 days ago | Details |
|
#1834
→ 0
hermes-agentmemory
A drop-in memory plugin for Hermes Agent that uses a pull-model episodic memory approach with real deletes and audit traces. It supports synchronous writes, trace logging, and Claude-backed summarization for on-demand recall. |
Developer Tools / AI Agents | 77 | → 0 | 117 days ago | Details |
|
Pull request adding TY25 support for moonshotai/kimi-k3 in TaxCalcBench through OpenRouter. The snapshot shows benchmark wiring, PDF handling details, saved outputs and evaluation reports, and regenerated charts/results for the full TY25 set. |
AI Developer Tool / Benchmarking / evaluation | 76 | ↓ -1 | 51 days ago | Details |
|
#1861
↓ -1
Chalie
Open-source personal AI companion that runs on your own machine, with persistent memory, background tasks, local voice, browser automation, and support for MCP and common personal data sources. |
AI Productivity / Personal AI Assistant | 76 | ↓ -1 | 53 days ago | Details |
|
#1866
↓ -1
Scale Agentex
Open-source codebase for building, deploying, and scaling AI agents across L1–L5 levels. The README shows a quick start, SDK installation, local dev setup, and a developer UI for running agents. |
Developer Tools / AI Agent Framework | 76 | ↓ -1 | 65 days ago | Details |
|
#1876
↓ -1
Transpilatron
AI agent that transpiles Python projects into native C binaries, with support for static builds, web app conversion, and automatic verification steps like compilation retries and valgrind checks. |
Developer Tools / Code Generation | 76 | ↓ -1 | 87 days ago | Details |
|
#1898
→ 0
xtra
Python framework for conversational social engineering detection using a finite state machine. The README says it tracks turn-by-turn signals like flattery density, give/ask ratio, escalation velocity, and scope mismatch, and exposes a simple `Xtra().analyze(turns)` usage example. |
Developer Tool / AI Safety / Security | 75 | → 0 | 77 days ago | Details |
|
#1928
↓ -1
FlowChartCharter
Open-source Python project for execution-first multi-agent workflows built around YAML Charterfiles, runtime schema enforcement, and a boss-agent hierarchy. The README includes install commands, a short usage tour, and a small code example. |
Developer Tools / AI Orchestration | 74 | ↓ -1 | 34 days ago | Details |
|
A research article describing an empirical runtime-monitoring approach for multi-turn LLM agents, backed by 3,175 runs across four benchmarks. It also points to an open-source implementation, state-harness, with Rust/Python support, LangGraph and CrewAI adapters, CLI tooling, and OpenTelemetry export. |
Developer Tools / Code Assistant | 74 | ↓ -1 | 39 days ago | Details |
|
#1947
↓ -1
Meadow Mind
An open-source Python project that uses a local 7B diffusion language model to make real-time Gymnasium decisions with zero training. The README shows install steps, a code example, and benchmark-style results across several environments. |
AI / Reinforcement Learning | 74 | ↓ -1 | 92 days ago | Details |
|
#1953
↓ -1
Build A Basic AI Agent From Scratch: Tools
A detailed tutorial that explains what agent tools are and walks through a basic set of implementation patterns for an AI agent in Python, including bash, file, search, edit, and web fetch tools. |
Writing / Copywriting | 74 | ↓ -1 | 101 days ago | Details |
|
#1966
↓ -1
showhn-rank
A Python pipeline that ranks 1,000 Show HN posts with an LLM judge and TrueSkill, then compares estimated merit against Hacker News points. |
Developer Tools / AI Evaluation | 74 | ↓ -1 | 124 days ago | Details |