Naylence Agent SDK with Advanced Security for NodeJS (BSL Licensed)
4.1K
This Docker image provides the Naylence Agent SDK for Node.js with Advanced Security features, enabling developers to build enterprise-grade AI agents with enhanced security capabilities.
⚠️ Mixed Licensing: This image bundles components with different licenses.
docker pull naylence/agent-sdk-adv-node:latest
docker run -it naylence/agent-sdk-adv-node:latest node --version
latest - Latest stable release0.1.0, 0.1, 0 - Semantic version tags0.1.0)docker run -it naylence/agent-sdk-adv-node:latest /bin/bash
FROM naylence/agent-sdk-adv-node:latest
WORKDIR /app
COPY . .
# Your agent code with advanced security features
CMD ["node", "your-secure-agent.js"]
Mount your agent code into the container:
docker run -v $(pwd):/app -w /app naylence/agent-sdk-adv-node:latest node your-agent.js
node:24-slimlinux/amd64, linux/arm64agent, UID 1000)/appNODE_ENV=production - Set to production modePATH includes global npm packagesThe @naylence/advanced-security package provides:
⚠️ IMPORTANT: This image contains components with different licenses:
By using this image, you agree to comply with all applicable license terms.
The Business Source License allows:
Commercial production use may require a commercial license. See the full license for details.
License information is available in the container at:
/home/agent/licenses/NOTICE
For issues and questions:
For commercial licensing inquiries:
Content type
Image
Digest
sha256:3fc8f297b…
Size
117.6 MB
Last updated
5 months ago
docker pull naylence/agent-sdk-adv-node