This is the unified workspace for the Auterity workflow automation platform, consolidating all previous duplicate projects into a single, maintainable codebase.
# Clone the repository
git clone https://github.com/toobutta/auterity-error-iq.git
cd auterity-error-iq
# Backend setup
cd backend && pip install -r requirements.txt && python -m app.main
# Frontend setup
cd frontend && npm install && npm run dev
# Full stack with Docker
docker-compose up
- Core data models and database schema
- Authentication system (JWT, user management)
- Workflow management API endpoints
- AI service integration (OpenAI GPT)
- React frontend with workflow builder
- Template management system
- WORKFLOW EXECUTION ENGINE: Production-ready with topological sorting, parallel execution, retry mechanisms
- BACKEND CODE QUALITY: 999+ violations resolved (95% improvement)
- FRONTEND SECURITY: 3 moderate vulnerabilities patched
- THREE-SYSTEM ARCHITECTURE: RelayCore + NeuroWeaver integration
- MONITORING: Unified Prometheus/Grafana dashboard
- SHARED LIBRARY: Reusable components and utilities
- Backend codebase passes all critical quality checks
- Frontend security vulnerabilities addressed
- Docker containerization complete
- Infrastructure as Code (Terraform) ready
- Real-time execution monitoring with WebSockets
- Enhanced error handling and recovery
- Performance monitoring and analytics
- Template library enhancements
Backend: FastAPI, SQLAlchemy, PostgreSQL, JWT, OpenAI GPT
Frontend: React 18, TypeScript, Tailwind CSS, React Flow, Vite
Infrastructure: Docker, Nginx, AWS Cognito, Terraform
Repository: https://github.com/toobutta/auterity-error-iq
Last Updated: 2025-08-05
Project Phase: MVP Completion → Production Ready