Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components - Enhanced backend API with new services: AI models, BZZZ integration, templates, members - Added comprehensive testing suite with security, performance, and integration tests - Improved frontend with new components for project setup, AI models, and team management - Updated MCP server implementation with WHOOSH-specific tools and resources - Enhanced deployment configurations with production-ready Docker setups - Added comprehensive documentation and setup guides - Implemented age encryption service and UCXL integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
BIN
frontend/dist/assets/WHOOSH_symbol--J4XmCu1.png
vendored
Normal file
BIN
frontend/dist/assets/WHOOSH_symbol--J4XmCu1.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
1
frontend/dist/assets/index-CZWs29Ng.css
vendored
Normal file
1
frontend/dist/assets/index-CZWs29Ng.css
vendored
Normal file
File diff suppressed because one or more lines are too long
529
frontend/dist/assets/index-DVsl2bkP.js
vendored
Normal file
529
frontend/dist/assets/index-DVsl2bkP.js
vendored
Normal file
File diff suppressed because one or more lines are too long
82
frontend/dist/index.html
vendored
Normal file
82
frontend/dist/index.html
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/whoosh-icon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="WHOOSH - Unified Distributed AI Orchestration Platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
<meta name="keywords" content="AI, orchestration, workflows, agents, distributed computing, automation" />
|
||||
<meta name="author" content="WHOOSH Platform" />
|
||||
<meta name="theme-color" content="#3b82f6" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="WHOOSH - Distributed AI Orchestration" />
|
||||
<meta property="og:description" content="Unified platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
<meta property="og:url" content="https://whoosh.home.deepblack.cloud" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:title" content="WHOOSH - Distributed AI Orchestration" />
|
||||
<meta property="twitter:description" content="Unified platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
|
||||
<!-- Accessibility -->
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<!-- Google Fonts - Fira Sans -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||
|
||||
<title>🐝 WHOOSH - Distributed AI Orchestration</title>
|
||||
|
||||
<style>
|
||||
/* Loading styles for better UX */
|
||||
#root {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
/* Screen reader only class */
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Focus visible styles */
|
||||
.focus-visible:focus {
|
||||
outline: 2px solid #3b82f6;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
/* Reduce motion for users who prefer it */
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
animation-duration: 0.01ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
transition-duration: 0.01ms !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/index-DVsl2bkP.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CZWs29Ng.css">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<div style="text-align: center; padding: 2rem; font-family: sans-serif;">
|
||||
<h1>JavaScript Required</h1>
|
||||
<p>This application requires JavaScript to be enabled in your browser.</p>
|
||||
<p>Please enable JavaScript and refresh the page to continue.</p>
|
||||
</div>
|
||||
</noscript>
|
||||
<div id="root" role="main"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user