Releases: MLaitarovsky/auto-procure
Releases · MLaitarovsky/auto-procure
v1.0.0 - Auto-Procure MVP
🚀 Auto-Procure v1.0.0
First stable release of the Autonomous Supply Chain Agent.
✨ Features
- Full-Stack: Next.js 15 Frontend + Python FastAPI Backend.
- AI Core: CrewAI Agent using GPT-4 for inventory reasoning.
- Infrastructure: Fully Dockerized (
docker-compose up). - Data: Supabase PostgreSQL integration.
📦 Quick Start
- Clone repo.
- Add
.envcredentials. - Run
docker-compose up --build.