Install Echo - open-source agent framework
pip install echo-sdk
uv pip install echo-sdk
pip install git+https://github.com/eka-care/echo.git
import echo print(f"Echo SDK version: {echo.__version__}")
Was this page helpful?