Open-source framework to make AI agents' team collaboration as effective as human collaboration.
Follow L3AGI
Connect with the Creators
.
├── apps/
│ ├── ui/ # React UI Application
│ └── server/ # Python FastAPI Server
└── docker-compose.yml # Main Docker Compose File
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/l3vels/L3AGI.git
-
Navigate to the project directory:
cd L3AGI
-
** Setup Git Hooks **
chmod +x setup.sh ./setup.sh
This will build and start both the React UI and FastAPI services.
-
Run Docker Compose:
docker-compose up --build
This will build and start both the React UI and FastAPI services.
- React UI: Open
http://localhost:3000
in your browser. - FastAPI Server: Open
http://localhost:4002
in your browser or API client.
- If you encounter issues when starting the services, ensure Docker and Docker Compose are installed and up to date.
- Check the logs for any service-specific errors.