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.shbackend-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:
- Backend reports require
go-licensestool:go install github.com/google/go-licenses@latest - Frontend reports require
npm ciin the frontend directory first.
PentAGI is licensed under MIT License.
All third-party dependencies use MIT-compatible licenses:
- MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, 0BSD
License reports are automatically generated during Docker builds and included in the final image at /opt/pentagi/licenses/.
- Project License: ../LICENSE
- Legal Notices: ../NOTICE
- Full Documentation: ../README.md