# ai-flowmaster **Repository Path**: facemap/ai-flowmaster ## Basic Information - **Project Name**: ai-flowmaster - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-03 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI FlowMaster A workflow management platform for AI Agents. ## Setup 1. Install Docker and Docker Compose. 2. Run `docker-compose up --build` to start the services. 3. Access the frontend at `http://localhost:8080`. ## Development - Frontend: `cd frontend && npm install && npm run serve` - Backend: `cd backend && pip install -r requirements.txt && uvicorn app.main:app --reload`