licenses/README.md
This directory contains license information for all PentAGI dependencies.
Run the generator script to create/update license reports (run from project root):
./scripts/generate-licenses.sh
backend-dependencies.txt - Complete list of Go modulesbackend-licenses.csv - Detailed license information (CSV format)frontend-dependencies.json - Complete npm dependency tree (JSON)frontend-licenses.json - Detailed license data (JSON)frontend-licenses.csv - License data (CSV)Note:
go-licenses tool: go install github.com/google/go-licenses@latestnpm ci in the frontend directory first.PentAGI is licensed under MIT License.
All third-party dependencies use MIT-compatible licenses:
License reports are automatically generated during Docker builds and included in the final image at /opt/pentagi/licenses/.