Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekacare-mintlify-changelog-1776733918.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Echo is open-source and available on GitHub.

Requirements

  • Python 3.11+

Install from PyPI

pip install echo-sdk
Or with uv:
uv pip install echo-sdk

Install from GitHub

pip install git+https://github.com/eka-care/echo.git

Verify

import echo
print(f"Echo SDK version: {echo.__version__}")

Next Steps

Configuration

Configure LLMs and tools

Quickstart

Build your first agent