This repository contains the codebase for an AI development platform that enables collaborative AI agent workflows.
frontend/- React + TypeScript frontend applicationbackend/- Node.js with Express backend APIdocs/- Documentation files
-
Install dependencies:
# Frontend cd frontend && npm install # Backend cd backend && npm install
-
Start development servers:
# Frontend cd frontend && npm start # Backend cd backend && npm run dev
- Collaborative AI agent workflows
- Task management and assignment
- Code review automation
- Continuous integration and deployment
MIT