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,8 +1,8 @@
|
||||
"""
|
||||
Hive API - Workflow Management Endpoints
|
||||
WHOOSH API - Workflow Management Endpoints
|
||||
|
||||
This module provides comprehensive API endpoints for managing multi-agent workflows
|
||||
in the Hive distributed orchestration platform. It handles workflow creation,
|
||||
in the WHOOSH distributed orchestration platform. It handles workflow creation,
|
||||
execution, monitoring, and lifecycle management.
|
||||
|
||||
Key Features:
|
||||
@@ -28,7 +28,7 @@ from ..models.responses import (
|
||||
from ..core.error_handlers import (
|
||||
coordinator_unavailable_error,
|
||||
validation_error,
|
||||
HiveAPIException
|
||||
WHOOSHAPIException
|
||||
)
|
||||
import uuid
|
||||
from datetime import datetime
|
||||
@@ -42,7 +42,7 @@ router = APIRouter()
|
||||
status_code=status.HTTP_200_OK,
|
||||
summary="List all workflows",
|
||||
description="""
|
||||
Retrieve a comprehensive list of all workflows in the Hive system.
|
||||
Retrieve a comprehensive list of all workflows in the WHOOSH system.
|
||||
|
||||
This endpoint provides access to workflow definitions, templates, and metadata
|
||||
for building complex multi-agent orchestration pipelines.
|
||||
|
||||
Reference in New Issue
Block a user