AGPL §13 Compliance¶
Director-AI is licensed under AGPL-3.0-or-later. Section 13 requires that users interacting with the software over a network can obtain the corresponding source code.
Default Behaviour¶
Director-AI ships with a /v1/source endpoint enabled by default:
{
"license": "AGPL-3.0-or-later",
"version": "3.9.4",
"repository_url": "https://github.com/anulum/director-ai",
"instructions": "git clone https://github.com/anulum/director-ai",
"agpl_section": "13"
}
This endpoint is auth-exempt — no API key is required.
Custom Repository URL¶
If you maintain a private fork:
Disabling the Endpoint¶
Commercial licensees who have obtained a non-AGPL license may disable the endpoint:
Warning
Disabling this endpoint without a commercial license violates AGPL §13.
Operator Responsibilities¶
- Unmodified deployments: the default endpoint pointing to the upstream GitHub repository satisfies §13.
- Modified deployments: you must publish your modified source and update
DIRECTOR_SOURCE_REPOSITORY_URLto point to it. - Commercial license: contact
director.class.ai@anulum.lifor a proprietary license that removes the §13 obligation.