Hacker News new | ask | show | jobs
by pritambarhate 474 days ago
What's the license of the Python package: https://pypi.org/project/agentsjson/

AGPL? https://github.com/wild-card-ai/agents-json/blob/master/LICE...

1 comments

Yup. The specification is under Apache 2.0 and the Python package is under AGPL.

The full licenses can be found here: https://docs.wild-card.ai/about/licenses

AGPL is a great way to prevent people from adopting it.
This SDK isn't meant to be restrictive. This can be implemented into other open-source frameworks as a plugin(ie. BrowserUse, Mastra, LangChain, CrewAI, ...). We just don't want someone like AWS to flip this into a proxy service.

That said, what do you think is the right license for something like this? This is our first time doing OSS.