Files
hive/frontend/node_modules/react-flow-renderer/dist/esm/index-20df97c0.js
anthonyrawlins 85bf1341f3 Add comprehensive frontend UI and distributed infrastructure
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>
2025-07-10 08:41:59 +10:00

197 lines
8.3 KiB
JavaScript

import { u as useStoreApi, _ as _slicedToArray, b as useStore, a as _defineProperty } from './index-a12c80bd.js';
import React, { memo, useState, useEffect } from 'react';
import cc from 'classcat';
import { u as useReactFlow } from './useReactFlow-993c30ca.js';
function _objectWithoutPropertiesLoose(source, excluded) {
if (source == null) return {};
var target = {};
var sourceKeys = Object.keys(source);
var key, i;
for (i = 0; i < sourceKeys.length; i++) {
key = sourceKeys[i];
if (excluded.indexOf(key) >= 0) continue;
target[key] = source[key];
}
return target;
}
function _objectWithoutProperties(source, excluded) {
if (source == null) return {};
var target = _objectWithoutPropertiesLoose(source, excluded);
var key, i;
if (Object.getOwnPropertySymbols) {
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
for (i = 0; i < sourceSymbolKeys.length; i++) {
key = sourceSymbolKeys[i];
if (excluded.indexOf(key) >= 0) continue;
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
target[key] = source[key];
}
}
return target;
}
function PlusIcon() {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32"
}, /*#__PURE__*/React.createElement("path", {
d: "M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"
}));
}
function MinusIcon() {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 5"
}, /*#__PURE__*/React.createElement("path", {
d: "M0 0h32v4.2H0z"
}));
}
function FitViewIcon() {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 30"
}, /*#__PURE__*/React.createElement("path", {
d: "M3.692 4.63c0-.53.4-.938.939-.938h5.215V0H4.708C2.13 0 0 2.054 0 4.63v5.216h3.692V4.631zM27.354 0h-5.2v3.692h5.17c.53 0 .984.4.984.939v5.215H32V4.631A4.624 4.624 0 0027.354 0zm.954 24.83c0 .532-.4.94-.939.94h-5.215v3.768h5.215c2.577 0 4.631-2.13 4.631-4.707v-5.139h-3.692v5.139zm-23.677.94c-.531 0-.939-.4-.939-.94v-5.138H0v5.139c0 2.577 2.13 4.707 4.708 4.707h5.138V25.77H4.631z"
}));
}
function LockIcon() {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 25 32"
}, /*#__PURE__*/React.createElement("path", {
d: "M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0 8 0 4.571 3.429 4.571 7.619v3.048H3.048A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047zm4.724-13.866H7.467V7.619c0-2.59 2.133-4.724 4.723-4.724 2.591 0 4.724 2.133 4.724 4.724v3.048z"
}));
}
function UnlockIcon() {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 25 32"
}, /*#__PURE__*/React.createElement("path", {
d: "M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0c-4.114 1.828-1.37 2.133.305 2.438 1.676.305 4.42 2.59 4.42 5.181v3.048H3.047A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047z"
}));
}
var _excluded = ["children", "className"];
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
var ControlButton = function ControlButton(_ref) {
var children = _ref.children,
className = _ref.className,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("button", _objectSpread({
type: "button",
className: cc(['react-flow__controls-button', className])
}, rest), children);
};
var isInteractiveSelector = function isInteractiveSelector(s) {
return s.nodesDraggable && s.nodesConnectable && s.elementsSelectable;
};
var Controls = function Controls(_ref2) {
var style = _ref2.style,
_ref2$showZoom = _ref2.showZoom,
showZoom = _ref2$showZoom === void 0 ? true : _ref2$showZoom,
_ref2$showFitView = _ref2.showFitView,
showFitView = _ref2$showFitView === void 0 ? true : _ref2$showFitView,
_ref2$showInteractive = _ref2.showInteractive,
showInteractive = _ref2$showInteractive === void 0 ? true : _ref2$showInteractive,
fitViewOptions = _ref2.fitViewOptions,
onZoomIn = _ref2.onZoomIn,
onZoomOut = _ref2.onZoomOut,
onFitView = _ref2.onFitView,
onInteractiveChange = _ref2.onInteractiveChange,
className = _ref2.className,
children = _ref2.children;
var store = useStoreApi();
var _useState = useState(false),
_useState2 = _slicedToArray(_useState, 2),
isVisible = _useState2[0],
setIsVisible = _useState2[1];
var isInteractive = useStore(isInteractiveSelector);
var _useReactFlow = useReactFlow(),
zoomIn = _useReactFlow.zoomIn,
zoomOut = _useReactFlow.zoomOut,
fitView = _useReactFlow.fitView;
useEffect(function () {
setIsVisible(true);
}, []);
if (!isVisible) {
return null;
}
var onZoomInHandler = function onZoomInHandler() {
zoomIn === null || zoomIn === void 0 ? void 0 : zoomIn();
onZoomIn === null || onZoomIn === void 0 ? void 0 : onZoomIn();
};
var onZoomOutHandler = function onZoomOutHandler() {
zoomOut === null || zoomOut === void 0 ? void 0 : zoomOut();
onZoomOut === null || onZoomOut === void 0 ? void 0 : onZoomOut();
};
var onFitViewHandler = function onFitViewHandler() {
fitView === null || fitView === void 0 ? void 0 : fitView(fitViewOptions);
onFitView === null || onFitView === void 0 ? void 0 : onFitView();
};
var onToggleInteractivity = function onToggleInteractivity() {
store.setState({
nodesDraggable: !isInteractive,
nodesConnectable: !isInteractive,
elementsSelectable: !isInteractive
});
onInteractiveChange === null || onInteractiveChange === void 0 ? void 0 : onInteractiveChange(!isInteractive);
};
return /*#__PURE__*/React.createElement("div", {
className: cc(['react-flow__controls', className]),
style: style
}, showZoom && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ControlButton, {
onClick: onZoomInHandler,
className: "react-flow__controls-zoomin",
title: "zoom in",
"aria-label": "zoom in"
}, /*#__PURE__*/React.createElement(PlusIcon, null)), /*#__PURE__*/React.createElement(ControlButton, {
onClick: onZoomOutHandler,
className: "react-flow__controls-zoomout",
title: "zoom out",
"aria-label": "zoom out"
}, /*#__PURE__*/React.createElement(MinusIcon, null))), showFitView && /*#__PURE__*/React.createElement(ControlButton, {
className: "react-flow__controls-fitview",
onClick: onFitViewHandler,
title: "fit view",
"aria-label": "fit view"
}, /*#__PURE__*/React.createElement(FitViewIcon, null)), showInteractive && /*#__PURE__*/React.createElement(ControlButton, {
className: "react-flow__controls-interactive",
onClick: onToggleInteractivity,
title: "toggle interactivity",
"aria-label": "toggle interactivity"
}, isInteractive ? /*#__PURE__*/React.createElement(UnlockIcon, null) : /*#__PURE__*/React.createElement(LockIcon, null)), children);
};
Controls.displayName = 'Controls';
var index = /*#__PURE__*/memo(Controls);
export { ControlButton as C, _objectWithoutProperties as _, index as i };
//# sourceMappingURL=index-20df97c0.js.map