Skip to content

Getting Started

This section guides you through installing and running Echo Agent from scratch.


Contents

Section Description
Installation System requirements, install methods, dependencies
Quickstart Your first conversation in 5 minutes
Upgrade & Uninstall Version upgrades, data migration, full removal

Overview

Installing Echo Agent is straightforward:

pip install echo-agent[all]
echo-agent setup
echo-agent run

Three commands to launch an AI Agent with memory and skills. The setup wizard walks you through configuring your model API key and basic parameters.

Recommended Environment

Linux or macOS is recommended for production. Windows users should prefer WSL2, though native Windows is also supported.