wifi-densepose/vendor/sublinear-time-solver/dist/mcp/tools/temporal-attractor.d.ts

9 lines
360 B
TypeScript

/**
* Temporal Attractor Studio Tools
* High-performance chaos analysis and Lyapunov exponent calculation
* Integrated with sublinear solver for temporal dynamics
*/
import { Tool } from '@modelcontextprotocol/sdk/types.js';
export declare const temporalAttractorTools: Tool[];
export { temporalAttractorHandlers } from './temporal-attractor-handlers.js';