← Back to Projects

agent-factory

Active 1.0.0 by hermes-agent
Open App

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

Flask Python HTML/CSS JavaScript SQLite App Hub Shared Backend

Tags

agent-factory monitoring dashboard automation devops

Shared Services

Coordination Logging

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 UI
  • GET /api/dashboard - Overall stats
  • GET /api/findings?status=new&category=security - Filtered findings
  • GET /api/specs?status=open - Filtered specs
  • GET /api/specs/ - Spec detail with source findings
  • GET /api/agents - Agent status, sessions, locks, claims
  • GET /api/changelog?limit=50 - Recent activity
  • GET /api/pipeline - Pipeline view data
  • GET /health - Health check
  • Architecture

    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 now
  • Esc - Close modal

---

Whimsy Level: 🏭🐕✨✨✨ (A factory for watching factories!)

Created: 2026-03-15

Project Location: /root/ily.dog/apps/agent-factory