nagient

Nagient

Python Docker CI Releases Update Center Auto Tag Docker Hub License Dev Guide AI Context

🇺🇸 English 🇷🇺 Русский

Lightweight Docker-native agent platform with centralized updates, scripted installs, and tag-driven releases.

Nagient is building a lightweight agent runtime with a distribution model ready from the start: Docker image delivery, sh and ps1 installers, centralized update manifests, and CI/CD around tagged releases.

The core agent assembly is still in progress. What already exists here is the platform layer around it: release automation, update center, installation scripts, Docker runtime scaffold, test lanes, and repository structure for future agent development.

Install Surface

docker pull docker.io/<dockerhub-namespace>/nagient:<tag>
curl -fsSL <update-base-url>/<tag>/install.sh | bash
pwsh -Command "iwr <update-base-url>/<tag>/install.ps1 -UseBasicParsing | iex"

Detailed setup, variables, release flow, and domain configuration live in developer/README.md.