This fork is maintained by Nexartis for KnowYourModel (KYM) NANDA integration work.
This project is licensed under the MIT License — Copyright (c) 2025 Project NANDA. See LICENSE for details. All upstream copyright and license notices are preserved per MIT requirements.
| Upstream repo | projnanda/NEST |
| Fork date | 2026-02-11 |
| License | MIT |
Nexartis builds AI infrastructure for the agentic web:
- KnowYourModel — The trust registry for AI agents and models. Decentralized identity (DIDs), W3C Verifiable Credentials, and NANDA global agent discovery.
- CubiCube — Full-stack web application generation platform.
- Pegasus HB3 — Horizon Breakthrough v3 build engine.
KYM references the NEST framework for understanding agent deployment patterns and A2A communication. This fork allows Nexartis to:
- Study agent deployment and auto-registration patterns
- Reference MCP integration and A2A communication code
- Test NEST-deployed agents against the KYM registry
dev— default branch (protected). All feature branches open PRs todev.prod— production branch (protected). PRs fromdev→prodafter validation.- Feature branches are created from
devfor all work.
# One-time setup (already done):
git remote add upstream https://github.com/projnanda/NEST.git
# Sync upstream changes into dev:
git checkout dev
git fetch upstream
git merge upstream/main
# Resolve any conflicts, then push:
git push origin devIf you make changes that would benefit the upstream project:
- Create a branch from upstream's
main:git checkout -b fix/my-change upstream/main - Make your changes, commit, and push to origin
- Open a PR on projnanda/NEST from
Nexartis:fix/my-change
| Date | Change | Files |
|---|---|---|
| 2026-02-11 | Initial fork + NEXARTIS.md added |
NEXARTIS.md |
| 2026-02-15 | Updated NEXARTIS.md with fork best practices | NEXARTIS.md |
- GitHub: Nexartis
- Website: nexartis.com