Skip to content

devnomad-byte/EvolveHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

90 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

header EvolveHub Logo

EvolveHub

subtitle

Enterprise AI Conversational Platform Β· Ready to Use Β· Zero Code



Enterprise Platform Java 21+ MCP Compatible License

Chinese

footer

🎯 What is EvolveHub?

🧬 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 systems.


✨ Core Capabilities

πŸ”Œ Plug & Play

Zero Code
  • πŸ“¦ 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 β€” 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

πŸ—οΈ 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

πŸš€ Use Cases

Scenario Description Benefit
πŸ’¬ Smart Customer Service AI understands business, auto-queries orders, handles tickets 80% efficiency boost
πŸ“Š Data Assistant Natural language database queries, report generation Zero SQL barrier
πŸ”§ Ops Assistant AI executes operations, auto-troubleshoots 70% faster response
πŸ“‹ Workflow Approval Intelligent approval understanding, decision support 3x faster approval
πŸŽ“ Training Tutor Q&A based on enterprise knowledge base 60% lower training cost

πŸ”Œ 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"

πŸ†š Comparison with Traditional Solutions

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

πŸ“¦ Deployment Options

Deployment Mode Use Case Features
🐳 Docker Quick trial, test environments One-click startup
☸️ Kubernetes Production, high availability Elastic scaling
🏒 On-Premise Data-sensitive, compliance 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

πŸ“ˆ Roadmap

%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#4ECDC4'}}}%%
timeline
    title EvolveHub Roadmap
    section Phase 1
        Core Platform Release
        : MCP Protocol Support
        : Basic Conversation
    section Phase 2
        Enterprise Enhancement
        : A2A Multi-Agent
        : Skills Marketplace
    section Phase 3
        Intelligence Upgrade
        : Memory Evolution
        : Strategy Iteration
        : Knowledge Graph
Loading

🀝 Join the Community

πŸ“± Scan to Join DingTalk Group

DingTalk QR Code

Product Inquiry Β· Technical Discussion Β· Feedback



πŸ“„ License

License: MIT


Made with ❀️ by the EvolveHub Team

footer

About

An evolutionary multi-agent collaboration platform based on AgentScope Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors