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:
@@ -1,4 +1,4 @@
|
||||
# Distributed Hive Configuration
|
||||
# Distributed WHOOSH Configuration
|
||||
# Enhanced configuration for cluster-wide distributed development workflows
|
||||
|
||||
distributed:
|
||||
@@ -235,7 +235,7 @@ distributed:
|
||||
integration:
|
||||
mcp:
|
||||
enabled: true
|
||||
server_name: "distributed-hive"
|
||||
server_name: "distributed-whoosh"
|
||||
|
||||
api:
|
||||
enabled: true
|
||||
@@ -275,7 +275,7 @@ logging:
|
||||
file:
|
||||
enabled: true
|
||||
level: "DEBUG"
|
||||
filename: "logs/distributed_hive.log"
|
||||
filename: "logs/distributed_whoosh.log"
|
||||
max_size: "100MB"
|
||||
backup_count: 5
|
||||
|
||||
|
||||
@@ -6,11 +6,11 @@ dashboards:
|
||||
- Memory Usage
|
||||
- Active Tasks
|
||||
title: Agent Performance Details
|
||||
hive_overview:
|
||||
whoosh_overview:
|
||||
panels:
|
||||
- Agent Status
|
||||
- Task Queue Length
|
||||
- Execution Success Rate
|
||||
- Response Times
|
||||
- Resource Utilization
|
||||
title: Hive Cluster Overview
|
||||
title: WHOOSH Cluster Overview
|
||||
|
||||
@@ -2,14 +2,14 @@ global:
|
||||
evaluation_interval: 30s
|
||||
scrape_interval: 30s
|
||||
rule_files:
|
||||
- hive_alerts.yml
|
||||
- whoosh_alerts.yml
|
||||
scrape_configs:
|
||||
- job_name: hive-backend
|
||||
- job_name: whoosh-backend
|
||||
metrics_path: /api/metrics
|
||||
static_configs:
|
||||
- targets:
|
||||
- hive-coordinator:8000
|
||||
- job_name: hive-agents
|
||||
- whoosh-coordinator:8000
|
||||
- job_name: whoosh-agents
|
||||
static_configs:
|
||||
- targets:
|
||||
- 192.168.1.72:11434
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
hive:
|
||||
whoosh:
|
||||
cluster:
|
||||
name: Development Cluster
|
||||
region: home.deepblack.cloud
|
||||
Reference in New Issue
Block a user