mirror of
https://github.com/ruvnet/RuView
synced 2026-08-02 19:11:46 +00:00
4b1005524e
- Add 154 missing vendor files (gitignore was filtering them) - vendor/midstream: 564 files (was 561) - vendor/sublinear-time-solver: 1190 files (was 1039) - Add ESP32 edge processing (ADR-039): presence, vitals, fall detection - Add WASM programmable sensing (ADR-040/041) with wasm3 runtime - Add firmware CI workflow (.github/workflows/firmware-ci.yml) - Add wifi-densepose-wasm-edge crate for edge WASM modules - Update sensing server, provision.py, UI components Co-Authored-By: claude-flow <ruv@ruv.net>
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';
|