Project
Agentic Todo: A Hello World for Agent Products
Visit projectA multi-agent TodoList built with Claude Agent SDK for priority analysis and task quality review.
Agentic Todo is a multi-agent TodoList application built on the Claude Agent SDK. Three specialized agents collaborate: TaskAgent creates and structures tasks, PriorityAgent uses the Eisenhower matrix to analyze priority, and ReviewAgent scores task quality while suggesting splits and dependencies.
The backend uses FastAPI, while the frontend is a responsive vanilla JavaScript web interface. When a task is added, AI extracts a title, sets priority, and explains the reasoning. Global AI analysis and smart sorting trigger batch collaboration across the review and priority agents.
To run locally: uv sync, configure ANTHROPIC_API_KEY, then run uv run python main.py and open http://localhost:8000.