Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
54 lines
1.9 KiB
JavaScript
54 lines
1.9 KiB
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var indexLegacy = require('./index-legacy-87714a68.js');
|
|
|
|
|
|
|
|
exports.MotionValue = indexLegacy.MotionValue;
|
|
exports.animate = indexLegacy.animate;
|
|
exports.anticipate = indexLegacy.anticipate;
|
|
exports.backIn = indexLegacy.backIn;
|
|
exports.backInOut = indexLegacy.backInOut;
|
|
exports.backOut = indexLegacy.backOut;
|
|
exports.cancelFrame = indexLegacy.cancelFrame;
|
|
exports.cancelSync = indexLegacy.cancelSync;
|
|
exports.circIn = indexLegacy.circIn;
|
|
exports.circInOut = indexLegacy.circInOut;
|
|
exports.circOut = indexLegacy.circOut;
|
|
exports.clamp = indexLegacy.clamp;
|
|
exports.createScopedAnimate = indexLegacy.createScopedAnimate;
|
|
exports.cubicBezier = indexLegacy.cubicBezier;
|
|
exports.delay = indexLegacy.delay;
|
|
exports.distance = indexLegacy.distance;
|
|
exports.distance2D = indexLegacy.distance2D;
|
|
exports.easeIn = indexLegacy.easeIn;
|
|
exports.easeInOut = indexLegacy.easeInOut;
|
|
exports.easeOut = indexLegacy.easeOut;
|
|
exports.frame = indexLegacy.frame;
|
|
exports.frameData = indexLegacy.frameData;
|
|
exports.inView = indexLegacy.inView;
|
|
exports.interpolate = indexLegacy.interpolate;
|
|
Object.defineProperty(exports, 'invariant', {
|
|
enumerable: true,
|
|
get: function () { return indexLegacy.invariant; }
|
|
});
|
|
exports.mirrorEasing = indexLegacy.mirrorEasing;
|
|
exports.mix = indexLegacy.mix;
|
|
exports.motionValue = indexLegacy.motionValue;
|
|
exports.pipe = indexLegacy.pipe;
|
|
exports.progress = indexLegacy.progress;
|
|
exports.reverseEasing = indexLegacy.reverseEasing;
|
|
exports.scroll = indexLegacy.scroll;
|
|
exports.scrollInfo = indexLegacy.scrollInfo;
|
|
exports.stagger = indexLegacy.stagger;
|
|
exports.steps = indexLegacy.steps;
|
|
exports.sync = indexLegacy.sync;
|
|
exports.transform = indexLegacy.transform;
|
|
Object.defineProperty(exports, 'warning', {
|
|
enumerable: true,
|
|
get: function () { return indexLegacy.warning; }
|
|
});
|
|
exports.wrap = indexLegacy.wrap;
|