Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Latest commit

 

History

History
69 lines (48 loc) · 2.49 KB

File metadata and controls

69 lines (48 loc) · 2.49 KB

Nexartis Fork — NEST

This fork is maintained by Nexartis for KnowYourModel (KYM) NANDA integration work.

License

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

Upstream repo projnanda/NEST
Fork date 2026-02-11
License MIT

About Nexartis

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.

Purpose

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

Branch Strategy

  • dev — default branch (protected). All feature branches open PRs to dev.
  • prod — production branch (protected). PRs from devprod after validation.
  • Feature branches are created from dev for all work.

Syncing with Upstream

# 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 dev

Contributing Back Upstream

If you make changes that would benefit the upstream project:

  1. Create a branch from upstream's main: git checkout -b fix/my-change upstream/main
  2. Make your changes, commit, and push to origin
  3. Open a PR on projnanda/NEST from Nexartis:fix/my-change

Nexartis-Specific Changes

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

Contact