AndAI — Summary
AndAI is a Go-based local tool that combines Redmine (ticket system) + Aider (AI coding agent) + configurable YAML-driven workflows into an end-to-end AI-assisted development system. The operator defines issue types (Epic, Story, Task, Bug), states, transitions, and workflow steps in a YAML config; AndAI then loops through tickets: pulling next unfinished work, building LLM context from ticket + comments + wiki + children/siblings, running AI coding commands via Aider, posting results back to Redmine as comments, and creating git branches per issue. The human reviews Aider's code changes in a browser UI and approves/rejects/edits each piece of work. Multi-model support is native: different LLM providers (Anthropic, OpenAI, Ollama, etc.) can be assigned to different workflow commands.
Compared to seeds: most similar to taskmaster-ai (workflow-driven task execution with AI) but dramatically more complex — full local stack (Docker Redmine + MariaDB + Aider), YAML-configurable workflows, multi-model routing per step, and a full web UI for review. Closer to a self-hosted Devin than a lightweight PM tool.