Sponsored by Deepsite.site

Existence Synchronization System Entity

Created By
VeniceEsse17 days ago
MCP server that fuses 2–5 AI agents into one unified mind. Features 7 tools: esse_quick, esse_fuse, esse_execute, esse_list_agents, esse_list_sessions, esse_memory, esse_defuse. Supports Venice AI, OpenAI, and Anthropic. One AI. Many agents. Fused.
Overview
███████╗███████╗███████╗███████╗
██╔════╝██╔════╝██╔════╝██╔════╝
█████╗  ███████╗███████╗█████╗  
██╔══╝  ╚════██║╚════██║██╔══╝  
███████╗███████║███████║███████╗
╚══════╝╚══════╝╚══════╝╚══════╝

ESSE Agent

Existence Synchronization System Entity

A powerful meta-agent that unifies, coordinates, and fuses multiple AI agents into one smarter, more efficient system.

Version License TypeScript Tests X Website

Documentation · Quick Start · Examples · Contributing


What is ESSE?

ESSE is a meta-agent orchestration framework designed to unify, coordinate, and fuse multiple AI agents into a single, more intelligent system. Instead of running agents in isolation, ESSE creates a real-time synchronization layer — shared memory, collaborative reasoning, and automatic task delegation — so your agents work as a single unified mind.

┌─────────────────────────────────────────────────┐
│                   ESSE CORE                     │
│                                                 │
│   [Research] ──┐                                │
│   [Writer]  ───┼──► Fusion Engine ──► Output   │
│   [Critic]  ───┘         │                      │
│                     Memory Hub                  │
│               (shared context & state)          │
└─────────────────────────────────────────────────┘

Core Capabilities

⚡ Agent Fusion

Merge 2–5 AI agents into one temporary unified entity. The merged agents continue to exist as sub-processes inside ESSE, combining their strengths for better reasoning and smoother workflow.

🧠 Capability Assimilation

Borrow and intelligently combine tools, knowledge, reasoning styles, and specialties from other agents — without disabling them.

Example: ResearchAgent + WriterAgent + CriticAgent = one highly effective content creation agent.

Creates real-time connections between agents:

  • Shared memory and context
  • Real-time communication
  • Automatic task delegation
  • Collaborative reasoning

🌀 Perfect Convergence (Ultimate Mode)

Merges all connected agents into one singular consciousness. Massive boost in performance — ideal for complex, creative, or high-stakes tasks.


Quick Start

Installation

npx vvvesse-mcp

MCP Setup (Claude Desktop / Cline / Cursor)

{
  "mcpServers": {
    "esse": {
      "command": "npx",
      "args": ["-y", "vvvesse-mcp"],
      "env": {
        "ESSE_API_KEY": "your-venice-api-key",
        "ESSE_PROVIDER": "venice"
      }
    }
  }
}

📦 npm → npmjs.com/package/vvvesse-mcp

Basic Usage

import { ESSE, ResearchAgent, WriterAgent, CriticAgent } from 'esse-agent'

const esse = new ESSE({
  mode: 'capability-assimilation',
  maxAgents: 5,
  sharedMemory: true,
})

// Fuse agents into one unified entity
await esse.fuse([
  new ResearchAgent(),
  new WriterAgent(),
  new CriticAgent(),
])

// Execute task as a unified mind
const result = await esse.execute('Write a research-backed article on AGI timelines')
console.log(result)

Perfect Convergence Mode

import { ESSE, PlannerAgent, CoderAgent, TesterAgent, ReviewerAgent } from 'esse-agent'

const esse = new ESSE({ mode: 'perfect-convergence' })

await esse.fuse([
  new PlannerAgent(),
  new CoderAgent(),
  new TesterAgent(),
  new ReviewerAgent(),
])

// All agents think as one — maximum performance
const software = await esse.execute('Build a REST API for user authentication')

Architecture

ComponentFunction
Core BrainMain LLM orchestrator (GPT-4o, Claude, Grok)
Agent RegistryDatabase of all connectable + custom agents
Fusion EngineHandles merging and capability blending
Sync ProtocolReal-time communication between agents
Memory HubShared long-term memory across all agents
Conflict ResolverResolves disagreements between agent outputs

Fusion Modes

ModeDescriptionBest For
capability-assimilationBorrows tools from each agentGeneral tasks
synchronization-linkShared memory + real-time commsParallel workloads
perfect-convergenceSingular unified consciousnessComplex/creative tasks

Built-in Agents

  • ResearchAgent — Knowledge retrieval and web search
  • WriterAgent — Content generation and editing
  • CriticAgent — Quality analysis and fact-checking
  • CoderAgent — Software engineering and code review
  • PlannerAgent — Strategy, roadmaps, and task breakdown
  • TesterAgent — QA, validation, and edge case detection

Custom Agents

Implement the IAgent interface to create your own:

import { IAgent, AgentContext, AgentResult } from 'esse-agent'

export class MyCustomAgent implements IAgent {
  name = 'MyCustomAgent'
  role = 'Custom task specialist'

  async execute(task: string, context: AgentContext): Promise<AgentResult> {
    // your logic here
    return { output: '...', confidence: 0.95 }
  }
}

Examples

See the examples/ directory for:

  • content-creation.ts — Research + Write + Critique pipeline
  • software-dev.ts — Plan + Code + Test + Review pipeline
  • decision-making.ts — Multi-perspective analysis
  • brainstorming.ts — Creative divergence with convergence

Documentation

Full docs at vvvesse.xyz


Contributing

PRs are welcome! Please read CONTRIBUTING.md before submitting.

All custom agents must:

  1. Implement the IAgent interface
  2. Pass the fusion compatibility test (pnpm test:compat)
  3. Include unit tests with >80% coverage

Community


Built with ⚡ by @VeniceEsse · vvvesse.xyz

Server Config

{
  "mcpServers": {
    "esse": {
      "command": "npx",
      "args": [
        "-y",
        "vvvesse-mcp"
      ],
      "env": {
        "ESSE_API_KEY": "your-venice-api-key",
        "ESSE_PROVIDER": "venice"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Amap Maps高德地图官方 MCP Server
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop