-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
Paul Rigor edited this page Jun 25, 2026
·
1 revision
All notable changes to ADEPT are documented here. This project uses CalVer with the format MAJOR.MINOR.YYYYMMDD.
Each release is gated by an ASOPB (Agentic Security & Operations Performance Benchmark) scan that must achieve an ASPI score of 90 or higher before publication.
Release Date: 2026-06-22
First public release candidate published to pnnl/adept-agentic.
- Slurm HPC Integration: v1 single-agent and v2 multi-agent with LLM-as-judge, COBRApy/Gurobi FBA validation
- deploy-stack-v2: 6-phase deployment pipeline with control-plane health checks and observability
- ASPI 94.2: 7-pass security scanner with institutional allowlist
- IDE Integration: VS Code MCP connector, 5 custom Claude Code subagents, 29 skills
- Security: nsjail implementation, network isolation, HMAC-SHA256 presigned URLs
Release Date: 2026-05-29
- ASOPB Benchmark: Full 7-pass security and quality scanning pipeline with ASPI scoring
- Multi-agent orchestration: Router and graph execution modes with RolePersona support
- A2A federation: Agent-to-Agent communication between ADEPT instances via Gateway Registry
- adept-connectors: Claude Desktop connector with MCP bridge and STDIO transport
- 28+ scientific tools: BLAST, UniProt, PubChem, AlphaFold, ChromaDB RAG, sandbox execution
- Response API: Primary API with full SSE streaming
- Context management: Automatic compaction with token-aware truncation
- YAML model catalog: Declarative LLM purpose routing without code changes
- Three-tier network architecture: Frontend, application, and data network isolation
- File-based secrets: Production-ready credential management with fallback chain
ADEPT uses CalVer: MAJOR.MINOR.YYYYMMDD
- MAJOR: Breaking changes to public APIs or architecture
- MINOR: New features or significant enhancements
- YYYYMMDD: Release date stamp
Both packages share the same version number, bumped simultaneously during the release process.
- Version bump in both packages
- Squash-merge to main
- Git tag
v<version> - Stage release tree (
make stage) - ASOPB scan (ASPI >= 95 gate)
- Dry-run validation
- Manual publish (never automated)
- Tag
released-<version> - GitHub Release with notes
Getting Started
Architecture
- Overview
- MCP Tool System
- Slurm HPC Integration
- Multi-Agent Orchestration
- A2A Federation
- Security Model
Deployment
User Guides
Developer Tools
CI/CD
Testing
Contributing
Reference