Skip to content

Latest commit

 

History

History
458 lines (322 loc) · 20.3 KB

File metadata and controls

458 lines (322 loc) · 20.3 KB
header EvolveHub Logo

EvolveHub

subtitle

╭───────────────────────────────────────────────────────────╮
│  ✦  Enterprise AI Platform  ✦  Zero-Code  ✦  Ready  ✦  │
╰───────────────────────────────────────────────────────────╯

Enterprise AI Conversational Platform · Ready to Use · Zero Code


Stars Forks Watchers

Enterprise Platform Java 21+ Spring Boot 3.5 MCP Compatible Vue.js 3 License

Chinese

footer

  What is EvolveHub?  

divider

🧬 EvolveHub = Enterprise Claude

EvolveHub is a ready-to-use enterprise AI platform. No coding required — simply connect your company's MCP services or A2A protocol, and AI can seamlessly interact with your business systems.


🪄 One Sentence Summary

╭═══════════════════════════════════════════════════════════╮
║                                                           ║
║   ⚡ Configure and use. Connect everything.              ║
║   🚀 Let AI understand and operate your enterprise.        ║
║                                                           ║
╰═══════════════════════════════════════════════════════════╯

Configure and use. Connect everything. Let AI understand and operate your enterprise systems.


divider

  Core Capabilities  

🔌 Plug & Play

Zero Code
╭────────────────────────────────────────╮
│  📦 Ready to Use                        │
│  🔗 MCP Protocol                       │
│  🤝 A2A Protocol                      │
│  ⚡ Skills Extension                   │
╰────────────────────────────────────────╯
  • 📦 Ready to Use — No development needed, configure and go
  • 🔗 MCP Protocol — Compatible with ModelScope MCP ecosystem
  • 🤝 A2A Protocol — Multi-agent interconnection support
  • Skills Extension — One-click enterprise skill packages
+ Zero-code integration
+ Minutes-level deployment
+ Enterprise-grade security

🧠 Intelligent Evolution

AI Evolving
╭────────────────────────────────────────╮
│  🧬 Memory Evolution                   │
│  ⚡ Strategy Iteration                 │
│  🤝 Collaborative Emergence           │
│  📊 Knowledge Accumulation           │
╰────────────────────────────────────────╯
  • 🧬 Memory Evolution — AI understands your business better over time
  • Strategy Iteration — Auto-optimizes conversation strategies
  • 🤝 Collaborative Emergence — Multi-agent intelligent collaboration
  • 📊 Knowledge Accumulation — Continuous enterprise knowledge building
+ Gets smarter with use
+ Deeper business understanding
+ More precise decisions

divider

  Screenshots  

Login Desktop Management
Super Admin Backend

divider

  Platform Architecture  

graph TB
    subgraph "👤 User Interaction Layer"
        A[💬 Web Chat]
        B[📱 Mobile]
        C[🔌 API Access]
    end

    subgraph "🧠 EvolveHub Intelligence Platform"
        D[🎯 Intent Recognition]
        E[🧠 Evolution Engine]
        F[🔧 Tool Orchestration]
    end

    subgraph "🔌 Enterprise Connection Layer"
        G[📦 MCP Services]
        H[🤝 A2A Protocol]
        I[⚡ Skills]
    end

    subgraph "🏢 Your Business Systems"
        J[📊 ERP/CRM]
        K[🗄️ Database]
        L[🔗 Internal APIs]
    end

    A --> D
    B --> D
    C --> D
    D --> E
    E --> F
    F --> G
    F --> H
    F --> I
    G --> J
    H --> J
    I --> J
    G --> K
    G --> L

    style E fill:#4ECDC4,color:#fff
    style G fill:#6DB33F,color:#fff
    style H fill:#3498DB,color:#fff
    style I fill:#E74C3C,color:#fff
Loading

divider

  Use Cases  

💬 Smart Customer Service 📊 Data Assistant 🔧 Ops Assistant 📋 Workflow Approval 🎓 Training Tutor
AI understands business, auto-queries orders, handles tickets Natural language database queries, report generation AI executes operations, auto-troubleshoots Intelligent approval understanding, decision support Q&A based on enterprise knowledge base
80% efficiency boost Zero SQL barrier 70% faster response 3x faster approval 60% lower cost

divider

  Integration Methods  

🔹 Method 1: MCP Protocol

Simply configure your MCP service endpoint, platform auto-discovers and loads tools:

# evolverhub-config.yaml
mcp:
  servers:
    - name: "company-erp"
      endpoint: "https://erp.company.com/mcp"
      auth:
        type: "bearer"
        token: "${ERP_API_TOKEN}"

🔹 Method 2: A2A Protocol

Register your Agent to A2A network for multi-agent collaboration:

a2a:
  registry: "nacos://localhost:8848"
  agents:
    - name: "order-agent"
      capability: "Order Query & Processing"
    - name: "inventory-agent"
      capability: "Inventory Management"

🔹 Method 3: Skills Packages

Import pre-built enterprise skill packages for instant business capabilities:

skills:
  - name: "database-query"
    version: "1.0.0"
  - name: "report-generator"
    version: "2.1.0"

divider

  Personal AI vs Enterprise  

Dimension Personal AI Assistant EvolveHub Enterprise
🎯 Focus Personal productivity Enterprise intelligence
👥 Use Case Solo conversations, document handling Team collaboration, business system integration
🔐 Access Control Basic 🟢 Full RBAC + Data permissions
🏢 Multi-tenancy Not supported 🟢 Department/Project-level isolation
🔌 Enterprise Integration Chat only 🟢 Seamless MCP/A2A integration
📊 Knowledge Base Personal documents 🟢 Enterprise KB + Vector search
🔒 Data Security Local or cloud 🟢 Private deployment, full control
📈 Audit & Compliance None 🟢 Operation audit, permission tracking
🚀 Deployment Local install 🟢 Docker/K8s one-click deploy

💡 Personal AI assistants are great for individual productivity; EvolveHub is designed for enterprise management with access control, multi-tenancy, business system integration, and compliance audit capabilities, making AI the true enterprise intelligence hub.


divider

  Comparison with Traditional AI Development  

Dimension Traditional AI Development EvolveHub
Development Cost 🔴 High (needs AI engineers) 🟢 Zero-code config
Deployment Time 🔴 Weeks/Months 🟢 Minutes
Business Adaptation 🔴 Custom development 🟢 MCP/A2A plug-and-play
Knowledge Building 🔴 Static Prompts 🟢 Auto-evolution accumulation
Maintenance Cost 🔴 Continuous investment 🟢 Self-adaptive optimization

divider

  Deployment Options  

🐳 Docker ☸️ Kubernetes 🏢 On-Premise
Quick trial, test environments Production, high availability Data-sensitive, compliance
One-click startup Elastic scaling Full control

🚀 Docker Quick Start

# Pull image
docker pull evolvehub/server:latest

# Start service
docker run -d \
  --name evolvehub \
  -p 8080:8080 \
  -v ./config:/app/config \
  evolvehub/server:latest

# Visit http://localhost:8080 to start using
# Default admin: admin / admin123

divider

  Default Account  

╭───────────────────────────────────────────╮
│  🏆  Super Admin                         │
│  ─────────────────────                   │
│  👤  admin                               │
│  🔑  admin123                           │
╰───────────────────────────────────────────╯

divider

  Star History  

Star History Chart


divider

  Join the Community  

📱 Scan to Join DingTalk Group

DingTalk QR Code

Product Inquiry · Technical Discussion · Feedback


👥 Contributors

Contributors



divider

License: MIT


╭───────────────────────────────────────────────────────────╮
│                                                           │
│        ✦ ✦ ✦  Made with ❤️ by EvolveHub Team  ✦ ✦ ✦    │
│                                                           │
╰───────────────────────────────────────────────────────────╯
footer