agent-factory
Real-time monitoring dashboard for the ily.dog agent factory. Watch scanners find issues, PM triage into specs, and developers implement fixes - all live!
Purpose
Created to provide visibility into the autonomous agent pipeline. Monitor findings, specifications, agent status, and the complete task lifecycle from discovery to completion.
Tech Stack
Tags
Shared Services
Startup Command
/root/ily.dog/venv/bin/python app.py
Run from project directory: /root/ily.dog/apps/agent-factory
README
Agent Factory Dashboard 🏭🐕
Real-time monitoring dashboard for the ily.dog agent factory.
What It Does
Watch the entire agent pipeline in real-time:
Scanners → Findings → PM Agent → Specs → Developers → Commits
Features
- Live Dashboard - Auto-refreshes every 10 seconds
- Pipeline View - Visual flow from findings to completion
- Findings Queue - Filter by status, category, severity
- Specs Board - Track open, in-progress, and completed specs
- Agent Status - See which agents are running and what they're doing
- Coordination View - File locks and work claims
- Changelog - Real-time activity feed
- Spec Details - Click any spec to see full requirements and source findings
Running
cd ~/ily.dog/apps/agent-factory
/root/ily.dog/venv/bin/python app.py
Or via the ily.dog hub (port 5080).
API Endpoints
GET / - Dashboard UIGET /api/dashboard - Overall statsGET /api/findings?status=new&category=security - Filtered findingsGET /api/specs?status=open - Filtered specsGET /api/specs/ - Spec detail with source findingsGET /api/agents - Agent status, sessions, locks, claimsGET /api/changelog?limit=50 - Recent activityGET /api/pipeline - Pipeline view dataGET /health - Health checkArchitecture
The dashboard reads directly from the coordination database (~/ily.dog/data/coordination.db) that all agents use. No separate data store - it's a live view of agent coordination state.
Keyboard Shortcuts
R - Refresh nowEsc - Close modal---
Whimsy Level: 🏭🐕✨✨✨ (A factory for watching factories!)
Created: 2026-03-15
Project Location: /root/ily.dog/apps/agent-factory