Back to blog

NEXO 7.24.0 - agents and cognitive controls

v7.24.0 consolidates the parallel release work into the main Brain line. Home Agents now ship with registry, CLI/MCP, schedule validation, archive/restore and agent-script execution contracts.

The release also brings the cognitive quality-control branch into the packaged runtime: Local Context modes, canonical learning resolution, followup lifecycle consolidation and low-noise intraday evidence memory are now part of main.

nexo_task_open keeps Brain recent-context continuity, but heavy Local Context file evidence is no longer loaded by default on that critical path. Set NEXO_TASK_OPEN_LOCAL_CONTEXT=1 only when that extra local evidence is explicitly needed.

python3 -m pytest -q
PYTHONPATH=src pytest -q tests/test_hot_context.py::test_task_open_skips_local_context_evidence_by_default tests/test_hot_context.py::test_task_open_includes_local_context_evidence_when_enabled

Read the full v7.24.0 changelog