dina-agi
Version:
DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.
14 lines (13 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.countDocs = void 0;
const countDocs = exports.countDocs = {
name: 'count',
category: 'Matrix',
syntax: ['count(x)'],
description: 'Count the number of elements of a matrix, array or string.',
examples: ['a = [1, 2; 3, 4; 5, 6]', 'count(a)', 'size(a)', 'count("hello world")'],
seealso: ['size']
};