← back to Designer Wallcoverings

DW-Agents/dw-agents/AGENTS_INDEX.md

166 lines

# DW-Agents Directory

This directory contains all DW-Agents organized into individual folders with documentation and memory systems.

## Agent List

### Core Coordination
1. **task-orchestrator** (Port: 9900)
   - Master task management and agent coordination
   - Routes tasks to appropriate agents
   - Maintains audit trail and memory system
   - Location: `/root/DW-Agents/agent-task-orchestrator/`

### Business Operations
2. **purchasing-office** (Port: 9880)
   - Office supply ordering and inventory management
   - Amazon Personal & Business account integration
   - Price comparison and restock recommendations
   - Location: `/root/DW-Agents/agent-purchasing-office/`

3. **accounting** (Port: 9882)
   - Financial management and P&L generation
   - Expense tracking and invoice management
   - Budget forecasting
   - Location: `/root/DW-Agents/agent-accounting/`

### Customer Engagement
4. **zendesk-chat**
   - Customer support chat integration
   - AI-powered response generation
   - Ticket management
   - Location: `/root/DW-Agents/agent-zendesk-chat/`

5. **new-client-signup**
   - Customer onboarding automation
   - Account setup and welcome communications
   - Location: `/root/DW-Agents/agent-new-client-signup/`

6. **digital-samples**
   - Digital sample request processing
   - Sample generation and delivery
   - Location: `/root/DW-Agents/agent-digital-samples/`

### Marketing & Research
7. **marketing**
   - Campaign management
   - Social media coordination
   - Customer engagement tracking
   - Location: `/root/DW-Agents/agent-marketing/`

8. **trend-research**
   - Market trend analysis
   - Customer behavior tracking
   - Competitive intelligence
   - Location: `/root/DW-Agents/agent-trend-research/`

9. **todays-highlights**
   - Daily summary generation
   - Key metrics compilation
   - Team updates
   - Location: `/root/DW-Agents/agent-todays-highlights/`

### System Management
10. **server-uptime**
    - Server health monitoring
    - Performance metrics
    - Automated recovery
    - Location: `/root/DW-Agents/agent-server-uptime/`

11. **needs-attention**
    - Issue detection and escalation
    - Alert management
    - Urgent task identification
    - Location: `/root/DW-Agents/agent-needs-attention/`

12. **completed-tasks**
    - Task archival and analytics
    - Performance metrics
    - Historical analysis
    - Location: `/root/DW-Agents/agent-completed-tasks/`

### Process Management
13. **in-parallel**
    - Parallel task execution
    - Concurrent operation management
    - Location: `/root/DW-Agents/agent-in-parallel/`

14. **parallel-processes**
    - Multi-process management
    - Load balancing
    - Location: `/root/DW-Agents/agent-parallel-processes/`

### Legal & Compliance
15. **legal-team**
    - Legal document processing
    - Compliance monitoring
    - Contract review
    - Location: `/root/DW-Agents/agent-legal-team/`

### E-Commerce
16. **shopify-store** (Port: 7238)
    - Full Shopify store management
    - Transaction monitoring and analytics
    - Product/Order/Customer/Inventory management
    - Marketing and digital sample coordination
    - AI chat assistant for store queries
    - Agent reassignment capability
    - Spreadsheet-style web interface
    - Location: `/root/DW-Agents/agent-shopify-store/`

### Monitoring & Operations
17. **log-monitor** (Port: 7239)
    - Automated log analysis and error detection
    - Monitors all DW-Agents logs + Claude Code debug logs
    - Automatic issue detection and task creation
    - Real-time dashboard with error trends
    - Alert escalation for critical issues
    - PM2 process health monitoring
    - Location: `/root/DW-Agents/agent-log-monitor/`

18. **ui-manager** (Port: 7240)
    - Central UI/UX management and design system
    - Agent directory with live links and status
    - Universal chat assistant across all agents
    - Unified color scheme and branding
    - Style distribution and consistency
    - Theme customization
    - Quick navigation hub
    - Location: `/root/DW-Agents/agent-ui-manager/`

---

## Directory Structure

Each agent directory (prefixed with `agent-`) contains:
- **README.md** - Agent purpose, responsibilities, and technical details
- **MEMORY.md** - Learning and pattern tracking for Claude
- **[agent-name]-agent.ts** - Main agent code
- Additional supporting files as needed

## Usage

When working with agents, Claude should:
1. Read the README.md to understand the agent's purpose
2. Check MEMORY.md for learned behaviors and patterns
3. Update MEMORY.md as new patterns are discovered
4. Reference the agent's specific port and configuration

## Integration

All agents integrate with:
- **task-orchestrator** for task coordination
- **master-hub** for status updates
- **shared-auth** for SSO authentication

## Development

To add a new agent:
1. Create directory in `/root/DW-Agents/agent-[agent-name]/`
2. Add README.md with purpose and technical details
3. Add MEMORY.md for pattern tracking
4. Copy agent code into directory
5. Update this index file
6. Configure port and authentication
7. Register with task-orchestrator