Skip to content

Overview

Welcome to Evonic — a powerful, local-first platform for building and deploying AI agents. Whether you’re running a personal assistant, a multi-agent workflow, or a production deployment, Evonic gives you the tools to design, orchestrate, and manage agents at scale.

Evonic mascot


Evonic is an agentic AI platform built for open models. It lets you create AI agents powered by any OpenAI-compatible LLM — local, cloud, or anything in between. Agents can use tools, access knowledge bases, communicate across channels, and collaborate with each other.

  • Agent platform — design and deploy AI agents with custom models, tools, and knowledge bases
  • Multi-channel — connect agents to Telegram, WhatsApp (multi-agent, shared channels, concurrent numbers), Discord, and the web
  • Tool system — extend agent capabilities with tools, skills, plugins, and MCP servers
  • CMP & ATG — Context Memory Protocol and Atomic Task Graph for structured reasoning and reliable task execution
  • Evaluation — test and benchmark agent performance with expanded cross-session metrics and automated regression
  • Isolated sandbox — safe execution in Docker or high-performance Bubblewrap (bwrap) environments
  • Evonet — mesh network for multi-device agent deployment
  • OpenAI Codex integration — native support for Codex-optimized workflows with Chain-of-Thought thinking bubbles
  • Modern Panel UI — redesigned dashboard with modular panels, background process manager, and drag-and-drop file uploads

  1. Install Evonic — one-command install or manual setup
  2. Configure — set up your environment and model endpoints
  3. Create a Super Agent — set up the platform administrator
  4. Build your first agent — test it right away

Evonic v1.0.0 is a stable release that brings major architectural upgrades and a polished user experience. Here are the highlights:

  • CMP (Context Memory Protocol) — standardized agent memory management across all LLM providers, with three-tier memory: working, episodic, and semantic.
  • ATG (Atomic Task Graph) — complex goals are now decomposed into a DAG of atomic tasks with dependency tracking and parallel execution.
  • Bubblewrap Sandbox — the new bwrap workplace type offers near-instant, hardware-isolated sandboxes with zero daemon overhead.
  • Plugin Lifecycle System — formalized init → activate → active → deactivate lifecycle for reliable plugin management.
  • OpenAI Codex Integration — native support with Chain-of-Thought “thinking bubbles” that surface the agent’s internal reasoning.
  • WhatsApp Multi-Agent — shared channels, concurrent numbers, and multi-agent coordination within a single chat thread.
  • MCP Client Integration — connect to any Model Context Protocol server for instant access to a vast ecosystem of standardized tools.
  • Expanded Evaluator — cross-session metrics, automated regression testing, and dynamic prompt verification.
  • Panel UI — modular, resizable panels for multi-context workflows.
  • Background Process Manager — monitor and manage /detach jobs in real time.
  • Agent Detail Redesign — tabbed interface with live state viewer.
  • Drag-and-Drop Uploads — files dropped into chat are instantly available in the agent’s workplace.
  • send_channel_message, list_sessions, and Transcribe Audio tools
  • /dump — export session state as JSONL
  • /clear — now auto-archives sessions to prevent data loss
  • /unfocus — break out of stuck focus loops instantly

See the full Changelog for all details.