Installation
Package Installation
From PyPI (Recommended)
pip install attach-devWith Memory Backend Support
pip install "attach-dev[memory]"pip install "attach-dev[temporal]"pip install "attach-dev[dev,memory,temporal]"From Source
git clone https://github.com/attach-dev/attach-gateway.git
cd attach-gateway
python -m venv .venv && source .venv/bin/activate
pip install -e .Configuration
Memory Backend Options
Environment Variables
Quick Start Verification
Docker Setup (Optional)
Troubleshooting
Import Errors
Memory Backend Connection Issues
Next Steps
Last updated