Requirements
- Python 3.11+
Install from PyPI
Install from GitHub
Verify
Next Steps
Configuration
Configure LLMs and tools
Quickstart
Build your first agent
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?
