UNPKG

@gati-framework/runtime

Version:

Gati runtime execution engine for running handler-based applications

14 lines 441 B
/** * @module runtime/types/module-manifest * @description Module manifest and capability system for Gati framework * * This implements Task 10 from the runtime architecture spec: * - Module Manifest structure * - Capability declaration and validation * - Network access configuration * - Module method definitions with input/output types * * Requirements: 5.3, 12.1, 12.2 */ export {}; //# sourceMappingURL=module-manifest.js.map