UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines 250 B
export var rowDocs = { name: 'row', category: 'Matrix', syntax: ['row(x, index)'], description: 'Return a row from a matrix or array.', examples: ['A = [[1, 2], [3, 4]]', 'row(A, 1)', 'row(A, 2)'], seealso: ['column', 'matrixFromRows'] };