- Existing demos can opt into the modular stack by instantiating
VectorMemorywithbackend_name="local"for deterministic tests. - Replace legacy substring memory calls with
VectorMemory.search, which now returns scoredSearchHitobjects. - Tool imports must move into the
cuga.modular.tools.*namespace to satisfy dynamic import guardrails. - Coordinators should be updated to the round-robin
CoordinatorAgentto preserve fairness guarantees.