Skip to content

Releases: Dajucoder/nexus-agent-model-hub

Nexus Agent Model Hub v0.1.0

21 Mar 10:07

Choose a tag to compare

Nexus Agent Model Hub v0.1.0

Initial public bootstrap release for the unified root-level repository.

Highlights

  • Multi-tenant authentication backend with JWT access tokens, refresh tokens, RBAC, audit logs, and optional TOTP setup
  • Built-in Agent runtime with registry, plugin loading contract, and example tools including echo, calculator, http, and file_processor
  • Integrated Next.js frontend covering login, dashboard, model encyclopedia, compare, leaderboard, chat demo, and provider settings
  • Bilingual documentation in English and Chinese
  • Docker Compose stack plus Kubernetes and Helm deployment drafts
  • PolyForm Noncommercial 1.0.0 licensing and compliance guidance

Included In This Release

  • Root monorepo workspace named nexus-agent-model-hub
  • Backend package: @nexus-agent-model-hub/backend
  • Frontend package: @nexus-agent-model-hub/frontend
  • OpenAPI draft, Prisma schema, initial migration, and seed data
  • GitHub CI workflow, issue templates, pull request template, and release metadata scaffold

Validation Snapshot

  • npm run typecheck
  • npm run test
  • npm run build
  • docker compose config

Known Limitations

  • Docker runtime startup was not validated in this environment because the local Docker daemon was unavailable
  • Frontend end-to-end tests are documented but not yet implemented with Playwright
  • Helm and Kubernetes assets are deployable drafts and should be reviewed before production rollout

Upgrade Notes

  • Fresh install: npm install
  • Local setup: copy .env.example to .env if you need custom secrets or ports
  • Start local stack: docker compose up --build