Skip to content

Eko 3.0 Overview

What is Eko?

Eko (pronounced like “echo”) is a powerful framework designed for building production-ready Agent workflows. It provides an efficient, cross-platform solution for automating the planning and execution of workflows. Additionally, Eko offers highly customizable interfaces that empower developers to design workflows freely, ensuring they meet production-level requirements.

SOTA on Online-mind2web benchmark

Eko 3.0 High level Architecture

What’s new in Eko 3.0

  • Dependency-aware parallel agent execution shortens long-running workflows.
  • Built-in pause, resume, and interrupt controls capture task_snapshot state for recovery.
  • The monorepo now standardizes on pnpm, so install and link steps stay consistent across packages.

Eko 3.0 vs Eko 2.0

FeatureEko 3.0Eko 2.0
Agent orchestrationParallel + sequential execution via dependency treesSequential multi-agent execution
Task controlPause, resume, and abort with recovery snapshotsManual stop/restart only
Workflow compatibilityv3 workflow schema (breaking change)v2 workflow schema
Built-in toolingtask_snapshot recovery tool, improved context managementNo snapshot tooling
Package managementpnpm workspace with unified scriptsMixed npm/yarn setup

Eko 3.0 maintains the 80% success rate on the Online-Mind2web benchmark introduced in 2.0, while adding concurrency and recovery controls for production stability.

Eko 2.0 vs Eko 1.0

FeatureEko 2.0Eko 1.0
Speed1.2x FastSlow
Multi Agent
Watch to DOM event & loop tasks
MCP / Tools
A2A✅ (Coming Soon)
Dynamic LLM Config
PlanningStream Planning & RePlanSimple Plan
ReAct
CallbackStream Callback & Human CallbackSimple Hooks
Callback ChainStream Callback & Human CallbackSimple Hooks
Node.js with Playwright

Eko 2.0 achieves 80% success rate on the Online-Mind2web benchmark, compared to 31% for Eko 1.0. This performance improvement reflects the architectural enhancements and optimizations Fellou has implemented in the new version, making Eko 2.0 significantly more reliable for production workflows.

Framework Comparison

FeatureEkoLangchainBrowser-useDify.aiCoze
Supported PlatformAll platformServer sideBrowserWebWeb
One sentence to multi-step workflow
Intervenability
Development EfficiencyHighLowMiddleMiddleLow
Open-source
Access to private web resources(Coming soon)

Supported environment

ENVS

Learn more:

Getting started

Support and Community