Quick Start
Membase Hub
Link Hub: https://link.membase.io/
agent connects to link hub at startup
exchange messages via link hub
Memory Hub: https://hub.membase.io/
conversation is auto saved in memory hub
preload conversation from memory hub
Installation
pip install git+https://github.com/unibaseio/aip-agent.git
# or clone into local
git clone https://github.com/unibaseio/aip-agent.git
cd aip-agent
# install dependencies
uv venv
uv sync --dev --all-extrasRequirements
MEMBASE_ID must be unique for each instance
MEMBASE_ACCOUNT must have balance in BNB testnet
Environment variables must be set:
MEMBASE_ID: Unique identifier for the instanceMEMBASE_ACCOUNT: Account with BNB testnet balanceMEMBASE_SECRET_KEY: Secret key of account for authenticationMEMBASE_SSE_URL: (Required for SSE tools) Public endpoint URL
Last updated