9 lines
360 B
TypeScript
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';
|