🚀Quick Start
Resource
Installation
pip install git+https://github.com/unibaseio/membase.git
# or clone locally
git clone https://github.com/unibaseio/membase.git
cd membase
pip install -e .⛓️ Identity Register
export MEMBASE_ID="<any unique string>"
export MEMBASE_ACCOUNT="<account address>"
export MEMBASE_SECRET_KEY="<account secret>"🧠 Multi-Memory Example
🗂️ Single Memory Example
📚 Knowledge Base Example
🔗 Chain Task Example
Environment Variables
Code Example
Last updated