← back to Designer Wallcoverings

DW-Agents/dw-agents/agent-task-orchestrator/README.md

35 lines

# Task Orchestrator Agent

## Purpose
Master task management system that coordinates all agents and tracks work across the entire DW-Agents ecosystem.

## Core Responsibilities
- Auto-tracks every action as a task
- Routes tasks to appropriate specialized agents
- Maintains full audit trail with timestamps
- Self-healing capabilities for server errors
- Memory system for context persistence
- Interactive mode for clarifications

## Technical Details
- **Port**: 9900
- **Database**: tasks-database.json
- **Memory**: task-memory.json
- **Main File**: task-orchestrator-agent.ts

## Key Features
- Task status tracking (pending, assigned, in_progress, blocked, completed, failed)
- Task priority management (low, medium, high, critical)
- Agent assignment and routing
- Duration estimation and tracking
- Parent-child task relationships
- Auto-generated task support

## Integration Points
- Communicates with all other agents
- Central hub for task coordination
- Provides task status updates to master-hub

## Authentication
Uses shared-auth.ts SSO system