ai-ticket — Summary
ai-ticket is a Python-based "human-AI loop" ticket system where a human acts as a language model proxy, generating queries at each step that become GitHub Issues tickets, while AutoGPT integrates via a "Request Assistance" action to wait for ticket updates. The core concept is unusual: the user is positioned as the LLM that drives the workflow, with AI coding systems (AutoGPT) polling GitHub for human-authored responses before proceeding. The implementation is minimal — a Python package with a single pygithub.py backend that creates/comments on GitHub Issues and a find_name regex utility for identifying AI agent names in issue body JSON. The repo is low-activity (33 stars, last commit 2026-01-22) and the README describes a conceptual architecture that is only partially implemented.
Compared to seeds: no close seed match. The human-as-LLM-proxy concept is unique. Most similar to taskmaster-ai (GitHub Issues as task coordination layer) but inverts the agent/human roles — here the human authors tickets and the AI waits for human approval at every step rather than agents autonomously executing.